Post Devices
If a user owns a mobile device, call this endpoint to store the devices. If provided, desktop users will be able to see available mobile offers.
Method: POST Base URL: https://api.adgatemedia.com/v1/user-based-api/devices
Required Query Parameters
Parameter | Description | Type | Example |
---|---|---|---|
aff_id | Your affiliate ID. Can be found on the Offers API page. | Any Integer |
|
api_key | Your API key. Can be found on the Offers API page. | Any String |
|
wall_code | Wall code that can be found on the AdGate Rewards page | String |
|
user_id | The affiliate's user ID. Max length 255 bytes | String |
|
Required JSON Body Parameters
Field | Note | Type | Example |
---|---|---|---|
devices | An array that any combination of | array |
|
Response
The response will contain the list of user devices after the update.
Sample Response
Last updated