v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Tracking Settings

Update tracking settings

Updates the account-wide tracking defaults - open, click, and unsubscribe tracking, strict bot filtering, the default attribution window, and automatic UTM tagging. Applies to emails sent afterwards; already-sent emails keep the links they were rendered with. Reply tracking is updated through the company endpoint.

patch/tracking-settings

Request body

openTrackingEnabledboolean

Whether to embed the open-tracking pixel.

clickTrackingEnabledboolean

Whether to rewrite links through the click-tracking redirect.

strictBotFilteringEnabledboolean

Opt-in aggressive bot detection (strict user-agent patterns, datacenter IPs, cross-send IP sweeps). Off by default; enabling it can lower reported open and click rates.

unsubscribeTrackingEnabledboolean

Whether unsubscribe links are attributed to the email that produced them.

defaultAttributionWindowHoursinteger

Default revenue attribution window in hours.

autoUtmEnabledboolean

Whether UTM parameters are appended to outbound links automatically. Enabling this with no stored parameters seeds the platform defaults.

Response

Tracking configuration updated

successboolean
messagestring

Example response

{
  "success": true
}