Ad Strategy Operations Platform

Discover, run, and monetize proven ad strategies.

A focused platform for merchant and Amazon campaign workflows: user-owned configs, API-key offer sync, PostgreSQL job history, generated assets, upload status, and MCC script management under adsplaybooks.com.

adsplaybooks.com postgres-backed
POST /api/v1/offers/sync
  -> validate merchant + amazon rows
  -> store user-owned offer data

POST /api/generation/jobs
  -> load user GPT, email, negative keywords
  -> run merchant/default or amazon/default strategy
  -> persist generated rows

POST /api/upload/jobs
  -> read generated rows
  -> Google Ads API: campaign, ad group, RSA, keyword, image
  -> MCC script: sitelink, price, callout, snippet

Platform Responsibilities

User-owned configuration

Email, GPT prompts, Google Ads API credentials, and common negative keywords live under each user.

Offer sync API

External systems can push today’s cleaned offer data into PostgreSQL using the user API key.

Independent strategies

Merchant and Amazon generation stay separated by platform strategy while sharing lower-level tools.