What is VAST?

Digital Video Ad Serving Template (VAST) is specification to standardize the communication requirements between video players and the ad servers released by Interactive Advertising Bureau (IAB). VAST data structure is an XML template declares: * How ad creatives play? * What to track ad played? Sample VAST in JavaScript <script type=”text/javascript”> var options = { … Read more

Google Ads PHP Class

Google AdSense: AdSense is an ad serving application run by Google Inc. Website owners can enroll in this program to enable text, image, and video advertisements on their websites. These advertisements are administered by Google and generate revenue on either a per-clickor per-impression basis. <?php /* Normal Ad Unit: 728x90_as (Leaderboard) 468x60_as (Banner ) 234x60_as (Half Banner) 125x125_as (Button) 120x600_as (Skyscraper) 160x600_as (Wide Skyscraper) 180x150_as (Small Rectangle) 120x240_as (Vertical Banner) 200x200_as (Small Square) 250x250_as (Square) 300x250_as (Rectangle) 336x280_as (Large Rectangle) … Read more