After a user logs in to our private Google Sites, I want to conditionally show or hide my Google Apps Script gadget on the landing page to the user. To put another way, if the user has seen it I don't want to show it to them again until it's changed.
I am using Google Apps Script, as opposed to Google Sites Gadget, because I need the logged in user's email for identity purposes.
I have seen similar questions like Google Apps Scripts have static height and adjusting height of Google Apps Script but none has a solution I could use.