Tracking Settings
Get Tracking Settings
Get the company’s email tracking configuration
GET
Get Tracking Settings
Get how a company measures email engagement - account-wide and Transactional API open/click defaults, unsubscribe tracking, the attribution window, automatic UTM tagging, the dedicated click-tracking domain, and inbound reply tracking - plus whether new contacts must confirm their subscription.
Use this to audit measurement readiness, to explain why opens or clicks are not being recorded, or to check how contacts enter the list before investigating bot or alias signups.
Request
Response fields
boolean
Whether open tracking pixels are injected.
boolean
Whether links are rewritten for click tracking.
boolean
Whether Transactional API sends include an open-tracking pixel by default. The
account-wide
openTrackingEnabled flag remains the master switch.boolean
Whether Transactional API sends rewrite links for click tracking by default.
The account-wide
clickTrackingEnabled flag remains the master switch.boolean
Opt-in aggressive bot detection at tracking ingest: strict user-agent
patterns, datacenter-IP classification, and cross-send IP sweeps. Off by
default. Enabling it filters more security-scanner traffic but can also
discard some real engagement, lowering reported open and click rates.
boolean
Whether to track unsubscribe link clicks. When false, Sequenzy unsubscribe
links go directly to https://sequenzy.com, even with a custom tracking domain.
Actual unsubscribes and their email attribution are still recorded.
number
Hours after a send during which conversions are attributed to it.
boolean
Whether new contacts must confirm by email before they become subscribed. When
enabled, contacts added by forms, the API, and integrations start
pending
until they click the confirmation email.string
Confirmation email sent to pending contacts.
null when double opt-in has
never been enabled; enabling it provisions one automatically.string
Where the hosted confirmation page sends subscribers after they confirm.
null keeps them on the confirmation page, which is branded with the
company’s name, logo, and colors.boolean
Whether UTM parameters are appended to outbound links automatically.
object
Dedicated click-tracking domain with its verification and SSL status.
null
means click links use the shared Sequenzy tracking domain.object
Inbound reply configuration:
inboundEmailEnabled, inboundReplyDomainMode,
and forwardReplies.