Hello
I am experimenting with a small web game made in PlayCanvas where I want to collect user choices and score data (just a few values per session).
My goal is to store this info in a spreadsheet either during testing / for basic analytics after deployment. ![]()
I am not looking to use a full backend or database unless necessary. Ideally; I would like to POST data to something like Google Sheets, Excel Online / a lightweight service via webhook / REST API. ![]()
Has anyone tried a similar setup or have suggestions for simple integration without overengineering?
Checked https://stackoverflow.com/questions/19887737/pushing-data-to-google-spreadsheet-through-javascript-running-in-browser guide for reference.
Also, while preparing the data structure, I stumbled upon a list of excel Interview questions and it actually helped me think through how to make the exported spreadsheet more structured and readable. ![]()
Happy to share that link too if anyone’s interested!
Thank you !! ![]()