Acrobat Action & Analytics

Hi - Hopefully this is an easy question but I can’t seem to work it out. I’m trying to insert some Google Analytics code so that I can monitor when my pdf is downloaded. I am using the Acrobat Action inside an html box but can’t seem to “Insert html”. Anyone know how I can resolve?

Thx


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve used this and it worked out.

http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55529

You have to add the javascript to your link to the PDF. So you’ll have to know where your PDF is going to be on your server space. If you use the Upload Extra Resources action you can attach that and it will put it in your Resources folder. It’s important to know this because you’ll have to write out the link instead of clicking on the page on the internal tab.

So you’d have to enter just the link part because Freeway wraps it already in that “a href” tag. So it’d look like this:

http://www.example.com/Resouces/mypdf.pdf" onClick="javascript: pageTracker._trackPageview('/downloads/mypdf');

That should work. If it doesn’t post back and hopefully we can get it figured out for you.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options