Hi, I have some questions about the rate limiting :
1, According to dev documentation (https://dev.twitter.com/ads/basics/rate-limiting), there are 1,000 Rate Limit per 15-minute window on the Analytics endpoint. Actually there only 250 Rate Limit per 15-minute window.
Response example:
{‘x-rate-limit-remaining’: ‘0’, ‘x-response-time’: ‘7’, … ‘x-rate-limit-reset’: ‘1473376070’, ‘date’: ‘Thu, 08 Sep 2016 22:56:41 GMT’, ‘x-rate-limit-limit’: ‘250’, ‘content-type’: ‘text/plain;charset=ut
f-8’}
2, The overview page(https://dev.twitter.com/ads/overview) tell us: “Developer-level partners are limited to five OAuth tokens”. But in my Application Management can only generate one Access Token. There are just options for “Regenerate My Access Token and Token Secret”.

3, When I handle with large-scale Twitter Ads, how could I check in real time on the performance of ads, and adjust it according to the performance if I have only 250 rate limit per 15-minute window.