4.12.3.7 :: Mobile Commerce MMS

Description


The <mobilecommercemmsChunk> element allows you insert a configurable paid search component into your site. Mobile Commerce 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.   <mobilecommercemmsChunk>
  5.   <client_id>xxx</client_id>
  6.   <items_per_page>5</items_per_page>
  7.   <ad_keyword>WAPL rocks</ad_keyword>
  8.   <test_mode>0</test_mode>
  9.   </mobilecommercemmsChunk>
  10.   </layout>
  11.  </wapl>

Child Elements


client_id


Your Mobile Commerce client id

items_per_page


The number of search results to display per page. (Default: 10)

backfill


Set to 1 to backfill results with non premium ads, or 0 otherwise. (Default: 0)

filter_out_adult


Set to 1 to filter out adult ads, or 0 to allow adult ads. (Default: 1)

use_page_keywords


Set to 1 to use the chunk in test mode, 0 otherwise. (Default: 1)

ad_keyword


A space separated list of ad keywords. (Default: nothing)

do_search


Set to 1 to display a search input box, or 0 otherwise. (Default: 1)

test_mode


Set to 1 to display a search input box, or 0 otherwise. (Default: 1)

Contents