Update Workspace Conversion Tracking Settings

Enable or disable conversion tracking and configure the attribution window for a workspace.

Requires Feature: extra.conversion_tracking

Behavior:

  • When enabled=true: Activates conversion tracking. If attributionWindow is not provided,
    defaults to 30 days.
  • When enabled=false: Disables conversion tracking. The attributionWindow is preserved
    (from body if provided, otherwise from the previous DB value, otherwise null).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The public ID of the workspace

Body Params
boolean
required

Whether conversion tracking is enabled for this workspace

integer
1 to 90

Attribution window in days. Defaults to 30 when enabling without specifying a value.
When disabling, the previous value is preserved (from DB if not provided in body).

Headers
string
required

API key for authentication

Responses

403

Feature not available or validation error.

  • FeatureNotIncluded: extra.conversion_tracking not available on account plan
  • InvalidFormat: Request body validation failed (e.g., enabled not boolean, attributionWindow out of range)
404

Workspace not found or insufficient permissions (not owner/admin)

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json