Tagged Questions
2
votes
1answer
466 views
How to measure the conversion rate of your Amazon affiliate program?
I plan on selling products through the Amazon affiliate program. What I know I can track is:
-what products people view on my website (default Google Analytics pageview behaviour).
-what affiliate ...
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
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 ...
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', ...
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%\');
...
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 ...
