تنبيه: يتم عرض مستندات واجهة REST API. تستخدم معظم مكتبات العملاء الرسمية خدمة 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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-05 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]