Redirect

Overview

Redirects the recipient's browser to the specified URL.

Syntax

Redirect(1)

Function Properties

Ordinal Type Description
1 string Required URL used for redirect

Usage

When inserted into a landing page, the code below redirects the browser to example.com.

%%=Redirect('http://example.com')=%%
Last Updated: Jun 8, 2021