See when somebody is watching your videos via Mindstamp.
If you are interested in seeing who has viewed your videos and the information associated with the view, you can use configure view webhooks in your Mindstamp account.
Below is a table showing the results of a view webhook.
Value | Type | Description | Example |
---|---|---|---|
id | Unique ID | ID of the view | 9bce33d1-120c-4bb5-8b5a-499896140f20 |
owner_id | Unique ID | ID of the video owner | 75d57cda-332b-400a-887e-0bed5f6ced99 |
video_id | Unique ID | ID of the Video | 0452e22e-5e15-4b51-bcc7-0be4c0df99b1 |
video_token | String | Unique Token of the video found in your video URL | aVOfEGmGrZlG |
video_title | String | Title of the video | Interactive Video #9 |
started | DateTime | When the view started | Sat, 1 Jan 2022 05:12:32 UTC +00:00 |
finished | DateTime | When the view finished | Sat, 1 Jan 2022 05:15:24 UTC +00:00 |
elapsed | Integer | The difference between the started time and the finished time in seconds | 172 |
percentage | Integer | Percentage watched | 95 |
last_point | Integer | The second in which your viewer stopped watching your video. | 35 |
furthest_point | Integer | The furthest second in the video the viewer watched. | 55 |
viewer_id | Unique ID | ID of the viewer | 8b5ce4b2-8bc6-4252-bdeb-a7304d7e028e |
viewer_name | String | Viewer's name as received in the URL, info capture, or if they are Mindstamp user | John Doe |
viewer_email | String | Viewer's email as received in the URL, info capture, or if they are Mindstamp user | [email protected] |
viewer_phone | String | Viewer's phone number as received in the URL, info capture, or if they are Mindstamp user | (321) 123-4567 |
viewer_custom_id | String | Viewer's custom ID number as received in the URL or info capture | 123456 |
interaction_count | Integer | Number of interactions the viewer engaged with | 25 |
city | String | City the viewer watched the video | Flagami |
region | String | Region (state) the viewer watched the video | Florida |
country | String | Country the viewer watched the video | United States |
flag | String | Emoji of the viewer's country | πΊπΈ |
url | String | URL of the video | https://myinteractive.video/ w/aVOfEGmGrZlG |
browser | String | Browser the viewer used | Chrome 101 |
screen_width | String | Viewer's screen width | 1792 |
screen_height | String | Viewer's screen height | 980 |
participation | Integer | Number from 0-100 indicating the number of interactions the view engaged with divided by the total number of interactions in the video | 98 |
correctness | Integer | Number from 0-100 indicating the number of questions answered correctly divided by the total number of questions with correctness | 95 |
plink_id | Unique ID | ID of the personal link for the viewer to view the video | 7b5ce3b4-1bc5-5373-bdeb-a9468d7e033e |
tag1 | String | Value of the tag1 variable passed in through the URL of the video or collected in the video by other means | myTag1 |
tag2 | String | Value of the tag2 variable passed in through the URL of the video or collected in the video by other means | myTag2 |
tag3 | String | Value of the tag3 variable passed in through the URL of the video or collected in the video by other means | myTag3 |
tag4 | String | Value of the tag4 variable passed in through the URL of the video or collected in the video by other means | myTag4 |
tag5 | String | Value of the tag5 variable passed in through the URL of the video or collected in the video by other means | myTag5 |
group_id | Unique ID | ID of the group in which the video belongs to | ac864070-9501-4f32-a361-075c89a2c339 |
video_owner_id | Unique ID | User ID of the owner of the video | 75d57cda-332b-400a-887e-0bed5f6ced99 |
export_count | Integer | The number of times the view has been exported via a webhook | 1 |
variables | JSON | Object containing the variables used throughout the video | { "name" : "John", "color" : "blue", "favorite_number" : 7 } |
created_at | DateTime | When the view record was created in the Mindstamp database | Sat, 1 Jan 2022 05:12:32 UTC +00:00 |
updated_at | DateTime | When the view record was last updated in the Mindstamp database | Sat, 1 Jan 2022 05:15:24 UTC +00:00 |
Get in Touch
Need help or want to know more about using webhooks in Mindstamp? We're here for you! Contact [email protected] to learn more.