by dev | Apr 21, 2018 | Book
Overview This set of functions provides a means of interacting with rows in Data Extensions. Applications include: retrieving specific column values with simple criteria retrieving row sets with simple criteria executing predefined filters on data extension rows...
by dev | Apr 21, 2018 | Book
ContentArea This function returns the content stored in the specified Content Area and optionally wraps the content in an Impression Region. Arguments ContentArea(1,2,3,4,5) Ordinal Type Required Description 1 Number True The ID of the Content Area to return. This can...
by dev | Apr 21, 2018 | Book
ClaimRow This function returns a single row from a Data Extension and reserves the values to prevent them from being used by another operation. If a row is found and is unclaimed, the designated claimed column is set to true and data from that row is returned. If a...
by dev | Apr 21, 2018 | Book
ContentAreaByName This function returns the content stored in the specified Content Area and optionally wraps the content in an Impression Region. Arguments ContentAreaByName(1,2,3,4,5) Ordinal Type Required Description 1 String True The full path of the Content Area...
by dev | Apr 21, 2018 | Book
ClaimRowValue Like the ClaimRow function, ClaimRowValue returns a single row from a Data Extension and reserves the values to prevent them from being used by another operation. If a row is found and is unclaimed, the designated claimed column is set to true and data...
by dev | Apr 21, 2018 | Book
Numeric Constants Numeric constants consist of an unquoted set of numerals. They can also include one decimal point and can be prefixed with a minus symbol to indicate negative values. Numeric constants cannot contain commas, as indicated below: %%[ var...