OBJECT
User visits page with UTM tags
type Utm {# Primary Keyid: Int! # User IDuser_id: Int! # Visitor IDvisitor_id: Int! # UTM Set IDutm_set_id: Int! # Count of conversions after view this setconversions_count: Int! # Unix timestamp when set was viewed first oncecreated_at: Float! # Unix timestamp when set was viewed last oncelast_view: Float! # UTM Setutm_set: UtmSet! }