Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marketingclouded/aeb14d84f66e734b3508d0ea7db3333d to your computer and use it in GitHub Desktop.
Save marketingclouded/aeb14d84f66e734b3508d0ea7db3333d to your computer and use it in GitHub Desktop.
<script>
window.addEventListener('load', function () {
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const uniqueid = urlParams.get('sfmc_sub');
_etmc.push(["setOrgId", "MID"]);
_etmc.push(["setUserInfo", {"email": uniqueid }]);
_etmc.push(["trackPageView"]);
}, false);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment