Apps

adjoe's Apps feature enhances Playtime by offering a diverse selection of non-gaming apps, from Fintech to Social Media. Users can now enjoy a Playtime catalog with distinct gaming or app experiences.

If you're interested in implementing Apps within Playtime, please reach out to your Account Manager.

Setup

adjoe Account Managers will handle enabling the configurations for your app. The only thing need on your side is to add the placement parameter. This will automatically update the offers displayed in the catalog. If the placement is not specified, the default is set to a gaming experience.

The table below outlines the acceptable values for the placement parameter and their effects:

Option
Explanation

nongaming

Only shows non-gaming campaigns

gaming

Only shows gaming campaigns

Android Implementation

    val playtimeParams = PlaytimeParams.Builder()
        .setUaNetwork("network")
        .setUaChannel("channel")
        .setUaSubPublisherCleartext("SubPublisherCleartext")
        .setUaSubPublisherEncrypted("SubPublisherEncrypted")
        .setPlacement("nongaming")
        .build()

iOS Implementation

Example URL that contains this the placement parameter:

https://{your_company_name}.playtimeweb.com/play?user_id={user_id}&idfa={IDFA}&placement=nongaming

Last updated