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...

Exclusion Scripts

Overview Exclusion scripts enable Subscribers to be conditionally excluded from being sent an email, based on a logical test. This feature is available in the following Marketing Cloud applications: Content Builder Journey Builder Triggered Sends Automation...

Script Block Organization

Script Block Organization Taking time to organize your AMPscript code blocks has many advantages. Most importantly, it makes your code much easier to debug. It’s also a show of goodwill (and expertise) to those coming after you who will need to make sense of...

Syntax

Syntax Exclusion scripts use AMPscript expressions which, if they evaluate to true, suppress the sending of an email to the respective Subscriber. The following requirements apply to exclusion scripts: AMPscript blocks or inline AMPscript cannot be included Scripts...

Coding Defensively

Coding Defensively Coding defensively also flows from experience. Snippets of code that indicate testing and troubleshooting, modularization and contextual output of variable values are the hallmarks of someone who knows what works and how to verify...