Skip to main content
GET
Query reports

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

timezone
string

IANA timezone for date bucketing and range boundaries. Defaults to the account timezone when omitted. Supply it explicitly for reproducible reports.

filter
string

Comma-separated filter expressions, each URL-encoded as field<op>value[|value2...] where <op> is one of =, !=, >, <. Example: filter=country=US|CA,ctr>0.05. Field is any report dimension or metric. Max 6 filters, 1000 values per filter.

dimensions
string

Comma-separated aggregate report dimensions. Raw event dimensions are rejected. tag is a synthetic report column and requires a single campaign plus a base dimension.

metrics
string
status
enum<string>
Available options:
all,
active,
archived
from
string
to
string
limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0
totals
string
sortBy
string
sortDir
enum<string>
Available options:
asc,
desc
primaryDimension
string

Canonical dimension id used for tagging.

Response

Report rows

ok
enum<boolean>
required
Available options:
true
data
object
required