WebsiteEventByChannel
No description
type WebsiteEventByChannel {
channel_id: Int!
channel_label: String!
impressions: Int!
conversions: Int!
cvr: Float!
}
Fields
WebsiteEventByChannel.channel_id ● Int! non-null scalar
WebsiteEventByChannel.channel_label ● String! non-null scalar
WebsiteEventByChannel.impressions ● Int! non-null scalar
WebsiteEventByChannel.conversions ● Int! non-null scalar
WebsiteEventByChannel.cvr ● Float! non-null scalar
Returned By
websiteEventsByChannel query


