نقل إدارة مصادر الإحالات الناجحة من Content API for Shopping

تتيح لك Merchant API إدارة مصادر الإحالات الناجحة لحساب التاجر.

طلبات

في ما يلي نموذج للمقارنة بين Content API for Shopping وواجهة برمجة تطبيقات مصادر الإحالات الناجحة للتجّار لطلبات مصادر الإحالات الناجحة:

Content API واجهة برمجة تطبيقات التاجر
عنوان URL GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/{name}
المعرّفات {merchantId}/conversionSources/{conversionSourceId} {name}

الطُرق

في ما يلي التغييرات التي طرأت على طُرق مصادر الإحالات الناجحة في واجهة برمجة التطبيقات Conversion Sources API:

الطريقة عنوان URL في Content API for Shopping عنوان URL في Merchant API المعرّفات في Content API for Shopping المعرّفات في Merchant API الوصف
create POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{parent}/conversionSources {merchantId} {parent} في Merchant API، يُعرف propertyName باسم property.
تحديث PATCH https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} PATCH https://merchantapi.googleapis.com/conversions/v1beta/accounts/{conversionSource.name} {merchantId}/conversionSources/{conversionSourceId} {conversionSource.name} في Merchant API، يُعرف destinationId باسم destination.
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} DELETE https://merchantapi.googleapis.com/conversions/v1beta/accounts/{name} {merchantId}/conversionSources/{conversionSourceId} {name} في Merchant API، يُطلق على attributionLookbackWindowInDays اسم attributionLookbackWindowDays.
في Merchant API، الاسم includeInReporting هو report.
undelete POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId}:undelete POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{name}:undelete {merchantId}/conversionSources/{conversionSourceId} {name} يختلف عنوان URL عن المعرّفات في Merchant API.
تعرض واجهة برمجة التطبيقات مصادر الإحالات الناجحة العلامة ConversionSource بدلاً من Empty.
get GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/accounts/{name} {merchantId}/conversionSources/{conversionSourceId} {name} يختلف عنوان URL عن المعرّفات في Merchant API.
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{parent}/conversionSources {merchantId} {parent} يختلف عنوان URL عن المعرّفات في Merchant API.

المراجع

يشير الجدول التالي إلى التغييرات التي طرأت على موارد مصادر الإحالات الناجحة في واجهة برمجة التطبيقات لمصادر الإحالات الناجحة:

واجهة برمجة تطبيقات المحتوى في Shopping واجهة برمجة تطبيقات التاجر الوصف
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

في Merchant API، يُعرف propertyName باسم property.
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

في Merchant API، يُعرف destinationId باسم destination.
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

في Merchant API، يُعرف attributionLookbackWindowInDays باسم attributionLookbackWindowDays.

في Merchant API، يُعرف includeInReporting باسم report.