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...
by dev | Apr 21, 2018 | Book
After HTTPGet Command Prefixing HTTPGet with an After; string will send a request to the specified URL. This command will not output any content in the email. This command is useful as a webhook, to indicate that an email has been sent. NOTE: This command cannot be...
by dev | Apr 21, 2018 | Book
RaiseError This function enables the suppression or cancellation of an email send. It is useful for exception handling in your code, if an unexpected result occurs. Arguments RaiseError(1,2,3,4,5) Ordinal Type Required Description 1 String True Error message to...