Skip to content

Instantly share code, notes, and snippets.

View FaldoAU's full-sized avatar

David Field FaldoAU

View GitHub Profile
@FaldoAU
FaldoAU / ampscript cheat sheet.txt
Created November 24, 2015 03:59
Dave's AMPScript Cheat Sheet
// 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.