Campaign Add
API Endpoint
POST https://api.cpidroid.com/campaign/add?platform=android
Authorization
To access the API, a valid API key is required for authentication. Ensure you have included the API key in your request header.
apikey
•••••••
Params
When making a request, ensure the following parameters are passed:
platform
android
android or ios or web
Body (form-data)
When sending data in the body of the request, the fields listed below should be included as form-data:
app_url
play store or app store url
traffic
incent
type
cpi.standard
cpc.standard or cpi.standard
budget
100
bid
0.1
cap
1000000
cap on conversions per day
tracker
custom_s2s
redirect_url
tracking url, if applicable
country
optional, pass country[] array for multiple countries
Example Request
The following example demonstrates how to structure a curl request to the API endpoint:
Example Response
In case of an error, the API would respond with a detailed error message as below:
Notes
Ensure that your API key is active and has the necessary permissions.
Double-check the provided URLs for legality and activeness.
Monitor your daily cap to avoid exceeding limitations.
Last updated