LeadChannelAttribution
No description
type LeadChannelAttribution {
channel: MarketingChannel!
channel_label: String!
leads: Float!
}
Fields
LeadChannelAttribution.channel ● MarketingChannel! non-null enum
LeadChannelAttribution.channel_label ● String! non-null scalar
LeadChannelAttribution.leads ● Float! non-null scalar
Returned By
leadAttributionByChannel query


