تنبيه: يتم عرض مستندات واجهة REST API. تستخدم معظم مكتبات العملاء الرسمية خدمة gRPC. يمكنك الاطلاع على
مقدمة عن REST للحصول على التفاصيل.
ConversionActionOperation
عملية واحدة (إنشاء أو تعديل أو إزالة) على إجراء إحالة ناجحة
تمثيل JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (ConversionAction )
},
"update": {
object (ConversionAction )
},
"remove": string
// End of list of possible types for union field operation .
} |
الحقول |
updateMask |
string (FieldMask format)
FieldMask الذي يحدِّد حقول الموارد التي يتم تعديلها في عملية تعديل هذه قائمة مفصولة بفواصل تضم أسماء الحقول المؤهلة بالكامل. مثال: "user.displayName,photo"
|
حقل الربط operation عملية التحويل يمكن أن يكون operation واحدًا فقط مما يلي: |
create |
object (ConversionAction )
عملية الإنشاء: لا يُتوقَّع اسم مورد لإجراء الإحالة الناجحة الجديد.
|
update |
object (ConversionAction )
عملية التعديل: من المتوقّع أن يكون للإجراء الإحالة الناجحة اسم مورد صالح.
|
remove |
string
عملية الإزالة: من المتوقّع أن يكون هناك اسم مورد لإجراء الإحالة الناجحة الذي تمّت إزالته، وذلك بالتنسيق التالي: customers/{customerId}/conversionActions/{conversionActionId}
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص 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 a single operation (create, update, or remove) on a Google Ads conversion action using JSON."],["Operations are defined using a JSON object that includes an `updateMask` and an `operation` field specifying the action type and details."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific requirements for providing resource names and data."],["For `create`, a new conversion action object is provided without a resource name; for `update`, an existing conversion action with a resource name is updated; and for `remove`, only the resource name of the conversion action to be removed is needed."]]],[]]