analytics_dimensions_list
Get all dimensions and custom channel groupings available for a given website to use as columns in analytics queries.
Instructions
List available dimensions for analytics queries.
Returns all dimensions that can be used as columns in analytics_query_execute.
To get details use `analytics_dimensions_details_list`
The format of the response:
```
{"dimensions": [{column_id: column_name}],
"custom_channel_groupings": [{custom_channel_grouping_id: column_name}]}
```
Args:
website_id: UUID of the website/app to get dimensions for
Returns:
DimensionsList with all available dimensions and custom channel groupings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimensions | Yes | ||
| custom_channel_groupings | Yes |