AnonymizedGoogleAnalyticsTracker - Vaadin Add-on Directory
Extends the GoogleAnalyticsTracker Vaadin Add-On by additional features for privacy protection. In some countries these features are required for legal usage of GoogleAnalytics.Extends the GoogleAnalyticsTracker Vaadin Add-On by additional features for privacy protection.
In some countries these features are required for legal usage of GoogleAnalytics.
(1) IP Anonymization
Enables the "AnonymizeIP" parameter in the GA tracking. Can be disabled by setAnonymizeIp(false). If AnonymizeIP is enabled Google doesn't store the complete IP of the user. Check the GoogleAnalytics API documentation for more information about that parameter (see link section). This feature is only available when using the universal tracking mode.
(2) Opt-out support
Provides an opt-out option by calling the method addOptOutCookie(). It sets a cookie which disables tracking for the user.
Author HomepageAbout Google's IP anonymization
Explaining elleon diagram
Source Code
Google's Guide to disable tracking
Original GoogleAnalyticsTracker
Issue Tracker
AnonymizedGoogleAnalyticsTracker version 1.0.0
Initial stable version
AnonymizedGoogleAnalyticsTracker version 1.0.1
added more documentation, no functional changes
AnonymizedGoogleAnalyticsTracker version 1.0.2
no functional changes at all;
only removed unnecessary auto-generated WidgetSet entry from pom.xml resp. MANIFEST.MF as it caused GWT compiler errors