Targeting Pages with query and without query | Community
Skip to main content
Level 1
March 11, 2026
Question

Targeting Pages with query and without query

  • March 11, 2026
  • 1 reply
  • 25 views

I need to target the homepage for an activity, but I'm running into an issue with URL matching.

 

The activity fires correctly when users visit https://example.com/, but it doesn't trigger when users land on https://example.com/?utm_source=source or https://example.com/?abcdefjkl (any URL with query parameters).

I've tried several different configurations, but none of them are working.

I've attached screenshots showing my current setup.

 

 

1 reply

Gokul_Agiwal
Community Advisor
Community Advisor
March 16, 2026

Hi ​@m_aadil_naina 

You can use below options 

Use operator “starts with” 

This ensures your activity qualifies whether the user hits:

So as long as the URL begins with  example.com .. it will match regardless of query strings. 

2.  Use query 

For specific to query string param - you can use like below. 

Or you can combine domain + query together 

 

Please check which options useful based on your use case. if you still facing issues then please post it here. 

Hope above helps. 

Thanks

Gokul_Agiwal
Community Advisor
Community Advisor
March 24, 2026

HI ​@m_aadil_naina Did you get a chance to implement above and are you able to solve your use case?