Quantcast · GraphQL Specification

Quantcast GraphQL API

The Quantcast Platform GraphQL API (v2) is the primary programmatic interface to the Quantcast advertising platform. It exposes queries and mutations for reporting, campaign and line item management, audience operations, and account administration. Authentication uses OAuth 2.0 client credentials issued from the Quantcast Platform profile settings; tokens are short-lived (1 hour) and passed as bearer tokens. Rate limits are enforced per token. The full schema (queries, mutations, objects, enums, input objects, scalars) is documented on the developer portal but is not published as a downloadable OpenAPI or GraphQL SDL artifact.

Documentation Endpoint View on GitHub AdvertisingAdTechProgrammatic AdvertisingDemand-Side PlatformDSPAudience MeasurementAudience IntelligenceConsent ManagementCMPPrivacyGraphQLConversion TrackingCTVVideo AdvertisingDisplay AdvertisingArtificial IntelligenceAudience GraphGraphQL

Overview

Quantcast GraphQL API is a GraphQL API specification published by Quantcast on the APIs.io network.

The Quantcast Platform GraphQL API (v2) is the primary programmatic interface to the Quantcast advertising platform. It exposes queries and mutations for reporting, campaign and line item management, audience operations, and account administration. Authentication uses OAuth 2.0 client credentials issued from the Quantcast Platform profile settings; tokens are short-lived (1 hour) and passed as bearer tokens. Rate limits are enforced per token. The full schema (queries, mutations, objects, enums, input objects, scalars) is documented on the developer portal but is not published as a downloadable OpenAPI or GraphQL SDL artifact.

The GraphQL endpoint is available at https://developers.quantcast.com/api/v2/graphql. documentation is published at https://developers.quantcast.com/docs/graphql-api.

The specification includes 3 reference links.

Tagged areas include Advertising, AdTech, Programmatic Advertising, Demand-Side Platform, and DSP.

Endpoint

https://developers.quantcast.com/api/v2/graphql

References

Back to Quantcast · All GraphQL Specs · GitHub