Is there a way to grab a unique ID (either device ID, userID, etc) that can somehow represent one particular instance of PMS?
The reason I’m asking is because I want to track and record some data (points, usage statistics) about a given user, but I want to avoid forcing the user to sign up for something or login. Any good ways to do this?
Have a look at the Break.com plugin, which generates an id for every user to keep track of certain things. Hope this helps!