WebsiteEventByDate
No description
type WebsiteEventByDate {
period: String!
impressions: Int!
conversions: Int!
cvr: Float!
}
Fields
WebsiteEventByDate.period ● String! non-null scalar
WebsiteEventByDate.impressions ● Int! non-null scalar
WebsiteEventByDate.conversions ● Int! non-null scalar
WebsiteEventByDate.cvr ● Float! non-null scalar
Returned By
websiteEventsByDate query


