Variables and Functions

Variables & Functions AMPscript variables or inline functions are not supported in syndicated content URLs. The URL should be a constant. To set the URL based on a logical condition, use if and elseif statements to output the respective content syndication...

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...