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

# analyze_search_terms

> MCP tool reference for analyze_search_terms.

# `analyze_search_terms`

Analyze search terms report.

**Expose:** `router` · **Read-only:** yes · **Destructive:** no · **Advanced:** no

Call via the `google_ads` router with `action=execute` and this `tool_name`.

Runtime truth is the live MCP surface (`list_tools` / `get_tool_schema`). This page is generated from the committed registry export.

## Parameters

| Parameter       | Type    | Required | Description                             |
| --------------- | ------- | -------- | --------------------------------------- |
| `analysis_type` | string  | no       | Analysis type                           |
| `campaign_id`   | string  | no       | Campaign id as string                   |
| `customer_id`   | string  | no       | Google Ads customer id as digits string |
| `end_date`      | string  | no       | YYYY-MM-DD                              |
| `page`          | integer | no       |                                         |
| `page_size`     | integer | no       |                                         |
| `raw_data`      | boolean | no       | Include raw rows                        |
| `start_date`    | string  | no       | YYYY-MM-DD                              |

## Input schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "analysis_type": {
      "type": "string",
      "description": "Analysis type"
    },
    "campaign_id": {
      "type": "string",
      "description": "Campaign id as string"
    },
    "customer_id": {
      "type": "string",
      "description": "Google Ads customer id as digits string"
    },
    "start_date": {
      "type": "string",
      "description": "YYYY-MM-DD"
    },
    "end_date": {
      "type": "string",
      "description": "YYYY-MM-DD"
    },
    "raw_data": {
      "type": "boolean",
      "description": "Include raw rows"
    },
    "page": {
      "type": "integer"
    },
    "page_size": {
      "type": "integer"
    }
  },
  "required": [],
  "additionalProperties": true
}
```

## Related

* [Tool catalog](/mcp/tools)
* [Safety model](/mcp/safety)
* [Tool Reference overview](/tool-reference/overview)
