تنبيه: يتم عرض مستندات واجهة REST API. تستخدم معظم مكتبات العملاء الرسمية خدمة gRPC. يمكنك الاطلاع على
مقدمة عن REST للحصول على التفاصيل.
AdParameterOperation
عملية واحدة (إنشاء أو تعديل أو إزالة) في مَعلمة الإعلان
تمثيل JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AdParameter )
},
"update": {
object (AdParameter )
},
"remove": string
// End of list of possible types for union field operation .
} |
الحقول |
updateMask |
string (FieldMask format)
قناع الحقل الذي يحدد حقول الموارد التي يتم تعديلها في التحديث. هذه قائمة مفصولة بفواصل تضم أسماء الحقول المؤهلة بالكامل. مثال: "user.displayName,photo"
|
حقل الاتحاد operation . عملية التبديل. يمكن أن يكون operation واحدًا فقط مما يلي: |
create |
object (AdParameter )
عملية الإنشاء: لا يُتوقَّع اسم مورد لمَعلمة الإعلان الجديدة.
|
update |
object (AdParameter )
عملية التعديل: من المتوقّع أن يكون لمعلمة الإعلان اسم مورد صالح.
|
remove |
string
عملية الإزالة: يُتوقَّع اسم مورد لمَعلمة الإعلان المطلوب إزالتها بهذا الشكل: customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This page documents a single operation (create, update, or remove) on an ad parameter within Google Ads."],["The operation is represented using a JSON payload containing an `updateMask` and an `operation` field specifying the action and data."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific data requirements detailed in the table."],["A `create` operation requires an `AdParameter` object without a resource name, while `update` needs a valid resource name within the `AdParameter` object."],["To `remove` an ad parameter, provide its resource name using the format `customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}`."]]],[]]