4.12.3.10 :: Stamp

Description


The <stampChunk> element allows you to place a STAMP ad onto your page. Screentonic account required.

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.   <stampChunk>
  5.   <stamp_si>xxx</stamp_si>
  6.   <stamp_al>xxx</stamp_al>
  7.   <stamp_mode>fixed</stamp_mode>
  8.   <items_per_page>2</items_per_page>
  9.   <graphic_scale>50</graphic_scale>
  10.   </stampChunk>
  11.   </layout>
  12.  </wapl>

Child Elements


stamp_si


The Stamp site id (SI) Parameter.

stamp_al


The Stamp Adspac (AL) Parameter.

stamp_mode


The display mode of the ad. Set to one of 'banner', 'wallpaper' or 'fixed'. (Default: banner)

items_per_page


The number of items to display. (Default: 1)

graphic_scale


The size of the graphic as a percentage of the screen width. (Default:90)

Contents