← 返回
效率工具 Key 中文

Fullrun

Manage Google Ads campaigns — diagnose, optimize, and create campaigns
管理 Google Ads 广告系列——诊断、优化和创建广告系列
tuckerschreiber
效率工具 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 590
下载
💾 3
安装
1
版本
#latest

概述

Fullrun — Google Ads Management for AI Agents

Manage Google Ads campaigns using the fullrun CLI. All commands return JSON by default.

Setup

npm install -g fullrun
fullrun login <YOUR_API_KEY>

Or set env: export FULLRUN_API_KEY=frun_...

Workflow

Always start with triage to understand account health:

  1. fullrun triage — see prioritized issues (CRITICAL > HIGH > MEDIUM > LOW)
  2. Fix the highest-priority issues using fullrun run
  3. fullrun triage — confirm issues resolved

Commands

Diagnose

  • fullrun triage — Account health report with prioritized issues
  • fullrun campaigns:list — All campaigns with status, budget, and metrics
  • fullrun performance --days 7 — Account metrics: clicks, impressions, conversions, CPA
  • fullrun keywords:list --campaign — Keywords with performance data

Act

  • fullrun run — Trigger a full AI-powered optimization run. The agent triages the account and fixes the highest-priority issues automatically. Rate limited to 1 per hour.

Options

  • --format human — Readable output instead of JSON
  • --days — Look-back period for performance data (default 7, max 90)
  • --campaign — Filter keywords by campaign

Output

All commands return structured JSON by default for easy parsing by AI agents.

Exit codes:

  • 0 — Success
  • 1 — Error (check the error field in JSON output)
  • 2 — Guardrail blocked (the action was prevented to protect the ad account)

Rules

  • Always run fullrun triage before taking action
  • The fullrun run command is rate-limited to 1 per hour
  • Respect guardrail errors (exit code 2) — they protect the ad account from harmful changes
  • Never call fullrun run repeatedly — check triage first to see if action is needed
  • Don't increase daily budget more than 20% in one action
  • Don't pause campaigns without checking conversion data first

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 09:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,420
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,836
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,936