v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB

Get UTM Analytics

Retrieve UTM analytics aggregated by date for the organization. The endpoint supports five UTM dimensions, each available at its own path. Returns daily totals of views, plays, unique views and unique plays for the given date range.

get/{utm_dimension}

Path parameters

utm_dimension'utmSource' | 'utmMedium' | 'utmCampaign' | 'utmTerm' | 'utmContent' required

UTM dimension to query. Use one of: utmSource, utmMedium, utmCampaign, utmTerm, utmContent.

Query parameters

start_datestring date required
Example:2026-04-25

Start date of the range. Format: YYYY-MM-DD.

end_datestring date required
Example:2026-05-25

End date of the range. Format: YYYY-MM-DD.

Response

UTM analytics aggregated by date. Days with no activity are omitted from the response.

object required