Getting started
Go from signup to your first attributed install in five steps.
This guide walks through the fastest path to seeing ad spend, installs, and conversions show up in SignalSeal - and forwarding those events back to your ad networks.
You'll need admin access to your ad accounts (Meta Business, Google Ads, TikTok Business Center) for the integration steps. Have those tabs open.
1. Create your workspace
Sign up
Go to signalseal.net/signup and create your account.
Create your workspace
Give it a name (usually your company), pick your country, and select your team size. The first person to create a workspace becomes its Owner.
2. Add your first app
Click New app from the workspace home
Each app in SignalSeal is one product. If you ship the same product on iOS and Android, that's still one app - turn on both platform toggles.
Enter your app store identifiers
- iOS: Apple Track ID (the numeric ID from your App Store
URL -
id1234567890). - Android: Package name (e.g.
com.example.app).
These let SignalSeal route ad clicks to the right store listing.
3. Install the SDK
Open Settings → SDK
Each app has two SDK keys - one for iOS (ak_ios_…) and
one for Android (ak_android_…). Copy the key for the
platform you're integrating. SDK keys are public - they
ship inside your compiled app, so there's no "test" vs
"live" version.
Confirm the install lands
Run a debug build, open the app once, and check the Live
Feed tab. You should see an INSTALL event arrive within a
few seconds.
4. Connect an ad network
Pick the network you spend the most on first - you can connect more later.
Meta Ads
Forward conversions to Meta's Conversions API.
Google Ads
Send conversions to Google Ads.
TikTok Ads
Forward events to TikTok's Events API.
Each integration walks you through the same four steps:
- Connect the network with OAuth.
- Pick the ad account you want SignalSeal to read from.
- Paste the write credentials the network needs to receive events.
- Map your events - which SignalSeal events should become which network events.
5. Send your first attributed event
Run a test conversion
On a real device with the SDK running, trigger an event you've
mapped (often a purchase or trial start). When you're still
testing, enable the SDK's debug mode so the event is tagged
isDebug and won't be forwarded to your ad networks.
Watch it arrive in Live Feed
The event shows up almost immediately, with the install it belongs to and the campaign it came from.
Confirm it forwarded
Open Audit → Postback log. Each forwarded event has a row per ad network it was sent to, with the response from that network. A green status means the network accepted the event.
What's next
Integrations
Add more ad networks and webhook sources like RevenueCat or SuperWall.
Members & roles
Invite teammates and decide what they can see.
API reference
Server-to-server access and webhooks.
Stuck? Email us at hello@signalseal.net and we'll help.