SpiceGems Knowledge Base
All AppsContact Us
GeoIP Country Redirect (Legacy)
GeoIP Country Redirect (Legacy)
  • Overview
  • Getting Started
  • Setup the app for redirection
  • Interpretation of a Redirect Rule
  • Create Redirect Rule
  • Create Exception-Based Redirect Rule
  • Relative-Redirect
  • UTM Parameters in the GeoIP Country Redirect
  • Configuring the Display Settings
  • Auto Redirect
  • Remember Customer’s Choice Settings
  • Whitelist Settings
  • Bypass the Redirection
  • Setup the app for GDPR
  • FAQs
    • How to disable the app?
    • How to redirect visitor automatically without asking for user permission?
    • How to add countries in bulk in redirection rule
    • How to customize the Popup/Banner
    • How to exclude some IPs and URLs from redirection
    • How to test the app & redirect rules
    • Can I use the app on multiple stores in the same browser?
    • Disable Prevent Cross-Site Tracking in Safari on Mac
  • Alpha-2 country codes
  • Customization gallery
Powered by GitBook
On this page
  • What is a Bypass URL Parameter?
  • How to use Bypass parameter

Bypass the Redirection

This feature allows you to prevent the redirection for a browser session, for this you need to add a bypass parameter in the URL while accessing the store.

What is a Bypass URL Parameter?

A bypass parameter is a query string added to a URL to prevent the app's redirection rules from being triggered. When the app detects the specified parameter in the URL, it skips the redirection process for that particular request.

?no_rule=true

How to use Bypass parameter

When you access your store then you need to simply add Bypass parameter in the URL at last position.

For example:

https://example.com?no_rule=true

When a user accesses this URL:

  • The redirection rules will not trigger.

  • User can access any page of the store for current browser session.

If the site URL already had any parameter you need to add parameter by using the “&” to separate the parameter.

For Example:

https://example.com/?utm_campaign=poweredby&utm_medium=xyz&no_rule=true

PreviousWhitelist SettingsNextSetup the app for GDPR

Last updated 6 months ago