WebsiteEventByAsset
No description
type WebsiteEventByAsset {
source_type_id: String!
source_id: Int!
name: String!
impressions: Int!
conversions: Int!
cvr: Float!
top_channel_id: Int
top_channel_label: String
top_source_id: Int
top_source_label: String
folder_id: Int
folder_name: String!
folder_type: String!
folder_path: [FolderPathSegment!]!
folder_impressions: Int!
folder_conversions: Int!
}
Fields
WebsiteEventByAsset.source_type_id ● String! non-null scalar
WebsiteEventByAsset.source_id ● Int! non-null scalar
WebsiteEventByAsset.name ● String! non-null scalar
WebsiteEventByAsset.impressions ● Int! non-null scalar
WebsiteEventByAsset.conversions ● Int! non-null scalar
WebsiteEventByAsset.cvr ● Float! non-null scalar
WebsiteEventByAsset.top_channel_id ● Int scalar
WebsiteEventByAsset.top_channel_label ● String scalar
WebsiteEventByAsset.top_source_id ● Int scalar
WebsiteEventByAsset.top_source_label ● String scalar
WebsiteEventByAsset.folder_id ● Int scalar
WebsiteEventByAsset.folder_name ● String! non-null scalar
WebsiteEventByAsset.folder_type ● String! non-null scalar
WebsiteEventByAsset.folder_path ● [FolderPathSegment!]! non-null object
WebsiteEventByAsset.folder_impressions ● Int! non-null scalar
WebsiteEventByAsset.folder_conversions ● Int! non-null scalar
Returned By
websiteEventsByAsset query


