Use Cases
Showcase: EngineEars users Grow Booking with the Ads API
EngineEars helps recording studios & recording engineers get booked through a suite of tools supporting their business, and with the Symphony API - they're helping their users also grow bookings with Conversions-powered social ads.
All it takes is 2-clicks to launch an ads campaign to drive traffic to specifically grow bookings.
General Recipes
1. Digital-Product & Membership Platforms
Objective: Help creators selling digital products, memberships, or online courses drive sales—without leaving their dashboard.
Summary
- Creator clicks “Promote” on an offer
- Platform sends
POST /campaign
with offer image, price, and checkout URL - Symphony launches a sales-objective FB/IG campaign, retargeting past visitors and look-alike audiences
- ROAS surfaces via
GET /analytic/campaign/{id}
so creators see real-time returns
2. Online Service Marketplaces
Objective: Help service providers on your platform drive traffic to their booking pages and fill their calendars.
Summary
- Service provider clicks “Boost Bookings”
- Platform auto-generates video and image creatives for the ad
- Platform calls Symphony
POST /campaign
, Conversions API enabled for pixel-based ROAS tracking - Provider monitors ROAS and booking growth via analytics endpoints
3. Media Distribution Workflows
Objective: Help artists and creators turn teaser content into streaming clicks on branded landing pages.
Summary
- Creator uploads a new release and toggles Run Ads
- Platform sends Symphony teaser asset, landing-page URL, and budget
- Symphony builds conversion-optimized campaigns targeting relevant interest clusters, pruning under-performers automatically
- Creative-level stats (
GET /analytic/creative/performance
) reveal which clips drive the most streams
4. Link-in-Bio & Personal Hubs
Objective: Help users send high-intent traffic to any destination link on their personal hub.
Summary
- User marks a link as “Boost”
- Platform posts to
/campaign
with preview image, headline, and destination URL - Symphony launches a traffic campaign with smart budget pacing; no extra ad-account setup required
- Clicks, CPC, and geo breakdown are fetched via analytics endpoints to power an in-app performance widget
5. SaaS & Commerce Apps
Objective: Help you re-engage churn-risk users or upsell active ones with personalized ads.
Summary
- Backend segments users (e.g., “trial expires in 3 days”) and uploads hashed audiences to Symphony
- Symphony allocates spend across segments, pausing low-ROI ads automatically
- Webhooks notify your CRM when campaigns move from
ACTIVE
toCOMPLETED
, triggering follow-up comms
Need a different scenario? Ping us and our team can help with your integration.
Updated about 2 months ago