| Tracking PDF downloads in dynamic site | earth2jay | 2/15/12 8:12 PM | Anybody have specific code to track PDF downloads in a dynamic site? Below is a sample include that contains the links to the PDFs. I set up analytics and can get to the Event Tracking. Thanks! <?php $reports = array(); $reports[] = array( "thu |
| Re: Tracking PDF downloads in dynamic site | earth2jay | 2/23/12 3:03 PM | anybody? |
| Re: Tracking PDF downloads in dynamic site | earth2jay | 2/23/12 3:04 PM | here's the code from the actual page: $reportsTable = '<p><table cellspacing="0" cellpadding="5">'; foreach ( $reports as $report ) { $reportsTable .= '<tr><th><img src="/pdf/' . $report['thumbnail'] . '" /></th><td>' . $report['title'] . ' <a href |
| Re: Tracking PDF downloads in dynamic site | jaysongbsn | 2/23/12 3:10 PM | You can track people clicking on the download pdf link |
| Re: Tracking PDF downloads in dynamic site | jay23330 | 4/25/12 12:10 PM | thanks but it gives an error. "Extra '=' in line 19" |