RVR-TTD-412
-
Issue Summary
- You have encountered the error "Too many requests. Error Code: RVR-TTD-412" when trying to use the "the_trade_desk" data connector in Data Integration. This error typically occurs when the number of requests sent to the API exceeds the allowed limit, resulting in a rate limit error.
-
Action Steps:
- Reduce Request Frequency: Implement a mechanism to decrease the frequency of API calls. You can achieve this by aggregating requests or batching data where possible.
- Check API Limits: Review The Trade Desk's API documentation to understand the rate limits. Adjust your Data Integration river settings to respect these limits by introducing delays or intervals between requests.
- Implement Retrying Logic: Configure your river to retry failed requests after a specific interval. This can help when the rate limit is temporary.
- Review the Documentation: If necessary, consult The Trade Desk's API usage guidelines for any additional restrictions or alternative methods to optimize requests.
-
External References:
- Data Integration documentation on handling API rate limits may provide further insights: Data Integration Documentation
- Check The Trade Desk's official API documentation for detailed information on API limits and best practices: The Trade Desk API Documentation
If the issue persists or you need further assistance, please open a ticket with Data Integration support.