ב-Merchant API אפשר לנהל את המקורות של ההמרות בחשבון המוכר.
בקשות
הנה דוגמה להשוואה בין Content API for Shopping ל-Merchant Conversion sources API עבור בקשות של מקורות המרות:
Content API | ממשק API של Merchant | |
---|---|---|
כתובת URL | GET https://shoppingcontent.googleapis.com/content/v2.1/ {merchantId}/conversionSources/ {conversionSourceId} |
GET https://merchantapi.googleapis.com/conversions/v1beta/ {name} |
מזהים | {merchantId}/conversionSources/ {conversionSourceId} |
{name} |
שיטות
אלה השינויים שחלו בשיטות של מקורות ההמרות ב-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 . |
update |
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. ה-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. |
משאבים
בטבלה הבאה מפורטים השינויים במשאבים של מקורות ההמרות ב-Conversion Sources API:
Content API for Shopping | ממשק API של Merchant | תיאור |
googleAnalyticsLink: {
|
googleAnalyticsLink: {
|
ב-Merchant API, propertyName נקרא property .
|
merchantCenterDestination: {
|
merchantCenterDestination: {
|
ב-Merchant API, destinationId נקרא destination .
|
attributionSettings: {
|
attributionSettings: {
|
ב-Merchant API, attributionLookbackWindowInDays נקרא attributionLookbackWindowDays .
ב-Merchant API, |