How to track Affiliate Clicks to Google Analytics
-
Hi,
We would like to track the affiliate link clicks. Is there any way to track it from Google Analytic?
Rajiv
-
Rajiv,
In GA are you looking under Goals or Events? Go to Behavior ---> Events.
Do you see anything there? And are you sure people are clicking those buttons?
That landing page is massively keyword stuffed. If it works for you then fine, but if you're having trouble ranking I would look into drastically reducing keyword use on the page.
Good luck!
-
Hello Everett,
It seems that you provided Classic Analytics link even we are using Universal Analytics. set the function according to Universal Analytics but there no tracking.
--
Rajiv
-
Did this work for you Rajiv?
Event Tracking is definitely what you're looking for. You can learn more about it here:
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
-
Hi Rajiv,
Use this ga('send','event','category','action'); tracking will work, you can test by clicking yourself on the link.
Hope this helps.
Thanks
-
Hello Alick300,
After watching your referred video, I implemented the process to track the click but conversion count is still 0 in Google Analytics. Could you check where did I mistake?
Web site http://www.adulthosting.org/ on the home page, visit now link is given in a table. on the button click following code Placed :
And in GA I defined a Goal selecting type Event and 'Affiliate' Category is taken under Goal details.
Is there any issue with function used in HTML on button click or in Goal Setting.
Rajiv
-
Got it! thanks Alick300
-
Hi Carlos,
This guide for WordPress but we are not using WrodPress platform. Also, Installation of Google Analytics Plugin is required. I wonder if there is a functionality in GA without any installation.
--
Rajiv
-
Hi,
You can track affiliate link clicks by event tracking. I'm sharing you a video that will help you to track any clicks by event tricking.
http://www.matthewwoodward.co.uk/tutorials/how-to-track-anything-with-google-analytics/
Hope this helps.
Thanks
-
Another way is through using StatCounter - a free competitor to Google Analytic.
It has a pre-built external link tracking, which I use on a number of client sites to track exit links. This may be handy for affiliate tracking too. Attached is a screengrab of the exit link tracking dashboard
-
Hi Jajiv,
Sure there is, you can follow this step by step guide is very well explained.
Hope it helps,
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
-
Affiliate website redirection concern
First of all i want to say hi to everyone here since im a new guy! The issue: My website is a price comparison website. I create products and inside these products i list several shops with their priced offers from the lowest to the highest. When a customer clicks the "shop now" button to go to the desired shop a new window pops up telling the user that he is being redirected to that shop. Check the website here and click "shop now" to understand what i mean: https://www.pccdkeys.com/product/buy-world-of-warcraft-legion-cd-key-for-battlenet/ This pop up page is a custom .php called redirect.php. In order to create a unique url for each shop, we add parameters in every URL like this: /redirect.php?id=5030917189616&merchant=CDKEYS&game=4117. The redirect.php right now is under this setting: custom header 301 without destination URL (which probably is wrong) it is noindex, follow in meta robots the parameters: **id, merchant, game **are set to NO URL's in URL parameters in webmaster tools. If i remove the 301 redirect from the header it will lead to 200 OK but then its a soft 404 error because the page is small and for sure i dont want 8000 of soft 404 errors because google phantom will destroy me. Another setting was: No custom header so it was 200 OK noindex, nofollow (which was for extra protection from the disallow) disallowed in robots.txt Thi setting kept giving soft 404 errors in audits. I also had it with this setting: custom header 301 without destination URL meta robots in index, follow without disallow in robots This setting gave me Not followed errors in google webmaster tools. The question: Which is the proper setting for this php page? Maybe a combination of the above? Thanks in advance and sorry for the long post.
Affiliate Marketing | | dos06590 -
Any good Pay Per Click Networks other than Google and Bing ???
Hi Guys Can anyone recommend any good Pay Per Click Networks other than Google and Bing where you can target customers via keywords and in the same manner as Google ?? Google is becoming way to expensive for us and so we need help looking at other pay per per click networks Thank you for any help Gareth
Affiliate Marketing | | GAZ090 -
Affiliates website, I need webpages linsk to study the topic
Kindly Provide me the best links where I can study about Affiliates websites, How to create them? there SEO? Content etc.
Affiliate Marketing | | bondhoward0 -
Affiliate program links
Hello, I've question regarding affiliate partner generated links.Company www.example.com has a affiliate program. Partner www.example2.com links to the company site with affiliate link www.example.com/?affid=xxxx in banner, article etc. As I understand these type of links could hurt our Company site, so I asked partners to use rel="nofollow" in all links where they link to us usign ?affid=xxxx in url. To be 100% sure that I did the right thing I decided to post here my question. Could these type of links hurt our Company site? Regards,
Affiliate Marketing | | juris_l
Juris0 -
Which affiliate programs pass the best SEO value through their links?
How good is Google at detecting the affiliate nature of those links? How does this rate as a linkbuilding strategy?
Affiliate Marketing | | menachemp0 -
How much link juice passes through urls with affiliate id's?
hi we can get a valuable link with the desired anchor text from a news site. the destination url would be something like www.site.com/product. but in order to track conversions, our sales team would like to add an affiliate id to the url, so that it would look like this: www.site.com/product?sess_affiliate=ta how much link juice would a link to this affiliate url pass? would we be shooting our wad by linking to the ?sess-URL instead of the original URL?
Affiliate Marketing | | zeepartner0 -
Does an affiliate link bring the same SEO juice as a standard link?
I wonder if affiliate links, like the ones offered by Amazon Associates program bring the same SEO as would a link to the same page without this additional "ref=..."?
Affiliate Marketing | | maciek-0 -
Passing Google Analytics Variables Through Javascript?
Alright so here's my situation and hopefully someone can help... I want to be able to pass Google Analytics variables onto my affiliate links so I have some better conversion tracking data (not PPC traffic so no easy dynamic keyword insertion variables). I want to do something like this: User searches "keyword" in Google > User lands on mysite.com > search data is assigned to global variables that I can use in my affiliate link redirect script. afflink.com/?id=123&keyword=[GA keyword variable] Anybody know how I would go about doing that? I've seen other Non-GA tracking scripts do this but I can't figure it out here and it's driving me crazy! Thanks,
Affiliate Marketing | | drewhammond
Drew EDIT: Just figured it out after a lot of guess and testing... I'm not sure if the way I'm doing it is the fastest, most optimized way but it works. Solution: I can pull the GA cookie and break it down to retrieve the keyword using PHP. For anyone searching for this in the future, here's how I did it: $gacookie = $_COOKIE['__utmz'];
$keyword = substr(strstr($gacookie, 'utmctr='),7); ?> Then I can use the $keyword variable wherever I need it. I haven't actually tested this on a live site yet but everything is working fine as of right now. If anyone has a better solution please feel free to answer.0