last login on Experience Event | Community
Skip to main content
March 28, 2022
Solved

last login on Experience Event

  • March 28, 2022
  • 1 reply
  • 804 views

Hi I need to realize this use case on Experience Platform : "A registered user has purchased more than X Offers in the last Y days on the website. In his last session he booked 2 nights in a hotel in Rome."
I recorded the login event on the Experience Evente schema . How can I recover the last login? 

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 Kishore_Reddy

Hey @carmen_18 

Hope you are doing well!

If you are tracking "login=true" flag and "hashed customer ID" in AEP, from web or app properties, you can run queries basis these dimension with date & time. And upon "logout=true" flag with "same hashed customer ID" must be set with date and time. These two flags must be mutually exclusive, while sending a beacon to AEP.

 

Let me know if I'm missing anything.

 

Thanks,

Kishore

1 reply

Kishore_Reddy
Community Advisor
Kishore_ReddyCommunity AdvisorAccepted solution
Community Advisor
March 28, 2022

Hey @carmen_18 

Hope you are doing well!

If you are tracking "login=true" flag and "hashed customer ID" in AEP, from web or app properties, you can run queries basis these dimension with date & time. And upon "logout=true" flag with "same hashed customer ID" must be set with date and time. These two flags must be mutually exclusive, while sending a beacon to AEP.

 

Let me know if I'm missing anything.

 

Thanks,

Kishore