Developer platform
Build on the same engine that powers Growomat
A stable, versioned REST API for Google & Microsoft Ads — campaigns, ads, keywords, sites, creative and syncs. Official SDKs in five languages, generated from the spec and tested on every release.
Quickstart
Install the TypeScript SDK, create a token, and you’re three lines from your first campaign.
import { Growomat } from '@growomat/client';
const defo = new Growomat({ token: process.env.GROWOMAT_TOKEN });
const campaign = await defo.campaigns.create({ name: 'Spring Launch', budget: 50 });
for await (const c of defo.campaigns.listAll()) {
console.log(c.name);
} Ready to let AI manage your ads?
Start your 14-day free trial today. No credit card required.
Start Free Trial