--- v18/resources/customer.proto 2025-08-05 14:36:07.000000000 +0000 +++ v19/resources/customer.proto 2025-08-05 14:36:20.000000000 +0000 @@ -95,9 +96,9 @@ // operation. CallReportingSetting call_reporting_setting = 10; - // Output only. Conversion tracking setting for a customer. + // Immutable. Conversion tracking setting for a customer. ConversionTrackingSetting conversion_tracking_setting = 14 - [(google.api.field_behavior) = OUTPUT_ONLY]; + [(google.api.field_behavior) = IMMUTABLE]; // Output only. Remarketing setting for a customer. RemarketingSetting remarketing_setting = 15 @@ -235,10 +236,10 @@ bool enhanced_conversions_for_leads_enabled = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The resource name of the customer where conversions are - // created and managed. This field is read-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) = OUTPUT_ONLY]; + [(google.api.field_behavior) = IMMUTABLE]; } // Remarketing setting for a customer.
/resources/customer.proto
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-21 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-21 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# /resources/customer.proto\n\n```diff\n--- v18/resources/customer.proto 2025-08-05 14:36:07.000000000 +0000\n+++ v19/resources/customer.proto 2025-08-05 14:36:20.000000000 +0000\n@@ -95,9 +96,9 @@\n // operation.\n CallReportingSetting call_reporting_setting = 10;\n\n- // Output only. Conversion tracking setting for a customer.\n+ // Immutable. Conversion tracking setting for a customer.\n ConversionTrackingSetting conversion_tracking_setting = 14\n- [(google.api.field_behavior) = OUTPUT_ONLY];\n+ [(google.api.field_behavior) = IMMUTABLE];\n\n // Output only. Remarketing setting for a customer.\n RemarketingSetting remarketing_setting = 15\n@@ -235,10 +236,10 @@\n bool enhanced_conversions_for_leads_enabled = 7\n [(google.api.field_behavior) = OUTPUT_ONLY];\n\n- // Output only. The resource name of the customer where conversions are\n- // created and managed. This field is read-only.\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) = OUTPUT_ONLY];\n+ [(google.api.field_behavior) = IMMUTABLE];\n }\n\n // Remarketing setting for a customer.\n```"]]