Inputs
SelectableOption
Output
Type:List[Dict]
Returns the raw list of change events.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets the change history of an Amazon Ads profile: who changed what and when across campaigns, ad groups, ads, and targets
| App | Amazon Ads |
| Operation ID | amazon_ads_get_change_history |
| Type | Action |
| Connection | amazon_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Amazon Ads profile to get change history for. |
event_types | array of string or SelectableOption | No | - | Entity types to get change events for: CAMPAIGN, AD_GROUP, AD, KEYWORD, NEGATIVE_KEYWORD, PRODUCT_TARGETING. Defaults to CAMPAIGN when omitted. |
time_range | string or SelectableOption | No | {'value': 'last_30_days', 'label': 'Last 30 days'} | Time period for the change history. Options: last_90_days, last_30_days, last_14_days, last_7_days, today, yesterday. Amazon keeps up to 90 days. Default: last_30_days. |
entity_ids | array of string (also accepts a comma-separated string) | No | - | Optional entity IDs to filter by, matching the selected event types (for example campaign IDs for CAMPAIGN). Up to 10. |
limit | integer | No | 200 | Maximum number of change events to return. Default: 200. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns the raw list of change events.