Google アナリティクスの MCP サーバーを試します。
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 行を返し、API リクエストに 50 の limit が含まれている場合、レスポンスには 175 の rowCount が含まれますが、行数は 50 行のみになります。 このページネーション パラメータの詳細については、ページネーションをご覧ください。
|
metadata |
object (ResponseMetaData)
レポートのメタデータ。
|
propertyQuota |
object (PropertyQuota)
このリクエストを含む、この Google アナリティクス プロパティの割り当ての状態。
|
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"]]