I've set up a dynamic link in the web console, https://mysite.example.com/foo/bar
It deep links to https://mysite.example.com?campaign=123
At least, that's what it shows it deep linking to in the console. In practice it's actually deep linking me to https://mysite.example.com/?campaign=123
, note the trailing slash.
It's not the end of the world, but is there any way to change this behavior? Or is it just a bug?