// 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' }); } };
Tiki is moving away and Ella wants her to stay.