-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Split-Checkout] Set goals/funnels to assess checkout metrics #3
Comments
@filipefurtad0 FYI I think FR has turn ON & OFF split checkout a lot of times. Maybe worth keeping UK as main metric base as long as legacy checkout is not removed? |
Ok, thanks for that heads up @RachL . I'll wait a few days to make sure the tracking is working as expected, and then implement this in UK-prod as well. |
I'm not too sure we can measure funnels with the "do not track option" enabled. For the same settings (goal/funnel/tag/trigger), on staging-UK, we can track the user journey: Which we can't on uk-prod: All the conversions seem to happen on the The only option I see is to remove/disable the funnels. In that case, the the tag/trigger should convert the goal on the Thoughts? |
I've just noticed that we have the same page title for each of the steps of split-checkout: Having the correct title could perhaps improve our tracking, for example by examining |
@filipefurtad0 the "do-not-track" option shouldn't influence a lot the results for UK or AU prod. It might for FR prod where Firefox is mainly used. To my understanding, Firefox is one of the only browser that activate this option by default. And it's not in our top browser list apart from France. Why did you concluded with a link between the two? We can discuss in analytics chat tomorrow if that's easier. re the title, if it makes things easier, sure! |
Thanks @RachL,
I've set the goals in the same way, both in staging and prod; the only difference is the container setting, so I concluded this could play a role, but maybe that's not it... I don't know why the clicks on the payment and summary pages are not being triggered in UK-prod, these were tested in preview mode (in staging) and should work... 🤷
Let's do that, yes 👍
I think changing the page title could be a papercut, and yeah - hopefully improves things when analyze Users Flow data - as of now we can can only find the page "Checkout - Open Food Network" (marked purple, below ): |
Now that #11599 has been closed we could consider looking at this again. |
Thanks for the reminder @drummer83 ! I'm curious to see how will the diagram above look like in a couple of days/weeks. I've set a reminder to have a look at it by the end of this week again. Edit: this won't be on this week's release, so it makes sense to check Matomo again in the end of next week (not this one). |
We want to understand conversion rates around Split-checkout. There are many ways to achieve this, two have been identified:
Goal is triggered
->when visitors
->visit a given URL
; take note of the IDAll Elements Click
andOnly Trigger When
->Click Class
->contains
->button primary
(this is can be viewed when using the browser page inspector of the/checkout/summary
page)Goal is triggered
->when visitors
->send an event
ATM, not sure how to make option 2) work correctly, so, proceeding with 1).
The text was updated successfully, but these errors were encountered: