--- v24/common/campaign_goal_settings.proto 2026-07-21 22:02:13.000000000 +0000 +++ v25/common/campaign_goal_settings.proto 2026-07-21 22:02:31.000000000 +0000 @@ -41,7 +41,33 @@ // // Defaults to TARGET_ALL. Only customers on the allowlist can set // target_option. - google.ads.googleads.v24.enums.CustomerLifecycleOptimizationModeEnum + google.ads.googleads.v25.enums.CustomerLifecycleOptimizationModeEnum .CustomerLifecycleOptimizationMode target_option = 2; } + + // New Customer Acquisition campaign goal settings. + message CampaignNewCustomerAcquisitionGoalSettings { + // New Customer Acquisition goal campaign specific value settings. + CustomerLifecycleOptimizationValueSettings value_settings_override = 1; + + // New Customer Acquisition goal optimization mode for this campaign. + // + // Defaults to TARGET_ALL. Whether the campaign is targeting new customers + // only. + google.ads.googleads.v25.enums.CustomerLifecycleOptimizationModeEnum + .CustomerLifecycleOptimizationMode target_option = 2; + } + + // Loyalty retention campaign goal settings. + message CampaignLoyaltyRetentionGoalSettings { + // Loyalty retention goal campaign specific value settings. + CustomerLifecycleOptimizationValueSettings value_settings_override = 1; + + // Whether to adjust bids for loyalty members. + bool enable_bid_adjustments_for_loyalty_members = 2; + + // Whether to show targeted loyalty member benefits in PLA format in + // eligible countries. + bool show_targeted_loyalty_member_benefits_in_pla = 3; + } }
/common/campaign_goal_settings.proto
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2026-07-22(UTC)