Data Sent With Events
- 1 Minute to read
- DarkLight
Data Sent With Events
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
widget_loaded event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/"
}
question_loaded event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/",
"widget_question_id": "953",
"widget_question_text": "What do you want to do today?"
}
college_loaded event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/questionnaire/colleges/30096?Country=Canada&DegreeLevel=&FieldofStudy=&AreaofStudy=&Keyword="
}
option_clicked event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/",
"widget_question_id": "953",
"widget_question_text": "What do you want to do today?",
"widget_option_id": "1361",
"widget_option_text": "Not Sure"
}
form_opened event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/"
}
form_closed event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/"
}
lead_submitted event contains following data:
{
"widget_id": "30096",
"widget_name": "Local Widget",
"widget_location": "https://30096.domarketing.ca/"
}
For information about how to use the events, please visit Events From Widgets.
Was this article helpful?