Expand my Community achievements bar.

Friendly names not showing up when logged in

Avatar

Level 1

2/16/21

Description -

When I'm logged in, in the Debugger extension, I expect to see the eVars, props and events with their friendly name, instead of their number. This is not happening, even though I'm an admin.

Why is this feature important to you -

Ease of debugging.

 

1 Comment

Avatar

Level 1

2/17/21

When inspecting background.js - I see this error response from "https://api.omniture.com/admin/1.4/rest/?method=Company.GetReportSuites"


{"error":"invalid_request","error_description":"The token provided is not valid for the requested company"}

 

The request has this Header
X-ADOBE-DMA-COMPANY: "Adobe Corp"

 

Which is insane, as I don't have rights to Adobe Comp


I can create the same request in Postman with a new access token generated from console.adobe.io - and remove the above header, then I get a valid response