ย้ายข้อมูลการจัดการแหล่งที่มาของ Conversion จาก Content API for Shopping

Merchant API ช่วยให้คุณจัดการแหล่งที่มาของ Conversion สำหรับบัญชีผู้ขายได้

คำขอ

ต่อไปนี้คือตัวอย่างการเปรียบเทียบระหว่าง Content API for Shopping กับ Merchant Conversion Source API สำหรับคำขอแหล่งที่มาของ Conversion

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 ใน Conversion Sources API มีการเปลี่ยนแปลงดังนี้

เมธอด URL ใน Content API for Shopping URL ใน Merchant API ตัวระบุใน 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 จะเรียก propertyName ว่า property
อัปเดต 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 จะเรียก destinationId ว่า 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} ใน Merchant API นั้น attributionLookbackWindowInDays เรียกว่า attributionLookbackWindowDays
ใน Merchant API นั้น includeInReporting เรียกว่า 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 และตัวระบุแตกต่างกันใน Merchant API
Conversion Source API แสดงผล ConversionSource จากเดิม 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 และตัวระบุแตกต่างกันใน 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 และตัวระบุแตกต่างกันใน Merchant API

แหล่งข้อมูล

ตารางต่อไปนี้กล่าวถึงการเปลี่ยนแปลงในทรัพยากรแหล่งที่มาของ Conversion ใน API แหล่งที่มาของ Conversion

API เนื้อหาสำหรับช็อปปิ้ง API ผู้ขาย คำอธิบาย
googleAnalyticsLink: {

property_id: int64,

attributionSettings: object,

propertyName: string

}

googleAnalyticsLink: {

propertyId: int64,

attributionSettings: object,

property: string

}

ใน Merchant API จะเรียก propertyName ว่า property
merchantCenterDestination: {

destinationId: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

merchantCenterDestination: {

destination: string,

attributionSettings: object,

displayName: string,

currencyCode: string

}

ใน Merchant API จะเรียก destinationId ว่า destination
attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

includeInReporting: bool

}

}

attributionSettings: {

attributionLookbackWindowDays: int32,

attributionModel: object,

repeated conversionType: {

name: string,

report: bool

}

}

ใน Merchant API จะเรียก attributionLookbackWindowInDays ว่า attributionLookbackWindowDays

ใน Merchant API จะเรียก includeInReporting ว่า report