Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Time between first Cart Add and Checkout Start

Avatar

Level 2

Can someone help me understand what it would take to measure the time time between the first cart addition and a checkout start?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

yes, you need to implement the time tracking in Launch

View solution in original post

3 Replies

Avatar

Community Advisor

there are different options how to measure this

1) track time on client side:

just write the timestamp at "cart add" to cookie/localStorage and calculate the time diff later at "checkout start"

2) use segments and "time spent"

never tried, but you could setup a few segmentd and calculate the difference on existing data

a) segment "hits until cart add" and metric time spent

b) segment "hits until checkout start" and metric time spent

c) overall segment "visits: cart add exists and then checkout start exists

having the overall segment (3) you can take the diff of (1) and (2) to get the time.

remark: for "hits until" use the rockstar tip from audrey salerno, link on this page: https://adobe.ly/aarockstartips

Avatar

Level 2

Hi,

Thanks for the help.  For option #1, where would I write the timestamp at cart add?  Is this done in Launch?

Avatar

Correct answer by
Community Advisor

yes, you need to implement the time tracking in Launch