by dev | Apr 21, 2018 | Book
Char This function returns the ASCII character for the specified ASCII character code. Arguments Char(1,2) Ordinal Type Required Description 1 Number True Character code 2 Number False Number of times to repeat the ASCII character returned Example %%[ var @greeting...
by dev | Apr 21, 2018 | Book
Domain This function returns the domain of an email address. Argument Domain(1) Ordinal Type Required Description 1 String True The email address NOTE: If the argument passed to the function is not a valid email address, the function will return a null output. Example...
by dev | Apr 21, 2018 | Book
AuthenticatedEnterpriseID This function returns the enterprise identifier of Marketing Cloud account (the MID of the Parent Business Unit, or ‘EID’). Arguments AuthenticatedEnterpriseID() This function does not accept any arguments. Example The following...
by dev | Apr 21, 2018 | Book
Concat This function concatenates one or more strings. Arguments Concat(1,n) Ordinal Type Required Description 1 String True First string to concatenate n String False Second string to concatenate NOTE: Additional parameter values can be appended as arguments. Example...
by dev | Apr 21, 2018 | Book
Empty This function provides a conditional evaluation of an expression. If the expression evaluates as null or empty, the function will output true, otherwise it will output false. Argument Empty(1) Ordinal Type Required Description 1 String True An attribute,...
by dev | Apr 21, 2018 | Book
AuthenticatedMemberID This function returns the MID of the Marketing Cloud account, based on the context of the authenticated user’s session. This is useful when creating customized pages for child Business Units (a feature available in earlier Enterprise 2.0...