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

# audit_conversion_tracking

> MCP tool reference for audit_conversion_tracking.

# `audit_conversion_tracking`

Audit conversion tracking health for Google Ads.

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

Available both top-level and via the `google_ads` router (`action=execute`).

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                             |
| --------------- | ------- | -------- | --------------------------------------- |
| `customer_id`   | string  | no       | Google Ads customer id as digits string |
| `lookback_days` | integer | no       | Lookback days                           |
| `platform`      | string  | no       | Platform filter (google)                |

## Input schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "lookback_days": {
      "type": "integer",
      "description": "Lookback days"
    },
    "platform": {
      "type": "string",
      "description": "Platform filter (google)"
    },
    "customer_id": {
      "type": "string",
      "description": "Google Ads customer id as digits string"
    }
  },
  "required": [],
  "additionalProperties": true
}
```

## Related

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