OBJECT

VideoPlayReferrals

Endpoints for different video referral sources, based on channel and time range.

link GraphQL Schema definition

1type VideoPlayReferrals {
2
3# The referral groups and respective counts.
4items: [AggregatedReferrals!]
5
6# Sum of all referrals for a given date range.
7total: Int!
8
9}