--- v18/resources/customer_lifecycle_goal.proto 2025-08-05 14:36:06.000000000 +0000 +++ v19/resources/customer_lifecycle_goal.proto 2025-08-05 14:36:20.000000000 +0000 @@ -50,7 +50,16 @@ ]; // Output only. Customer acquisition goal customer level value settings. - google.ads.googleads.v18.common.LifecycleGoalValueSettings + google.ads.googleads.v19.common.LifecycleGoalValueSettings customer_acquisition_goal_value_settings = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The resource name of the customer which owns the lifecycle + // goal. + string owner_customer = 4 [ + (google.api.field_behavior) = OUTPUT_ONLY, + (google.api.resource_reference) = { + type: "googleads.googleapis.com/Customer" + } + ]; }
/resources/customer_lifecycle_goal.proto
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(UTC)"],[],[],null,["# /resources/customer_lifecycle_goal.proto\n\n```diff\n--- v18/resources/customer_lifecycle_goal.proto 2025-08-05 14:36:06.000000000 +0000\n+++ v19/resources/customer_lifecycle_goal.proto 2025-08-05 14:36:20.000000000 +0000\n@@ -50,7 +50,16 @@\n ];\n\n // Output only. Customer acquisition goal customer level value settings.\n- google.ads.googleads.v18.common.LifecycleGoalValueSettings\n+ google.ads.googleads.v19.common.LifecycleGoalValueSettings\n customer_acquisition_goal_value_settings = 3\n [(google.api.field_behavior) = OUTPUT_ONLY];\n+\n+ // Output only. The resource name of the customer which owns the lifecycle\n+ // goal.\n+ string owner_customer = 4 [\n+ (google.api.field_behavior) = OUTPUT_ONLY,\n+ (google.api.resource_reference) = {\n+ type: \"googleads.googleapis.com/Customer\"\n+ }\n+ ];\n }\n```"]]