The article describes the use of Tom Horn Gamings' Free Games Bonus (FGB). Kindly check with your account manager's business conditions before starting to use it.
Our full API documentation is here.
The idea of using the Free Games Bonus (FGB) is following:
All customers can use Free Games Bonus by using the following API Calls. The flow is first to Create Campaign (CreateCampaign), and then assign player(s) to the campaign (AssignPlayerToCampaign). Once the player opens the particular game, he/she will automatically get the FGB. FGB value is then deducted from GGR as per agreement with the Account Manager.
There are 2 types of games for calculating the FGB bet amount. For Total bet, the value is coinSize meanwhile on Line bet is WinLineCount * coinSize. FGB is set up with all win lines and the game type is returned via GetModuleSettings.
1) Create a new campaign with the call CreateCampaign. Input parameters are campaign name, game (module), currency, number of free games, and campaign duration (from/to).
2) Once the campaign is created, it is necessary to assign the player(s) to that campaign with the command AssignPlayerToCampaign. Input parameters are players separated by semicolon, campaign code, and currency.
3) call GetCampaigns with input parameters playerID and type=FreeGamesBonus will return the currently active campaign for the particular player e.g. when the player logins or a campaign is assigned to the player. If the player then has an active FGB campaign, the operator can pop up a message informing them and open the game.
Except for the above-mentioned API calls, there are also available additional commands e.g. GetCustomerCampaigns and CancelCampaign in order to manage FGB. Please refer to API.
Comments
0 comments
Article is closed for comments.