हमारे प्रॉडक्ट के बारे में चर्चा करने और सुझाव देने के लिए, Google विज्ञापन और मेज़रमेंट कम्यूनिटी सर्वर में Google Ads के आधिकारिक Discord चैनल से जुड़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
--- 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;+}
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-21 (UTC) को अपडेट किया गया."],[],[],null,["# /resources/customer.proto\n\n```diff\n--- v20/resources/customer.proto 2025-08-05 14:39:34.000000000 +0000\n+++ v21/resources/customer.proto 2025-08-05 14:39:50.000000000 +0000\n@@ -174,9 +175,12 @@\n // selecting an inventory type to show your ads on content that is the right\n // fit for your brand. See\n // https://support.google.com/google-ads/answer/7515513.\n- google.ads.googleads.v20.enums.BrandSafetySuitabilityEnum\n+ google.ads.googleads.v21.enums.BrandSafetySuitabilityEnum\n .BrandSafetySuitability video_brand_safety_suitability = 46\n [(google.api.field_behavior) = OUTPUT_ONLY];\n+\n+ // Video specific information about a Customer.\n+ VideoCustomer video_customer = 54;\n }\n\n // Call reporting setting for a customer. Only mutable in an `update` operation.\n@@ -301,7 +305,14 @@\n optional string category_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY];\n\n // Output only. Granular insurance status, per geo + vertical.\n- optional google.ads.googleads.v20.enums.LocalServicesVerificationStatusEnum\n+ optional google.ads.googleads.v21.enums.LocalServicesVerificationStatusEnum\n .LocalServicesVerificationStatus verification_status = 3\n [(google.api.field_behavior) = OUTPUT_ONLY];\n }\n+\n+// Video specific information about a Customer.\n+message VideoCustomer {\n+ // Third Party integration partners.\n+ google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners\n+ third_party_integration_partners = 1;\n+}\n```"]]