Skip to content

Instantly share code, notes, and snippets.

@vmysla
Created June 8, 2015 09:40
Show Gist options
  • Save vmysla/8da3c5d0e849247885c4 to your computer and use it in GitHub Desktop.
Save vmysla/8da3c5d0e849247885c4 to your computer and use it in GitHub Desktop.
Tracking GA clientID as custom Dimension
ga(function(tracker){
var cid = tracker.get('clientId');
tracker.set('dimension31', cid);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment