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
InvokeExecute This function executes the instantiated Marketing Cloud API Object. It returns a RequestID value (because it is executed asynchronously), an API Object containing a status message and an error code value. Arguments InvokeExecute(1,2,3) Ordinal Type...
by dev | Apr 21, 2018 | Book
ContentBlockByID This function returns the content stored in the specified Content Block and optionally wraps the content in an Impression Region. Arguments ContentBlockByID(1,2,3,4,5) Ordinal Type Required Description 1 Number True The ID of the content block to...
by dev | Apr 21, 2018 | Book
DataExtensionRowCount This function returns the number of rows in the specified Data Extension. Argument DataExtensionRowCount(1) Ordinal Type Required Description 1 String True Data Extension from which to retrieve a row count NOTE: This function will not return row...
by dev | Apr 21, 2018 | Book
String Constants String (or text) constant values must use double or single quotes, as indicated in the example here: %%[ var @statusTier set @statusTier = "Gold" ]%% If quotation marks appear within the text, string constants can escape the delimiting quote when...