This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Dave's AMPScript cheat sheet. | |
// AMPScript is ExactTarget (SFDC Marketing Cloud)'s server side scripting language. | |
// It's a bit of a pig, plus the docs are numerous and the examples aren't contextual. | |
// This assumes you don't need hand holding, and just need to get your head around it. | |
// It's also my reference for the snippets I use all the time (I'm a formatting stickler). | |
// These examples come from microsites I've written - adapt 'em for use elsewhere. | |
// Multi line AMPScript %%[contained within delimiters]%% gets interpreted on the server. |