我需要跟踪每天,每周和每月的用户数量。我正在使用express.session来跟踪用户活动。 每天,每周,每月的金额需要为零的所有请求分别在一天,一周,每月开始。根据我得到的信息,我可能需要运行cron作业才能这样做… suppose I have a user whose information in session cookie as follows} 我喜欢将dailyAmount,weekl
我正在编写一个带有appscript的gmail插件,我希望它只在用户打开该插件时才执行http请求,而不是每次呈现卡片时执行。 var mainCard = CardService.newCardBuilder(); UrlFetchApp.fetch(...) // Will perform the request even if addon is not opened}
是否可以在打开的卡片上执行UrlFetchApp,而不是在渲染时执