thomasbachem / php-ga

Server-Side Google Analytics PHP Client
Other
317 stars 100 forks source link

track file only if user request #21

Open benbyford opened 8 years ago

benbyford commented 8 years ago

Ive implemented this for mp3 files which works great, but im also including the mp3's on the site in the default html audio player. This no longer works with the added tracking to all mp3 files. Any fix I could do to exclude requests coming from the same server or similar?

thanks