--- v20/resources/customer.proto 2025-08-05 14:39:34.000000000 +0000 +++ v21/resources/customer.proto 2025-08-05 14:39:50.000000000 +0000 @@ -174,9 +175,12 @@ // selecting an inventory type to show your ads on content that is the right // fit for your brand. See // https://support.google.com/google-ads/answer/7515513. - google.ads.googleads.v20.enums.BrandSafetySuitabilityEnum + google.ads.googleads.v21.enums.BrandSafetySuitabilityEnum .BrandSafetySuitability video_brand_safety_suitability = 46 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Video specific information about a Customer. + VideoCustomer video_customer = 54; } // Call reporting setting for a customer. Only mutable in an `update` operation. @@ -301,7 +305,14 @@ optional string category_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Granular insurance status, per geo + vertical. - optional google.ads.googleads.v20.enums.LocalServicesVerificationStatusEnum + optional google.ads.googleads.v21.enums.LocalServicesVerificationStatusEnum .LocalServicesVerificationStatus verification_status = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; } + +// Video specific information about a Customer. +message VideoCustomer { + // Third Party integration partners. + google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners + third_party_integration_partners = 1; +}
/resources/customer.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-08 UTC-তে শেষবার আপডেট করা হয়েছে।