העברת ניהול של מקורות המרות מ-Content API for Shopping

מקורות ההמרות ב-Merchant Center מאפשרים לכם להציג בחשבון המוכר נתוני המרות מכרטיסי מוצר חינמיים ומהאתר שלכם. בעזרת Merchant API אפשר לנהל את מקורות ההמרות בחשבון המוכר. מידע נוסף זמין במאמר ניהול מקורות ההמרות.

בדף הזה נסביר איך להעביר את ניהול מקורות ההמרות מ-Content API ל-Merchant API.

בקשות

לפניכם השוואה לדוגמה בין Content API for Shopping לבין Merchant Conversion Sources API לבקשות של מקורות המרות:

Content API Merchant API
כתובת URL GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} GET https://merchantapi.googleapis.com/conversions/v1beta/{NAME}
מזהים {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME}

Methods

ריכזנו כאן את השינויים בשיטות של מקורות ההמרות ב-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/{MERCHANT_ID}/conversionSources POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{PARENT}/conversionSources {MERCHANT_ID} {PARENT} ב-Merchant API, השדה propertyName נקרא property.
עדכון PATCH https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} PATCH https://merchantapi.googleapis.com/conversions/v1beta/accounts/{CONVERSIONSOURCE_NAME} {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {CONVERSIONSOURCE_NAME} ב-Merchant API, השדה destinationId נקרא destination.
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} DELETE https://merchantapi.googleapis.com/conversions/v1beta/accounts/{NAME} {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME} ב-Merchant API, השדה attributionLookbackWindowInDays נקרא attributionLookbackWindowDays.
ב-Merchant API, השדה includeInReporting נקרא report.
undelete POST https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID}:undelete POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{name}:undelete {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME} כתובת ה-URL והמזהים שונים ב-Merchant API.
ה-API של מקורות ההמרות מחזיר את הערך ConversionSource במקום Empty.
get GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} GET https://merchantapi.googleapis.com/conversions/v1beta/accounts/{NAME} {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME} כתובת ה-URL והמזהים שונים ב-Merchant API.
list GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{PARENT}/conversionSources {MERCHANT_ID} {PARENT} כתובת ה-URL והמזהים שונים ב-Merchant API.

משאבים

בטבלה הבאה מפורטים השינויים במשאבים של מקורות ההמרות ב-Conversion Sources API:

Content API for Shopping Merchant API תיאור
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.