Query String Parameters

Domain Mapping System supports query string parameters in your URLs. Here's what you need to know to use query string parameters.

Query string parameters have a wide variety of use-cases and formats, such as this example:

https://your-mapped-domain.com/?[trackingparam]=[value]&...

You might use query string parameters for any of the following use-cases and many others:

  • Google UTM parameters

  • Affiliate plugins

  • Prefilling form field data on a page

Query string parameters should not be confused with subdirectories or pages of your site, like this:

https://your-mapped-domain.com/landing-page/

In the future, we hope to add support for query string parameters to mapped domains independently of the primary domain. If you need this feature, please submit a ticket.

Last updated