Scoping to specific pages
Last updated
Was this helpful?
Last updated
Was this helpful?
By default, custom events fire on every page of your site. If you want to track events only on specific pages, you can specify them in the event setup:
This URL matching operates on the page path name, which is the part of the URL after the initial slash and before any query parameters or anchor. For example, in the URL:
https://www.mysite.com/pages/my-page?utm_source=google#anchor
The page path that Intelligems matches against is pages/my-page.
Because the initial slash is ignored, you should generally not have an initial slash in the pattern. URL matching for page visit events work the same way.