This article is also available in:

Game uses query string

Using Query String Data in Exports


This feature allows Drimify to capture player information passed through query string parameters and include it in your game data and exports.

It is particularly useful when games are shared using personalised links generated by a CRM, marketing automation platform, or internal system.


Included keys

This setting lets you define which query string parameters Drimify should expect and collect, such as:


  • First Name
  • Last Name
  • Email
  • Phone Number


Only the keys selected here will be:

  • Read from the URL
  • Stored with the player session
  • Included in your data exports


Example


https://apps.drimify.com/XBs15jKF/?session_uid=123&fname=John&lname=Doe&email=john.doe@email.com&phone=+33101010101


When configured correctly, these values will appear as dedicated columns in your exports, making it easy to match game results with your CRM or campaign data.


Lock game if query string keys not in URL


When this option is enabled, Drimify will restrict access to the game if one or more of the required query string keys are missing from the URL.

This helps ensure that:


  • All players are properly identified
  • No incomplete or anonymous data is collected
  • Exported data remains consistent and usable


If a user accesses the game without the required query string parameters, the game will show an access restricted screen.


Title and description displayed for restricted users


These fields are only available when “Lock game if query string keys not in URL” is enabled.

They allow you to customise the message shown to users who are blocked from accessing the game.


  • Title: A short message explaining why access is restricted
  • Description: Additional context or instructions (for example, asking the user to use the correct link or contact the organiser)


This helps reduce confusion and improves the user experience when access is denied.


Important notes


  • If Included keys are configured but the lock option is disabled, the game will still be accessible even if query string parameters are missing.
  • If this feature is disabled, first name, last name, email, or phone number will not appear in exports, even if they are present in the URL.
  • If enabled but your shared links do not include the expected query string keys, the corresponding export fields will remain empty.

Updated on: 13/01/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!