自定义转化变量
借助自定义转化变量,您可以将以代码形式提供的其他信息与您使用 Google Ads API 上传的转化(例如点击转化或来电转化)相关联。
例如,在上传购买蓝色新帽子的转化时,您还可以上传两个关联的代码:color
和 status
,分别对应值 blue
和 new
。具体步骤如下所示:
您可以根据需要创建任意数量的自定义转化变量。每个变量对应一个代码。因此,如果您需要两个代码(color
和 status
),则需要创建两个自定义变量。ConversionCustomVariable
的必填字段如下所示:
name
:用于标识变量。该名称必须是唯一的。
tag
:在我们的示例中,这些标记为 color
和 status
。当您的网站向 Google Ads 发送转化时,系统会在事件代码段中使用代码。如果您使用 Google Ads API,则需要在上传转化数据时指定自定义变量的资源名称,如下一步中所详述。
上传转化(例如 ClickConversion
)时,请将 custom_variables
设置为您在上一步中创建的所有自定义变量的列表。您需要设置每个自定义变量的所有字段:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-06。
[null,null,["最后更新时间 (UTC):2024-11-06。"],[[["Custom conversion variables allow associating additional information, like tags, to conversions uploaded via the Google Ads API."],["To use custom variables, first create them, defining a unique name and tag for each desired piece of information."],["When uploading a conversion, include the custom variables, specifying their resource name and the corresponding value for the tag."],["This process lets you add details like 'color' or 'status' to conversions, enabling richer data analysis and reporting."]]],[]]