Skip to content

Instantly share code, notes, and snippets.

@E-Mud
Last active March 20, 2018 18:45
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 E-Mud/a3f06dfee5ea9e73f3627c5b5e76913c to your computer and use it in GitHub Desktop.
Save E-Mud/a3f06dfee5ea9e73f3627c5b5e76913c to your computer and use it in GitHub Desktop.
<script>
(function() { window.satismeter = window.satismeter || function() {(window.satismeter.q = window.satismeter.q || []).push(arguments);};window.satismeter.l = 1 * new Date();var script = document.createElement("script");var parent = document.getElementsByTagName("script")[0].parentNode;script.async = 1;script.src = "https://app.satismeter.com/satismeter.js";parent.appendChild(script);})();
var firstName ="%%GLOBAL_CurrentCustomerFirstName%%";
if (firstName !== "" && firstName !== "Guest") {
satismeter({
writeKey: "YOUR_WRITE_KEY",
userId: "%%GLOBAL_CustomerId%%",
traits: {
name: firstName + " %%GLOBAL_CurrentCustomerLastName%%",
email: "%%GLOBAL_CustomerEmailAddress%%" || "%%GLOBAL_CustomerEmail%%"
}
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment