Tracking
From BC$ MobileTV Wiki
Once a visitor comes to your site, what's the business value exchange you provide? There is a clear need to monitor:
- Traffic - Actions - Outcomes
"The Ad has become a substitute for the product..." ~Marshall McLuhan
Contents
GoogleAnalytics
GOOGLE ANALYTICS - TRACKING CODE
<script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : " http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3426859-2"); pageTracker._initData(); pageTracker._trackPageview(); </script>
Intelligent Tracking Prevention
Intelligent Tracking Prevention (ITP) is a Safari feature to give users control of tracking by automatically blocking them, and enabling you to selectively allow those which you permit.
- Intelligent Tracking Prevention: https://webkit.org/blog/7675/intelligent-tracking-prevention/
Resources
- App Assisted "Contact Tracing" without complete Orwellian invasion of privacies: https://lucumr.pocoo.org/2020/4/3/contact-tracing/
- Trackers and scripts Firefox blocks in Enhanced Tracking Protection: https://support.mozilla.org/en-US/kb/trackers-and-scripts-firefox-blocks-enhanced-track
Tutorials
- GDPR -- Do I Really Need Consent for Google Analytics Tracking: https://www.blastanalytics.com/blog/gdpr-need-consent-for-google-analytics-tracking
- What the GDPR will mean for companies tracking location: https://iapp.org/news/a/what-the-gdpr-will-mean-for-companies-tracking-location/
- How Will GDPR Affect Your Web Analytics Tracking?: https://piwik.pro/blog/how-will-gdpr-affect-your-web-analytics-tracking/
External Links
- IP Blocking: http://www.codewalkers.com/c/a/Search-Code/PHP-IP-Blocking/
- HOW TO TRACK BASIC USER INTERACTIONS WITHIN PAGE: http://thenotsimple.com/2007/10/18/click-tracking-or-how-do-i-track-my-links/
- PHP IP Addresses http://blog.suffolk-web-design.co.uk/2007/07/php-ip-addresses.html
- Getting REAL IP address in PHP: http://roshanbh.com.np/2007/12/getting-real-ip-address-in-php.html
- A simple IP Address and Visitor Tracking tool with PHP & MySQL: http://www.roughguidetophp.com/a-simple-ip-address-and-visitor-tracking-tool-with-php-mysql/1/
- Mapping visitors' IP addresses: http://www.builderau.com.au/program/php/soa/Mapping-visitors-IP-addresses/0,339028448,339129583,00.htm
- How To Change Your Ip Address. - In Less Than one Minute, Change Your Ip!: http://www.astahost.com/info.php/how-change-ip-address_t15826.html
- How to Block IP Addresses with PHP: http://perishablepress.com/press/2007/07/03/how-to-block-ip-addresses-with-php/
- JailBreaked.net - Dutch proxy: http://www.how-to-hide-ip.info/
References
- ↑ Preventing "Tracking Prevention" Tracking: https://webkit.org/blog/9661/preventing-tracking-prevention-tracking/
- ↑ App-Bound Domains in "in-app browsing": https://webkit.org/blog/10882/app-bound-domains/
- ↑ Full Third-Party Cookie Blocking and more: https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more/
- ↑ Intelligent Tracking Prevention 2.3: https://webkit.org/blog/9521/intelligent-tracking-prevention-2-3/
- ↑ Intelligent Tracking Prevention 2.2: https://webkit.org/blog/8828/intelligent-tracking-prevention-2-2/
See Also
BT | Analytics | Business Intelligence | DB | Session | Cookies |