Is it possible to capture, using javascript, the "64515" part of this url?
https://someurl.com/somepage/index.html?yourId=64515
I was thinking maybe collecting the current url for the user, and then running a regex. Is that the best way to do this, and if so how? I worry that if I did that it might cause an error if that yourID section didn't exist.