Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndewolf/ecdfd9be10628392956d6bd56287e0b5 to your computer and use it in GitHub Desktop.
Save johndewolf/ecdfd9be10628392956d6bd56287e0b5 to your computer and use it in GitHub Desktop.
window.drift.on('ready', function() {
var urlParams = new URLSearchParams(window.location.search);
var glicValue = urlParams.get('glic');
if (glicValue) {
drift.api.setUserAttributes({
glic: glicValue
})
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment