Inputs
Output
Type:Dict
Returns updated Pinterest keyword IDs.
Fields: keyword_ids, updated_countDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archives or restores Pinterest Ads keywords by ID
| App | Pinterest Ads |
| Operation ID | pinterest_ads_update_keywords |
| Type | Action |
| Connection | pinterest_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select Pinterest Ads account that owns the keywords. |
keywords | array of object or string | Yes | - | Keyword updates as a JSON list matching the Pinterest keywords API. Each entry needs id (the keyword ID) and archived (true or false). Archiving a keyword effectively deletes it: it stops receiving metrics and disappears from the parent entity’s keyword list; set archived to false to restore it. Keyword IDs come from pinterest_ads_create_keywords output. Pinterest’s bid field on keywords is deprecated and always ignored, so archived is the only updatable field. Up to 100 keywords per run. Example: [{“id”: “383791336903426391”, “archived”: true}] |
Dict
Returns updated Pinterest keyword IDs.
Fields: keyword_ids, updated_count