We have basic level access to ads api. Our app id is 8770926.
We are upgrading our calls to api v1. Before the ads api upgrade to version1, rate limit for analytics endpoint was cost based. As per ads api v1, we are using Synchronous Analytics Requests, all rate limit windows for synchronous analytics are 15-minute windows.
When we made analytics call we got following response in header
[x_rate_limit_limit] => 250
[x_rate_limit_remaining] => 249
[x_rate_limit_reset] => 1466002429
[x_response_time] => 87
We have following questions based on this response
1 is this limit of 250 request is consistent across all analytics endpoints.
2 how this 15 minute window works. Is it a sliding window?
The reference doc for ads api rate limit still specifies Rate Limit per 1-minute window
https://dev.twitter.com/ads/basics/rate-limiting
Thanks,