← Integrations

ads

Google Ads integration

Search, Performance Max, and YouTube campaigns through one API.

Overview

Authenticate the user's Google Ads account, build campaigns, and stream conversions back. Handles MCC hierarchies so agencies can manage every client from one workspace.

Quick start

blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);

// Promote any organic post to a paid Google campaign
await blazto.ads.boost({
  platform: "google",
  postId: "post_01H...",
  budget: { daily: 50, currency: "USD" },
  duration: 7,
});

What you can do

Key endpoints

POST/ads/campaigns
Create a Google Ads campaign.
GET/ads/insights
Spend and conversion metrics.

Built for

Agency reporting

Pull every client's Google Ads spend into one report.

Related integrations

Ship the Google Ads integration today

One API key, one SDK, every platform you need.

Start for free