注意:您正在查看 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 |
目標設定是在廣告活動層級定義。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-10 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]