Data Collection
The Data Collection functionality is used to enable the collection of different forms of personal data/user data. The main thing that you will select in the Data Collection section is the type of player identifier that you want the game to have. A unique identifier is required to use some functionality such as Prizes and Winners.
Different types of identifiers:
Unique Browser: This option identifies the user by placing a token in their browser. If the user changes the browser, a new token and identifier is created for that user.
Email: This option identifies the user by the email address that they submit. If the user changes the email address, a new token and identifier is created for that user.
Mobile Number: This option identifies the user by the Mobile Number that they submit. If the user changes the Mobile Number, a new token and identifier is created for that user.
URL Parameter: With this option, you can add player information to the game URL. Add the desired parameters below and append them to your URL. Example:https://your-game-url.com?{parameter}={your_value}. This functionality also allows you to collect multiple parameters of data from the users before they can access the game. There are several different parameters available in the “+Add Parameters”-popup
Select whether you want the parameter to be based on User input through a Form, or a URL parameter, which will be appended to your Game URL. If you have selected “User Input”, make sure you add a descriptive name in the Input Field Text so that the player can easily understand what information to provide.
Add any other parameters you wish to collect from the player. You can set up your own custom parameters in 'Assets & Settings'. Simply add what data you want to collect in the form and they will appear in the drop down.
Furthermore, you can style the look and design of the form fill that appears when collecting different types of data parameters from the users. This includes Form Title, Terms & Conditions Text, Start Game Button-text etc.