by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...