Exercise 3:
Measure a youtube video duration with events:
- event category: video
- event action: dynamic. use script below to create variable
- event label: title of the video
function() { if ({{Video Status}} === 'progress') { return {{Video Percent}}+'%'; } else { return {{Video Status}}; }}