v1
latestSwagger 2.02026-07-175658186.8 KBDimensions
Retrieve dimensions for a report suite
get/{globalCompanyId}/dimensions
Path parameters
globalCompanyIdstring required
The Global Company ID for the Adobe Analytics organization
Query parameters
rsidstring required
A report suite ID
localestring
Locale
segmentableboolean
Only include dimensions that are valid within a segment.
reportableboolean
Only include dimensions that are valid within a report.
classifiableboolean
Only include classifiable dimensions.
expansionstring[]
Add extra metadata to items (comma-delimited list)
Headers
Authorizationstring required
The access token copied from your AA API client integration, prefixed with "Bearer ".
x-api-keystring required
The API key copied from your AA API client integration. For more information on how to obtain this value, see Getting started with the Analytics API.
Response
successful operation
Example response
[
{
"allocationType": "linear",
"expirationType": "visit",
"expirationCustomDays": 30,
"dataType": "text",
"bindingEvents": [
"event1",
"event2"
],
"merchandisingSyntax": "conversion_variable",
"ecomAllocationType": "last"
}
]