by dev | Apr 21, 2018 | Book
LookupOrderedRows This function returns a set of ordered rows from a Data Extension. Arguments LookupOrderedRows(1,2,3,4,5,[6a,6b]...) Ordinal Type Required Description 1 String True Name of the Data Extension from which to return rows 2 Number True Number of rows to...
by dev | Apr 21, 2018 | Book
LocalDateToSystemDate This function converts the specified date/time into system time. The date and time returned is Central Standard Time (CST) without any adjustments for daylight savings. Argument LocalDateToSystemDate(1) Ordinal Type Required Description 1 String...
by dev | Apr 21, 2018 | Book
HTTPPost This function posts content to a defined, publicly accessible URL. Arguments HTTPPost(1,2,3,4,5,6,[7a,7b]...) Ordinal Type Required Description 1 String True URL endpoint used to post content 2 String True Content-Type header value 3 String True Content to...
by dev | Apr 21, 2018 | Book
BeginImpressionRegion This function marks the beginning of a region to be tracked within the impression tracking infrastructure. It has no output. Argument BeginImpressionRegion(1) Ordinal Type Required Description 1 String True Name of the Impression Region to track...
by dev | Apr 21, 2018 | Book
TreatAsContentArea This function creates a static Content Area that is stored by key for the duration of the send. It will evaluate AMPscript included in the content retrieved, with a limit of 300 unique variations. If there are more than 300 unique variations, any...
by dev | Apr 21, 2018 | Book
BuildOptionList This function outputs elements for use inside , or HTML elements. Arguments BuildOptionList(1,2,3,[4a,4b]) Ordinal Type Required Description 1 String True Default option value 2 String True Option value 3 String True Option name 4a String True...