Update a VWO campaign
vwo_update_campaignUpdate an existing campaign's configuration by passing only the fields to change. Changes can affect a live experiment and its collected data.
Instructions
Update the configuration of an existing campaign. Changes can affect a live experiment and its collected data. Pass only the fields you intend to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Fields to change on the campaign. VWO expects these wrapped in a `campaigns` object; this tool adds that wrapper for you, so pass the fields directly. VWO does not publish a schema for this request body; see https://developers.wingify.com/reference/update-a-campaign for the accepted fields. The object is sent to VWO as-is. | |
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| campaignId | Yes | VWO campaign id. Call vwo_list_campaigns first if you do not have it. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |