Hello - I would like the community's advise to see which option is better to track the Checkout process initiation. Should we use:
1. scCheckout event at the start of the Checkout process OR
2. Page views to count the Checkout process
Which one is better to use and why? Where should the scCheckout event trigger if we are going with that option? Isnt pageviews of the Checkout page and scCheckout giving us the same data?
Thanks!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
both page view and scCheckout are increasing the counters for each event by 1. In theory, you could also filter your page views for the checkout page to get the same numbers, but that would be cumbersome, especially in visualizations with less flexibility than a Freeform table.
Dedicated conversion events for milestones happening during a visitor's journey are surely to be preferred.
I would set the scCheckout event in your page view and you can make use of it.
Not much more to add to the above, which is pretty much all that needs to be said, just a quick example:
I find it much easier to create a fallout report & drop in Prod View event > Cart Add event > Cart View event > Checkout event > Purchase event than it is to individually check for each of these via a mix of segments, pageNames, events, eVar values, etc. so having these as seaprate, pre-defined key events is much better, for me at least.
Hi @DebanjanaBh1 ,
scCheckout is better for tracking Checkout initiation because:
For your last question: Isnt pageviews of the Checkout page and scCheckout giving us the same data?
Not necessarily:
Recommendation:
Use both
Thanks.
Pradnya
Hi @pradnya_balvir If checkout is a new page then how is the page view count different from the scCheckout event count if the scCheckout event is triggered every time the page is loaded?
Views
Replies
Total Likes
Adding my $0.02 to this reply:
Fundamentally, Page VIews and Checkouts are tracked with 2 different methods:
The difference is immediately obvious: Checkouts can be tracked with any kinds of beacons: Page Views, Custom Links, Download Links and Exit Links, because you can attach success events to any of these beacons.
So the question really goes back to how your website works. If you are very confident that a cart checkout occurs when a particular page is viewed only, then it makes no difference whether you count by Page Views or Checkouts.
Personally, I would track the "scCheckout" success event with the s.t() beacon. The reason is that I follow a "explicit is better than implicit" rule: if a checkout has occurred, then track the "scCheckout" success event. Then, when I (or any other person) inspect the hits to AA, I can see-and-verify that a Checkout has been tracked and will be reported in AA.
Views
Replies
Total Likes
Page views on the checkout page and the scCheckout event aren’t quite the same thing. Page views will count every time someone lands on that page, even if it’s a refresh or they jump back in. scCheckout is designed to mark the actual start of a checkout attempt, so it’s usually cleaner for funnels and ties in better with Adobe’s commerce reporting.
The common setup is to trigger scCheckout once when the user clicks “Checkout” from the cart or when the first step of the checkout flow loads. In practice, a mix of both works best - page views show how much traffic hits checkout, and scCheckout tells you how many people actually kicked off the process
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies