Usage
This function runs automatically, so it is not called manually. Is this incorrect?
Additional Notes
This function logs Youtube Iframe API errors in Google Analytics.
Source File
Located in /assets/js/modules/video.js on line 479.
No Hooks
This function does not have any filters or actions available. Request one?
JavaScript
nebula.youtubeError = function(error){ ga('send', 'exception', {'exDescription': '(JS) Youtube API error: ' + error.data, 'exFatal': false}); nebula.crm('event', 'Youtube API Error'); }
Override
To override or disable this JavaScript function, simply redeclare it with the exact same function name.
JavaScript
nebula.youtubeError = function(){ //Write your own code here, leave it blank, or return false. }