To enable this plugin's proxy to avoid adblockers from blocking Google Analytics or Google Tag Manager, add your Google Analytics Property ID in the form.
When this plugin detects that Google Analytics is being blocked, the standard pageview hit will be sent to Google Analytics through a proxy.
To add additional tracking tags like events or tracking custom dimensions like clientId, add it to the Custom Hit Tag field in the form like the example below.
var clientId;
ga(function(tracker) {
clientId = tracker.get('clientId');
tracker.set({dimension1: clientId});
tracker.send('event', {
nonInteraction: true
});
});
To configure your analytics to colect custom dimensions for visitors and users for attribution modeling, use our app: Attributio