How to tag specific pages on a one page website (angular app) I have this website that is structured this way : domain/website 1, domain/website 2 (different white label websites). I want to place an analytical tag to all domain/website 1 pages (e.g. domain/website 1/quote, domain/website 1/products, domain/website 1/cart, etc). The full website was built using angular/single page application. Even if I place the tag to cover the scenario I want, it ends up firing the tag for all pages (include unwanted ones). Even if all the pages are loaded at one, when I browser different inner pages, the URL changes, as well as I can see it being recorded (URL history). URL DataLayer is not configured in the backend, therefore I used Path without Query String and added in the path field /website 1. I tested with the Regex set as on and off. Any idea on the best way to configure the condition so the tag is only fired when meeting the above condition? The main purpose of it is that I will be adding GA4 tag of a partner in the website, but I