Data Collection

The Data Collection functionality allows for the collection of various types of first party data. The key selection in this section is the Player Identifier, which determines how the game tracks individual players. A unique identifier is essential for features like Winners & Prizes, while an Email or Username is required to distribute prizes via email or to set up a leaderboard.

 

Different types of identifiers:

Skärmavbild 2024-11-28 kl. 20.55.02

Browser: This option identifies the player by placing a token in their browser. If the player change the browser or clears their cache, a new token and identifier is created for that player. 

Email: This option identifies the player by the Email address that they submit in a form before playing their first game round. If the player changes the email address, a new token and identifier is created for that player.

Mobile: This option identifies the player by the Mobile Number that they submit in a form before playing their first game round. If the player changes the Mobile Number, a new token and identifier is created for that player.

URL Parameter:This option identifies the player by a value that you pass to the game. A UUID will be added as a query parameter on the url where you add the value for the player. This is the recommended approach for integrations. Example: https://your-game-url.com?uuid={your-player-identifier}
Note! We always recommend using a non-functional token to identify your player. 

 

Other Parameters

There are several different default parameters available in Data Collection that you may add to your Form. 

Default Parameters available in Flarie Studio: 

  • Email
  • Username
  • First Name
  • Last Name
  • Full Name
  • Age
  • Gender
  • Phone number
  • Birthday 
  • Address
  • Country
  • Zip code 
  • City 
  • Company 
  • Business Region
  • Marketing Consent
  • Default Consent 
  • Default Mandatory Consent 

You can set up your own custom parameters in 'Assets & Settings', with support for text fields, radio buttons, dropdowns and checkboxes. Read more about creating custom parameters here. 

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.

 

To add Data Collection to your game, click on +Add Settings at the bottom of the left hand panel and select 'Data Collection'. The setting will then be added to your panel and you can start setting up your Player Identifier or adding data collection parameters.