Personyze Wiki Personyze Wiki docs
Open Personyze
Docs/ Actions & Content/ Personyze Redirect to URL Action Guide
Actions & Content

Personyze Redirect to URL Action Guide

Personyze Redirect to URL Action Guide This guide explains how to use the Redirect to URL action in Personyze. This action enables you to send visitors to a different page automatically, either by redirecting…

2 min read Updated 3 weeks ago

The Redirect to URL action sends matching visitors somewhere else — or keeps them on the page and rewrites part of its address. Typical uses: route visitors from a country to their language folder, send an ABM segment to a dedicated landing page, append campaign parameters, strip stale ones.

Adding it

In the campaign’s Content step, click Add action and pick Redirect to URL.

Redirect action editor
The editor: two modes, dynamic variables in every field, and a live before/after preview. Click to enlarge.

Where the visitor ends up

  • Go to another page — send them to a different address: /collections/shoes → /de/collections/shoes. Absolute or relative; a relative path keeps the current host, which is usually what you want when moving someone between folders of the same site.
  • Rewrite this address — keep them where they are and change part of the URL, a folder or a parameter: ?page=2 → ?page=2&utm_campaign=de.

Personyze variables work in every field (Insert variable) — so the destination can include the visitor’s language, country, or any profile field. The Result panel shows live what the visitor’s current URL becomes.

About the flicker

A redirect fires from the visitor’s browser, so they see the original page for a moment first. How long depends on how the tracking code is installed — an account-level choice, not a setting here:

  • Asynchronous tag — the browser has already painted the old page before the redirect runs; the visitor sees a flash of the wrong content.
  • Synchronous tag — blocks rendering until the decision is made, which removes the flash at the cost of a little load time.

When and where

  • When event takes place (advanced) — trigger the redirect on an on-page event instead of on match.
  • Restrict to — limit to specific pages via page groups.
  • Who gets redirected is the campaign’s Target step — e.g. country is Germany AND URL does not start with /de/. Make the rule exclude the destination, or the visitor loops.
Did this page answer your question?
Thank you — that goes to whoever maintains this page.