SaaS (beta)

Some platforms do not provide every feature that Bridge supports. Playgama SaaS fills those gaps with platform-independent services for acquisition, retention and monetization.

The service is under active development. At the moment, SaaS supports leaderboards; more features will be added over time.

Use the config editorarrow-up-right to create or update playgama-bridge-config.json. SaaS settings are configured under the saas section.

Setup

Get a public token for your application and add it to the saas section in the config editor:

playgama-bridge-config.json
{
  ...
  "saas": {
    "publicToken": "<YOUR_APP_PUBLIC_TOKEN>"
  }
}

Last updated