4.12.3.2 :: Admoda

Description


The <admodaChunk> element allows you to place an Admob advertising chunk onto your site. You will need to have an account with Admob

Quick Example


  1.  <?xml version="1.0" encoding="UTF-8" ?>
  2.  <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
  3.   <layout>
  4.   <admodaChunk>
  5.   <admoda_mode>u</admoda_mode>
  6.   <admoda_zoneid>xxxxx</admoda_zoneid>
  7.   <admoda_showhousebanner>1</admoda_showhousebanner>
  8.   <admoda_housebannerid>xxxx</admoda_housebannerid>
  9.   </admodaChunk>
  10.   </layout>
  11.  </wapl>

Child Elements


admoda_mode


This sets the mode of the admoda advert. Set this to 'u' for u-rated ads, and 'r' for r-rated ads. (Default: u)

admoda_zoneid


The admonda zone id for the ads you wish to be displayed.

admoda_showhousebanner


Set to 1 to show admoda house banners, or 0 if you don't wish to show them. (Default: 0)

admoda_housebannerid


The id of the publisher's house banner.

Contents