I have the same need as listed by previous member:
1. If https://www.website.com it should stay https://www.website.com (without the ‘id’ parameter)
2. If https://www.website.com?id=1234 it should stay https://www.website.com?id=1234 and all other links that go on from here should have ?id 1234 at the end
The solution listed above does add a parameter to the url, however it adds it everytime. So point 1. above is not effective i.e if someone goes to https://www.abc.com, the solution suggested takes user to https://www.abc.com/id=xyz
Can we make point 1. above happen?