UntrackableLink
A link in the email that can never be click-tracked, because a personalization token sits in its scheme or host and the real destination isn't known until per-contact substitution. Read from the email's current revision, not from recorded clicks.
type UntrackableLink {
href: String!
title: String!
}
Fields
UntrackableLink.href ● String! non-null scalar
UntrackableLink.title ● String! non-null scalar
Member Of
NextGenEmailHeatMapData object


