2
votes
1answer
47 views

How to track events or e-commerce sales that occur later using Google Analytics?

Here's my problem: I have a static site with Google Analytics tracking code. To buy one of my services, users call me, and when their order is ready (many days later), I send them an e-mail link to ...
2
votes
0answers
87 views

Google Analytics cookie across SagePay checkout

We use SagePay's Server integration for our online payments. We use Google Analytics to track activity on our website and Google Ecommerce tracking to log transactions. In Google Analytics, under the ...
0
votes
2answers
61 views

Can I register / track convertions from my UTM campaigns

I currently got a couple of UTM campaigns setup with all the correct parameters to determine each campaign from another. The converting goal on my homepage is when a visitors creates a user profile. ...
1
vote
1answer
107 views

Analysing traffic sources in Analytics for Magento sales

Hi I have a Magento installation linked with a Google Analytics account. It works very well in that I can see conversions, I can see the products that are selling directly from analytics and I can get ...
0
votes
2answers
46 views

custom eCommerce tracking

I am selling different software on my website and am offering a 30 days free trial. Is there someway that i can track the trial in Google Analytics? (And maybe, after the 30 days run out if they do ...
0
votes
0answers
36 views

Link tracking: Amazon or Google way [closed]

When doing a shopping site, the best way is to reference some successful stores, like Amazon. In the area of link tracking, for example, to see which section of your frontpage yield better ...
0
votes
1answer
191 views

Track sales and commission with third-party tool

I have a clothing website where I link to various clothing retailers. I have reached an agreement with one of the retailers whereby they will pay a commission to us for every sale they make from ...
0
votes
1answer
44 views

How to use google ecommerce to track the registrations?

I am using the below code for tracking the registrations var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxx']); _gaq.push(['_setDomainName', 'website_name']); ...
1
vote
1answer
90 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', ...
3
votes
2answers
82 views

Hash based commerce website

I'm planning for an e-commerce website based on ajax load and hash instead of query. I wonder how this effects search engins crawler and if it would, what is the best way to do it?
2
votes
1answer
222 views

Google analytics event tracking doesn't show the related revenue

We're tracking clicks on certain banners on a site using synchroneous tracking: var pageTracker = _gat._getTracker(\''+ ga_acc_code +'\'); pageTracker._trackEvent(\'click_1\', \'Home\', \'%title%\'); ...
3
votes
1answer
220 views

Conversion on new and returning visitors

I was looking to do a quick comparison of conversion rates between new and returning visitors using Google Analytics. I can seem to get this working fine by using the dimensions "date" and "visitor ...
4
votes
2answers
1k views

Analysing Bounce Rate and Time on Page

I'm working on an eCommerce site and there's a perceived problem with the bounce rates on product pages. The best performing page (in terms of views), tends to have a very high bounce rate, at about ...
0
votes
2answers
97 views

Google Analytics - Phone Orders Internally

I am running an ecommerce site and currently have google analytics filtering out our IP. While this gives almost absolute metrics about visitors it does not include orders processed internally ...