ContentBlockByName

ContentBlockByName This function returns the content stored in the specified Content Block and optionally wraps the content in an Impression Region. Arguments ContentBlockByName(1,2,3,4,5) Ordinal Type Required Description 1 String True The full path of the content...

DeleteDE

DeleteDE This function deletes rows in a Data Extension that exactly match the specified column name and value pairs. No output results from the use of this function. Arguments DeleteDE(1,2,3,[4a,4b]) Ordinal Type Required Description 1 String True Data Extension from...

InvokeUpdate

InvokeUpdate This function executes an update on the instantiated Marketing Cloud API Object. It returns a status code, message and an error code. API error codes are outlined in the official documentation. Arguments InvokeUpdate(1,2,3,4) Ordinal Type Required...

ContentImageByID

ContentImageByID This function returns an HTML img tag with the specified Content Builder image. It also sets the title, alt, border and thid attributes on the img tag. The title and alt values are set to the name of the image as defined in Content Builder. The border...

ExecuteFilter

ExecuteFilter This function executes the specified Data Extension Data Filter and returns a row set. Argument ExecuteFilter(1) Ordinal Type Required Description 1 String True Customer/External Key of the Data Filter to execute NOTE: This function only works in a...

SetObjectProperty

SetObjectProperty This function sets a property value for an object created with the CreateObject function. Arguments SetObjectProperty(1,2,3) Ordinal Type Required Description 1 API Object True The API Object for which the property is set 2 String True The name of...