All Collections
Geo Redirection
Definitions
Pass query string onto Redirect URL
Pass query string onto Redirect URL
Pass any query parameters onto the Redirect URL.
Team avatar
Written by Team
Updated over a week ago

Selecting this option will pass any query parameters seen on the initial Website URL onto the Redirect URL.

This option is useful when you need to pass affiliate or search query parameters in the original Website URL onto the final redirect URL.

Example:

Your Website URL is http://mywebsite.com and you have set it up to redirect all Canadian visitors to http://mywebsite.ca

If a visitor arrived on your website via an affiliate and the URL in the browser looks like http://mywebsite.com?affiliate_id=123456 then '?affiliate_id=123456' is a query string.

This query string can be passed onto the final Redirect URL, so the visitor will get redirected to http://mywebsite.ca?affiliate_id=123456

Our system supports passing of multiple query parameters in the URL for example http://mywebsite.com?affiliate_id=123456&source=facebook

Did this answer your question?