Get advertisers
HTTP method | Endpoint |
GET | /v1/batches/advertisers |
Query string parameters
Conditions | Parameters | Type | Description |
Offset | offset | offset | Check page scale. |
Limit | limit | limit | The number of date displays in each page. |
Sort | sort | sort | Ranking according to the specified field ascending "+", or descending "-". |
Filters | filters | filter | Query requirements of Specify field. |
EQUAL_TO NOT_EQUAL_TO LESS_THAN LESS_THAN_OR_EQUAL_TO GREATER_THAN GREATER_THAN_OR_EQUAL_TO CONTAINS NOT_CONTAINS NULL NOT_NULL | |||
Fields | fields | field | You can choose the field of the query (the result of the query is in line with the selected field). |
id | integer | A string that uniquely identifies this advertiser. | |
first_name | string | The first_name of the this Advertiser. | |
last_name | string | The last_name of the this Advertiser. | |
string | The email of the this Advertiser. | ||
company | string | The company of the this Advertiser. | |
country | string | The country of the Advertiser's physical address. | |
status | string | Advertiser status. | |
instant_message_account | string | Instant messaging account. | |
instant_message_type | integer | Types of instant messaging. | |
manager_id | integer | Account Manager ID. | |
phone | string | The phone number of the Advertiser. | |
website | string | ||
security_mode | integer | Selection to activate security code. 0:close ;1:open | |
security_code | string | Conversion security code. | |
create_time | integer | Create time. | |
Contains | contains | string | List of related objects to return with each result. |
advertiser | string | Advertiser information (default return) | |
advertiser_whitelist | object | Advertiser whitelist. | |
postback | string | Advertiser's postback. |
Response body parameters
Field | Type | Description | |
advertiser | |||
id | integer | A string that uniquely identifies this advertiser. | |
first_name | string | The first_name of the this Advertiser. | |
last_name | string | The last_name of the this Advertiser. | |
string | The email of the this Advertiser. | ||
company | string | The company of the this Advertiser. | |
country | string | The country of the Advertiser's physical address. | |
status | string | Advertiser status. | |
instant_message_account | string | Instant messaging account. | |
instant_message_type | integer | Types of instant messaging. | |
manager_id | integer | Account Manager ID. | |
phone | string | The phone number of the Advertiser. | |
website | string | ||
security_mode | integer | Selection to activate security code. 0:close ;1:open | |
security_code | string | Conversion security code. | |
create_time | integer | Create time. | |
advertiser_whitelist | |||
is_open | integer | Open whitelist.0:close ;1:open NOTE: when is_open=1, whitelist information cannot be empty. | |
ip_address | array | Ip address. | |
ip | string | Ip | |
ip_range | array | Ip range. | |
start | string | Start ip. | |
end | string | End ip. | |
postback | postback | string | Postback URL. |
totalPages | integer | The list of data pages (associated with your limit). | |
totalRows | integer | Total number of available data. | |
offset | integer | The number of records from a collection to skip. Iterating over large collections with this parameter can be slow. | |
limit | integer | The number of data displayed on one page |
Example request
Example response
Last updated