This is closely related to this conversation, but one key part of it wasn’t addressed or implemented, as far as I can tell...
I have a landing URL that users visit:
- /function/{{unique identifier for a project}}
We also have pages off of that main page:
- /function/{{unique identifier for a project}}/sub-function1
- /function/{{unique identifier for a project}}/sub-functionN
Since it’s really important to track users visiting the landing URL, how do we wildcard A so that it doesn’t also capture B and C with every instance?