Skip to content

Instantly share code, notes, and snippets.

@elephantsneverforget
Created May 15, 2023 15:13
Show Gist options
  • Save elephantsneverforget/387c023f3712e987501b800081e2a1d3 to your computer and use it in GitHub Desktop.
Save elephantsneverforget/387c023f3712e987501b800081e2a1d3 to your computer and use it in GitHub Desktop.
Email & phone submit Attentive event shape
// Phone number submit event
{
"action": "LEAD",
"attnDomain": "moviepostersca.attn.tv",
"attentiveAPI": "https://api.attentivemobile.com",
"impressionId": "0",
"creativeId": "60270",
"userId": "21f5925bac684465a903ce2d872b0dd3",
"isSubscriber": false,
"subscriberChannels": [],
"companyExternalId": "w2b",
"sourceUrl": "https://www.movieposters.com/",
"environment": "prod",
"anonymousId": "",
"encodedSubscriberExternalId": "0",
"templateId": 7,
"pageview": "1",
"phone": "(780) 951-0883",
"visitorId": "21f5925bac684465a903ce2d872b0dd3",
"mobile": false,
"email": "[email protected]",
"thirdPartyAnalytics": {
"FACEBOOK_PIXEL": {
"id": "",
"enabled": false,
"eventOptions": {
"LEAD": {
"name": "Lead"
},
"EMAIL_LEAD": {
"name": "Contact",
"reportEmail": true
},
"IMPRESSION": {
"name": "ViewContent"
}
},
"reportCreative": true
},
"GOOGLE_ANALYTICS": {
"id": "",
"enabled": false,
"eventOptions": {
"LEAD": {
"name": "submitSMS"
},
"EMAIL_LEAD": {
"name": "submitEmail",
"reportEmail": true
},
"IMPRESSION": {
"name": "impression"
}
},
"eventCategory": "Attentive",
"reportCreative": true
}
}
}
// Email submit event
{
"action": "EMAIL_LEAD",
"email": "[email protected]",
"creativeId": "60270",
"visitorId": "21f5925bac684465a903ce2d872b0dd3",
"metadata": {},
"thirdPartyAnalytics": {
"FACEBOOK_PIXEL": {
"id": "",
"enabled": false,
"eventOptions": {
"LEAD": {
"name": "Lead"
},
"EMAIL_LEAD": {
"name": "Contact",
"reportEmail": true
},
"IMPRESSION": {
"name": "ViewContent"
}
},
"reportCreative": true
},
"GOOGLE_ANALYTICS": {
"id": "",
"enabled": false,
"eventOptions": {
"LEAD": {
"name": "submitSMS"
},
"EMAIL_LEAD": {
"name": "submitEmail",
"reportEmail": true
},
"IMPRESSION": {
"name": "impression"
}
},
"eventCategory": "Attentive",
"reportCreative": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment