kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

onclick="Trackoutboundlinks ..." on links to docs.google forward to the wrong url #593

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------

The following link is loading the url found as argument of trackoutboundLinks 
instead of the one specified in the href !

 <a class="..." title="..." href="https://docs.google.com/forms/d/1I68IhEyRE9ZJB_RK1M1ekzTeImO8e5uUKvUETFwGSSo/viewform" target="_blank" onclick="trackOutboundLink('https://docs.google.com/a/ingv.it/forms/'); return false;">deadline for application</a>

if I use a normal string in place of the http-url I still get a 404 not found 
error; similar onclick calls to other sites services on the same page do work 
properly.

Original issue reported on code.google.com by luca.pos...@ingv.it on 16 Mar 2015 at 2:57

GoogleCodeExporter commented 9 years ago
all clicks generated by the various trackoutboundlinks onclicks are finally 
correctly registered in analytics 

Original comment by luca.pos...@ingv.it on 16 Mar 2015 at 3:00