v1
latestSwagger 2.02026-07-175658186.8 KBDimensions
Retrieve a dimension by ID
get/{globalCompanyId}/dimensions/{id}
Path parameters
globalCompanyIdstring required
The Global Company ID for the Adobe Analytics organization
idstring required
The dimension ID. For example a valid id is a value like 'evar1'
Query parameters
rsidstring required
The report suite ID.
localestring
The locale to use for returning system named 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"
}