Quickstart
From zero to a server-side conversion event in your Meta Events Manager — in five minutes.
1. Create your pixel
- Go to adsping.io/signup and create your account.
- Click + New pixel and enter your domain (no
https://, justexample.com). Each domain gets its own pixel. - Pick a plan and complete the checkout — every plan starts with a 14-day free trial, no charge today. See Plans & pricing for the details.
2. Install pb.js
Open the pixel detail page and copy the install snippet. It looks like this:
<script src="https://api.adsping.io/pb.js" data-pixel-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 — Next.js root layout, WordPress header.php, etc. On Shopify, skip this step entirely: the AdsPing Shopify app installs everything automatically.
Verify: reload your site, then check the pixel detail page in AdsPing — it shows “Last event: a few seconds ago” within ~10 seconds. That’s the automatic PageView; pb.js fires it on load, no code needed.
3. Connect a destination
On the pixel detail page, click Connect Meta and approve the OAuth prompt — AdsPing picks up your Meta pixel and Conversions API token automatically. The card turns green when the credentials validate, and from that moment every event is forwarded server-side.
adsping('track', …) call each.Not on Meta? The flow is the same for every destination: TikTok, Google Ads, GA4 / GTM Server. You can connect several to the same pixel — one event, all destinations.
What's next
- Track your first conversion event — Lead, Purchase, AddToCart and more, each a one-call setup.
- Test Event Code — watch your events arrive in Meta / TikTok in real time before going to production.
- Diagnostics — verify match quality and troubleshoot missing events.