google-ads-ratos

Manage Google Ads campaigns and metrics using GAQL queries.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/juanpvh/move-skills-claude-codex --skill google-ads-ratos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-ads-ratos
Source: https://github.com/juanpvh/move-skills-claude-codex/tree/main/plugins/ads-ratos/skills/google-ads-ratos
Command: npx skills add https://github.com/juanpvh/move-skills-claude-codex --skill google-ads-ratos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-ads, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the management of Google Ads campaigns, providing an efficient way to perform tasks such as campaign creation, keyword analysis, and performance tracking.

Core Features & Use Cases

  • Campaign Management: Create, edit, and pause campaigns with various types like Search, Display, and Performance Max.
  • Keyword Analysis: Analyze keyword performance, quality scores, and search terms.
  • Performance Tracking: Track campaign metrics such as cost, impressions, clicks, and conversions.
  • Use Case: Suppose you want to create a new search campaign for a product launch. Use this Skill to set up the campaign, define keywords, set the budget, and track its performance.

Quick Start

Use the google-ads-ratos skill to create a new search campaign with a daily budget of $5000.

Frequently Asked Questions about google-ads-ratos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Ads campaigns using GAQL queries?

You can manage Google Ads campaigns using GAQL queries by leveraging the official Google Ads SDK to interact with the API, enabling campaign creation, keyword analysis, and performance tracking.

What is the best way to track Google Ads performance metrics like cost and conversions?

Tracking Google Ads performance metrics like cost and conversions is handled by querying the Google Ads API with GAQL to process and analyze campaign data directly.

Can I create different types of Google Ads campaigns like Search and Performance Max?

Yes, you can create various Google Ads campaign types including Search, Display, and Performance Max by defining the parameters through the Google Ads SDK.

How do I analyze keyword performance and quality scores in Google Ads?

Analyzing keyword performance and quality scores in Google Ads requires fetching search term data via GAQL queries processed through the official Google Ads SDK.

Do I need the google-ads library to interact with the Google Ads API?

Yes, you need the google-ads library installed as a dependency because this Skill uses the official SDK to authenticate, process GAQL queries, and interact with the API.