Free Game
{
"metadata": {
"isFreeGame": true,
"freeGame": {
"instanceGuid": "66d89b0b-eaae-4853-90c3-238d4531bd1a",
"played": 1,
"remaining": 3,
"offerGuid": "2f1e4fc0-81fd-11da-9156-00036a0f876a"
}
}
}
|
Name |
Required |
Data Type |
Description |
|---|---|---|---|
|
isFreeGame |
Optional |
Boolean |
Flag indicating whether the transaction is a Free Game offer. |
|
freeGame |
Optional |
Object |
Additional information about the Free Game offer. |
|
instanceGuid |
Optional |
String (36) |
GUID of the Free Game offer instance assigned to the player. |
|
played |
Yes |
Number |
Number of Free Games played by the player. |
|
remaining |
Yes |
Number |
Number of Free Games that can still be played by the player. |
|
offerGuid |
Yes |
String (36) |
GUID of the Free Game offer. |
Progressive Win
In the event of a progressive win, the metadata will contain a progressive object that contains:
{
"metadata": {
"progressive": {
"type": "jackpot"
}
}
}
|
Name |
Required |
Data Type |
Description |
|---|---|---|---|
|
progressive |
Optional |
Object |
Optional and additional information about a progressive win. |
|
type |
Yes |
String |
Description about the progressive that was won. Different progressive games can support other types such as mini, midi, etc. |