WebsiteEventByUtm
No description
type WebsiteEventByUtm {
value: String!
impressions: Int!
conversions: Int!
cvr: Float!
}
Fields
WebsiteEventByUtm.value ● String! non-null scalar
WebsiteEventByUtm.impressions ● Int! non-null scalar
WebsiteEventByUtm.conversions ● Int! non-null scalar
WebsiteEventByUtm.cvr ● Float! non-null scalar
Returned By
websiteEventsByUtm query


