Extended Reach
Target your existing customers and prospects across external advertising platforms to maximize campaign reach.
The new Offsite Ads API enables you to create and manage custom audiences for advertising campaigns outside of your platform. Upload user lists to extend your targeting reach across external advertising channels like Google Ads and Meta.
Extended Reach
Target your existing customers and prospects across external advertising platforms to maximize campaign reach.
Secure Uploads
Upload audience data safely using presigned URLs with automatic expiration for enhanced security.
Multi-Channel Targeting
Create audiences for multiple DSPs including Google Ads and Meta from a single API endpoint.
The API creates offsite audience jobs in three steps:
curl --request POST \ --url https://api.topsort.com/public/v1/offsite-ads/audiences \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "My user list audience", "description": "Custom audience for Q4 campaign", "vendor_id": "vendor_123", "dsp": "google_ads" }'The API returns a job ID and presigned URL for file upload. Use the presigned URL with a PUT request and Content-Type: text/csv header to upload your audience data.
This release expands targeting capabilities beyond your platform. Learn more about the Offsite Ads API in our documentation, or explore our offsite and in-store advertising concepts to understand how these capabilities fit into your broader advertising strategy.