تنبيه: يتم عرض مستندات واجهة REST API. تستخدم معظم مكتبات العملاء الرسمية خدمة gRPC. يمكنك الاطلاع على
مقدمة عن REST للحصول على التفاصيل.
AdGroupCriterionLabel
علاقة بين معيار مجموعة إعلانية وعلامة
تمثيل JSON |
{
"resourceName": string,
"adGroupCriterion": string,
"label": string
} |
الحقول |
resourceName |
string
غير قابل للتغيير اسم مصدر تصنيف معيار المجموعة الإعلانية. تكون أسماء موارد تصنيفات معايير المجموعة الإعلانية على النحو التالي: customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}
|
adGroupCriterion |
string
غير قابل للتغيير معيار المجموعة الإعلانية الذي تم إرفاق التصنيف به.
|
label |
string
غير قابل للتغيير التصنيف الذي تمّ تعيينه لمعيار المجموعة الإعلانية.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-07 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-07 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Ad group criterion labels represent a relationship between an ad group criterion and a label, allowing for categorization and organization."],["They are identified by a unique resource name following a specific format: `customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}`."],["Essential properties include the ad group criterion to which the label is attached and the label itself, both of which are immutable once set."],["The JSON representation encapsulates these properties for easy data exchange and manipulation."]]],[]]