by dev | Apr 21, 2018 | Book
Field This function returns the value of a field from a row set or the value of an application programming interface (API) object property. Arguments Field(1,2,3) Ordinal Type Required Description 1 String True Row set or API object from which to return the value or...
by dev | Apr 21, 2018 | Book
UpsertContact This function ‘upserts’ a Contact in Marketing Cloud. If the Contact does not already exist, then a new record is created. If the Contact exists, then the record is updated. The function will output 1 if an error occurred when upserting the...
by dev | Apr 21, 2018 | Book
GetPortfolioItem This function returns Portfolio item content for the specified Customer/External Key. Argument GetPortfolioItem(1) Ordinal Type Required Description 1 String True Customer/External Key of the Portfolio item to return NOTE: Keys for the Portfolio item...
by dev | Apr 21, 2018 | Book
Overview The Content AMPscript functions provide a means to interact, reference and output content in a Marketing Cloud account. These elements include Content Areas, Content Builder content blocks, objects in your Portfolio, files from internal or external file...
by dev | Apr 21, 2018 | Book
Image This function returns an HTML img tag with the specified Portfolio 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 the Portfolio. The border is set to 0 in all...
by dev | Apr 21, 2018 | Book
AttachFile This function attaches the specified file to the outbound message or displays a link to the file when included in a landing page. This function returns no output. Arguments AttachFile(1,2,3,4,5,6,7,8) Ordinal Type Required Description 1 String True Type of...