I'm using the web link application. It is very easy to use and allow me to launch database updates for a tracking system. Since it is possible to associate several tags with this application, it would be great to be able to put the id of the tag in the URL. This would allow me to track the different tags associated with this application automatically.
Right now I am writing:
http://myserver.com/myscript.php?id=123456789
I would really like to write something like that:
http://myserver.com/myscript.php$id=%ID_OF_THE_TAG%
by ONE Agency