Tagged Questions
4
votes
2answers
180 views
Track visitor use of “Ctrl + F” on a website?
Would it theoretically be possible to detect (e.g. via JavaScript) if a user queries a webpage with the Windows shortcut Ctrl + F, or the Mac-equivalent Command + F in their browser?
The first step ...
2
votes
1answer
222 views
Google analytics event tracking doesn't show the related revenue
We're tracking clicks on certain banners on a site using synchroneous tracking:
var pageTracker = _gat._getTracker(\''+ ga_acc_code +'\');
pageTracker._trackEvent(\'click_1\', \'Home\', \'%title%\');
...