by dev | Apr 21, 2018 | Book
Sender Data Strings String Description Example Output replyname The email From name, retrieved from the Sender Information in the Sender Profile, or the selected user profile Limedash Corporation replyemailaddress The email From email address, retrieved from the...
by dev | Apr 21, 2018 | Book
Statements The if statement allows the conditional evaluation of one or more expressions, which, if it evaluates to true, will process the block of code within it. An if statement, at a minimum, must contain three elements: an opening if statement a then statement...
by dev | Apr 21, 2018 | Book
Email URL Data Strings String Description Example Output view_email_url URL to view the email http://view.s6.exacttarget.com/?qs=17f9ecc7fcd5... ftaf_url URL to a Forward to a Friend form page http://view.s6.exacttarget.com/ftaf.aspx?qs=17f9ecce47fcd......
by dev | Apr 21, 2018 | Book
Comparison Operators Comparison operators are used to compare two values, or operands. The result of the evaluation will return a Boolean result. There are six comparison operators available in AMPscript. The operands need to be the same type; for example, string,...
by dev | Apr 21, 2018 | Book
MobileConnect Data Strings MobileConnect messages use nouns and verbs. A verb is a keyword used in a Mobile Originated (MO) message. Nouns are strings that appear after the keyword. In the example below, OFFER is the keyword, or verb, of the message and Curt Harris...
by dev | Apr 21, 2018 | Book
Logical Operators While Comparison Operators can only compare two values, logical operators can be used to join multiple conditions. Two types of operators are supported; or and and. Two or more logical operators can be used to evaluate an expression. NOTE: when using...