รายงานที่แบ่งกลุ่ม
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
Search Ads 360 Reporting API เวอร์ชันใหม่พร้อมใช้งานแล้ว โดย API ใหม่จะมี
ความยืดหยุ่นที่เพิ่มขึ้นในการสร้างรายงานที่กำหนดเองและผสานรวมข้อมูลไว้ในแอปพลิเคชันการรายงานของคุณ
และกระบวนการต่างๆ ดูข้อมูลเพิ่มเติมเกี่ยวกับการย้ายข้อมูลไปยังและการใช้
การรายงาน Search Ads 360 เวอร์ชันใหม่
API
Search Ads 360 API จะแสดงเฉพาะข้อมูลแบบรวม เว้นแต่คุณจะขอแบ่งกลุ่มข้อมูลที่ละเอียดยิ่งขึ้น
ตัวอย่างเช่น คอลัมน์จำนวนคลิกในคำหลัก
รายงานจะแสดงจำนวนคลิกทั้งหมดสำหรับคีย์เวิร์ดในระหว่างช่วงเวลาที่คุณระบุ
keywordText |
keywordLandingPage |
จำนวนคลิก |
วิดเจ็ต |
http://www.example.com |
6000 |
แต่ถ้าคุณขอรายงานคีย์เวิร์ดที่แบ่งกลุ่มตามไตรมาส คุณจะ
คุณจะเห็นแถวละ 1 แถวสำหรับแต่ละไตรมาส และคอลัมน์จำนวนคลิกจะแสดงผลรวมรายไตรมาส
keywordText |
keywordLandingPage |
quarterStart |
quarterEnd |
จำนวนคลิก |
วิดเจ็ต |
http://www.example.com |
2012-01-01 |
2012-03-31 |
1000 |
วิดเจ็ต |
http://www.example.com |
2012-04-01 |
2012-06-30 |
1000 |
วิดเจ็ต |
http://www.example.com |
2012-07-01 |
2012-09-30 |
1000 |
วิดเจ็ต |
http://www.example.com |
2012-10-01 |
2012-12-31 |
3000 |
โปรดทราบว่ารายงานที่มีการแบ่งกลุ่มจะแสดงแถวต่อเมื่อมีข้อมูลสำหรับกลุ่มเท่านั้น
ตัวอย่างเช่น ในรายงานคีย์เวิร์ดที่มีคอลัมน์ floodlightActivity
คีย์เวิร์ดและ
คู่กิจกรรม Floodlight จะไม่ปรากฏในรายงานหากไม่มีเมตริกที่มีการระบุแหล่งที่มา
ไว้ในช่วงวันที่ของรายงาน
บางกลุ่มไม่สามารถใช้ร่วมกับบางคอลัมน์ได้
บางกลุ่มอาจทําให้บางคอลัมน์แสดงผลข้อมูลที่ไม่ถูกต้อง ตัวอย่างเช่น แบ่งกลุ่มตาม
floodlightActivity
จะมีความหมายก็ต่อเมื่อคุณรวมคอลัมน์ที่รายงาน Floodlight เท่านั้น
ข้อมูล เช่น dfaActions
, dfaRevenue
, dfaTransactions
และ dfaWeightedActions
คอลัมน์ Conversion ประเภทอื่นๆ (เช่น
adWordsConversions
) หรือคอลัมน์ที่รายงานเมตริกเครื่องมือค้นหา (เช่น การคลิกและ
ของการแสดงผล) ไม่มีข้อมูลที่รายงานโดย Floodlight ดังนั้นจะแสดงค่าที่ไม่ถูกต้องหากคุณ
แบ่งกลุ่มรายงานตาม floodlightActivity
วิธีขอรายงานที่แบ่งกลุ่ม
หากต้องการขอรายงานที่แบ่งกลุ่ม ให้รวมคอลัมน์ที่แสดงรายการ segment
เป็นลักษณะการทำงานในข้อมูลอ้างอิงประเภทรายงาน
คำขอที่ไม่พร้อมกันต่อไปนี้มีไว้สำหรับรายงานคีย์เวิร์ดที่แบ่งกลุ่มตามไตรมาส
คอลัมน์จำนวนคลิกในแต่ละแถวจะมีจำนวนคลิกรวมสำหรับไตรมาสนี้
{
"reportScope": {
"agencyId": "20700000000000123", // Replace with your IDs
"advertiserId": "2170000012345" // Replace with your IDs
},
"reportType": "keyword",
"columns": [
{ "columnName": "campaignId" },
{ "columnName": "keywordText" },
{ "columnName": "keywordLandingPage" },
{ "columnName": "quarterStart" },
{ "columnName": "quarterEnd" },
{ "columnName": "clicks" },
]
"timeRange" : {
"startDate" : "2012-01-01",
"endDate" : "2012-12-31"
},
"downloadFormat": "csv",
"maxRowsPerFile": 5000000,
"statisticsCurrency": "agency",
"verifySingleTimeZone": false,
"includeRemovedEntities": false
}
หมายเหตุ: โปรดระมัดระวังเรื่องวันที่ หากคุณต้องการขอรายงานรายไตรมาส โปรดตรวจสอบว่า
timeRange ของรายงาน
ครอบคลุมทั้งไตรมาส มิฉะนั้นคุณจะได้รับผลลัพธ์เพียงบางส่วนซึ่งอาจทำให้
ผู้คนคิดว่าจำนวนคลิก รายได้ และอื่นๆ ลดลงอย่างมาก
การขอกลุ่มหลายกลุ่ม
คุณรวมคอลัมน์กลุ่มในคำขอได้มากกว่า 1 คอลัมน์ โปรดทราบดังต่อไปนี้
-
หากคุณแบ่งกลุ่มตามสัปดาห์ เดือน หรือไตรมาส เราขอแนะนำให้คุณระบุทั้ง
คอลัมน์เริ่มต้นและสิ้นสุดในคำขอของคุณ ตัวอย่างเช่น ในรายงานรายไตรมาส ให้ใส่ทั้ง
คอลัมน์ quarterStart
และ quarterEnd
รวมทั้ง 2 อย่างนี้
จะแสดงวันที่เริ่มต้นและวันที่สิ้นสุดของช่วงเวลา ซึ่งช่วยยืนยันว่าคุณได้
ที่รวมข้อมูลสำหรับช่วงเวลาทั้งหมดแต่ละช่วง
-
คุณไม่สามารถรวมกลุ่มประเภทต่างๆ ที่เกี่ยวข้องกับเวลาไว้ในคำขอเดียวกัน
ตัวอย่างเช่น คุณจะแบ่งกลุ่มตามไตรมาสและเดือนในคำขอเดียวกันไม่ได้
-
จำนวนแถวอาจเพิ่มขึ้นแบบทวีคูณเมื่อมีส่วนเพิ่มเติมแต่ละกลุ่ม
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-29 UTC
[null,null,["อัปเดตล่าสุด 2025-08-29 UTC"],[[["\u003cp\u003eThe new Search Ads 360 Reporting API offers greater flexibility for creating custom reports and integrating data into your workflows.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides aggregated data by default, but you can request segmented data for a more granular view, such as segmenting by quarter to see quarterly click totals.\u003c/p\u003e\n"],["\u003cp\u003eSome segments are incompatible with certain columns, and including multiple segments can significantly increase the number of rows in your reports.\u003c/p\u003e\n"],["\u003cp\u003eWhen requesting segmented reports, ensure the time range covers the entire segment period for accurate results, and be mindful of potential data inconsistencies when combining segments with specific columns.\u003c/p\u003e\n"],["\u003cp\u003eYou can request segmented reports by including columns with "segment" behavior, as demonstrated in the provided code example for a keyword report segmented by quarter.\u003c/p\u003e\n"]]],["The new Search Ads 360 Reporting API allows for building custom reports and integrating data. Segmented reports show detailed data, with each segment (e.g., quarter) receiving its own row and totals. Rows appear only if data exists for the segment. Certain segments are incompatible with specific columns, yielding invalid data. To request a segmented report include a column listing `segment` as it's behavior, and when requesting time-related segments, ensure that the date range encompasses the full period. The use of multiple segments in a report is possible but they can not be time related.\n"],null,["# Segmented Reports\n\nThe new Search Ads 360 Reporting API is now available. The new API provides enhanced flexibility to build custom reports and integrate the data into your reporting applications and processes. Learn more about migrating to and using the [new Search Ads 360 Reporting\nAPI](https://developers.google.com/search-ads/reporting/overview).\n\n\nThe Search Ads 360 API returns only aggregated data unless you request more detailed, segmented\ndata. For example, the clicks column in a [keyword\nreport](/search-ads/v2/report-types/keyword) lists the total number of clicks on a keyword during the time range you specify.\n\n| keywordText | keywordLandingPage | clicks |\n|-------------|------------------------|--------|\n| widgets | http://www.example.com | 6000 |\n\nBut if you request a keyword report that segments by quarter, for each keyword you'll\nsee one row for each quarter, and the clicks column will list the quarterly totals. \n\n| keywordText | keywordLandingPage | quarterStart | quarterEnd | clicks |\n|-------------|------------------------|--------------|------------|--------|\n| widgets | http://www.example.com | 2012-01-01 | 2012-03-31 | 1000 |\n| widgets | http://www.example.com | 2012-04-01 | 2012-06-30 | 1000 |\n| widgets | http://www.example.com | 2012-07-01 | 2012-09-30 | 1000 |\n| widgets | http://www.example.com | 2012-10-01 | 2012-12-31 | 3000 |\n\nNote that a segmented report returns a row only if data is available for a segment.\nFor example, in a keyword report with the `floodlightActivity` column, a keyword and\nFloodlight activity pair will not appear in the report if there are no metrics attributed\nto it for the report date range.\n\n### Some segments are incompatible with specific columns\n\nSome segments may cause specific columns to return invalid data. For example, segmenting by\n`floodlightActivity` is meaningful only if you include columns that report Floodlight\ndata, such as `dfaActions`, `dfaRevenue`, `dfaTransactions`,\nand `dfaWeightedActions`. Other types of conversion columns (such as\n`adWordsConversions`), or columns that report engine metrics (such as clicks and\nimpressions), don't contain data reported by Floodlight, so they return invalid values if you\nsegment a report by `floodlightActivity`.\n\n### How to request a segmented report\n\nTo request a segmented report, include a column that lists `segment` as its behavior in the [Types of Reports](/search-ads/v2/report-types) reference.\n\nThe following asynchronous request is for a keyword report segmented by quarter. The\nclicks column in each row will contain the total number of clicks for the quarter: \n\n```\n{\n \"reportScope\": {\n \"agencyId\": \"20700000000000123\", // Replace with your IDs\n \"advertiserId\": \"2170000012345\" // Replace with your IDs\n },\n \"reportType\": \"keyword\",\n\n \"columns\": [\n { \"columnName\": \"campaignId\" },\n { \"columnName\": \"keywordText\" },\n { \"columnName\": \"keywordLandingPage\" },\n\n { \"columnName\": \"quarterStart\" },\n { \"columnName\": \"quarterEnd\" },\n { \"columnName\": \"clicks\" },\n ]\n \"timeRange\" : {\n \"startDate\" : \"2012-01-01\",\n \"endDate\" : \"2012-12-31\"\n },\n \"downloadFormat\": \"csv\",\n \"maxRowsPerFile\": 5000000,\n \"statisticsCurrency\": \"agency\",\n \"verifySingleTimeZone\": false,\n \"includeRemovedEntities\": false\n}\n \n``` \n**Note** : Be careful with dates. If you're requesting a quarterly report, make sure that the report's [timeRange](/search-ads/v2/reference/reports#request.timeRange) includes the entire quarter. Otherwise you'll get only partial results, which might make people think there's been a drastic reduction in clicks, revenue, and so on.\n\nRequesting multiple segments\n----------------------------\n\nYou can include more than one segment column in a request. Note the following:\n\n- If you segment by week, month, or quarter, we recommend that you include both the\n start and end columns in your request. For example, in a quarterly report, include both\n the `quarterStart` and `quarterEnd` columns. Including both of these\n columns will output the period's start and end dates, which will help confirm that you've\n included data for each full period.\n\n- You cannot include different types of time-related segments in the same request.\n For example, you cannot segment by quarter and month in the same request.\n\n- The number of rows could increase exponentially with each additional segment."]]