Skip to main content
PATCH
Update Tracking Settings
Update how a company measures email engagement: open, click, and unsubscribe tracking, the default attribution window, and automatic UTM tagging. Changes apply to every campaign, sequence, and transactional email sent afterwards. 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
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 unsubscribe links are attributed to the email that produced them. Unsubscribe links keep working either way.
integer
Default revenue attribution window in hours, between 1 and 720.
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.

Responses

The full tracking configuration is returned after the update, in the same shape as Get Tracking Settings.