GET /api/v2/campaigns.json
POST /api/v2/campaigns.json
GET /api/v2/campaigns/1.json
Accept-Encoding: gzip, deflate
X-RateLimit-RPS-Limit: value # number of requests per second
X-RateLimit-Hourly-Limit: value # number of requests per hour
X-RateLimit-Daily-Limit: value # number of requests per day
X-RateLimit-RPS-Remaining: value # number of requests user can make within the current second
X-RateLimit-Hourly-Remaining: value # number of requests user can make within the current hour
X-RateLimit-Daily-Remaining: value # number of requests user can make within the current day
GET /api/v2/throttling.json
{
"REMARKETINGUSERSLIST": {
"v2": {
"READ": {
"remaining": {
"60": 1
},
"limits": {
"60": 1
}
},
"CREATE": {
"remaining": {
"60": 0
},
"limits": {
"60": 0
}
}
},
"v3": {
"READ": {
"remaining": {
"3600": 200
},
"limits": {
"3600": 200
}
},
"CREATE": {
"remaining": {
"3600": 10
},
"limits": {
"3600": 10
}
}
},
"all": {
"READ": {
"remaining": {
"3600": 200
},
"limits": {
"3600": 200
}
},
"CREATE": {
"remaining": {
"60": 1
},
"limits": {
"60": 1
}
}
}
}
{
"count": int, // total number of objects, after applying all other parameters
"offset": int, // current offset
"limit": int, // number of objects in search results
"items": [{
"<field_name>": field_value,
...
}, ...]
}
{
"<field_name>": field_value,
...
}