Content API for Shopping'den dönüşüm kaynakları yönetimini taşıma

Merchant API, satıcı hesabınızın dönüşüm kaynaklarını yönetmenize olanak tanır.

İstekler

Aşağıda, dönüşüm kaynağı istekleri için Content API for Shopping ile Satıcı Dönüşüm Kaynakları API'sinin örnek bir karşılaştırmasını görebilirsiniz:

Content API Satıcı API'sı
URL GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/{name}
Tanımlayıcılar {merchantId}/conversionSources/{conversionSourceId} {name}

Yöntemler

Dönüşüm Kaynakları API'sindeki dönüşüm kaynakları yöntemlerindeki değişiklikler aşağıda belirtilmiştir:

Yöntem Content API for Shopping'deki URL Merchant API'deki URL Content API for Shopping'deki tanımlayıcılar Merchant API'deki tanımlayıcılar Açıklama
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'sinde propertyName, property olarak adlandırılır.
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'sinde destinationId, destination olarak adlandırılır.
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'sinde attributionLookbackWindowInDays, attributionLookbackWindowDays olarak adlandırılır.
Merchant API'de includeInReporting, report olarak adlandırılır.
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 ve tanımlayıcılar Merchant API'de farklıdır.
Dönüşüm Kaynakları API'si Empty yerine ConversionSource değerini döndürür.
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 ve tanımlayıcılar Merchant API'de farklıdır.
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{parent}/conversionSources {merchantId} {parent} URL ve tanımlayıcılar Merchant API'de farklıdır.

Kaynaklar

Aşağıdaki tabloda Dönüşüm Kaynakları API'sindeki dönüşüm kaynakları kaynaklarındaki değişiklikler gösterilmektedir:

Content API for Shopping Satıcı API'sı Açıklama
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

Merchant API'sinde propertyName, property olarak adlandırılır.
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

Merchant API'sinde destinationId, destination olarak adlandırılır.
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

Merchant API'sinde attributionLookbackWindowInDays, attributionLookbackWindowDays olarak adlandırılır.

Merchant API'sinde includeInReporting, report olarak adlandırılır.