MWML [CONTENT]-Tag

MWML [CONTENT]-Tag

Restrict content to a target group.

Usage

Email templates, Landing page templates, Emails, Landing pages

Syntax

  1. [CONTENT targetgroup='...'] ... [/CONTENT]

Attributes

Attribute
Value
Description
targetgroup1
Integer
ID of the target group
name
Text
Name of the target group.

Example

  1. [CONTENT targetgroup='1' name='New Customers']
  2. <table border="0" cellpadding="0" cellspacing="0">
  3.   <tr>
  4.     <td>Secure exclusive new customer discounts now!</td>
  5.   </tr>
  6. </table>
  7. [/CONTENT]


1. Required field