Promotional API Queries

Available for Publishers and Advertisers All queries listed on this page are read-only and accessible to both user types.


Query: promotionalProperties

Returns: PromotionalProperties!

Returns the details of one or more promotional properties, filtered according to the supplied arguments.

ArgumentTypeDescription
publisherIdID!Required. The publisher's CID.
limitIntMaximum number of results to return. Default is 10; maximum is 100.
offsetIntRecord number of the first result to display. Use with limit to paginate. For example, setting offset to 10 displays results starting with the tenth record.
searchStringKeyword search across property name, property ID, and description.
statusPromotionalPropertyStatusFilters results to properties with this status.

Query: promotionalPropertiesByIds

Returns: [PromotionalProperty!]!

Returns a list of promotional properties by their PIDs.

ArgumentTypeDescription
ids[ID!]!Required. Comma-separated list of property IDs. Maximum 100 IDs per request.

Query: promotionalProperty

Returns: PromotionalProperty

Returns a single promotional property by its ID.

ArgumentTypeDescription
idID!Required. A promotional property ID.

Query: distinctPropertyValues

Returns: DistinctPropertyValues

Returns an object containing the list of a publisher's unique promotional models and property types. Useful for building filter UIs or summarizing a publisher's property portfolio.

ArgumentTypeDescription
publisherIdID!Required. The publisher's CID.