Inputs
SelectItem
SelectableOption
Output
Type:str
Returns success message confirming target updates.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates the bid and/or state of Amazon Ads targets, one at a time or in bulk
| 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) |
| 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. |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
str
Returns success message confirming target updates.