How to track Login user details using DTM ?
Hi,
I am using Adobe Analytics - DTM for my site. The site is based on single page architecture.
The page loads only once and all the other pages load through ajax in the page container.
I am using Direct call rule for the page view tracking.
I want to configure following reports please let me know the detailed steps for the same :--
1. How many users logged into the application?
2. A mechanism to track the user name/ detail for every pages and page sections viewed.
I tried creating a Data Element using JS Object for Login object in the application and remembered for Session.
Created a Event Rule on login button click.
Adobe Analytics section contains eVar10=%s.eVar10% where s.eVar10 is the data element.
Added event4.
browser console shows correct value for
_satellite.getVar('s.eVar10')
But it is not showing anywhere in the site metrics reports.
Link click section shows the count only.
Please suggest how to track Logged in user names in the report section?