--- 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
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-08-21 UTC.
[null,null,["Última atualização 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```"]]