Skip to main content
Feedback

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

To resolve the error, follow these 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 Data Flow settings to respect these limits by introducing delays or intervals between requests.
  • Implement Retrying Logic: Configure your Data Flow 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

note

If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page