如何使用Ogury将tcString发送到Google Ads

问题描述

我是TCF(透明度和同意框架)的新手,现在我想如何将用户同意字符串(TCString)发送到Google Ads。该版本必须为TCF v2,才能符合GDPR(EEA)法规。作为CMP(同意管理提供者),我使用的是Ogury。

我是否需要在ogury.js文件中执行此操作?如果是,究竟如何?以下代码段来自Ogury的文档(如何检索同意字符串)link to docs

__

__tcfapi('ask',2,function(result,success) {
        if (success) {
            // Ask flow is finished or an answer was retrieved
            // result contains the following:
            // iabString,isAccepted,isPartial
            
            // Custom code
        } else {
            // An error occured
            // Refer to Error Handling page
            
            // Custom code
        }
    });

还是Google发布商代码中的某处?非常感谢。

解决方法

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

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

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