Tracking Settings
Update Tracking Settings
Update the company’s email tracking defaults
PATCH
Update Tracking Settings
Update how a company measures email engagement - account-wide and Transactional API open/click defaults, unsubscribe tracking, the default attribution window, and automatic UTM tagging - plus whether new contacts must confirm their subscription before they become active.
Changes apply to emails sent afterwards. Account-wide open/click settings are
the master policy for every email; Transactional API defaults can narrow that
policy for API sends without changing campaigns or sequences. Per-send
trackingSettings can opt out again. Already-sent emails keep the links and
pixels they were rendered with.
Provide at least one field. Reply tracking (replyTrackingEnabled, replyTrackingDomainMode, forwardReplies) is updated through Update Company, and the dedicated click-tracking domain is configured in the dashboard.
Requires the companies:manage scope.
Request
boolean
Whether to embed the open-tracking pixel. Turning this off also stops open
rates from being recorded.
boolean
Whether to rewrite links through the click-tracking redirect. Turning this off
stops click rates and click-based automation triggers.
boolean
Whether Transactional API sends include the open-tracking pixel by default.
This cannot enable tracking when
openTrackingEnabled is false.boolean
Whether Transactional API sends rewrite links for click tracking by default.
This cannot enable tracking when
clickTrackingEnabled is false.boolean
Opt-in aggressive bot detection: 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. Omit this
field to keep the current setting;
null is not accepted. Changes apply to
subsequent sends; already-delivered links are unchanged.integer
Default revenue attribution window in hours, between 1 and 720.
boolean
Whether new contacts must confirm by email before they become subscribed.
When enabled, contacts added by forms, the API, and integrations start
pending and are sent a confirmation email; they only become active after
clicking it, and they are never sent marketing email while pending. This is
the account-wide default that the per-request optInMode on
Create Subscriber overrides.Enabling it requires a sender profile, and provisions the confirmation email
automatically when the account does not have one yet. It does not change
contacts that are already active.string | null
Where the hosted confirmation page sends subscribers after they confirm -
typically a thank-you or welcome page on your own site. Must be an
http(s)
URL of at most 500 characters; a bare domain is normalized to https://. Pass
null (or an empty string) to clear it, keeping subscribers on the
confirmation page, which is branded with your company name, logo, and colors.boolean
Whether UTM parameters are appended to outbound links automatically. Enabling
this when no parameters are stored seeds the platform defaults.
object
UTM templates -
source, medium, campaign, content, term - merged
over the stored ones. Values support placeholders such as
{{email.subject}} and {{link.text}}. Set a field to null to stop
emitting that parameter, or send null for the whole object to reset every
parameter to the platform defaults.