Amazon GameOn Application Configuration

Configure Amazon GameOn as an application in your Elements installation so you can run tournaments and offer digital goods as prizes.

Amazon GameOn is supported as a means to run tournaments, with digital goods prizes.

Set up your application on GameOn, then when making the application configuration in Elements, you'll need the ID, public API key, and admin API key from Amazon.

  1. Edit an application in Elements

  2. Add an Application configuration in the Application Editor, as seen here (or edit an existing one) and select "Add Amazon GameOn."

  3. Enter the needed info and save with the "OK" button.

Running the tournaments will require client-side and server-side lua code. See lua Samples for more information.

JSON Structure of Amazon GameOn Application Configuration

{
    "_id" : ObjectId("5cdb1177e96c3c4f2bfe26b3"),
    "active" : true,
    "category" : "AMAZON_GAME_ON",
    "name" : "IdFromAmazonGameOnGoesHere",
    "parent" : {
        "$ref" : "application",
        "$id" : ObjectId("5cdb1088e96c3c4f2bfe1da7")
    },
    "publicApiKey" : "GameOnPublicApiKeyGoesHere",
    "adminApiKey" : "GameOnAdminApiKeyGoesHere"
}

Last updated