คุณขอรายงานประเภทต่างๆ ที่มีเมตริกสำหรับส่วนขยายไซต์ลิงก์ของ Google Ads ได้ ดังนี้
adGroup
หรือcampaign
รายงานที่แสดง จำนวนคลิก การแสดงผล และข้อมูลอื่นๆ สำหรับไซต์ลิงก์แต่ละรายการในกลุ่มโฆษณาหรือแคมเปญconversion
หรือ รายงานvisit
ที่แสดงไฟล์ข้อมูล RAW ข้อมูลเกี่ยวกับการเข้าชมและ Conversion แต่ละรายการ รวมถึงรหัสของไซต์ลิงก์ที่มีการคลิก และระบุแหล่งที่มาสำหรับการเข้าชม/Conversionรายงานของ
feedItem
ที่ แสดงเมตริกและรายละเอียดการกำหนดค่าของไซต์ลิงก์แต่ละรายการในแคมเปญและกลุ่มโฆษณาทั้งหมดที่ ที่มีการนำไปใช้กับ
ขอรายงานกลุ่มโฆษณาหรือแคมเปญที่แบ่งกลุ่ม
ถ้าต้องการดูจำนวนคลิก การแสดงผล และข้อมูลอื่นๆ ของแต่ละไซต์ลิงก์ในกลุ่มโฆษณา หรือ
แคมเปญ ให้ขอรายงานadGroup
หรือcampaign
และใส่คอลัมน์การแบ่งกลุ่มไซต์ลิงก์ เช่น sitelinkDisplayText
ตัวอย่างคำขอ
{ "reportScope": { "agencyId": "20700000000000123", // Replace with your IDs "advertiserId": "2170000012345", // Replace with your IDs "engineAccountId": "700000000042201" // Replace with your IDs }, "reportType": "campaign", "columns": [ { "columnName": "account" }, { "columnName": "campaign" }, { "columnName": "sitelinkDisplayText" }, { "columnName": "feedItemId" }, { "columnName": "clicks" }, { "columnName": "clicksWithFeedItemShowing" }, { "columnName": "adWordsConversions" } ], "timeRange" : { "startDate" : "2014-07-21", "endDate" : "2014-08-19" }, "downloadFormat": "csv", "maxRowsPerFile": 6000000, "statisticsCurrency": "agency", "verifySingleTimeZone": false, "includeRemovedEntities": false }
รายงานตัวอย่าง
ต่อไปนี้คือตัวอย่างของรายงาน campaign
ในรูปแบบ CSV ที่แบ่งกลุ่มตาม sitelinkDisplayText
account,campaign,sitelinkDisplayText,feedItemId,clicks,clicksWithFeedItemShowing,adWordsConversions Hooper's - Google,Accessories,Summer 2014,33700000014504870,10895,12895,1157 Hooper's - Google,Accessories,$30 and Under,33700000014504871,10816,12816,1145 Hooper's - Google,Accessories,Tote Bags,33700000014504872,12790,12790,1147
ขอรายงาน Conversion หรือการเข้าชมที่มีข้อมูลไซต์ลิงก์
เพื่อดูข้อมูลดิบเกี่ยวกับการเข้าชมและ Conversion แต่ละรายการ รวมถึงรหัสของไซต์ลิงก์
ที่มีการคลิกและระบุแหล่งที่มาสำหรับการเข้าชม/Conversion ให้ส่งคำขอ
conversion
หรือ
visit
และรวม
feedItemId
ในคำขอ
ตัวอย่างคำขอ
{ "reportScope": { "agencyId": "20700000000000123", // Replace with your IDs "advertiserId": "2170000012345", // Replace with your IDs "engineAccountId": "700000000042201" // Replace with your IDs }, "reportType": "conversion", "columns": [ { "columnName": "account" }, { "columnName": "campaign" }, { "columnName": "floodlightActivity" }, { "columnName": "feedType" }, { "columnName": "feedItemId" } ], "timeRange" : { "startDate" : "2014-07-21", "endDate" : "2014-08-19" }, "downloadFormat": "csv", "maxRowsPerFile": 6000000, "statisticsCurrency": "agency", "verifySingleTimeZone": false, "includeRemovedEntities": false }
รายงานตัวอย่าง
ต่อไปนี้คือตัวอย่างของรายงาน conversion
ในรูปแบบ CSV ที่มีคอลัมน์รายการฟีดบางคอลัมน์
account,campaign,floodlightActivity,feedType,feedItemId Hooper's - Google,Bedroom,Thank you page,Sitelink,33700000014504870 Hooper's - Google,Bedroom,Thank you page,Sitelink,33700000014504871 Hooper's - Google,Bedroom,Thank you page,Sitelink,33700000014504872
หากต้องการดูข้อมูลเพิ่มเติมเกี่ยวกับไซต์ลิงก์ใน Conversion โปรดส่งคำขอ
รายงาน feedItem แล้วใช้ feedItemId
เพื่อค้นหาไซต์ลิงก์ที่
ที่อ้างอิงในรายงาน Conversion หรือการเข้าชม
ขอรายงาน FeedItem
ดูเมตริกและรายละเอียดการกำหนดค่าของไซต์ลิงก์แต่ละรายการในแคมเปญและโฆษณาทั้งหมด
ที่มีการนำไปใช้กับ ให้ขอรายงาน feedItem
ตัวอย่างคำขอ
{ "reportScope": { "agencyId": "20700000000000123", // Replace with your IDs "advertiserId": "2170000012345", // Replace with your IDs "engineAccountId": "700000000042201" // Replace with your IDs }, "reportType": "feedItem", "columns": [ { "columnName": "feedItemId" }, { "columnName": "sitelinkDisplayText" }, { "columnName": "sitelinkDescription1" }, { "columnName": "sitelinkDescription2" }, { "columnName": "sitelinkLandingPageUrl" }, { "columnName": "clicks" }, { "columnName": "clicksWithFeedItemShowing" }, { "columnName": "dfaRevenue" } ], "timeRange" : { "startDate" : "2014-07-21", "endDate" : "2014-08-19" }, "downloadFormat": "csv", "maxRowsPerFile": 6000000, "statisticsCurrency": "agency", "verifySingleTimeZone": false, "includeRemovedEntities": false }
รายงานตัวอย่าง
ต่อไปนี้คือตัวอย่างของรายงาน feedItem
ในรูปแบบ CSV
feedItemId,sitelinkDisplayText,sitelinkDescription1,sitelinkDescription2,sitelinkLandingPageUrl,clicks,clicksWithFeedItemShowing,dfaRevenue 33700000014504870,Summer 2014,,,http://www.hoopers.com/summer2012,10895,12895,141653.25421900 33700000014504871,$30 and Under,,,http://www.hoopers.com/sortby/lowprice,10816,12816,143600.27534400 33700000014504872,Tote Bags,,,http://www.hoopers.com/tote,12790,12790,140178.19750400