Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

API: User does not have access to the global dimension for this request

Avatar

Level 2

Hello 

I am having trouble finding a solution for the Unauthorized Global Dimension. I am trying to make the following API request 

 

{
	"rsid": "xxxx",
	"globalFilters": [
		{
			"type": "dateRange",
			"dateRange": "2022-03-20T00:00:00.000/2022-03-21T00:00:00.000"
		}
	],
	"metricContainer": {
		"metrics": [
			{
				"columnId": "0",
				"id": "metrics/visits"
			}
		]
	},
	"dimension": "variables/pageeventvar3",
	"settings": {
		"limit": 100,
		"page": 0
	}
}

 

 But I have errors 

 

"columnErrors": [
			{
				"columnId": "0",
				"errorCode": "unauthorized_dimension_global",
				"errorId": "57b087e6-5bdb-4c9a-a0be-08d42e91bb8d",
				"errorDescription": "User does not have access to the global dimension for this request"
			}
		]

 

 
I am not sure about the errors as I made sure I have Auto-include: on for dimensions and metrics of my API profile. 
Any ideas on how to resolve this? 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

What report/dimnesion are you trying to run? pev3 (pageeventvar3) is no longer used as far as I know.

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

What report/dimnesion are you trying to run? pev3 (pageeventvar3) is no longer used as far as I know.

Avatar

Level 2

I am trying to report the metric visits on the dimension full Entry Page URL. 
I tried on several other custom dimensions and I am still getting the same error... 

Avatar

Employee Advisor

Are you capturing page URL in any prop? Then perhaps you can use the entry prop dimension.