Getting Started

From GURaaS Developer Community
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Welcome to GURaaS.

To get started with data collection with your game, you have to register and login into our portal.

The portal is where you are able to manage the games and their associated data.

Step 1: To register please follow this link.

Note: Since GURaaS is a new service we are looking into setting up an appropriate certified mail server, as such, the confirmation email might be ending up in your spam folder

Portal.newGame.png

Step 2: If you already registered please login.

Step 3: Create a new Game entry. On the left side, under Games > Add new game.

There are a few mandatory fields which are indicated.

You can ignore the Hooks section, for now. To know more about in-game Hooks, please read this section.

The user section allows you to provide permissions to other users, to see and have access to the in-game data.


Step 4: After complete the adding a new game, your game will be listed in the Avaliable Games list. By selecting it, you can have access to more details about the game including, the unique generated game code, which represents your game.

Portal.game.png






Step 5: Submit your data. GURaaS uses a publicly available API to push your data.

If you are using a game engine like Unity or Unreal, please consider using our plugins, please check our Tutorials:

Integrating GURaaS with Unity

It is also possible to us GURaaS with your code, but just following our Games Recording Gateway API,

Step 7: Access your data.

Your data can be access directly in the Available Games list, and clicking the icon. Portal.data icon.png

Note: Since GURaaS is a new service we are limiting number of values to 500 data points to be displayed, no limitation is imposed when using the Log API.

The data can also be accessed by the Log API, which is resumed here:

Note: For more information on how to filter information using the WebAPI please consult the Log API