चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
AdGroupCriterionLabelOperation
विज्ञापन ग्रुप की शर्त वाले लेबल पर एक बार किया गया कोई काम (बनाना, हटाना).
JSON के काेड में दिखाना |
{
// Union field operation can be only one of the following:
"create": {
object (AdGroupCriterionLabel )
},
"remove": string
// End of list of possible types for union field operation .
} |
फ़ील्ड |
यूनियन फ़ील्ड operation . बदलाव करने की कार्रवाई. operation इनमें से सिर्फ़ एक हो सकता है: |
create |
object (AdGroupCriterionLabel )
बनाने की कार्रवाई: नए विज्ञापन ग्रुप लेबल के लिए, संसाधन के किसी नाम की ज़रूरत नहीं है.
|
remove |
string
हटाने की कार्रवाई: विज्ञापन ग्रुप की शर्त वाले लेबल के लिए संसाधन का नाम, इस फ़ॉर्मैट में: customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-05 (UTC) को अपडेट किया गया."],[[["This documentation describes how to perform single operations (create or remove) on ad group criterion labels using JSON."],["The JSON request must include an `operation` field specifying either \"create\" with an AdGroupCriterionLabel object or \"remove\" with a resource name."],["When creating a new ad group criterion label, no resource name is required; when removing, provide the full resource name in the specified format."]]],[]]