Get Goal Time Series
Get Goal Time Series
Returns bucketed session-conversion counts for a goal over the date range
GET
Get Goal Time Series
Authorizations
An API key created in your account settings, sent as Authorization: Bearer <key>.
Query Parameters
Start of the range, as YYYY-MM-DD.
End of the range, as YYYY-MM-DD.
IANA time zone used to bucket the range, e.g. America/New_York.
Example:
"America/New_York"
JSON-encoded array of filter objects, each { dimension, op, value } where value is an array. Example: [{"dimension":"country","op":"equals","value":["US"]}].
Available options:
minute, five_minutes, ten_minutes, fifteen_minutes, hour, day, week, month, year Response
Success.