Dimension not getting logged in Dashboard
Hi, I am trying to log a metric via local storage, it gets logged properly when checked in Adobe Analytics Platform Debugger, but it is getting logged with default value in Analytics dashboard.
Here is what I am doing,
- Setting a variable page_name in Local Storage.
- Set up a Rule in Adobe Data Collection, with event as Core-Direct Call and then actions as Set Variables, where I am setting an eVar against a Data Element of page name, and then Send Beacon.
- Then in Analytics dashboard, under Admin Tools -> Report Suites, I have set an eVar for consuming the page name.
When I am seeing in Debugger, the values are flowing in fine against page name, but in Dashboard, it is always logged as default value. Could you please help where I might be going wrong?