Quickstart
From zero to a server-side conversion event in your Meta Events Manager — in five minutes.
Before you start: have your Meta Pixel ID, TikTok Pixel Code, and access tokens ready. We'll show you where to find each below.
1. Create your pixel
- Go to adsping.io/signup and create your account.
- Click + New pixel. Each domain gets its own pixel (and its own subscription).
- Enter your domain (no
https://, justexample.com). Add subdomains if needed, or check "Allow all subdomains" for a wildcard. - Pick a plan: Standard ($29/mo) for up to 100K events/month, Pro ($79/mo) for up to 1M. 14-day free trial — no charge today.
- Complete the checkout. Trial starts immediately.
2. Install pb.js
Open the pixel detail page and copy the install snippet. It looks like this:
html
<script src="https://api.adsping.io/pb.js?id=YOUR_PIXEL_ID"></script>Paste it inside <head> on every page you want to track. Most sites have a single layout file or template that handles this — Shopify themes, Next.js root layout, WordPress header.php, etc.
Verify the install
- Open your site in a regular browser tab.
- Open DevTools → Network → filter for
adsping. - You should see
pb.jsload (200) and a request to/api/v1/t/YOUR_PIXEL_IDfor PageView (200). - In your AdsPing dashboard, the pixel detail page should show "Last event: a few seconds ago" within ~10 seconds.
3. Connect Meta
- Go to Meta Events Manager and pick or create your pixel.
- Copy the Pixel ID (15-16 digits, top of the page).
- Settings tab → Conversions API → Generate access token → copy the token (shown once — save it).
- In AdsPing pixel detail → Meta card → either click Connect Meta for OAuth, or Manual setup and paste both values.
- Save. The Meta card turns green when the credentials validate.
4. Connect TikTok
- Go to TikTok Ads Manager → Tools → Events → Web Events.
- Pick or create your pixel. Copy the Pixel Code (looks like
D7VH38JC77U3LFDOLGRG, 20-char alphanumeric). - Pixel detail → Settings → Events API → Generate access token (one-time display).
- In AdsPing → TikTok card → paste both values → Save.
AdsPing automatically loads TikTok's browser pixel script (events.js) for you — no extra
<script> tag needed. Browser + server fires share the same event_id so TikTok deduplicates them.5. Test with Test Event Code
Both platforms have a Test Events tab where new events appear in real-time. To route AdsPing events there:
Meta Test Events
- Meta Events Manager → your pixel → Test Events tab → copy the test event code (e.g.
TEST12345). - AdsPing → pixel detail → pipeline list → click the pencil icon on the Meta pipeline.
- Paste the code into Test Event Code → Save.
- Trigger an event on your site (refresh the page, submit a form). Watch it appear in Meta's Test Events tab within 2 seconds.
- When done testing, clear the Test Event Code field → Save → events go to production reporting.
TikTok Test Events
Identical flow: TikTok Ads Manager → pixel → Test Events tab → copy the code → paste into AdsPing's pipeline → Save.
Test mode is per-pipeline, not global. Setting a Test Event Code on the Meta pipeline routes only Meta events to its Test tab — TikTok events still go to production until you set a code there too.
What's next
- Connect Google Ads — multi-action setup (Lead, Purchase, AppointmentRequest).
- How it works — pipelines, dedup, and architecture.
- Diagnostics — verify match quality + troubleshoot missing events.