Programmatic Marketing Content
Introduction to Programmatic Marketing Content
Add Data to a Data Extension
Add Subscribers to a List
Create a Business Unit Inside an Enterprise 2.0 Account
Create a Subscriber Thank You Page
Create an HTML Email and Send to All Lists in an Account
Create an Unsubscribe Page
Display Profile Attribute Values in an Email
Perform a Send Preview Test Send
Perform a Triggered Send Defintion
Retrieve and De-Duplicate Content Areas
Retrieve Lists from an Account
Retrieve Rows from a Data Extension
Retrieve the External Key of a User-Initiated Send at Send Time
Server-Side JavaScript Concert in Your Area Scenario
Unsubscribe and Log an UnsubEvent with a LogUnsubEvent Execute Call
Create an HTML Content Block with Server-Side JavaScript
Update an HTML Content Block with Server-Side JavaScript
Retrieve Lists from an Account
var lists = List.Retrieve({Property:"Name",SimpleOperator:"equals",Value:"All Subscribers"});
for(var i in lists) {
Write(lists[i].ID + " | " + lists[i].Name + "\");
}