Forum
Welcome, Guest
Please Login to access forum.
Re:Document Download Tracking Issue (1 viewing) 
Go to bottom
TOPIC: Re:Document Download Tracking Issue
#4146
John Dagelmore
Admin
Posts: 3881
User Online Now
Re:Document Download Tracking Issue Karma: 84  
Hi,

you are doing it wrong.

You must use the ID of the event, you are using a number 69 that makes no sense.

In the PDF docs you find detailed instructions and the sample code to use this technique:

Code:

<a href="http://mysite.com/document.pdf" onclick="document.getElementById('trackdownload').src='http://mysite.com/index.php? option=com_jrealtimeanalytics&track=1'">Download PDF</a> <iframe id="trackdownload" style="display:none" src=""></iframe>
where the value of the parameter 'track' is the event ID, the right column in the list. In your case the ID of your event named 'track69' is 2 so you will have http://mysite.com/index.php?option=com_jrealtimeanalytics&track=2 The 'src' attribute in the iframe can be left empty.
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
Document Download Tracking Issue
Abhilash Rajan
    thread link
thread linkthread link Re:Document Download Tracking Issue
John Dagelmore
    thread link
thread linkthread linkthread link Re:Document Download Tracking Issue
Abhilash Rajan
    thread link
thread linkthread linkthread linkthread link Re:Document Download Tracking Issue
John Dagelmore
    thread link
thread linkthread linkthread linkthread linkthread link Re:Document Download Tracking Issue
Abhilash Rajan
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:Document Download Tracking Issue
Abhilash Rajan
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:Document Download Tracking Issue
John Dagelmore
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Document Download Tracking Issue
John Dagelmore
Go to top