Skip to main content
Feedback

RVR-TTD-412

  1. 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.
  2. 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.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Data Integration support.