Link tracking: Amazon or Google way
Posted
by
Howard
on Pro Webmasters
See other posts from Pro Webmasters
or by Howard
Published on 2012-10-27T04:26:14Z
Indexed on
2012/10/27
5:18 UTC
Read the original article
Hit count: 299
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 conversion:
Amazon way:
Generate an unique URL for each link in the frontpage, such as
Google way
Use Google Analytics
<a href="/products/abc" onClick="javascript:
pageTracker._trackPageview('/from-main-menu/products/abc');">
WHat are the pros and cons with the above two approaches (besides Google require JS support)?
© Pro Webmasters or respective owner