WebsiteEventByPage
No description
type WebsiteEventByPage {
page_url: String!
impressions: Int!
conversions: Int!
cvr: Float!
}
Fields
WebsiteEventByPage.page_url ● String! non-null scalar
WebsiteEventByPage.impressions ● Int! non-null scalar
WebsiteEventByPage.conversions ● Int! non-null scalar
WebsiteEventByPage.cvr ● Float! non-null scalar
Returned By
websiteEventsByPage query


