--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],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```"]]