little-balloon-64875
07/31/2025, 8:14 PM<https://mydomain.com/?source=affiliates&aff_id=12345&tracking_id=xyz123&ref=12345>
• <https://mydomain.com/?source=affiliates&aff_id=abcdefg&tracking_id=abc789&ref=abcdefg>
Regex patterns I've tried that aren't working, both on url
and `query`:
1. aff_id=(12345|abcdefg)
2. [?&]aff_id=(12345|abcdefg)(&|$)
3. \?.*aff_id=(12345|abcdefg)
Feels like it's far too difficult to target experiments on specific URLs, is this something on the roadmap or maybe I'm missing with experiments?strong-mouse-55694
07/31/2025, 8:37 PMlittle-balloon-64875
08/01/2025, 1:01 PMstrong-mouse-55694
08/04/2025, 4:05 PMlittle-balloon-64875
08/05/2025, 6:18 AMgb.setAttributes({
id: getUUID(),
enableDevMode: !isProduction(),
url: window.location.href,
query: window.location.search,
host: window.location.hostname,
path: window.location.pathname,
});