PRO FEATURE
This feature is available on the Pro pricing plan. Please email support@justtrack.io for more details.
Version: v1.0.0
Bids API
Bidding operates as a distributed transaction. The sequential flow is as follows:
- you upload a bid
- we store it in justtrack -> status: pending
- we try to apply it on partner side
a. if successful -> status: success
b. if error: we rollback the change by fetching the current value from partner -> status: rollback-error
b.1. rollback succeeded -> status: rollback-error
b.2. rollback-failed -> status: error - We update the bid based on the returning status. In the case of newly creation bids, this includes deleting them to ensure a consistent state between justtrack and the partner.
This process can take up to 30 minutes for rollbacks. Only then you will see a stable status.
NOTE: We gather bids and apply them on the partner side in batches. This increases throughput and overall speed in which changes are applied. As a downside, if one bid in one batch fails, mostly the entire batch is rejected and enters the rollback process.
Authentication
- API Key: ApiKeyAuth
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-API-Key |