Skip to main content
OneView’s global queue system ensures no events are lost due to temporary network issues or endpoint failures. No action required.

What are Retries?

Retries automatically resend failed conversion API requests when temporary network issues or endpoint failures occur. OneView’s stateful architecture guarantees that once an event is accepted, it will eventually reach its destination, even during extended outages.
Understanding the problem:Traditional tracking solutions lose data permanently when:
  • Server timeouts occur
  • Temporary connectivity issues drop events
  • Endpoint unavailability blocks conversion data
  • No retry mechanism exists for failed transmissions
Proxy solutions (such as GTM Server-Side) can’t match this—they’re stateless by design. The browser itself cannot guarantee it will always retry a failed event, leading to irrevocably inconsistent data across your marketing platforms.

How Retries work

OneView operates a high-throughput global queue system that automatically retries failed requests with exponential backoff:
ScenarioBehaviorResult
Network timeoutRequest queued, retried automaticallyEvent eventually delivered
Endpoint unavailableRetries continue for up to 7 daysEvent delivered when service recovers
Temporary rate limitBackoff applied, retry scheduledEvent delivered after backoff period
Permanent failureMarked as fatal error, retries stoppedSelf-healed, unless configuration fix is needed
Once an event is accepted by OneView, you’re guaranteed that it will eventually reach its destination, even if downstream services experience extended outages (up to 7 days).

Retry behavior

OneView classifies errors and applies appropriate retry strategies:
Error TypeRetryableBehavior
Transient errorsYesAutomatic retries with exponential backoff
Rate limit errorsYesRetries with backoff to respect rate limits
Fatal errorsNoRetries stopped, requires configuration fix
Skipped eventsNoIntentionally skipped (e.g., consent not granted)
Retry window:OneView retries failed requests for up to 7 days. This covers most temporary outages while preventing indefinite retry loops for permanent failures.

Benefits

No data loss Unlike stateless proxy solutions (such as GTM Server-Side), OneView’s stateful architecture ensures events are never lost due to temporary network issues or endpoint failures. Consistent reporting By guaranteeing delivery, OneView ensures your marketing platforms receive all conversions, preventing discrepancies between your dashboards and platform reports. Automatic recovery No manual intervention required. OneView automatically handles retries, backoff, and error classification without any configuration.

Common questions

OneView retries failed requests for up to 7 days. After this period, permanent failures are marked as fatal errors and require configuration fixes.
After 7 days, OneView stops retrying and drops the event. Some Conversion APIs (such as Meta), do not accept data past 7 days prior.
Browser-based tracking cannot guarantee retries because:
  • Users may close the browser before retry completes
  • Network conditions may prevent retry attempts
  • No persistent queue exists to ensure eventual delivery
OneView’s server-side queue system persists events independently of user actions, guaranteeing delivery.
Yes, while the attempts are ongoing. When the event is delivered, you will see the final result in your reports.

Next steps