Advanced email script structure and syntax
Advanced scripts for email require that you adhere to a specific structure and use specific tags and operators to write scripts that create data tables and conditional content that you can incorporate into email messages.
The advanced scripting language include the following major elements.
- Scripts are bounded with the custom
<UAEscript>
tag. This tag is used only by Deliver. - The
<@list>
tag is used to create data tables - The
@if, @elseif, @else
tags are used to create nested conditions. - The scripting language supports various arithmetical, comparison, and logical operators.
- Advanced scripts can use the
deliverDimensions
variable to determine the size of a dimension table. - You can use
deliverRowNumber
with the<@list>
tag to distinguish rows in a data table.