Game launch URL is designed to simplify game client starting process and is an alternative way to launching games by Game Client flow.
Example url:
{base.url} and {Partner-ID} are provided by Tom Horn team in the Integration document.
Launcher parameters:
PARAMETER | DESCRIPTION | EXAMPLE |
playerId | Identity name Allowed characters a-zA-Z0-9._- Required field. |
player1 |
gameId | Game module ID. Available game modules can be fetched with GetGameModules call. Required field. |
VSlotFH_TNP |
lang | The language code to use when loading the game. List of supported language codes. Optional field. Default en-GB. | en-GB |
currency | Currency code expressed with 3 or 4 letters. List of supported currencies. Required field. |
EUR |
moneyType | 1 = Real 0 = Fun Required field. |
1 |
parent | Optional field. Default empty | O24052 |
clientrender | How to render the game client. Possible options:
|
iframe |
token | Security token used to authenticate player. Can be obtained in GetGameLaunchToken request. Required field. |
DD6537E0BA693D2C72B22626F36DBE38 09DD04416490A8CF1990C7C5C41EC232 |
exitUrl | URL to be used for home button action. Optional field. |
https://example.com/home |
realitycheck_startduration | When to start triggering RC after game load. Value in milliseconds. Optional field. |
300 |
realitycheck_interval | The interval between RC reminders. Value in milliseconds. Optional field. |
300 |
realitycheck_historyurl | Loads player wallet history. Optional field. |
https://example.com/history |
realitycheck_exiturl | Exit game and return to the URL specified in Value. Optional field. |
https://example.com/rcExit |
Comments
0 comments
Article is closed for comments.