I need a recommendation. I am creating a script that has all tweets have stored and every so often looking metrics that are in the ADS API. Metrics like engagement, video …
If I have 200 tweets I make 200 request for each tweet to capture the metrics I need.
And the ads API return { statusCode: 429, data: ‘Rate limit exceeded\n’ }
Thanks and I hope an answer.