Verwaltung von Conversion-Quellen von der Content API for Shopping migrieren

Mit der Merchant API können Sie Conversion-Quellen für Ihr Händlerkonto verwalten.

Anfragen

Hier sehen Sie einen Beispielvergleich der Content API for Shopping mit der Merchant Conversion Quellen API für Anfragen an Conversion-Quellen:

Content API Händler-API
URL GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/{name}
IDs {merchantId}/conversionSources/{conversionSourceId} {name}

Methoden

Folgendes hat sich bei den Methoden für Conversion-Quellen in der Conversion Sources API geändert:

Methode URL in Content API for Shopping URL in der Merchant API Kennzeichnungen in der Content API for Shopping IDs in der Merchant API Beschreibung
create POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{parent}/conversionSources {merchantId} {parent} In der Merchant API wird propertyName als property bezeichnet.
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} In der Merchant API wird destinationId als destination bezeichnet.
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} In der Merchant API wird attributionLookbackWindowInDays als attributionLookbackWindowDays bezeichnet.
In der Merchant API wird includeInReporting als report bezeichnet.
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 und IDs unterscheiden sich in der Merchant API.
Die Conversion Source API gibt ConversionSource anstelle von Empty zurück.
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 und IDs unterscheiden sich in der 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 und IDs unterscheiden sich in der Merchant API.

Ressourcen

In der folgenden Tabelle werden die Änderungen an den Ressourcen für Conversion-Quellen in der Conversion Resources API aufgeführt:

Content API for Shopping Händler-API Beschreibung
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

In der Merchant API wird propertyName als property bezeichnet.
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

In der Merchant API wird destinationId als destination bezeichnet.
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

In der Merchant API wird attributionLookbackWindowInDays als attributionLookbackWindowDays bezeichnet.

In der Merchant API wird includeInReporting als report bezeichnet.