dev-master
9999999-dev http://github.com/clyonsEIS/silverstripe-file-analyticsFire google analytics events on direct file requests
BSD-3-Clause
The Requires
by Craig Lyons
silverstripe pdf track google-analytics file-analytics
Fire google analytics events on direct file requests
This module provides the ability to fire google analytics events when files are directly requested (i.e. PDFs) Client-side approach allows for simple install & negates the need for a separate analytics account (which is required for server-side solutions)., (*1)
For apache, your .htaccess file will need to reroute requests to PDFs so they can hit a server-side FileAnalyticsController The RewriteRule is skipped query string for processed=1; this query string is provided by the JS redirect after tracking the event., (*2)
### PDF Tracking ### RewriteCond %{QUERY_STRING} !processed=1 RewriteRule ^(.*\.pdf)$ file-analytics?seg=$1 [R=302,L,NC] ####################
Fire google analytics events on direct file requests
BSD-3-Clause
silverstripe pdf track google-analytics file-analytics