VisitUtm
No description
type VisitUtm {
campaign: String
content: String
medium: String
source: String
term: String
}
Fields
VisitUtm.campaign
● String
scalar
The value of the "utm_campaign" tag, if present, on the link that was clicked
VisitUtm.content
● String
scalar
The value of the "utm_content" tag, if present, on the link that was clicked
VisitUtm.medium
● String
scalar
The value of the "utm_medium" tag, if present, on the link that was clicked
VisitUtm.source
● String
scalar
The value of the "utm_source" tag, if present, on the link that was clicked
VisitUtm.term
● String
scalar
The value of the "utm_term" tag, if present, on the link that was clicked
Member Of
Visit
object