Skip to main content
Level 2
July 31, 2019
Répondu

Time between first cart addition and check-out

On adobe analytics, how do I see what the first item added to a customer's cart was and the time between when the first cart item was added and when the customer checked-out?

Ce sujet a été fermé aux réponses.
Meilleure réponse par kumararajak

Dear Madelyn,

This can be done by adding custom code.

Example:

  1. Fire a timestamp when the first cart added
  2. Fire a timestamp on checkout page
  3. Create a calculated metric in Adobe analytics (Checkout timestamp - first cart added timestamp)

Now calculate: 11:10 AM - 11:00AM = 10 Mins

Regards,

Kumararaja K

1 commentaire

kumararajak
kumararajakRéponse
Level 5
August 2, 2019

Dear Madelyn,

This can be done by adding custom code.

Example:

  1. Fire a timestamp when the first cart added
  2. Fire a timestamp on checkout page
  3. Create a calculated metric in Adobe analytics (Checkout timestamp - first cart added timestamp)

Now calculate: 11:10 AM - 11:00AM = 10 Mins

Regards,

Kumararaja K