All things Shopify and commerce
How do I come up with my "Thank You" page URL? I need to send it to an app support guy because the app is not tracking conversions (sales). HeeeLppp!
Hi, @ggee9227
This is Max from the Shopify Team.
Each order creates it's own unique "Thank You" page we call this the order status page. It can be revisited by customers at a later date. Are you still having trouble tracking order details on your shop? If so, these docs might point you in the right direction:
If not, let us know some more details. What app are you trying to enable? Where are you trying to review these conversion details?
Cheers,
Max
support@shopify.com
To learn more visit the Shopify Help Center or the Community Blog.
Need the same info. Right now I'm trying to set up a funnel on Hotjar. Need to drop a JS Snippet in to fire goal. You'd need the same snippet to set up goals in GA or Tag manager though.
i also need to set some custom script to redirect customers to a thankyou page. My payment option is pagseguro which has a specific "boleto" that customers need to print in order to pay, and this is not going to a thnk you page so my facebook ads are running very low on optimization!!! please help!!! how can i redirect to the correct thankyou page??
I need the same info as well so I can track purchase conversion in Google Analytics (GA).
GA is asking me to identify purchase conversion by:
Page URL >>> contains >>> [USER INPUT] . What do I need to include for [INPUT]?
Come on shopify, can we get some clear guidance on this? We are subscribing to this service, there are literally dozens of versions of this same question on this forum. Store owners need to track thank you page hits for tracking on google ads. If the URL changes every time then this is unusable for google, we need a simple solution.
@Tony_Doppeltree wrote:I need the same info as well so I can track purchase conversion in Google Analytics (GA).
GA is asking me to identify purchase conversion by:
Page URL >>> contains >>> [USER INPUT] . What do I need to include for [INPUT]?
'checkout' is the easiest answer. You will not be able to add GTM to any of the checkout pages other than thank_you on the Basic plan anyway. But you need to make sure that your GTM only fires once on that page by using 'first time accessed.' If you don't use 'first time accessed', the Facebook pixel will fire every time the page is accessed thus tracking the same conversion multiple times.
https://help.shopify.com/en/manual/orders/status-tracking/customize-order-status/first-time-accessed
I would also need an url for the thank you page or maybe the order confirmation in order to create an audience in Connectio. Thank you
Hi, I'm trying to set a GA Funnel step. Where can I find the URL for my thank you page?
Thanks
Daniel
Hi @Max
I need to add an iframe pixel tracker for a specific product in our website. How to do that ?
There is no one URL for this because each order thank you page is unique - If you want to do this in HotJar you can set it up as "Contains" and then put "/orders/" in the input field. That will ping every time someone sees the thank you page - either immediately after they checkout or if they click the View your order button in their email confirmation.
This is huge progress but let me ask you this. You say it will ping when the thank you page appears but ALSO when they click on the link in their email confirmation. If a customer opens the email, then will that report two separate sales for me and duplicate the value on my funnel or will it realize it already pinged that order?
It won't happen when they open the email but if they click the link IN the email itself, it might - you may be able to set up tracking in your GA to track only unique visits?
I also need an url for the thank you page or order confirmation page for creating an audience in Connectio. Thank you
Do I need to create a custom Thank you page on my own and then link it to the final check out page somehow? If so, please advise steps on implementing that.
If not, what do you suggest for Google analytics goal tracking—since there isn't a standard Shopify Thank you Page?
Options are: 'Equals to', 'Begins with' and 'Regular expressions'. (screenshot below)
Then, which URL do you suggest to use?
/thank_you
/thankyou
/thank-you
All of these are not able to be verified by GA. Rendering the Goal useless.
So I have added /checkout but that won't provide accurate data as people abandon carts.
Please advise. Thank you!
what do mean you think it will work? Where is the correct answer?
Same question... working in Google Analytics and don't know what to put in the Goal details field. Anyone know what works since the order confirmation URL's are specific to each order?
Thank you for the reply... in Google Analytics there isn't any "contains"... only options are: Equals to, Begins with, and Regular expression
Do you know which one I should select?
There is no "contains" in Google Analytics. Looks like we need an actual URL
I use Equal to '/checkout/thank_you' which works and tallies with the actually orders in Shopify.
Appreciate the help. For some reason I can't get it to verify... do you use?
/checkout/thank_you.html
or
/checkout/thank_you
Thank you!
just - /checkout/thank_you
No problem
Hey @savanna_t ,
Any results on using "/checkout/thank_you" to track your sales?
It may be a little early to ask, I know...
Yes, this verified and started tracking.
/checkout/thank_you
I tried and it isn't working for me. Hasn't registered my sales and currently isn't verifying
@DBooker That's strange. Does that page show in your pages report?
If you go Behaviour>Site Content>All Pages and then filter on the word 'checkout' you should see all your completed checkout steps (assuming you've had tracked sales). These are then the URL parameters you can use to build your funnels & goals.
Hi, I have a question. How do you enable sale tracking at GA4?
Hey @The_Strategist ! Yes, it's working!
And look at what @JonWright shared... that is what I needed all along!
Go to Google Analytics & then on the left you will see "Behavior", etc. I didn't even know that was there!
Where it says "Conversion scripts you want to run only once" Should we replace that with "/checkout/thank_you" or which one then?
Original code is:
{% if first_time_accessed %} // Conversion scripts you want to run only once {% endif %} // Scripts you want to run on every visit
Because we just want to run it only once then it should look like this?
{% if first_time_accessed %} /checkout/thank_you {% endif %}
Please confirm! I am kind of lost.
Thank you very much!
I wish I could help, but this is above my pay grade. Maybe @JonWright can help to clarify?
Are you trying to add google analytics(GA) tracking? you should add the code you get from the GA site between the
{% if first_time_accessed %}
// delete this line and place the code from GA here!
{% endif %}
Then in Google Analytics you need to set up a "conversion goal" using the "thank_you" as the trigger.
If you need some assistance, I can be hired for a reasonable rate.
Scott
Hi I'm trying to set up a GA conversion goal and have put /checkout/thank_you but it is not verifying
Any ideas?
Cheers
Abigail
Very confused, this thread does not provide definitive clarity. How can Shopify not have a page that can be tracked? Is it /orders/ or is it /thank-you/ ? Why the confusion, no other shopping cart has this issue (bug).
Every thank you page URL either contains "/thank_you" or "/thank-you".
I suggest seeing for yourself with a test order or viewing the page in theme editor.
This page
clarifies how Google will identify your thank you page via Regular Expression.
You can use this site to create regular expressions:
https://itsallbinary.com/simply-regex/regex-builder-tool
I highly recommend upping your level on this topic. You can identify any given number of sets of characters inside a text with regular expressions.
Doing this you will come to the conclusion that using the regular expression "(?:\/thank_you)" or "(?:\/thank-you)" will tell google to trigger your trigger when the TYP is initiated.
Cheers
I've spent a month building an ecommerce site for a client, and now that I'm setting up tracking--which obviously would be easy to setup in the largest ecommerce platform--it turns out I can't track the checkout page at all and there's endless ambiguity about how to track conversions at all.
This is bizarre.
I set this site up specifically for Google Ads, so now what?
I'll try /checkout/thank_you and cross my fingers.
I was trying to do it for Google Tag Manager and found these videos very helpful! https://www.youtube.com/watch?v=h8o7CBqa-C4
My conversion goal works with /thank_you I placed an order on my own store and checked the URL on my own thank you page. I suggest you do the same because I'm not sure if all thank you page URLs are the same.
That also works
Contains /order/ is not a solution, this solution had an exception
when you go to customer account section there is an option for orders, where customer can see the list of orders when you open any order to view detail on that detail page there is alse /order/ in URL
Hey there, you can use an app for this and these apps are really helpful and there are a lot of customization features you can search for these type of app from the shopify app store or you can use one of these apps such as Thank you page customizer or Better thank you page etc.
As well as, I would like to suggest you to try a good shopify landing page builder such as Layoubase https://apps.shopify.com/layoutbase-pagebuilder
which can help you and make your work easy and handy without any coding, It is a drag & drop page builder. Thanks
You would go into any ones order and click "view order status page" to view
Was there an answer that works? I need the thank you page URL for Facebook retargeting but don't want to use one from an order because it might release the customers info.
please i have the same issue .did you resolve it
Google Analitycs 4 GA4 already allows the "contains" expression at page_location condition.
So...I´ve used: page_location - contains - /thank_you
I don´t know if that will work. 🙄
There is no set thank you page as every order changes the url slightly.
Mostly likely what you're looking for is to add code to the thank you page to identify it for tracking pruposes.
You can do this by going to shopify backend management, Settings -> Checkout -> Order status page -> and adding your code to Additional scripts
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024