Dynamic Content Area Paths

Dynamic Content Area Paths Taking the Shared Content Areas concept a bit further, you can also ‘calculate’ the key or path to a specific Content Area dynamically. One advantage this has over the previous method, is that it’s more explicit in intent...

IsPhoneNumber

IsPhoneNumber This function confirms whether or not a value is a valid US phone number. The function returns true if the syntax is valid or false if it’s not. Any non-numeric characters are ignored on evaluation. Sample phone number strings and their resulting...

HTTPGetWrap Command

HTTPGetWrap Command Prefixing an href attribute value in syndicated content with HTTPGetWrap| will track links in an email. Example An href attribute is prefixed with a HTTPGetWrap| string in the external syndicated content. Herman Melville - Moby-Dick Hadst thou...

Output

Output While code within an AMPscript block does not display output where the block appears in an email on a page, the Output function enables variable values to be output at the location where the code block appears. This function is convenient when debugging...

Before HTTPGet Command

Before HTTPGet Command Prefixing HTTPGet with a Before; string will retrieve the content once, at the beginning of an email send. Username or Email Password Remember me Lost your password? Not a subscriber? Subscribe now. Example %%Before;HTTPGet...

OutputLine

OutputLine This function is similar to the Output function, but it inserts a line feed character after the result. This function is convenient when there is a requirement to output multiple functions results from a code block, as each result will be displayed on a...