searchdiscovery / Apollo-Documentation-UH-Hospital---CJA

An Apollo generated Event Driven Data Layer
0 stars 1 forks source link

Video Completed #15

Open rossozburnsdi opened 1 year ago

rossozburnsdi commented 1 year ago

Video Completed

When the user completes a video.

Javascript Code

window.appEventData = window.appEventData || [];
appEventData.push({
  "event": "Video Completed",
    "video": {
        "eventName": "video_complete",
        "videoName": "<videoName>",
        "videoURL": "<videoURL>"
    }
});

Variable Definitions

Path Type Description Example Pattern Min Length Max Length Minimum Maximum Multiple Of
video.eventName string Static value video_complete
video.videoName string Video Name Meechie's Story
video.videoURL string URL of video https://www.youtube.com/embed/lpprkE_2eNs?rel=0

rossozburnsdi commented 1 year ago

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

rossozburnsdi commented 11 months ago

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

Image