Can I create a unique ID for Public User? #11006
-
I'm trying to add analysis capabilities to my Budibase App(base on Budibase Cloud), where I can record user behavior by triggering a query for each action. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @BKDragon, You likely could do something with the I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hey @BKDragon,
Due to this not being something you can natively do in Budibase. I've had to hack some things together to get this functionality working. I would recommend looking at making a custom plugin to include functionality like this. However, if you don't want to do that you can see the example below of what I've done and from there try to change it to suit your needs.
I won't explain what the code does, as from your mentioning of cookies and localStorage I'm assuming you will already know.