注意: 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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-10 UTC。
[null,null,["最終更新日 2024-11-10 UTC。"],[[["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."]]],[]]