Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Date of the last visit

Avatar

Level 4

Sorry if there is an obvious solution, I seem to be stuck - is there a way to determine the date of the last visit per user?

Also, can I create a segment that would isolate the last visit?

Thank you

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 8

If I needed to find this out I would use either datafeeds or data warehouse in combination with SQL, however if you are looking for something inside of Adobe analytics UI then you would need to create an Evar using a timestamp getdate and subtracting the number of days since last visit.

getDaysSinceLastVisit

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Employee

Hi,

There is no default metric/ Dimension that will tell about the date of the last visit per user. However, you would be able to find a dimension in workspace with the name as Days since last visit and you can apply Unique visitor metric. That might can help.

Regards

Karandeep Singh

Avatar

Korrekte Antwort von
Level 8

If I needed to find this out I would use either datafeeds or data warehouse in combination with SQL, however if you are looking for something inside of Adobe analytics UI then you would need to create an Evar using a timestamp getdate and subtracting the number of days since last visit.

getDaysSinceLastVisit

Avatar

Level 4

Thank you David,

Yes, that's exactly what I meant - specific date for each visitor. Both of your solutions make sense, thank you. I was convinced that there was a way to build a segment and a metric, but I just could not see it.