Quickstart

From zero to a server-side conversion event in your Meta Events Manager — in five minutes.

1. Create your pixel

  1. Go to adsping.io/signup and create your account.
  2. Click + New pixel and enter your domain (no https://, just example.com). Each domain gets its own pixel.
  3. 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:

index.html
<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.

That’s it — you’re live. PageView is already flowing; add conversion events like Lead or Purchase with one 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

Was this page helpful?