Mapping a custom URL onto a Google Apps Script URL

We have developed a WebApp using Google Apps Script which has a URL of the form https://script.google.com/a/macros/theotcentre.co.uk/s/uniquestringid/exec

where <uniquestringid> in the above is a fixed value which does not change.

We want to map a user friendly URL such as www.smartaar.our_domain_name onto the above WebApp URL

 

Is this possible using Google Cloud, how do we do it and can we determine the likely cost

Sorry in advance that this question is starting from a 'low bar'!

Thanks

0 2 4,003
2 REPLIES 2

What I do to accomplish things along those lines is to embed the Google Apps Script in a Google Site (which can then have a friendly URL). For example, everything below "Your UC Berkeley Software and Services" on this page is the output from a Google Apps Script:

icrew_0-1655836290422.png

 

Thanks that's an option.

Top Labels in this Space
Top Solution Authors