I'm programming a Google script for a spreadsheet, and after deploying it as web app, you get an URL (https://script.google.com/macros/s/.../dev).
I would like pass an input parameter in the URL (e.g. (https://script.google.com/macros/s/.../dev/param).
How can I fetch the value of this parameter in the script?