UnattributedLinkGroup
A destination that received clicks Paminga could not tie to a specific link in the email, grouped by scheme+host+path+utm_* so per-recipient query params don't turn one link into thousands of entries.
type UnattributedLinkGroup {
clicks: Int!
href: String!
}
Fields
UnattributedLinkGroup.clicks ● Int! non-null scalar
UnattributedLinkGroup.href ● String! non-null scalar
Member Of
NextGenEmailHeatMapData object


