AccessDimension
ディメンションはデータの属性です。たとえば、ディメンション userEmail
は、レポートデータにアクセスしたユーザーのメールアドレスを示します。レポート レスポンスのディメンション値は文字列です。
JSON 表現 |
{
"dimensionName": string
} |
フィールド |
dimensionName |
string
ディメンションの API 名。この API でサポートされているディメンションのリストについては、データアクセス スキーマをご覧ください。 ディメンションは、dimensionFilter と orderBys で名前で参照されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-08 UTC。
[null,null,["最終更新日 2024-09-08 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`."]]],[]]