In this FREE whitepaper, Introduction to Monetizing Online Video, Delve Networks offers industry insight into how to best monetize your online video content, offering three compelling solutions including Pay-per-view, Subscriptions, and Advertising.
As more websites adopt video as a medium to interact with their users, more people are pondering the question of how to generate revenue from video. There are many different models publishers are adopting to profit from video content and this paper will discuss three of them.
Fill out this short form to gain instant access to your free download AND a video featuring the Introduction to Monetizing Online Video webinar:
function trim(stringToTrim) { return stringToTrim.replace(/^\s+|\s+$/, ''); }
function validate_email(field,alerttxt) { clear_highlight(field); with (field) { apos=value.indexOf("@"); apos2=value.lastIndexOf("@"); dotpos=value.lastIndexOf("."); if (apos<1||dotpos-apos<2||apos!=apos2) { alert("Please enter a valid email address."); return false; } else { return true; } } }
function validate_required(field,alerttxt) { clear_highlight(field); with (field) { if (value==null||trim(value)=="") { show_field_error(field,alerttxt); return false; } else { return true; } } }
function validate_required_checkbox(field,alerttxt) { clear_highlight(field); with (field) { if (checked==false) { show_field_error(field,alerttxt); return false; } else { return true; } } }
function show_field_error(field,alerttxt) { alert(alerttxt); highlight_error(field); field.focus(); }
function validate_phone(field) { var error = ""; var stripped = field.value.replace(/[\D]/g, '');
clear_highlight(field);
if (isNaN(parseInt(stripped))) { alert("The phone number contains illegal characters."); highlight_error(field); return false; } else if (stripped.length < 10 || stripped.length > 14) { // Its hard to tell the length with international phone #s. // Even then, it could be fake, so accept anything between 10 and 14 digits. highlight_error(field); alert("The phone number is the wrong length. Make sure you included an area code."); return false; } return true; }
function validate_passwords(field1, field2) { var password1; var password2;
clear_highlight(field1); with (field1) { password1 = value; }
clear_highlight(field2); with (field2) { password2 = value; }
if (password1!= password2) { highlight_error(field1); highlight_error(field2); field1.focus(); alert("Passwords do not match."); return false; } else { return true; } }
function validate_form(thisform) { with (thisform) { if (typeof(first_name) != "undefined" && validate_required(first_name,"Please enter a first name.")==false) { return false; }
if (typeof(last_name) != "undefined" && validate_required(last_name,"Please enter a last name.")==false) { return false; }
if (typeof(phone) != "undefined" && validate_required(phone,"Please enter a phone number.")==false) { return false; }
if (typeof(phone) != "undefined" && validate_phone(phone)==false) { return false; }
if (typeof(email) != "undefined" && validate_required(email,"Please enter an email address.")==false) { return false; }
if (typeof(password) != "undefined" && validate_required(password,"Please enter a password.")==false) { return false; }
if (typeof(company) != "undefined" && validate_required(company,"Please enter a company name.")==false) { return false; }
if (typeof(confirm_password) != "undefined" && validate_required(confirm_password,"Please confirm your password.")==false) { return false; }
if (typeof(email) != "undefined" && validate_email(email)==false) { return false; }
if (typeof(password) != "undefined" && typeof(confirm_password) != "undefined" && validate_passwords(password, confirm_password)==false) { return false; }
if (typeof(terms_checkbox) != "undefined" && validate_required_checkbox(terms_checkbox, "Please agree to the terms of service.")==false) { return false; } } }
function clear_highlight(field) { field.style.background = "#ffffff"; }
function highlight_error(field) { field.style.background = "#ffa5ae"; }
Your privacy is very important to us, we will not share your information with any third parties not related to this whitepaper. We do not, and will not sell your information. Upon submission of this form you agree to allow the information collected to be saved by VidCompare and Delve Networks. In doing so, you may be contacted by VidCompare and Delve on occasion.


