i'm trying to create a report that illustrates how many unique users are logging in by month. I see last login date but this would equate more to a first login. Basically trying to illustrate an increase in adoption by the number of users | Community
Skip to main content
Level 3
September 21, 2020
Question

i'm trying to create a report that illustrates how many unique users are logging in by month. I see last login date but this would equate more to a first login. Basically trying to illustrate an increase in adoption by the number of users

  • September 21, 2020
  • 1 reply
  • 590 views

each month. Any suggestions?

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

1 reply

imgrund
Adobe Employee
Adobe Employee
September 21, 2020

This is a horribly manual way, but the only way I can think is is to have a report at the end of each month that has the people whose last login date is that month automatically delivered to you. Save the file and then combine them whenever you need them. Once you merge the dat, you can do a pivot chart on usage.

We are looking at doing an API call every night that is to capture who logged in that day and then we have the info in our data warehouse in SQL.

PamelaMiAuthor
Level 3
September 21, 2020
Thank you Anthony!