io.github.davidmosiah/google-ads-mcp
NPM · GOOGLE-ADS-MCP-UNOFFICIAL · SCANNED AUG 3
Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (129 of 130), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (129 of 130), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 71 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 3188 tokens (~106/item across 30 items; 30 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 53% of tool parameters carry a description.Partial
- Structured output schemas are declared (90% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · google-ads-mcp-unofficial
claude mcp add davidmosiah-google-ads-mcp -- npx -y google-ads-mcp-unofficial
codex mcp add davidmosiah-google-ads-mcp -- npx -y google-ads-mcp-unofficial
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"davidmosiah-google-ads-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"google-ads-mcp-unofficial"
],
"enabled": true
}
}
} openclaw mcp add davidmosiah-google-ads-mcp --command npx --arg -y --arg google-ads-mcp-unofficial
mcp_servers:
davidmosiah-google-ads-mcp:
command: "npx"
args: ["-y", "google-ads-mcp-unofficial"] {
"mcpServers": {
"davidmosiah-google-ads-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-mcp-unofficial"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +48
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Security disclosure: unverified → fail ▼ functional
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.27 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- Security disclosure: fail → unverified ▼ functional
- 1 Aug 26 −15
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 44
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 129 packages
129 packages in the resolved dependency tree · 129 deprecated · 49 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
google_ads_agent_manifest Google Ads Agent Manifest ~52
Machine-readable install, runtime, and client guidance for AI agents operating the Google Ads MCP. Does not read Google Ads or expose secrets.
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | — | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | yes | — |
| mcp_name | string | yes | — |
| project | string | yes | — |
| unofficial | boolean | yes | — |
No examples provided.
google_ads_cache_status Google Ads Cache Status ~59
Return the SQLite GAQL-response cache status: enabled flag, on-disk path, entry count, oldest entry age, and default TTL. Read-only — never calls Google Ads and does not require credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| cache_enabled | boolean | yes | — |
| cache_path | string | yes | — |
| default_ttl_seconds | integer | — | — |
| entries_count | integer | yes | — |
| newest_age_ms | number | — | — |
| oldest_age_ms | number | — | — |
No examples provided.
google_ads_capabilities Google Ads MCP Capabilities ~44
Explain supported Google Ads data, mutation gating, privacy modes, and recommended agent workflow. Does not read Google Ads or expose secrets.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| mcp_name | string | yes | — |
| project | string | yes | — |
| unofficial | boolean | yes | — |
No examples provided.
google_ads_clear_cache Google Ads Clear Cache ~64
Delete all entries from the local SQLite GAQL-response cache. Does NOT touch Google Ads — only affects local memoization. Not gated by GOOGLE_ADS_ALLOW_MUTATIONS because nothing in your ad account changes. Does not require credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| cache_enabled | boolean | yes | — |
| cache_path | string | yes | — |
| cleared_entries | integer | yes | — |
No examples provided.
google_ads_connection_status Google Ads Connection Status ~60
Check whether local Google Ads env vars, token file, Node version, privacy mode, mutation gate, and retry settings are ready. Does not call Google Ads or expose secrets.
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | — | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| ok | boolean | yes | — |
| ready_for_google_ads_api | boolean | yes | — |
No examples provided.
google_ads_daily_report Daily Performance Report ~157
Synthetic daily performance snapshot. Pulls YESTERDAY + LAST_7_DAYS + LAST_30_DAYS aggregates for a customer, optionally alerts when CPC exceeds cpc_alert_threshold. Pure-read workflow tool — never mutates.
| Name | Type | Req | Description |
|---|---|---|---|
| cpc_alert_threshold | number | — | Optional CPC threshold in account currency. If yesterday's CPC exceeds this, the report adds an ALERT block. |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_data_inventory Google Ads Data Inventory ~46
List supported Google Ads data domains, scopes, privacy boundary, and recommended first calls. Does not call Google Ads APIs or expose user data.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | — |
| mcp_name | string | yes | — |
| source | string | yes | — |
No examples provided.
google_ads_exchange_code Exchange Google OAuth Code ~72
Exchange a Google OAuth authorization code for local tokens. Tokens stored at ~/.google-ads-mcp/tokens.json with 0600 perms; never returned in the response.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | OAuth authorization code, or a full redirect URL containing ?code=... |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| expires_at | number | — | — |
| has_refresh_token | boolean | yes | — |
| note | string | yes | — |
| ok | boolean | yes | — |
| scope | string | — | — |
| token_path | string | yes | — |
No examples provided.
google_ads_find_waste Find Waste Keywords (read-only) ~223
Identify keywords matching the 'high cost + zero conversions' waste pattern (inspiration from script #1). Returns a ranked list of candidates — NEVER pauses anything. Pair with google_ads_pause_keyword (gated) after user confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | — | — |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| date_range | string | — | Predefined date range supported by Google Ads GAQL. |
| min_clicks | integer | — | Minimum clicks to evaluate (skip low-data keywords). |
| min_cost_micros | integer | — | Cost floor in micros. Default 200_000 = $0.20 — adjust to taste. |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| zero_conversions_only | boolean | — | If true (default), only include keywords with 0 conversions. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_get_account_performance Get Account Performance ~130
Aggregate performance metrics (impressions, clicks, cost_micros, ctr, average_cpc, conversions) for the customer over a date range.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| date_range | string | — | Predefined date range supported by Google Ads GAQL. |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_get_auth_url Get Google OAuth URL ~81
Generate a Google OAuth authorization URL for the Google Ads API. Does not read or modify Google Ads data. Use this first when no local token exists.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| scopes | array | — | Optional scope override. Defaults to the Google Ads scope. |
| state | string | — | Optional OAuth state value generated by the caller. |
| Name | Type | Req | Description |
|---|---|---|---|
| auth_url | string | yes | — |
| next_step | string | yes | — |
| redirect_uri | string | yes | — |
| scopes | array | yes | — |
No examples provided.
google_ads_get_campaign Get Google Ads Campaign ~126
Get a single campaign with budget, bidding strategy, and status. Returns the linked campaign_budget id (use it with google_ads_set_campaign_budget_micros).
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | Google Ads campaign id (numeric). |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_get_campaign_performance Get Campaign Performance ~132
Per-campaign performance metrics over a date range. Filter to a single campaign with campaign_id.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | — | Optional single-campaign filter. |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| date_range | string | — | Predefined date range supported by Google Ads GAQL. |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_get_keyword_performance Get Keyword Performance ~183
Per-keyword performance metrics over a date range. Returns clicks, cost_micros, ctr, average_cpc, conversions, conversion_rate. Filter with campaign_id, ad_group_id, or min_clicks.
| Name | Type | Req | Description |
|---|---|---|---|
| ad_group_id | string | — | — |
| campaign_id | string | — | — |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| date_range | string | — | Predefined date range supported by Google Ads GAQL. |
| min_clicks | integer | — | Filter out keywords with fewer than this many clicks (defensive baseline filter). |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_list_accounts List Accessible Customer Accounts ~43
List all customer accounts the authenticated user can access. For a manager (MCC) account, this includes every child customer.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | — |
| error | string | — | — |
| has_more | boolean | — | — |
| next_page_token | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
| records | array | — | — |
No examples provided.
google_ads_list_ad_groups List Google Ads Ad Groups ~123
List ad groups under a campaign (or all campaigns) in a customer.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | — | Optional campaign id filter. |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| page_size | integer | — | — |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| status | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | — |
| error | string | — | — |
| has_more | boolean | — | — |
| next_page_token | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
| records | array | — | — |
No examples provided.
google_ads_list_campaigns List Google Ads Campaigns ~135
List campaigns under a Google Ads customer. Returns id, name, status, advertising_channel_type, bidding_strategy_type, and campaign_budget linkage.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| page_size | integer | — | — |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| status | string | — | Filter by campaign status. Use ALL to include every status. |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | — |
| error | string | — | — |
| has_more | boolean | — | — |
| next_page_token | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
| records | array | — | — |
No examples provided.
google_ads_list_keywords List Google Ads Keywords ~151
List keyword criteria under a campaign or ad group. Returns criterion_id, keyword text, match type, status, and cpc_bid_micros.
| Name | Type | Req | Description |
|---|---|---|---|
| ad_group_id | string | — | Optional ad group id filter. |
| campaign_id | string | — | Optional campaign id filter. |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| page_size | integer | — | — |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| status | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | — |
| error | string | — | — |
| has_more | boolean | — | — |
| next_page_token | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
| records | array | — | — |
No examples provided.
google_ads_onboarding Onboarding (shared Delx profile) ~54
Return the 11-question Delx onboarding flow plus the current profile state and missing critical fields. Same profile reused across all Delx MCPs.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | — |
| response_format | string | — | — |
No output schema declared.
No examples provided.
google_ads_pause_campaign Pause Campaign (gated mutation) ~83
Pause an entire campaign by id. GATED.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | — |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| explicit_user_intent | boolean | yes | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | boolean | — | — |
| error | string | — | — |
| note | string | — | — |
| ok | boolean | — | — |
| resource | string | — | — |
| reverted | boolean | — | — |
No examples provided.
google_ads_pause_keyword Pause Keyword (gated mutation) ~133
Pause a single keyword by criterion_id. GATED: requires GOOGLE_ADS_ALLOW_MUTATIONS=true AND explicit_user_intent=true. Ask the user first.
| Name | Type | Req | Description |
|---|---|---|---|
| ad_group_id | string | yes | Ad group that owns the keyword criterion. |
| criterion_id | string | yes | Keyword criterion id (the keyword's id, NOT the keyword text). |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| explicit_user_intent | boolean | yes | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | boolean | — | — |
| error | string | — | — |
| note | string | — | — |
| ok | boolean | — | — |
| resource | string | — | — |
| reverted | boolean | — | — |
No examples provided.
google_ads_privacy_audit Google Ads Privacy Audit ~46
Return the local privacy, mutation-gate, cache, token-path, env-presence and redaction posture without revealing secret values.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| mutations_allowed | boolean | yes | — |
| privacy_mode_default | string | yes | — |
| project | string | yes | — |
| unofficial | boolean | yes | — |
No examples provided.
google_ads_profile_get Profile Get (shared Delx profile) ~63
Read the shared Delx profile (~/.delx-wellness/profile.json). Returns the user's preferred name, language, timezone, etc. Cross-tool — same profile is shared with other Delx MCPs. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
No output schema declared.
No examples provided.
google_ads_profile_update Profile Update (shared Delx profile) ~84
Persist a partial patch to the shared Delx profile (~/.delx-wellness/profile.json). REQUIRES explicit_user_intent=true. NEVER stores secrets — writes will be rejected at validation time.
| Name | Type | Req | Description |
|---|---|---|---|
| explicit_user_intent | boolean | — | Must be true. |
| patch | object | yes | Partial WellnessProfileDocument patch. |
| response_format | string | — | — |
No output schema declared.
No examples provided.
google_ads_quick_wins Find Quick-Win Keywords (read-only) ~281
Identify keywords with LOW CPC + HIGH CTR + at-least-some conversions — candidates to RAISE the bid on. Inverse of google_ads_find_waste. Returns a ranked list with a recommended_bid_micros (current + 25%, capped at 2x). NEVER changes bids; pair with google_ads_set_keyword_bid_micros (gated) after user confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| limit | integer | — | Maximum candidates to return. |
| lookback_days | integer | — | Look-back window in days (1-90). Converted into the GAQL DATE_RANGE/BETWEEN clause. |
| max_avg_cpc_micros | integer | — | Maximum average CPC in micros. Default 100_000 ($0.10). |
| min_conversions | number | — | Minimum conversions in the window. Default 0.5 (at least half a conversion). |
| min_ctr | number | — | Minimum CTR in percent (e.g., 5 = 5%). Default 5%. |
| privacy_mode | string | — | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| ok | boolean | — | — |
| privacy_mode | string | — | — |
No examples provided.
google_ads_resume_campaign Resume Campaign (gated mutation) ~86
Resume (enable) a paused campaign by id. GATED.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | string | yes | — |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| explicit_user_intent | boolean | yes | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | boolean | — | — |
| error | string | — | — |
| note | string | — | — |
| ok | boolean | — | — |
| resource | string | — | — |
| reverted | boolean | — | — |
No examples provided.
google_ads_resume_keyword Resume Keyword (gated mutation) ~117
Resume (enable) a single paused keyword by criterion_id. GATED.
| Name | Type | Req | Description |
|---|---|---|---|
| ad_group_id | string | yes | Ad group that owns the keyword criterion. |
| criterion_id | string | yes | Keyword criterion id (the keyword's id, NOT the keyword text). |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| explicit_user_intent | boolean | yes | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | boolean | — | — |
| error | string | — | — |
| note | string | — | — |
| ok | boolean | — | — |
| resource | string | — | — |
| reverted | boolean | — | — |
No examples provided.
google_ads_revoke_access Revoke Google Ads Access ~43
Revoke the current Google OAuth grant and delete local tokens. Use only when the user explicitly wants to disconnect Google Ads.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| local_tokens_cleared | boolean | yes | — |
| note | string | yes | — |
| ok | boolean | yes | — |
| token_path | string | yes | — |
No examples provided.
google_ads_set_campaign_budget_micros Set Campaign Budget (gated mutation) ~158
Update a campaign budget's amount_micros. GATED. campaign_budget_id is NOT the campaign id — discover it via google_ads_get_campaign (campaign_budget.id).
| Name | Type | Req | Description |
|---|---|---|---|
| amount_micros | integer | yes | Daily budget amount in micros. 10_000 = $0.01 minimum. |
| campaign_budget_id | string | yes | Campaign budget id (NOT the campaign id). Discover via google_ads_get_campaign — returns campaign_budget.id. |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| explicit_user_intent | boolean | yes | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | boolean | — | — |
| error | string | — | — |
| note | string | — | — |
| ok | boolean | — | — |
| resource | string | — | — |
| reverted | boolean | — | — |
No examples provided.
google_ads_set_keyword_bid_micros Set Keyword Bid (gated mutation) ~159
Update the cpc_bid_micros for a keyword criterion. GATED. Bid must be in micros (10_000 = $0.01).
| Name | Type | Req | Description |
|---|---|---|---|
| ad_group_id | string | yes | — |
| cpc_bid_micros | integer | yes | Max CPC bid in micros. 10_000 = $0.01 minimum, 1_000_000_000 = $1000 maximum. |
| criterion_id | string | yes | — |
| customer_id | string | yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. |
| explicit_user_intent | boolean | yes | — |
| response_format | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| applied | boolean | — | — |
| error | string | — | — |
| note | string | — | — |
| ok | boolean | — | — |
| resource | string | — | — |
| reverted | boolean | — | — |
No examples provided.