We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
The Pacing API provides access to the underlying data and calculations used by the Pacing Widget in the Dynamic Dashboard. This endpoint returns pacing projections and hourly delivery expectations for a project, based on field time and historical traffic patterns.The API dynamically calculates the number of completes required to stay on pace for the provided field time. Accurate field time input is critical, as the API only performs calculations within the specified window.Using historical PureSpectrum marketplace traffic patterns, the endpoint takes into account average hourly activity in the given country. This makes the returned pacing projections more realistic than simple even-per-hour distributions, helping set accurate expectations for project delivery.
Request
Authorization
Add parameter in header
access-token
Example:
access-token: ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Go
PHP
Python
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Go
curl--location--request GET 'https://staging.spectrumsurveys.com/buyers/v2/surveys//pacing-details' \
--header'access-token: <api-key>'