Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Time Spent Between Payment & Confirmation Page

Avatar

Level 1

Hi Guys,

i'm struggling to find the best way to calculate the time customer spend between payment page & confirmation page. From Payment page after entering the Payment mode we take customer to Payment Gateway(external domain) and upon confirmation brings customer back to Confirmation page.

now i want to see how much time its taking for customer in Payment Gateway for any payment mode.

can anyone suggest best way to do this.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Not sure if there is a (calculated) metric that you can use to get this.

However, from implementation perspective, you could set a cookie with the current time stored in it and when the user returns, check for the cookie and calculate the difference in time.

-Hyder

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Not sure if there is a (calculated) metric that you can use to get this.

However, from implementation perspective, you could set a cookie with the current time stored in it and when the user returns, check for the cookie and calculate the difference in time.

-Hyder

Avatar

Employee Advisor

You could try using sequential segmentation:

Include hits where:

Page equals payment page

Then

Page equals confirmation page