v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
analytics

Bucket by X, aggregate Y, within a scope

post/v1/analytics.getBivariate

Request body

$schemastring uri

A URL to the JSON Schema for this object.

agg'avg' | 'median' | 'count' required

How to aggregate Y inside each X bucket.

domainstring required
scopestring required
scope_valuestring

Country name/code or region name. Required for non-global scopes.

xstring required

Metric ID for the X axis (bucketed).

ystring required

Metric ID for the Y axis (aggregated within each X bucket).

Example request

{
  "$schema": "https://api.steamsets.com/schemas/AnalyticsGetBivariateRequestBody.json",
  "scope_value": "DE"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/AnalyticsBivariate.json"
}