Currently, we are having the search URL like this http://example.com/simple.htm#!&query=keyword
Setting the query string parameter as "&query" in launch. Search term is not capturing. Is there any alternative? am i missing out something?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
General structure of the query string is
http://example.com/simple.html?query=keyword&cid=example
Where using "?" the query parameter is separated from rest of the url and to pass two or more query parameter, they are separated by "&". In above case the query parameters would be "query" and "cid".
Thanks
Hi,
General structure of the query string is
http://example.com/simple.html?query=keyword&cid=example
Where using "?" the query parameter is separated from rest of the url and to pass two or more query parameter, they are separated by "&". In above case the query parameters would be "query" and "cid".
Thanks
Views
Replies
Total Likes
Views
Replies
Total Likes
Adding to the comments by @Beenit_Chat. if it is not possible to change the query string structure, you may want to use custom code (in Data Elements) to fetch the values.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @prathap08 ,
Since your search query parameter is not in the standard format. So, I will suggest you to create a Data Element & use custom logic in this Data Element. Once the Data Element is set up, you can use that data element in your Launch rules.
Hope this helps.
Regards,
Abhinav
Views
Replies
Total Likes
Views
Likes
Replies