MarketingTouch
No description
type MarketingTouch {
channel: MarketingChannel!
channel_label: String!
contact: Contact!
created_at: DateTime!
id: ID!
is_paid: Boolean!
referrer: String
source: MarketingTouchSource
type: MarketingTouchType!
type_label: String!
visit: Visit
}
Fields
MarketingTouch.channel ● MarketingChannel! non-null enum
MarketingTouch.channel_label ● String! non-null scalar
The name of the Marketing Channel that the marketing "touch" occurred in. One example would be "Paid Social"
MarketingTouch.contact ● Contact! non-null object
MarketingTouch.created_at ● DateTime! non-null scalar
MarketingTouch.id ● ID! non-null scalar
MarketingTouch.is_paid ● Boolean! non-null scalar
MarketingTouch.referrer ● String scalar
The referrer URL captured at the time of the touch (from marketing_touches_visits.referrer).
MarketingTouch.source ● MarketingTouchSource object
MarketingTouch.type ● MarketingTouchType! non-null enum
MarketingTouch.type_label ● String! non-null scalar
MarketingTouch.visit ● Visit object
The Visit that drove this touch (resolved through marketing_touches_visits).
Member Of
ClassicOpportunity object ● Contact object ● MarketingTouchPaginator object ● Visit object


