Exclusion API specification:
Allow to specify list of IP and list of Mobile ID to exclude from Bidease data for specific bundle.
Request format
API Endpoint is:
https://ui-api.bidease.com/api/exclusion/v1/create (https://ui-api.bidease.com/api/exclusion/v1/create)
Method: POST Headers:
- X-Bidease-Token: "auth_key" (which could be obtained from Bidease CSM team)
- Content-Type: application/json
The body should contain a JSON object with the following field:
- bundle -- string; bundle identifier how application is identified in the store (eg. com.android.test for Android or
id1111111 for iOS) in any case
mobile_id_list -- []string; list of mobile ids (IDFA/GAID) to exclude
ip_list -- []string; list of IPs to exclude
Sample request:
{ "bundle": "com.android.test", "mobile_id_list": ["mobile_id_1", "23C12F79-066E-446B-BCED-08EA6F3EAC43"], "ip_list": ["1.1.1.1"] }
Response format
Response is empty and default HTTP status codes used:
200 -- OK
400 -- Bad request
401 -- Unauthorized
403 -- Forbidden
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article