MarketingUpdated 2026-06-01
Ad accounts (Meta & Google)
Connect Meta and Google ad accounts via OAuth for paid campaign launches.
To launch paid campaigns, connect your Meta and/or Google ad accounts. Saleporia uses OAuth so you never share passwords.
Connecting Meta Ads
- 1
Get the auth URL
Marketing → Ad Studio → Accounts → Connect Meta. Saleporia generates a Meta OAuth URL. - 2
Authorize
You're redirected to Meta to approve. The callback returns to Saleporia. - 3
Select an ad account
Choose which Meta ad account to use from your available accounts.
Connecting Google Ads
The flow is similar: get a Google OAuth URL, authorize, then select a Google Ads customer account. You can disconnect either platform at any time.
Ad account endpoints
GET
/marketing/ad-accounts/settingsAd account connection settings.
SessionGET
/marketing/ad-accounts/meta/auth-urlGet Meta Ads OAuth URL.
SessionPOST
/marketing/ad-accounts/meta/select-accountSelect a Meta ad account.
SessionPOST
/marketing/ad-accounts/meta/disconnectDisconnect Meta ads.
SessionGET
/marketing/ad-accounts/google/auth-urlGet Google Ads OAuth URL.
SessionPOST
/marketing/ad-accounts/google/select-customerSelect a Google Ads customer.
SessionPOST
/marketing/ad-accounts/google/disconnectDisconnect Google ads.
SessionRelated