SaaS (beta)
Last updated
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 editor to create or update playgama-bridge-config.json. SaaS settings are configured under the saas section.
Get a public token for your application and add it to the saas section in the config editor:
{
...
"saas": {
"publicToken": "<YOUR_APP_PUBLIC_TOKEN>"
}
}Last updated