注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
ConversionGoalCampaignConfig
JSON 表示法 |
{
"resourceName": string,
"campaign": string,
"goalConfigLevel": enum (GoalConfigLevel ),
"customConversionGoal": string
} |
字段 |
resourceName |
string
不可变。转化目标广告系列配置的资源名称。转化目标广告系列配置资源名称采用以下格式: customers/{customerId}/conversionGoalCampaignConfigs/{campaignId}
|
campaign |
string
不可变。与此转化目标广告系列配置相关联的广告系列。
|
goalConfigLevel |
enum (GoalConfigLevel )
广告系列使用的目标配置级别。
|
customConversionGoal |
string
广告系列用于优化的自定义转化目标。
|
GoalConfigLevel
可能的目标配置级别。除非广告系列已配置为使用自己的一组广告系列目标,否则会自动继承有效转化账号的客户目标。
枚举 |
UNSPECIFIED |
未指定目标配置级别。 |
UNKNOWN |
此版本中的目标配置级别未知。 |
CUSTOMER |
目标配置是在客户一级定义的。 |
CAMPAIGN |
目标配置是在广告系列一级定义的。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-10。
[null,null,["最后更新时间 (UTC):2024-11-10。"],[[["Conversion goal settings can be configured at either the customer level or the campaign level, impacting how campaigns optimize towards conversions."],["This configuration allows you to specify a custom conversion goal for a campaign or rely on the customer-level goals."],["Campaign goal settings are managed through the `ConversionGoalCampaignConfig` resource, which includes fields for the resource name, associated campaign, goal configuration level, and custom conversion goal."],["The `GoalConfigLevel` enum dictates whether the campaign uses customer-level or campaign-level conversion goals for optimization."]]],[]]