Launch the business's ads
Put the business's ready ads on Facebook and Instagram at a daily budget the owner explicitly agreed to (repeat it back first; it is the total across cities). Ads are prepared right away; they start spending only once the ad balance is funded (fund_ads) and the account activation is done, and then go live without another call. Returns the blockers still in the way.
Put the business's ready ads on Facebook and Instagram at a daily budget the owner explicitly agreed to (repeat it back first; it is the total across cities). Ads are prepared right away; they start spending only once the ad balance is funded (fund_ads) and the account activation is done, and then go live without another call. Returns the blockers still in the way.
Create a scoped key in Benjiads → Integrations. Sent only in Authorization.
In: header
Header Parameters
8–80 letters, digits, underscores or hyphens. Reuse the same key and arguments for retries. Completed mutations replay for at least 90 days; a pending operation returns 409 and must be reconciled before using a new key.
^[A-Za-z0-9_-]+$8 <= length <= 80Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/ads/launch" \ -H "Idempotency-Key: stringst" \ -H "Content-Type: application/json" \ -d '{ "daily_budget_cents": 1000 }'{ "status": "live", "dailyBudgetCents": 0, "ads": 0, "jobId": "string", "blockers": [ { "code": "string", "message": "string", "url": "http://example.com" } ], "next": "string"}How is my business doing GET
One read for the owner's usual question: the website, the ads (ready, prepared or live), the money available for ads, leads, and what is blocking the ads (blockers) with where to fix it. Money is USD cents. Report blockers in plain words.
Pause the business's ads POST
Stop all of the business's running ads. The unspent balance stays available; launch_ads starts them again.