I have a site which hosts several PDFs which are often linked to directly from other websites.
I want to be able to track (preferably with Google Analytics) whenever anyone lands on a PDF page from an external site.
It would also be great if I could track whenever an external site's page loads up my PDF using an <embed> tag with my PDF URL as the src attribute.
The usual _gaq.push (etc) method (eg, for this problem) doesn't work in this case because I can't modify the external sites.
Any help would be greatly appreciated. Thank you.
<embed>links do not touch your website, just the PDF. GA is frontend only. – Orbling Oct 3 '12 at 17:04