Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save elephantsneverforget/70e08d6e95976531b7f407e6fa0bcbff to your computer and use it in GitHub Desktop.
Save elephantsneverforget/70e08d6e95976531b7f407e6fa0bcbff to your computer and use it in GitHub Desktop.
3.9_subscribe_event.js
window.ElevarDataLayer.push({
event: "dl_subscribe",
lead_type: "...", // should be "email" or "phone"
user_properties: {
customer_email: "...", // required if lead type is "email"
customer_phone: "..." // required if lead type is "phone"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment