Foreword

Foreword The fourth industrial revolution is driving new data, devices, and consumer expectations. Today’s digital marketer needs to adapt and put the consumer at the center of every experience. Marketers must know their consumers like never before, engage with...

Content Syndication

Content Syndication As the content syndication feature executes external HTTP requests, there are implications if the feature is used excessively. You should consider the following guidelines when using content syndication: Occurrences Limit the number of content...

GUID

GUID This function returns a 36-character global unique identifier (GUID) string. Arguments GUID() This function does not accept any arguments. Example 1 GUID: %%=GUID()=%% Output...

SetValue

SetValue This function sets the value of an AMPscript variable inside a block. Arguments SetValue(1,2) Ordinal Type Required Description 1 String True AMPscript variable name 2 String True AMPscript variable value NOTE: Prefixing the variable name with an @ character...

Using a SSJS Try/Catch to Trap AMPscript Errors

Using a SSJS Try/Catch to Trap AMPscript Errors For those elusive AMPscript runtime errors, you can get some additional details of the error by trapping exceptions with a SSJS try/catch block. Username or Email Password Remember me Lost your password? Not a...

Iif

IIf This in-line IF function returns the value of the second argument if the value for the first argument evaluates as true. Arguments IIf(1,2,3) Ordinal Type Required Description 1 String True Conditional expression that returns a true or false 2 String True Value to...