AdPlusMedia Docs
Docs Getting Started

Add Your Placement

Before you can integrate the AdPlusMedia offerwall you must add your app or website as a placement. Once your placement is approved you will have an api_key and an api_secret that unlock the offerwall, the Offers API and postbacks.

Steps to add your placement

  1. Log in or create your account

    Log in to your existing account, or sign up if this is your first placement.

  2. Open Apps and click Create

    From your publisher dashboard open the Apps section and start a new app placement.

  3. Fill in your placement details

    Provide the name, platform, URL and traffic description for the property you want to monetise. The more accurate this is, the faster your review goes.

  4. Submit for review

    Our team manually reviews every placement. Allow up to 24 hours for a decision.

  5. Configure your reward settings

    Once approved, set your postback URL, currency name and exchange rate before sending live traffic.

Placement status

Your placement carries two independent states. Both must be satisfied before the offer feed will return data.

FieldRequired valueMeaning
status Active The placement itself is live. Inactive placements are rejected at the offerwall and click layer.
request_api approved API access has been granted. Possible values are none, pending, approved and rejected.

The hosted offerwall only requires status = Active. The Offers API additionally requires request_api = approved, otherwise every request is rejected with Api Not Approved.

What you receive

CredentialFormatUsed for
api_key ak_ followed by 32 characters Authenticating Offers API requests. Safe to expose client-side.
api_secret 64 characters (or as_ plus 40 if regenerated) Verifying the {sig} hash on incoming postbacks. Never expose this.
App ID Integer Identifying your placement in every offerwall and API URL.

Never share your secret key with anyone, even if they claim to be from AdPlusMedia. It is the only thing preventing a third party from forging conversion callbacks to your server.

After approval you can use either the hosted offerwall or the Offers API to access our offers.