Set up projects using API
Last updated
Last updated
Before you can add Adrop to your project, you need to create an Adrop project to connect to your app.
To use Adrop in your Web app, you need to register your app with your Adrop project. Registering your app is often called "adding" your app to your project.
You can obtain the required App Key from the Authorization header in the code snippet below. Please replace the remaining fields with appropriate values before using it.
You can check the required parameters here.
You're all set! Please register an Ad unit to show ads to users.
Learn how to Create your Ad unit.
To integrate Adrop into your project using REST API, it's essential to register your app with your Adrop project and obtain the app_key
, which is stored in the adrop_service.json
file.