The primary Rule set, which indicates how points will be calculated within the Contest. There is no out-of-the-box rule set which is already pre-selected. Points can be calculated based on actions, products, source value, and many more. The Rules conditions can also be multiple and combined to make the Contest more complex. Here are some template examples that can be useful for running a Contest:
Basic Scoring (cumulative) leaderboard templates
Sum of points from 1 action |
This template is for any action that is sent to our system for example bet , win , login , deposit And many more. Actions are case sensitive.
Run a Contest where the points will be calculated when you BET The points will be calculated and displayed in the leaderboard when a player:
|
Sum of points from multiple actions |
This template is for any multiple actions that is sent to our system for example bet , win , login , deposit And many more. Actions are case sensitive.
Run a Contest where the points will be calculated when you BET or WIN The points will be calculated and displayed in the leaderboard when a player:
Each event is sent as an individual event and not as a group. For example, BET and WIN are individual and are not a group; that is why the points from BET and WIN are accumulative in the leaderboard. That is why the rule ANY is implemented because ALL is for a group of events and not an individual. |
Sum of points of all events from a product |
This template is for any product selected. Products have to be pre-created in the CompetitionLabs system.
Run a Contest where the product/game is Fruits The points will be calculated and displayed in the leaderboard when a player:
|
Sum of points of all events from multiple products |
This template is for more than one product selected. Products have to be pre-created in the CompetitionLabs system.
Run a Contest where the products/games are Fruits and 777 The points will be calculated and displayed in the leaderboard when a player:
Each product is individual that’s why the rule ANY is implemented because ALL is for a group of products where an individual must play two products at the same time, which is impossible. |
Sum of points from min or max source value |
This template is for sending an event of any source value that can be exact, min, or max.
Run a Contest where the event source value is equal or more than 10 The points will be calculated and displayed in the leaderboard when a player:
|
Sum of points from min or max points value |
This template is for sending an event of any points value that can be exact, min, or max.
Run a Contest where the event points value is equal or more than 10 The points will be calculated and displayed in the leaderboard when a player:
|
Sum of points from a range of source values |
This template is for sending an event of any source value that can be exact or in a range.
Run a Contest where the event source value is 10 or 20 The points will be calculated and displayed in the leaderboard when a player:
Each event source value is individual that’s why the rule ANY is implemented because ALL is for a group of events where an individual must play two events at the same time, which is impossible. |
Sum of points from a range of points values |
This template is for sending an event of any points value that can be exact or in a range.
Run a Contest where the event points value is equal to 10 or 20 The points will be calculated and displayed in the leaderboard when a player:
Each event points value is individual; that’s why the rule ANY is implemented because ALL is for a group of events where an individual must play two events at the same time, which is impossible. |
Sum of points of an action from a product |
This template is for any action that is sent to our system for example bet , win , login , deposit And many more with a Product of any game selected. Actions are case sensitive.
Run a Contest where the points will be calculated when you BET in a game called Fruits The points will be calculated and displayed in the leaderboard when a player:
The main goal here is that the BET must be placed in the game of Fruits; that’s why the rule ALL used. |
Sum of points of an action from multiple product selection |
This template is for any action that is sent to our system for example bet , win , login , deposit And many more with a two or more Products of any game selected. Actions are case sensitive.
Run a Contest where the points will be calculated when you BET in a game called Fruits or 777 The points will be calculated and displayed in the leaderboard when a player:
The main goal here is that the BET must be placed in the game of Fruits or 777. That’s why the rule OR is used. To add the Rule OR you must Add a Ruleset called “Add the event points to the leaderboard.” You will see 2 of the same rule types where you indicate an action and a product as in the example below |
Sum of points with a product selection and a sub condition such as a minimum bet value |
This template is for any action that is sent to our system for example bet , win , login , deposit And many more with a Product of any game selected and a source value that can be exact, min or max. Actions are case sensitive.
Run a Contest where the points will be calculated when you BET 10 or more in a game called Fruits The points will be calculated and displayed in the leaderboard when a player:
The main goal here is that the BET of 10 or more must be placed in the game of Fruits that’s why the rule ALL is implemented. |
Sum of points with multiple products selection and a sub condition such as a minimum bet value |
This template is for any action that is sent to our system for example bet , win , login , deposit And many more with two or more Products of any game selected and a source value that can be exact, min or max. Actions are case sensitive.
Run a Contest where the points will be calculated when you BET 10 or more in a game called Fruits or 777 The points will be calculated and displayed in the leaderboard when a player:
The main goal here is that the BET of 10 or more must be placed in the game of Fruits or 777 that’s why the rule OR is implemented. To add the Rule OR you must Add a Ruleset called “Add the event points to the leaderboard.” You will see 2 of the same rule types where you indicate an action, a source value and a product as in the example below |