Prerequisites
You must have a unique identifier for your users.Process
All you have to do is append asub query parameter to the game URL and pass your unique user identifier as the value.
For example: https://3025.play.gamezop.com/g/NyM_JGWcx?sub=123-554-111
That’s all! We’ll do the rest.
We store the user’s game progress using a combination of your Property ID, the game code, and your user identifier.
Max supported length for the value of the
sub parameter is 100 characters.Do not pass any personally identifiable information in the user identifier. Ensure you send hashed identifiers.