Would this work to track user data or is there a limit to how many people can add data at once? I have a WebGL tradeshow app that captures user requests. If the show is really busy would Google reject data going in from lots of users?
Viewing post in Google Sheets for Unity comments
There are indeed concurrency limits when accepting requests, you can check more details regarding quotas and limitations here: https://developers.google.com/apps-script/guides/services/quotas
However, I would tend to think that for your use case, you should be within safe bounds. Thanks again for your patience.