I hereby claim:
- I am fkrauss on github.
- I am fabiok (https://keybase.io/fabiok) on keybase.
- I have a public key ASD9lz61odQwM8EJKWavmrZtDXI14NAfMn5_rWC_osOyiAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function onOpen(){ | |
| // example send for Sheets | |
| sendGAMP("UA-XXXX-1", SpreadsheetApp.getActiveSpreadsheet().getUrl()); | |
| // example send for Documents | |
| //sendGAMP("UA-XXXX-1", DocumentApp.getActiveDocument().getUrl()); | |
| // example send for Forms *NOTE* getUrl not implemented yet in New Sheets | |
| //sendGAMP("UA-XXXX-1", FormApp.getActiveForm().getUrl()); | |
| } |