Routing Based On Query
It is also possible to route a user to a specific campaign based on a URL query string or partial query string. An example of a query string could be www.example.com/over/there?company=limio where the query string is company=limio. Note that the ? is not part of the query string.
In the example below, we can see how this might work for a journey where all users with the query string company=limio in the URL query string would be routed to the UK default campaign. Additionally, if the condition is part of a larger query string, for example, company=limio&sub=active, the user will still get routed to the UK default campaign.
Comments
0 comments
Please sign in to leave a comment.