Skip to content

Instantly share code, notes, and snippets.

@aa6my
Created May 21, 2019 08:00
Show Gist options
  • Save aa6my/1ca87a8503c9cb336194587f31b036b4 to your computer and use it in GitHub Desktop.
Save aa6my/1ca87a8503c9cb336194587f31b036b4 to your computer and use it in GitHub Desktop.
cid.js
var cid;
ga(function(tracker) {
cid = tracker.get('clientId'));
});
var cid = Math.floor(Math.random() * 0x7FFFFFFF) + "." +
Math.floor(Date.now() / 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment