AccessDimension
ディメンションはデータの属性です。たとえば、ディメンション userEmail
は、レポートデータにアクセスしたユーザーのメールアドレスを示します。レポート レスポンスのディメンション値は文字列です。
JSON 表現 |
{
"dimensionName": string
} |
フィールド |
dimensionName |
string
ディメンションの API 名。この API でサポートされているディメンションのリストについては、データアクセス スキーマをご覧ください。 ディメンションは、dimensionFilter と orderBys で名前で参照されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["Dimensions are attributes of your data, like `userEmail`, and their values in reports are strings."],["Dimensions are represented in JSON format as `{ \"dimensionName\": string }`, where `dimensionName` is the API name of the dimension."],["You can find a list of supported dimensions in the [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema)."],["`dimensionName` is used to reference dimensions in `dimensionFilter` and `orderBys`."]]],["The core content defines dimensions as attributes of data, using `userEmail` as an example. Dimension values are strings. The JSON representation of a dimension is `{ \"dimensionName\": string }`. The `dimensionName` field, a string, specifies the API name of the dimension. A list of supported dimensions can be found in the Data Access Schema. Dimensions are referenced by name in `dimensionFilter` and `orderBys`.\n"]]