by dev | Apr 21, 2018 | Book
MicrositeURL This function is similar to CloudPagesURL, but it’s specifically for linking to microsite pages created in Classic Content. When an email is sent that includes a link to a microsite page with this function, a URL link is generated to the page and is...
by dev | Apr 21, 2018 | Book
Replace This function replaces the first string value with the second string value in the specified string. Arguments Replace(1,2,3) Ordinal Type Required Description 1 String True String to search 2 String True String to find 3 String True Replacement string Example...
by dev | Apr 21, 2018 | Book
QueryParameter This function retrieves a value from a URL query string, based on a defined parameter key. Argument QueryParameter(1) Ordinal Type Required Description 1 String True URL parameter key NOTE: You can use this function to retrieve parameter values from...
by dev | Apr 21, 2018 | Book
ReplaceList This function replaces the first string value with the second string value and any subsequent values in the specified string. Arguments ReplaceList(1,2,3,n) Ordinal Type Required Description 1 String True String to search 2 String True Replacement string 3...
by dev | Apr 21, 2018 | Book
Redirect This function redirects a landing page to a specified URL. Argument Redirect(1) Ordinal Type Required Description 1 String True The redirect URL NOTE: Any code that appears before the Redirect function will be interpreted, but any code that appears after the...
by dev | Apr 21, 2018 | Book
StringToDate This function parses the specified date string and returns a .NET DateTime object. Arguments StringToDate(1,2) Ordinal Type Required Description 1 String True Date string to parse 2 String False Optional .NET character-encoding type to utilize in...