> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Targets

> Updates the bid and/or state of Amazon Ads targets, one at a time or in bulk

Updates the bid and/or state of Amazon Ads targets, one at a time or in bulk. Use amazon\_ads\_list\_targets to find target IDs.

|                       |                             |
| --------------------- | --------------------------- |
| **App**               | Amazon Ads                  |
| **Operation ID**      | `amazon_ads_update_targets` |
| **Type**              | Action                      |
| **Connection**        | `amazon_ads` (required)     |
| **Credits per run**   | 1                           |
| **Agent / MCP tool**  | Yes                         |
| **Requires approval** | Yes (write operation)       |

## Inputs

| Field             | Type                                          | Required | Default | Description                                                                                                                                     |
| ----------------- | --------------------------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`         | DynamicAccount                                | Yes      | -       | Select the Amazon Ads profile to update targets in.                                                                                             |
| `update_type`     | string or SelectableOption                    | Yes      | -       | Choose whether to update a single target or multiple targets at once. Options: single or bulk.                                                  |
| `target_id`       | string or SelectItem                          | No       | -       | Amazon Ads target ID to update (from amazon\_ads\_list\_targets or amazon\_ads\_create\_targets). Required for single update.                   |
| `bid`             | number                                        | No       | -       | New bid for the target in the profile's currency (for example 0.9 for \$0.90). Provide a bid and/or a status.                                   |
| `status`          | string or SelectableOption                    | No       | -       | New target state. Options: ENABLED, PAUSED, or ARCHIVED. Note: ARCHIVED is permanent in Amazon Ads and cannot be undone.                        |
| `structured_data` | array (also accepts a comma-separated string) | No       | -       | Use only when update\_type is bulk. Required column: target\_id, plus bid and/or status (ENABLED, PAUSED, or ARCHIVED) per row. Up to 100 rows. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `str`

Returns success message confirming target updates.
