Modularization

Modularization Code reuse is a universal programming best practice. Projects that include highly personalized messages that leverage data from multiple sources are good candidates for breaking out components into reusable blocks.

IsEmailAddress

IsEmailAddress This function confirms whether or not a value matches a valid email syntax. The function returns true if the syntax is valid or false if it’s not. Argument IsEmailAddress(1) Ordinal Type Required Description 1 String True Email address to validate...

Syntax

Syntax The content syndication syntax uses an HTTPGet command suffixed with a URL. This string should be contained within %% delimiters. The syndicated content will be returned where the string appears in the email or landing page. NOTE: Content Syndication is only...

Shared Content Areas

Shared Content Areas Suppose you have a loyalty email campaign that includes a section above the footer displaying the current reward level. If that element needs to be included in all of the loyalty messaging, the block would be a good candidate isolation as a...

IsNull

IsNull Similar to the Empty function, this function provides a conditional evaluation of an expression. If the expression evaluates as null, the function will output true, otherwise it will output false. Argument IsNull(1) Ordinal Type Required Description 1 String...

Variables and Functions

Variables & Functions AMPscript variables or inline functions are not supported in syndicated content URLs. The URL should be a constant. To set the URL based on a logical condition, use if and elseif statements to output the respective content syndication...