How to target a page that is the result of a keyword search?
New
When customers perform a keyword search on the site, the URL could be something like this: www.awesome-site.com/c/?q=BabyYoda If I want to find pages that are the result of a keyword search I know I can name the page and use a wildcard to “collect” those pages. Would this wildcard be the right format to collect that type of URL? */c or would I need to do something like */c/?q* I have the * at the beginning because we have different domains so I want to make sure I gathered those pages as well
0
Comments
3 comments
@DataSeed99 Good question! First, let’s talk about how to set up multiple domains. When you configure your Page Rules in FullStory under Settings > Data Management > Pages, you can add multiple domains to your rule like so:

Unfortunately, we don’t support wildcards in queries for page rules (for example, /c/?q=*); however, using the setup above, we’d still automatically index the query string portion (?q=searchteam) so that the data is available in Search, Metrics, etc.
I’m curious… mind telling me more about what you’d like to do with these Pages? I’d love to bring your use case back to our Product Team so they can better understand why wildcards in queries might be a useful improvement!
hi @megan so in this scenario what I’m trying to do is pin point pages that are the result of a keyword search. We have about 5 levels of categories in our taxonomy and we have created pages using the wildcards for each different level something like: */c/* for level one */c/*/* for level two, */c/*/*/* and so on but we don’t have one for when customers performed a keyword search and then landed on a page such as: */c/?q=12355 pages like this are super important for us since a big percentage of our customers perform some sort of keyword search and we need to understand if a keyword search took them to a 1st, 2nd, 3rd, 4th or 5th category level…..the closer to the 5th level the narrower the results if the keyword returns multiple products, but if the keyword returns only one product, then they go directly to out / ProductDetail/ page. How many of those customers performing a keyword search land in our PDP and how many landed on the others. and why?
Super helpful - thank you for the context, @DataSeed99! I’ll share that with our team now.
Please sign in to leave a comment.