Google Ecommerce Tracking
-
Hey all,
I have GTM set up on a site and I am trying to enable the Ecommerce tracking functionality.
My problem is this, I have access to the basket variables all they way through the checkout funnel to the payment page, but they are then lost on the payment completed page. Does anyone know how I can pass the value of the basket across to the payment completed page so I can mark the transaction completed with an actual value present. I cannot post hidden input fields or change the url get variables as the third party system that us used fails.
I have thought maybe javascript calls, but not managed to get to work as yet. Can the Google session pass and hold them in the cookies that are set?
Any help greatly appreciated.
Cheers
Tim
-
Hi Tim,
I am happy I could be of help. I ran into a similar issue and that was the fix it was good timing.
Let me know if there's anything else I can do.
All the best,
Tom
-
Cheers Tom, this does look like what I am after - will feedback if I get it going
-
Cheers Guys, i've looked into the methods before, just always struggled integrating into the sites poor architecture. Will try again. Much appreciated.
Tim
-
Hi there.
It seems like you need to look into Enhance Ecommerce tracking from GA.
Here is the link: https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce
Hope it helps.
-
Your transactional tag needs to fire on {{event}} equals transactionComplete. This way you’ll be 100 % certain that the data is in
dataLayer
by the time the tag fires, because the trigger event is pushed at the same times as the transactional data!dataLayer.push({
'ecommerce': {
'currencyCode': 'EUR', // Local currency, type string
'impressions': [
{
'name': 'Triblend Android T-Shirt', // Name, type string
'id': '12345', // ID, type string
'price': '15.25', // Price, type string
'brand': 'Google', // Brand, type string
'category': 'Apparel', // Category, type string
'variant': 'Gray', // Variant, type string
'list': 'Search Results', // List, type string
'position': 1 // Position, type number
...https://www.savio.no/analytics/easier-enhanced-ecommerce-product-promo-tracking
dataLayer.push({
'ecommerce' : {
'purchase' : {
'actionField' : , // WRONG! This key requires a value
...
});
dataLayer.push({
'ecommerce' : {
'purchase' : {
'actionField' : '', // BETTER!
...
});For example, if you’re using a Custom HTML Tag to build your eCommerce
dataLayer
, add an ‘event’ push in there, which you’ll then use as the firing rule for your transactional tags:case 'cart': // Track Add to Cart clicks
dataLayer.push({'event':'addToCart',
'ecommerce':{
'add':{'actionField':{'list':pid.list},
'products': [{
'name':pid.name,
....code................
'dimension1':pid.dimension1, // Discount in percent
'metric1':pid.discount // Discount amount
}]}}});
..........more code......................http://www.simoahava.com/analytics/track-content-enhanced-ecommerce/
http://www.simoahava.com/analytics/enhanced-ecommerce-tips-and-learnings/
https://www.savio.no/analytics/easier-enhanced-ecommerce-product-promo-tracking
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Custom funnel tracking - Google analytics - premium or normal
If I have funnel with more options on same step. E.g. PDP (product detail page) --> "Sign in page A" or "Sign in page B" (customer can choose) --> "Thank you page" How can I track both options in same funnel? Because if I set funnel in analytics like: 1. step: PDP, 2. step: Sign in page A and step 3: Thank you page -->
Conversion Rate Optimization | | Tormar
I would see "Sign in page B" like exit page, but it is not, because customers can choose and come through A or B "sign in" page. Pls help. Ty. 🙂0 -
Why Google Analytics is still showing data for edited/old "Goals"?
For example, I edited "Goal #1" (goal type=event) with new values/event conditions last Nov. 20, 2014. Why Google Analytics is showing numbers from Nov 1-19 for Goal #1? Does Google Analytics show old data?TIA!
Conversion Rate Optimization | | zpm20140 -
Anything Good or Bad about Google Trusted Stores ?
We are looking to implement Google Trusted Stores. We don't use PPC but we think that the badge on our website will be helpful for us and our customers. Do you have any experience, positive or negative, with Google Trusted Stores as either a merchant or a customer? I am looking for moz member experience before we make a commitment. There have been some previous Q&A threads about Trusted Stores and a number of good articles on the web, including this one at SearchEngineLand. and this one at eConsultancy Thanks for anything that you care to share.
Conversion Rate Optimization | | EGOL1 -
Track bounce rate per PPC keyword
Hi all Wondering if anyone could give me a nudge in the right direction with this please. When running an adwords campaign is there a way in which one can track the bounce rate on the landing page per keyword sending paid traffic? I've had a play about in adwords and GA and couldn't find the right option. The site I am sending traffic to is not a ecommerce site so cannot set up conversion tracking so we are going to monitor the bounce rates of different keywords and drop the ones which are bouncing much higher than others as it seems better to invest the budget in those words which are keeping people on the page for longer. Many thanks Carl
Conversion Rate Optimization | | carl_daedricdigital0 -
Question regarding eCommerce sites, relative URLs and secuirty certificates
We recently installed a new SSL certificate on an ecommerce site. Our IT Director is insisting that all pages on the site must be coded in such a way so that the address bar maintains a green background when a visitor is navigating the site after navigating to a secure page or logging in. I have worked on many ecommerce sites and never has this been an issue. Amazon does not use the green bar....but they are Amazon. In order for this to work, he is insisting that all internal URLs be coded as relative instead of absolute. How bad is this for SEO or does it really not matter that much? How crucial is it for trust and security? Opinions welcome!
Conversion Rate Optimization | | danatanseo0 -
Analytics (Other Than Google) & A/B Testing Tools
Hey, I have Google Analytics on my website, like most people, but I was looking at some other analytics and testing tools like heat maps, click maps, A/B, etc. I was hoping that some of you could recommend a few that you use to see where pages are going wrong, track user behaviour and to how improve conversion rate. I have had a look at a few websites like: https://www.clicktale.com/
Conversion Rate Optimization | | JonathanRolande
https://www.optimizely.com/ It would also be interesting to know how acurate these tools actually are, they seem quite legit. Cheers0 -
Setting Up Ecommerce Tracking for Google Analytics?
Hello SEOmoz members, this is my first forum post, so i hope that it goes well. my question for today is, How can i set up set up Ecommerce Tracking for Google Analytics, if my website Does NOT use a Shopping Cart tool? I am currently SEO'ing a couple of Translation Service websites, and the Ordering System is a little different from the regular Shopping Cart tool that you would normally find on a Product website. so far i have added the analytics code to all the pages so i can track my SEO efforts, but is there no way to track the sales from each visitor if the website only provides Quotes? the website has a Quote form setup into 3 steps, and at the end of step 3, a general price is generated for the visitor and a CSR is supposed to contact them to completete the order. we can normally see the total orders and clients in our own system, but does anyone have any way to combine SEO with this information, like how google analytics Ecommerce can? if anyone could provide any helpful information, i would be very Greatful. thank you!
Conversion Rate Optimization | | misterSEO0 -
Ideal product page conversion/retention rate for eCommerce sites
Hi SEOmoz-ers, I was wondering if anyone has data regarding product page abandonment rate (% of potential customers that leave the site after seeing product pages) for websites like Overstock, REI or Zappos? As you may know the above mentioned sites do an exceptional job with product pages. It would be helpful to know what some of the leaders in this space are achieving in terms of conversion rate. What is your personal opinion about this? Thanks,
Conversion Rate Optimization | | Kush_VMI
Kush0