> ## 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.

# Get Account History

> Retrieves historical account activity and changes for Google Ads accounts

Retrieves historical account activity and changes for Google Ads accounts

|                      |                            |
| -------------------- | -------------------------- |
| **App**              | Google Ads                 |
| **Operation ID**     | `gads_get_account_history` |
| **Type**             | Action                     |
| **Connection**       | `gads` (required)          |
| **Credits per run**  | 1                          |
| **Agent / MCP tool** | Yes                        |

## Inputs

| Field        | Type                                          | Required | Default | Description                                                                                                                                                                                                        |
| ------------ | --------------------------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `accounts`   | array (also accepts a comma-separated string) | Yes      | -       | Select Google Ads account to retrieve history for                                                                                                                                                                  |
| `time_range` | string or SelectableOption                    | No       | -       | Select time period for the account history. Available options: 'last\_30\_days' (Last 30 days), 'last\_14\_days' (Last 14 days), 'last\_7\_days' (Last 7 days), 'today' (Today only), 'yesterday' (Yesterday only) |
| `limit`      | integer                                       | No       | -       | Maximum number of history records to return (1-10000)                                                                                                                                                              |

### SelectableOption

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

## Output

**Type**: `List[Dict]`

Returns account activity history.

**Fields**: dynamic (depend on the inputs)
