- Query string destination variables
Query string destination variables
New feature•
We’ve added the ability to use the query string parameters as a destination variable. For instance if you want to use the "page" query string from "example.com/contact?page=2" in your redirect, you can use the {query.page}
variable.
To make this even more powerful, you can also use this in the dynamic destinations to traffic steer based on exact (or partial) query string matches. For instance, want to redirect all page numbers higher than 2 to another destination, you can use the following expression: query.page >= 2