Open rossozburnsdi opened 1 year ago
When the user completes a video.
window.appEventData = window.appEventData || []; appEventData.push({ "event": "Video Completed", "video": { "eventName": "video_complete", "videoName": "<videoName>", "videoURL": "<videoURL>" } });
SDI to make sure to test this page:
https://www.uhhospitals.org/services/Digestive-health-services/Conditions-and-treatments/weight-loss-management/surgical-weight-loss-bariatric
Tested on: https://www.uhhospitals.org/services/Digestive-health-services/Conditions-and-treatments/weight-loss-management/~/link.aspx?_id=73483C9CDE9947E28987C77753077834&_z=z
Use case: User watches the full video
Status: Working as expected
Video Completed
When the user completes a video.
Javascript Code
Variable Definitions