How to track successful login or logged-in count of users | Community
Skip to main content
manujendrap1027
Level 2
September 7, 2019
Solved

How to track successful login or logged-in count of users

  • September 7, 2019
  • 2 replies
  • 3838 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by surajpatra2525

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.

2 replies

surajpatra2525Accepted solution
Level 4
September 7, 2019

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.

manujendrap1027
Level 2
September 9, 2019

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.

mohamedriyasy58
June 25, 2024

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.