--- v19/resources/customer.proto 2025-08-05 14:37:38.000000000 +0000 +++ v20/resources/customer.proto 2025-08-05 14:37:46.000000000 +0000 @@ -96,9 +96,8 @@ // operation. CallReportingSetting call_reporting_setting = 10; - // Immutable. Conversion tracking setting for a customer. - ConversionTrackingSetting conversion_tracking_setting = 14 - [(google.api.field_behavior) = IMMUTABLE]; + // Conversion tracking setting for a customer. + ConversionTrackingSetting conversion_tracking_setting = 14; // Output only. Remarketing setting for a customer. RemarketingSetting remarketing_setting = 15 @@ -236,10 +235,9 @@ bool enhanced_conversions_for_leads_enabled = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Immutable. The resource name of the customer where conversions are created - // and managed. This field is read-only. - string google_ads_conversion_customer = 8 - [(google.api.field_behavior) = IMMUTABLE]; + // The resource name of the customer where conversions are created and + // managed. This field is read-only. + string google_ads_conversion_customer = 8; } // Remarketing setting for a customer.
/resources/customer.proto
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-21 UTC。
[null,null,["最終更新日 2025-08-21 UTC。"],[],[],null,["# /resources/customer.proto\n\n```diff\n--- v19/resources/customer.proto 2025-08-05 14:37:38.000000000 +0000\n+++ v20/resources/customer.proto 2025-08-05 14:37:46.000000000 +0000\n@@ -96,9 +96,8 @@\n // operation.\n CallReportingSetting call_reporting_setting = 10;\n\n- // Immutable. Conversion tracking setting for a customer.\n- ConversionTrackingSetting conversion_tracking_setting = 14\n- [(google.api.field_behavior) = IMMUTABLE];\n+ // Conversion tracking setting for a customer.\n+ ConversionTrackingSetting conversion_tracking_setting = 14;\n\n // Output only. Remarketing setting for a customer.\n RemarketingSetting remarketing_setting = 15\n@@ -236,10 +235,9 @@\n bool enhanced_conversions_for_leads_enabled = 7\n [(google.api.field_behavior) = OUTPUT_ONLY];\n\n- // Immutable. The resource name of the customer where conversions are created\n- // and managed. This field is read-only.\n- string google_ads_conversion_customer = 8\n- [(google.api.field_behavior) = IMMUTABLE];\n+ // The resource name of the customer where conversions are created and\n+ // managed. This field is read-only.\n+ string google_ads_conversion_customer = 8;\n }\n\n // Remarketing setting for a customer.\n```"]]