Active
Project:
External Link Popularity
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2009 at 15:08 UTC
Updated:
4 Sep 2013 at 08:03 UTC
I don't know enough about 'link clicking' to understand why click info is not recorded if you open a link in a new tab in your browser window. I know you mention that a 'background javascript call' is done to preserve the link and not redirect. Is there a way to record click info when opening in a new tab (or window) while still preserving the link and not creating redirects?
Comments
Comment #1
momper commentedsubscribe
Comment #2
JulienThomas commentedHello.
This is y well known issue (see for instance http://stackoverflow.com/questions/7844890/how-to-capture-open-link-in-n...) in any JavaScript code.
I do not think that you can specifically target the "open a link in a new tab" action.
I suppose you can monitor right clicks but it will generate false positives, instead of current false negatives.