ลองใช้เซิร์ฟเวอร์ MCP สำหรับ Google Analytics ติดตั้งจาก
GitHub และดูรายละเอียดเพิ่มเติมได้ที่
ประกาศ
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
RunReportResponse
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ตารางรายงานการตอบกลับที่สอดคล้องกับคำขอ
| การแสดง JSON |
{
"dimensionHeaders": [
{
object (DimensionHeader)
}
],
"metricHeaders": [
{
object (MetricHeader)
}
],
"rows": [
{
object (Row)
}
],
"totals": [
{
object (Row)
}
],
"maximums": [
{
object (Row)
}
],
"minimums": [
{
object (Row)
}
],
"rowCount": integer,
"metadata": {
object (ResponseMetaData)
},
"propertyQuota": {
object (PropertyQuota)
},
"kind": string
} |
| ช่อง |
rows[] |
object (Row)
แถวของชุดค่าผสมของค่ามิติข้อมูลและค่าเมตริกในรายงาน
|
totals[] |
object (Row)
ค่ารวมของเมตริก (หากมีการขอ)
|
maximums[] |
object (Row)
ค่าสูงสุดของเมตริก (หากมีการขอ)
|
minimums[] |
object (Row)
ค่าต่ำสุดของเมตริก (หากมีการขอ)
|
rowCount |
integer
จำนวนแถวทั้งหมดในผลการค้นหา rowCount ไม่ขึ้นอยู่กับจำนวนแถวที่แสดงผลในการตอบกลับ พารามิเตอร์คำขอ limit และพารามิเตอร์คำขอ offset ตัวอย่างเช่น หากการค้นหาแสดงผล 175 แถวและมี limit เป็น 50 ในคำขอ API การตอบกลับจะมี rowCount เป็น 175 แต่มีเพียง 50 แถว ดูข้อมูลเพิ่มเติมเกี่ยวกับพารามิเตอร์การแบ่งหน้าได้ที่ การแบ่งหน้า
|
metadata |
object (ResponseMetaData)
ข้อมูลเมตาของรายงาน
|
propertyQuota |
object (PropertyQuota)
สถานะโควต้าของพร็อพเพอร์ตี้ Google Analytics นี้ รวมถึงคำขอนี้
|
kind |
string
ระบุประเภทของทรัพยากรที่ข้อความนี้เป็น kind นี้จะเป็นสตริงคงที่ "analyticsData#runReport" เสมอ มีประโยชน์ในการแยกความแตกต่างระหว่างประเภทการตอบกลับใน JSON
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2026-04-25 UTC
[null,null,["อัปเดตล่าสุด 2026-04-25 UTC"],[],["The report response contains a JSON representation with various fields. It includes `dimensionHeaders` and `metricHeaders` which describe the columns and their order in the report's rows. The `rows` field contains the actual data. Additionally, `totals`, `maximums`, and `minimums` can present aggregated metric values. `rowCount` provides the total rows, independent of pagination. `metadata` offers report details, `propertyQuota` shows quota state, and `kind` specifies the resource type as \"analyticsData#runReport\".\n"]]