Przenoszenie zarządzania źródłami konwersji z Content API for Shopping

Interfejs API Merchant Center pozwala zarządzać źródłami konwersji na koncie sprzedawcy.

Żądania

Oto przykładowe porównanie Content API for Shopping z interfejsem Merchant Conversion Items API w przypadku żądań źródeł konwersji:

Content API. Interfejs API sprzedawcy
URL GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/{name}
Identyfikatory {merchantId}/conversionSources/{conversionSourceId} {name}

Metody

Oto, co się zmieniło w przypadku metod źródeł konwersji w interfejsie Conversion Sources API:

Metoda Adres URL w Content API for Shopping Adres URL w interfejsie API Merchant Center Identyfikatory w Content API for Shopping Identyfikatory w interfejsie API Merchant Center Opis
create POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{parent}/conversionSources {merchantId} {parent} W interfejsie Merchant API wartość propertyName to property.
zaktualizowanie 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} W interfejsie Merchant API wartość destinationId to 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} W interfejsie Merchant API wartość attributionLookbackWindowInDays to attributionLookbackWindowDays.
W interfejsie Merchant API wartość includeInReporting to 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} Adresy URL i identyfikatory różnią się w interfejsie Merchant API.
Interfejs API źródeł konwersji zwraca wartość ConversionSource zamiast 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} Adresy URL i identyfikatory różnią się w interfejsie Merchant API.
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{parent}/conversionSources {merchantId} {parent} Adresy URL i identyfikatory różnią się w interfejsie Merchant API.

Zasoby

W tabeli poniżej znajdziesz informacje o zmianach w zasobach źródeł konwersji występujących w interfejsie API Źródła konwersji:

Content API for Shopping Interfejs API sprzedawcy Opis
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

W interfejsie Merchant API wartość propertyName to property.
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

W interfejsie Merchant API wartość destinationId to destination.
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

W interfejsie Merchant API wartość attributionLookbackWindowInDays to attributionLookbackWindowDays.

W interfejsie Merchant API wartość includeInReporting to report.