Tagged Questions
0
votes
1answer
20 views
Google Ecommerce tracking data not showing up
No google ecommerce data is showing up in analytics.
I have have the docs, used the ga_debug.js plugin for Chrome, no errors are thrown. Poured over my code to find an error, but don't see any. Anyone ...
1
vote
0answers
22 views
Ecommerce Android is not shown in analytics
After reading all threads I still haven't figured out why my Android app is not sending the ecommerce values to analytics. (or maybe it does but it is not shown)
I did activate ecommerce in GA, I use ...
-1
votes
1answer
138 views
Google Tag Manager Data Layer implementation and Magento Shop
I'm trying to connect Magento with Google Tag Manager, especially in order to track transactions and other e-commerce data in Google Analytics.
I installed this GTM Magento extension which is useful ...
0
votes
2answers
63 views
Use customs variables for ecommerce tracking
I want to have more specifics informations about a transaction
Actually, I used the basic code, that I put on my last transaction page (confirmation):
_gaq.push(['_addTrans',
'$!{Transactionid}', ...
0
votes
0answers
27 views
How can I analyse the performance of a page type in Google Analytics
On our eCommerce site, the job of the category page is to move the customer on to the product page. Then the job of the product page is to get the user to add a product to their basket.
I have set up ...
0
votes
1answer
61 views
some transactions are not tracked in google analytics
I'm having trouble with google analytics e-commerce report: I see that about one-third of transactions are not tracked including my personal orders. I use ga_debugger to find the problem. In ...
0
votes
1answer
105 views
Google Analytics Ecommerce Tracking - Multiple Accounts
We are using Google Analytics on hundreds of client sites. Each site has its own account, and we also have an account for aggregate data. We're using the following code for tracking pageviews to both ...
0
votes
1answer
168 views
Google Analytics / E-commerce / Advanced tracking
In my shop, i have differente areas and pages for pushing products :
Home page
block discount
block featured products
Product page
block related products
block you may also like
Category page ...
0
votes
0answers
85 views
google ecommerce tracking addItems
I am Trying to accomplish ecommerce tracking with pure javascript.
Here is my Code:
jQuery(document).ready( function (){
belegnummer = jQuery("#belegnr").text();
kundennummer = ...
1
vote
1answer
133 views
Google Analytics Campaign tracking with external payment site
I have a webshop where users come from many different other sites and newsletters. To track where the people came from, we use campaigns in Google Analytics.
Now we are implementing our own external ...
0
votes
1answer
113 views
how to add a name with apostrophe s into the Google ecommerce tracking code?
I am using Google e-commerce tracking code for tracking registrations but few company names having apostrophe s in their name are not getting reported by the code.
Please have a look at the link and ...
0
votes
1answer
738 views
Magento (Ecommerce) Google Analytics Goal / Funnel Paths
I am looking for suggestions and recommendations on good goals/ funnels to set up and track through Google analytic for eCommerce stores particularly set up in magento
1
vote
1answer
282 views
Implementing ecommerce analytics with MVC Razor
I am implementing various analytic tracking services in an MVC3 site (Google, Coremetrics) and researching if a custom HTML helper or partial view would work better given the following details:
-Code ...
1
vote
3answers
1k views
Google Ecommerce Tracking for Magento
I am having some difficulty in getting google's eCommerce tracking working consistently for Magento. I have set the UA code in the google api section of the admin and eCommerce tracking is switched ...
0
votes
1answer
291 views
UMBRACO - Adding Google Analytics e-commerce code to Umbraco transaction confirmation
From what I understand, to track successful e-commerce transactions using Analytics, you need to insert the tracking code into a 'thank you for your order' type confirmation page/template.
I'm ...
6
votes
3answers
407 views
E-customer behaviour in a Web application
I would like to know what are the main tools in the market for analysing/implementing E-customer behaviour in a Web application.
I just know Google Analytics which tracks client-side activity but ...
0
votes
1answer
93 views
how to customize Tracking Ecommerce Transactions with Google Analytics?
In the Ecommerce Transactions with Google Analytics, we can code as below:
_gaq.push(['_addTrans',
'1234', // order ID
'SitePoint', // store
'19.99', // total
'1.50', ...
0
votes
1answer
179 views
Setting up ecommerce tracking in Google Analytics
I am setting up ecommerce tracking for a client and have a few questions to aid my understanding of Google Analytics.
I understand that you have to have an '_addItem' for every product that appears ...
0
votes
2answers
57 views
Is google analytics the right tool for the job?
I'm fairly new to the world of analytics; I'm interested to know how well people think google analytics will be able to meet my needs. I'll be needing to do some pretty heavy e-commerce tracking for a ...
0
votes
1answer
96 views
How to Test the Ecommerce Transaction?
Is it possible to test whether the Google Ecommerce transaction code is working or not before It is send to production?
0
votes
1answer
765 views
Ecommerce Tracking Code inside Google Analytics
My company uses layout.phtml which is being shared by all the pages in the website,where I have inserted the basic Google Analytics code . Now I want to insert the Ecommerce tracking code into the ...
1
vote
1answer
428 views
Google Analytics | Ecommerce tracking: how to avoid counting page reloads?
I've set up GA ecommerce tracking by putting the required JavaScript code on my order receipt page. However, if the user reloads the page (or arrives to it without actually completing a purchase), ...
1
vote
1answer
510 views
GA tracking of 'add to cart's' on Opencart
I have an online chair store which is using the open source e-commerce solution opencart.
I have set up Google Analytics for this website to track visitors, sales, referrals etc etc. Im sure most of ...
0
votes
1answer
107 views
Google analytics ecommerce with delayed payments
With a paypal like system it's easy to track the transaction with the auto-return setting and ?utm_nooverride=1 parameter, since after the payment the user is redirected back to the site.
But what if ...
2
votes
1answer
502 views
Serverside ecommerce transaction push to google analytics
I'm trying to push an ecommerce transaction with minimal information
to analytics, following are two method implementation of it but none
seem to work. These methods are constructed by referring to ...
1
vote
0answers
389 views
Google Analytics utmz cookie overwritten to “Direct” on ecommerce confirmation page
I've seen this issue discussed, but haven't seen a very clear answer as of yet.
I'm noticing that in GA, and using FireCookie, that on the confirmation page of my clien'ts ecommerce booking engine, ...
0
votes
1answer
155 views
Use same GA Account Number to send ecommerce tracking from 2 carts to same GA Account?
Client on same shopping cart platform has different carts and we would like to send ecommerce tracking data to a single Google Analytics Account from both carts. Can we simply use the same Google ...
2
votes
1answer
664 views
How to setup Google Analytics Ecommerce tracking with PayPal using IPN (not PDT receipt page)?
I am trying to setup Google Analytics Ecommerce Tracking. I appreciate this can relatively easily be done using PDT but I can't find any reference to using the IPN page to track the sales (which makes ...
1
vote
2answers
258 views
Is google analytics ecommerce tracking safe?
With google analytics you can track ecommerce events,
http://code.google.com/apis/analytics/docs/tracking/gaTrackingEcommerce.html
I was wondering if this is a safe and dependable way of keeping ...
0
votes
2answers
283 views
Google Analytics from a page not visited by the user
I have google analytics setup for tracking e-commerce transactions when a user returns back from the payment gateway (In this case paypal or barclaycard epdq). This works well when a user comes back ...
0
votes
1answer
128 views
Can I use a price of $0.00 in Google Analytics eCommerce tracking?
Is there a minimum price for use with addItem (e.g. _gaq.push(['_addItem', ...]);) and friends?
I've checked the documentation, but I can't find any info either way on whether I have to give a ...
1
vote
2answers
279 views
Detect if Google Analytics eCommerce Tracking is enabled via Google Analytics API
By default, Google Analytics disables eCommerce Tracking.
Is it possible to check, via the Google Analytics Data Export API, whether or not e-Commerce Tracking is enabled in the account in question?
...
0
votes
1answer
208 views
What's wrong with following google ecommerce analytics code
I have waited for more than 72 hours but ecommerce data is not tracked. Tracking is enabled in the analytics account.
<script type="text/javascript">
var _gaq = _gaq || [];
...
0
votes
2answers
886 views
Async google e-commerce analytics code not working
I've following code on my final checkout page to track e-commerce transactions. However, after having several transactions, I don't see any transaction in the analytics account.
I have enabled ...
0
votes
1answer
284 views
Google Analytics : How does E-Commerce report look like?
I have integrated the sample code as provided in here to know how the additional data will be recorded in the analytics server.Based on which i could decide on how the parameters need to be sent ...
1
vote
0answers
362 views
Using Google Analytics with Worldpay
I'm trying to get Google Analytics eCommerce tracking to play nicely with our site's payment gateway, Worldpay. A solution, which I'd prefer NOT to use has been posted (link below), but involves extra ...
1
vote
1answer
312 views
Google Ecommerce code issues
Is there any issue in this google ecommerce code. We had tons of transactions but none showing
up in the ecommerce...
<script type="text/javascript">
try{
var pageTracker = ...
3
votes
1answer
1k views
Google Analytics: Page views tracked but not ecommerce transactions
I'm trying to figure out why the Ecommerce tracking in Google Analytics doesn't seem to work. I can see the page views correctly tracked but no transactions.
Snippet from the confirmation page:
...
1
vote
3answers
616 views
Google Analytics API for commercial website
This question is for anyone that used Google Analytic API on a commercial website.
For instance you have a website where members can upload music and pay for a membership to track via Analytics how ...
2
votes
1answer
173 views
How do I integrate a simple unsigned Google Checkout cart with Google Analytics?
How can I get a simple unsigned cart in Google Checkout to integrate with Google Analytics for ecommerce tracking?
The top Google Results for this all point to documentation for implementations that ...
0
votes
1answer
571 views
Google Analytics eCommerce data with payment gateway callback
We use WorldPay as our payment gateway and we've specified the callback URL to be myurl.com/payment.php, however worldpay doesn't actually redirect to this URL, it passes some parameters to it, ie, ...
0
votes
1answer
498 views
Google Analytics not tracking e-commerce on crossdomain implementation
Here's our setup:
1) Primary site contains an e-commerce solution that uses GA to track everything and is doing it as required. The tracking code on every page is as follows:
var pageTracker = ...
2
votes
2answers
575 views
Google Analytics Ecommerce Tracking
When using the Ecommerce methods in Google Analytics do you also make calls to the normal tracking methods as well?
When we first added GA too our site a few years ago we left it off of the sales ...
1
vote
1answer
867 views
Google Analytics not working 100% with Magento
I need to solve a problem that the e-commerce report on analytics page, is showing 30% less sales than the Magento report.
I was wondering where I put the analytics code with the sales ...
1
vote
2answers
212 views
What does _gaq || [] accomplish for Google Analytics Ecommerce tracking? [duplicate]
Possible Duplicate:
what’s the javascript “var _gaq = _gaq || []; ” for ?
In the asynchronous example of Google Analytic's Ecommerce tracking code, the declaration of the ...
0
votes
4answers
275 views
When should the Ecommerce tracking take place?
I am implementing Google analytics onto a ecommerce site. We are already tracking events like adding to cart, removing etc using the event tracking. I would like to know what is the ideal time to use ...
0
votes
2answers
687 views
Google Analytics Script inside XML File
I would like to know If I can add my ecommerce analytics tags inside an xml formated file?
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<script type="text/javascript">
var ...

