function track_msdynmkt_websiteinteractions_114741865() {
window["msdynmkt"].setUser({ authId: ""}); // ID, e-mail or phone number - see instructions
window["msdynmkt"].trackEvent({
name: "msdynmkt_websiteinteractions_114741865", //Trigger title: Website Interactions
ingestionKey : "d12470e34c7a4283ac8769a2797687ca-fab4c50f-f357-4516-a3f8-b908fdfbc681-7154",
version: "1.0.0" ,
properties: {
"dateandtime" : "",
"url" : "",
"bindingid" : ""
}
});
}
global eia
# ID, e-mail or phone number - see instructions
user = User(auth_id='')
eia.set_user(user)
#Trigger title: Website Visit
sampleEvent = Event('msdynmkt_websitevisit_083156767')
sampleEvent.set_property("bindingid", "")
eia.track_event(sampleEvent)
top of page
bottom of page