When tracking links, do i need to put this code at the end?
return _gaLink(this,'#');
What exactly doe it do? My understanding of this is not clear.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you looking to tracking outgoing/external links? There is no Google Analytics function called
_gaLink. Can you post up a snippet of your code?_link()is used for X-Domain tracking, please see the documentationIf you simply wish to track “outbound links”, i.e. links to other sites, then use this piece of code (not this requires jQuery):