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
- ✓Manage Search, PMax, and Video campaigns
- ✓Offline conversion uploads
- ✓Read spend and conversion metrics
Key endpoints
POST
Create a Google Ads campaign./ads/campaignsGET
Spend and conversion metrics./ads/insightsBuilt 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