Description
The
<mobilecommercemmsChunk> element allows you insert a configurable paid search component into your site. Mobile Commerce account required.
Quick Example
- <?xml version="1.0" encoding="UTF-8" ?>
- <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
- <layout>
<mobilecommercemmsChunk>
<client_id>xxx</client_id>
<items_per_page>5</items_per_page>
<ad_keyword>WAPL rocks</ad_keyword>
<test_mode>0</test_mode>
</mobilecommercemmsChunk>
- </layout>
- </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)