At a glance
A real-time health alarm for the Bring Tracking API itself. Every delivery status, scan event and estimated-delivery update on your other Bring cards depends on this API returning cleanly. When Bring’s tracking endpoints start returning 5xx server errors or timing out, the whole tracking picture goes stale: parcels appear stuck even when they are moving, customer “where is my order” replies dry up, and downstream cards freeze on their last good reading. This card watches the rolling one-hour error rate against the Tracking API and fires when it crosses the floor, so you know the problem is Bring’s platform, not your data.
Calculation
Calculated automatically from your Bring data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
The same Oslo outdoor-apparel brand, around 1,900 parcels a week. Vortex IQ’s ingestion layer polls the Bring Tracking API to refresh the status of in-flight consignments, making roughly 900 tracking calls an hour at peak. On a normal day the error rate sits at 0.2 to 0.4 percent (the odd transient 503, auto-retried). Reading taken at 13:00 CEST on 14 Apr 26. In the trailing hour:
The error rate is 9.8 percent, nearly double the
>5% floor, so the card is in alert. Five things to notice:
- This is a Bring-side incident, not your problem. A burst of 503s and 504s across many different shipment numbers means the Tracking API is degraded. There is nothing to fix in your data; the action is to confirm, communicate and wait, not to start re-checking addresses.
- Your other Bring cards are now stale, not wrong. While this fires, On-Time Delivery Rate, Exception Rate and the Mypack pickup state are showing their last successful read. Do not act on a sudden apparent freeze in those numbers during an outage; treat them as paused.
- The customer-facing risk is silent. Customers checking tracking on your order pages or on Bring’s public tracker see no updates. Pre-empt the support spike with a banner (“Bring tracking is experiencing delays; your parcel is still on its way”) rather than letting it arrive as tickets.
- Check the booking side too. A platform-wide Bring incident often degrades booking as well. Glance at Label Print Failures Spike: if both fire together, despatch is also blocked and you may need to hold or reroute volume.
- Distinguish an outage from a credential problem. If the failures were 401 / 403 rather than 5xx, this card would not fire, that is an authentication issue surfaced by Days to Token Expiry. 5xx and timeouts mean the platform is up but unhealthy; 401 / 403 means your access is the problem.
Sibling cards merchants should reference together
This card tells you the tracking platform is degraded. Pair it with these to scope the blast radius:Reconciling against the source
Where to look in Bring’s own tooling: There is no merchant-facing “API uptime” dashboard inside Mybring. To confirm a Bring-side incident, the authoritative sources are the Bring developer portal status and changelog for the Tracking API, and a direct probe: try the public tracker at tracking.bring.com with a known shipment number. If the public tracker is also slow or erroring across multiple known parcels, the platform is degraded and the card’s reading is corroborated. If the public tracker works fine for the same shipments the card reports as failing, the problem may be network or rate-limiting between your integration and Bring rather than a Bring outage. The closest like-for-like check is probe several known shipment numbers on the public tracker during the alert window and see whether they error. Why our number may legitimately differ from a manual probe:
Cross-connector reconciliation: