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?
Solved! Go to Solution.
Views
Replies
Total Likes
If I were in your shoes, here's what I would do:
That should give you what you're looking for. If it doesn't work, you can use the browser console to call the function that retrieves the username to make sure its working as intended.
Views
Replies
Total Likes
Hi
eVar and event need to be trigger in the same request for the desired report.
Regards
Devinder
Views
Replies
Total Likes
If I were in your shoes, here's what I would do:
That should give you what you're looking for. If it doesn't work, you can use the browser console to call the function that retrieves the username to make sure its working as intended.
Views
Replies
Total Likes
Views
Likes
Replies