<rule type="activation">
...
</rule>
| Description | Criteria | Value |
|---|---|---|
| Videos Supported | videocapable | |
| Tones Supported | audiocapable | |
| Images Supported | imagecapable | |
| Java Supported | java_enabled | |
| A Gallery Set Is Open | set_open | |
| User Is Registered | logged_in | |
| Auto Spend Active | auto_spend | |
| Transaction Has Occurred | transaction | |
| Delivery MSISDN Retrieved | delivery_msisdn | |
| Is An IPhone | iphone | |
| Specific token present | token | Canvas Token id |
| Form has been completed | form | Canvas Form id |
| Campaign Active | campaign_running | |
| Specific Campaign Active | campaign | Canvas Campaign id |
| Language is | language | ISO2 Language |
| Subscribed To | subscription | Canvas subscription point id |
| Affiliate Active | affilliate_running | |
| Affiliate Is: | affiliate | Canvas affiliate id |
| DRM enabled | drm_enabled | |
| Is I-Mode | is_imode | |
| Flash enabled | flashenabled | |
| JavaScript Supported | javascript_enabled | |
| CSS Supported | css | |
| User Is Wapple Recognised | wui | |
| Location is | location | Region id |
| Country is | country | ISO2 Country |
| Region is | region | ISO2 Region |
| Inside IP range: | iprange | IP range id |
| Day Is | dayofweek | 1 (Mon) - 7 (Sun) |
| Month Is | month | 1 (Jan) - 12(Dec) |
| Device Supports MIME | devicecapable | audio_mp3 audio_wav audio_amr audio_awb audio_3gp audio_mmf audio_rmf audio_mid audio_qcp audio_imelody |
| Screen Width is equal to | screenxeq | number of pixels |
| Screen Width is less than | screenxlt | number of pixels |
| Screen Width is less than or equal to | screenxlteq | number of pixels |
| Screen Width is greater than or equal to | screenxgteq | number of pixels |
| Screen Width is greater than | screenxgt | number of pixels |
<rule criteria="iphone">
...
</rule>
<rule condition="1">
...
</rule>
<rule type="activation" criteria="screenxlt" condition="1" value="200">
...
</rule>