// Enhanced ecommerce and video tracking window.trackVideoPlay = function(title, type, duration) { if (typeof gtag !== 'undefined') { gtag('event', 'video_start', { video_title: title, video_provider: 'StreamPrime', video_duration: duration, content_type: type }); } }; window.trackVideoProgress = function(title, percent) { if (typeof gtag !== 'undefined') { gtag('event', 'video_progress', { video_title: title, video_percent: percent }); } }; window.trackSubscription = function(planName, value) { if (typeof gtag !== 'undefined') { gtag('event', 'purchase', { transaction_id: Date.now().toString(), value: value, currency: 'GBP', item_name: planName, item_category: 'subscription' }); } };
A behind-the-scenes look at the RocketJump production team (Video Game High School) as they create phenomenal action-comedy short films. Each half-hour episode of the series will chronicle the filmmaking behind RocketJum...