Esegui la migrazione della gestione delle origini conversione dall'API Content for Shopping

L'API Merchant ti consente di gestire le origini conversione per il tuo account commerciante.

Richieste

Ecco un esempio di confronto tra l'API Content for Shopping e l'API Merchant ConversionConversions per le richieste relative alle origini conversione:

API Content API Merchant Center
URL GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/{name}
Identificatori {merchantId}/conversionSources/{conversionSourceId} {name}

Metodi

Ecco cosa è cambiato per i metodi delle origini conversione nell'API Conversion Sources:

Metodo URL nell'API Content for Shopping URL nell'API Merchant Identificatori nell'API Content for Shopping Identificatori nell'API Merchant Descrizione
create POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{parent}/conversionSources {merchantId} {parent} Nell'API Merchant Center, propertyName è chiamato 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} Nell'API Merchant Center, destinationId è chiamato 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} Nell'API Merchant Center, attributionLookbackWindowInDays è chiamato attributionLookbackWindowDays.
Nell'API Merchant Center, includeInReporting è chiamato 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 e identificatori sono diversi nell'API Merchant.
L'API Conversion Extensions restituisce ConversionSource anziché 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 e identificatori sono diversi nell'API Merchant.
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{parent}/conversionSources {merchantId} {parent} URL e identificatori sono diversi nell'API Merchant.

Risorse

La seguente tabella elenca le modifiche nelle risorse delle origini conversione nell'API Conversion APIs:

API Content per Shopping API Merchant Center Descrizione
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

Nell'API Merchant Center, propertyName è chiamato property.
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

Nell'API Merchant Center, destinationId è chiamato destination.
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

Nell'API Merchant Center, attributionLookbackWindowInDays è chiamato attributionLookbackWindowDays.

Nell'API Merchant Center, includeInReporting è chiamato report.