Created
October 24, 2023 13:37
-
-
Save elephantsneverforget/70e08d6e95976531b7f407e6fa0bcbff to your computer and use it in GitHub Desktop.
3.9_subscribe_event.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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