Content API for Shopping からコンバージョンの発生元の管理を移行する

Merchant API を使用すると、販売アカウントのコンバージョンの発生元を管理できます。

リクエスト

コンバージョンの発生元のリクエストについて、Content API for Shopping と Merchant Conversion Sources API を比較した例を次に示します。

Content API 販売者 API
URL GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources/{conversionSourceId} GET https://merchantapi.googleapis.com/conversions/v1beta/{name}
識別子 {merchantId}/conversionSources/{conversionSourceId} {name}

メソッド

Conversion Sources API のコンバージョンの発生元メソッドの変更点は次のとおりです。

メソッド Content API for Shopping の URL Merchant API の URL 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 では、propertyNameproperty と呼ばれます。
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 では、destinationIddestination と呼ばれます。
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 では、attributionLookbackWindowInDaysattributionLookbackWindowDays と呼ばれます。
Merchant API では、includeInReportingreport と呼ばれます。
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} Merchant API では URL と識別子が異なります。
Conversion Sources API は、Empty ではなく ConversionSource を返します。
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} Merchant API では、URL と識別子が異なります。
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{parent}/conversionSources {merchantId} {parent} Merchant API では、URL と識別子が異なります。

リソース

次の表に、Conversion Sources API のコンバージョンの発生元リソースの変更点を示します。

Content API for Shopping Merchant API 説明
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

Merchant API では、propertyNameproperty と呼ばれます。
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

Merchant API では、destinationIddestination と呼ばれます。
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

Merchant API では、attributionLookbackWindowInDaysattributionLookbackWindowDays と呼ばれます。

Merchant API では、includeInReportingreport と呼ばれます。