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
-
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 -
Modified broad match vs phrase match strategy - Google Adwords
Hi All, I am looking through a client account that is very mature (10+ years running) on Google AdWords. As soon as it became available, this client adopted a modified broad match (MBM) strategy and has removed all phrase match and exact match keyword types. The account has hundreds of thousands of active keywords. Over the past few years, the CPCs have been rising. While I know that market values of keywords in general have risen consistently year after year, I speculate that this client is actually causing their own prices to go up faster than they should. I have a couple of questions regarding strategy that I am considering that I want to know if anyone else has any experience with... by having many MBM versions of the same keyword, is it possible for cannibalization to occur for most of the variations? Example query: new red running shoes
Conversion Rate Optimization | | dsinger
variations Ad group 1: +red running shoes, +red +running shoes, red +running +shoes, red running +shoes
variations ad group 2: +blue running shoes, +blue +running shoes, blue +running +shoes, blue running +shoes based on the logic of MBM, the possible matches to this query from the available variations are +red running shoes, +red +running shoes, red +running +shoes, red running +shoes, blue +running +shoes, blue running +shoes. So, if the performance of those blue variations trump the more closely related red variations, this searcher may actually see an ad about blue running shoes, even though they have indicated they are more interested in red. in terms of cost, I would anticipate that MBM keywords are more expensive than their phrase match counterparts. can anyone confirm or deny this? My thoughts are that with several years of actual search terms being collected, this client should be able to do a great job of covering almost every variation of keyword that customers have used and create a strong list of phrase match keywords to satisfy all relevant queries. MBM keywords seem like they are a lazy way of getting traffic at a higher cost that can actually cannibalize close variations that exist in the account, causing the wrong ad to be shown based on matching/relevancy and a higher price CPC in the long run. Thoughts?1 -
Question regarding on tracking
Hi guys, We are tshirts printing company.
Conversion Rate Optimization | | WayneRooney
We have of course a website and we have around 18k monthly visitors.
We get around 75 daily quotes.
We are not E commerce so we dot sale on the website. We can get all the information from Google analytic regarding to how many quotes we got and from where they came from but we can't know how many quotes was converted. I heard that i can add ref code on the url and then i will see that code in our quotes system and i will know from where that quote arrived.
Another thing that i know i can do is that the system will remember that first url that the visitor enters the site so like that i can know exactly from each url we got the quote and i know that the professional name for this is SESSION. So after all this, the obvious questions here is, Is everything that im saying here is make sense ?
Can i add SESSION to WordPress site ? And how easy is that/or the cost for that ?
For all of you the expert out there, is this the right way to track everything if you are not eCommerce ? Any help are welcome !!0 -
I am confused on adding Google+ authorship markup to a multiauthor WP blog
The blog for a client is at http://blog.multiview.com . I am not sure how to tell them to add Google+ authorship tags to the site, and link the posts to the individual G+ profiles of each individual author. One source shows it is highly complex, seesee http://searchengineland.com/the-definitive-guide-to-google-authorship-markup-123218 However, in the Google webmaster account, there is a real simple explanation, i.e. https://support.google.com/webmasters/answer/2539557?hl=en Considering that this is an area that is very murky for me, is one of these directives out of date? Is one preferable? How complicated would that be, for this particular blog?
Conversion Rate Optimization | | DianeDP0 -
Which eCommerce site you consider using best practices? Site we can learn from
Hi, I'm looking to hear thoughts and suggestions as per sites that you consider to have great practices in the eCommerce world. Almost none of the sites do everything good so you can split your suggestions by any criteria -
Conversion Rate Optimization | | BeytzNet
the site structure
conversion funnel
Converting product pages (good design)
content creation and blog management / structure
content marketing
SEO guidelines / practices
... Thanks0 -
Event Tracking or Goal Tracking?
Hi guys, What do I need to implement if I want to track sign-ups (and where this successful transaction/goal came from) and email inquiries (from a contact form)? Event Tracking or Goal Tracking? If you can share some of your guides or blogs/articles you found online, that would be great. Thanks in advance! 🙂
Conversion Rate Optimization | | esiow20130 -
Google Plus account - Should I use Brand or Product Type
Hi Let's assume that our company's name is "Smith Computers" and we specialize in Ultrabooks (for those who don't know - super light and slim computers - a niche within computers for the matter). Under which name would you open the Plus account - Smith Computers Ultrabooks Smith Ultrabooks Smith Ultrabooks Computers The example is not 100% but the question remains - No one knows Smith Computers and even if we turn up in search results for computers, the customers are not looking for our type products.
Conversion Rate Optimization | | BeytzNet
However, it is our brand name! Ultrabooks - I assume it will help us gain followers faster but will be hard to brand. The followers will be people who like the product and not the company but might be good people to sell to in the future. I'd say that option 3 is half branding and option 4 is 75% branding 🙂
Both will also have good chances to pop up in search results. The company at hand is a family owned business. We do not plan to rule the industry but rather taking it to the next level. We do not count on having thousands of people searching Google for "Smith Computers" like Best Buy etc. Please consider that at the end we want to use it both for promoting our brand (slowly) but also (and maybe mainly) SEO (by getting more people that click +1 onsite). We currently have lots of Facebook followers but naturally they only Like and not +1 Please help...0 -
Google Adwords CPC Tips and Bid Managment
What is the best option for Bid Managment? Enhanced CPC or Conversion Optimizer? What should I be looking at in our Account to see where we are throwing money out the window? My goal is to have more ROI with much less expense.
Conversion Rate Optimization | | hfranz0