I want to track successful logged-in count of users, and i am using event10 for the same. but how to implement this in DTM. i am not able to understand when i send this event from DTM. as i haven't implemented any direct call rule for it. how can i implement the same without using direct call rule.
I am expecting event10 report in Adobe analytics. and i already configured event10 as counter event in the report suit setting.
Solved! Go to Solution.
Views
Replies
Total Likes
Have you already implemented event10 to fire on successful log in on page load ? If you have already then you should not have to do anything else. In the report you could simply calculate the event count by day.
Not sure if i am missing anything.
Views
Replies
Total Likes
Have you already implemented event10 to fire on successful log in on page load ? If you have already then you should not have to do anything else. In the report you could simply calculate the event count by day.
Not sure if i am missing anything.
Views
Replies
Total Likes
Hi Suraj,
I haven't implemented anything till now, i am looking for solution for the same. i don't have access to add or modify anything on website. and Scenario is : -
user has successfully logged in and is taken to correlating page.
Views
Replies
Total Likes
Hello Manuj,
If you don't have access to the website and you would like to implement this from DTM. You may try the below way.
Create a rule in Data Collection Tags (Launch) with event type as Click. Copy the selector code from the login button and paste it in the 'Elements matching the CSS selector' section. Also you can add a certain property values (ex: Property = 'innerHTML' ; Value = 'Login') to trigger the event more accurately if you are using same class for other buttons as well.
Then in the action, set variables and map 'event10' and add another action to send beacon. Select s.tl() and choose link type as 'Custom Link' and give some link name for reference.
Views
Replies
Total Likes
Views
Likes
Replies