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

แหล่งที่มาของ Conversion ของ Merchant Center ช่วยให้คุณดูข้อมูล Conversion จากข้อมูลที่แสดงฟรีและจากเว็บไซต์ในบัญชีผู้ขายได้ Merchant API ช่วยให้คุณจัดการแหล่งที่มาของ Conversion สําหรับบัญชีผู้ขายได้ โปรดดูข้อมูลเพิ่มเติมที่หัวข้อจัดการแหล่งที่มาของ Conversion

หน้านี้อธิบายวิธีย้ายข้อมูลการจัดการแหล่งที่มาของ Conversion จาก Content API ไปยัง Merchant API

คำขอ

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

Content API Merchant API
URL GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} GET https://merchantapi.googleapis.com/conversions/v1beta/{NAME}
รหัสระบุ {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {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/{MERCHANT_ID}/conversionSources POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{PARENT}/conversionSources {MERCHANT_ID} {PARENT} ใน Merchant API propertyName จะเรียกว่า property
อัปเดต PATCH https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} PATCH https://merchantapi.googleapis.com/conversions/v1beta/accounts/{CONVERSIONSOURCE_NAME} {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {CONVERSIONSOURCE_NAME} ใน Merchant API destinationId จะเรียกว่า destination
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} DELETE https://merchantapi.googleapis.com/conversions/v1beta/accounts/{NAME} {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME} ใน Merchant API attributionLookbackWindowInDays จะเรียกว่า attributionLookbackWindowDays
ใน Merchant API includeInReporting จะเรียกว่า report
undelete POST https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID}:undelete POST https://merchantapi.googleapis.com/conversions/v1beta/accounts/{name}:undelete {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME} URL และตัวระบุจะแตกต่างกันใน Merchant API
Conversion Sources API แสดงผล ConversionSource แทน Empty
get GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} GET https://merchantapi.googleapis.com/conversions/v1beta/accounts/{NAME} {MERCHANT_ID}/conversionSources/{CONVERSIONSOURCE_ID} {NAME} URL และตัวระบุจะแตกต่างกันใน Merchant API
list GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/conversionSources GET https://merchantapi.googleapis.com/conversions/v1beta/{PARENT}/conversionSources {MERCHANT_ID} {PARENT} URL และตัวระบุจะแตกต่างกันใน Merchant API

แหล่งข้อมูล

ตารางต่อไปนี้กล่าวถึงการเปลี่ยนแปลงในแหล่งข้อมูลแหล่งที่มาของ Conversion ใน 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 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