can you please suggest me some documentation from where i can see some example for video ad Java script Tag. I already implemented VAST/VPAID with vast XML. Now i need Java Script Vast Tag. I read a documentation here enter link description here
Inneractive JS Ad Tag Start
* -=====================================================================-
* Inneractive JS Ad Tag
* -=====================================================================-
* Update Date: February, 10th, 2014
* Further documentation found here:
* https://inneractive.jira.com/wiki/display/DevWiki/JavaScript+Ad+Tag
* -=====================================================================-
<!-- Final Ad is attached to this DIV. Can be placed anywhere on the page. -->
<div id='iaAdPlaceholder'></div>
<script>
try {
(function() {
if (typeof ia === 'undefined') {
ia = {};
}
// CHANGE AD SETTINGS BELOW.
// More details about the different parameters can be found here:
// https://inneractive.jira.com/wiki/display/DevWiki/JavaScript+Ad+Tag#JavaScriptAdTag-RequestParameters
ia.adSettings = {
APP_ID:'MyCompany_MyApp',
IS_MOBILE_WEB: false,
IS_ORMMA_SUPPORT: false,
IS_MRAID_SUPPORT: false,
IS_VIDEO_SUPPORT : false,
IS_INTERSTITIAL_AD: false,
IS_FLOATING_BANNER: false, // Glues banner ad position to bottom of the page, even when the page is scrolled. Supported only for banner ads, on iOS (>= 5.0) and Android (>= 2.2). Does not apply when IS_INTERSTITIAL_AD: true.
IMEI_MD5: '',
IMEI_SHA1: '',
IMSI_MD5: '',
IMSI_SHA1: '',
ANDROID_ID_MD5: '',
ANDROID_ID_SHA1: '',
IDFA:'',
IDFV:'',
PACKAGE_NAME:'', // In Android - The application name as a reverse domain notation string (e.g., 'com.inneractive.adTag'). In iOS - the App Store Id from the iTunes URL (e.g., "123456789" for the following iTunes link: 'https://itunes.apple.com/iw/app/myApp/id123456789?mt=8').
CATEGORY:'', // e.g., Music
AGE:'',
GENDER:'',
KEYWORDS: '', // e.g., Rock,Pop,Jazz,Blues
LOCATION:'',
GPS_COORDINATES:'',
DEVICE_WIDTH:'', // resolution width of the device
DEVICE_HEIGHT:'', // resolution height of the device
MOBILE_NETWORK_CODE:'',
MOBILE_COUNTRY_CODE:'',
NETWORK:'', // values are 3G or WIFI
REQUIRED_WIDTH:'',
REQUIRED_HEIGHT:'',
FAILOVER: ''
};
// CHANGE AD SETTINGS ABOVE.
})();
}
catch (e) {
}
</script>
<script src='http://cdn2.inner-active.mobi/wv-js/iaAdTagInternal.min.js' type='text/javascript'></script>
<!-- Inneractive JS Ad Tag End -->
Is it? How and where will i add all event tracking links? Please help me
I would recommend you take a look at JW Player's Ad Tester here:
http://demo.jwplayer.com/ad-tester/
Here you can see everything in action.
If you just want to see a typical vast response, simply go to the URL in the 'Ad Tag to Load' input field.