by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
ContentImageByKey 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...
by dev | Apr 21, 2018 | Book
ExecuteFilterOrderedRows This function executes the specified Data Extension Data Filter and returns a row set with the specified number of rows. Rows are returned sorted by the columns specified in the third parameter. Arguments ExecuteFilterOrderedRows(1,2,3)...
by dev | Apr 21, 2018 | Book
Overview Marketing Cloud includes a contact model for organizing and creating data relationships for Contacts. This model is administered in Contact Builder, which provides a single view of all Contacts. Contact Model functions enable interaction with Contact...
by dev | Apr 21, 2018 | Book
EndImpressionRegion This function marks the end of a previously defined Impression Region set with the BeginImpressionRegion function. It has no output. Argument EndImpressionRegion(1) Ordinal Type Required Description 1 Boolean False Scope of regions closed by the...