无法加载Google资金选择表

问题描述

我正在尝试Google资金选择,但按照Google的指示,我什至无法加载基本表格。我已经建立了相关的网站及其同意书的详细信息,为广告拦截配置了一条基本消息,并粘贴到了FC控制台中部署说明中的代码输出中,并将Google FC文件中的以下内容放置在FC标签之前,只是为了尝试加载表单,但这是行不通的(我正在使用url参数?fc=alwaysshow&fctype=ab):

  <script>
      // Make sure that the properties exist on the window.
      window.googlefc = window.googlefc || {};
      window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
  
      // To guarantee functionality,this must go before the FC tag on the page.
      googlefc.controlledMessagingFunction = (message) => {
       user.isSubscriber().then(
         function (isSubscriber) {
           // Do not show the message if a user is a subscriber.
           if (isSubscriber) {
             message.proceed(false);
           } else {
             message.proceed(true);
           }
         }
       )};
    </script>

提前感谢您的指导

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)