Thanks to our HTML5 element, it becomes possible to add customizable variables. From now on, you can integrate dynamic variables by using the keywords surrounded by the #{{keyword}} symbol. This trick allows you to go even further in the customization of your pages by displaying information previously saved in the game form as well as the game itself.
Example: on the post-participation page, by adding the variable 'entry.firstname', you will be able to personalize your thank you message by adding the official first name of the participant. An additional lever to engage the participant who receives personalized content after playing.
Below is the list of variables supported by the tool to personalize the content of your pages:
'contest.title' => "Title of the operation",
'entry.email' => "Email of the participant",
'entry.firstname' => "First name of the participant",
'entry.lastname' => "Last name of the participant",
entry.gender => "Participant's gender",
entry.birthday => "Participant's birthday",
entry.address' => "Participant's address",
entry.zipcode => "Participant's zipcode",
entry.city' => "Participant's city",
entry.country' => "Country of the participant",
'entry.tel' => "Participant's phone number",
entry.score' => "Participant's score",
'entry.best_score' => "Best score of the participant",
'entry.extend_1' => "Custom field".
'entry.extend_2' => "Custom field"
Please note that the variables beginning with 'entry.' will only be available on your pages once the participant has entered the game form. For the other variables, you can integrate them on each page of your operation.
Our technical support is at your disposal for more details on how to customize and configure the content of your pages according to these indices.