X
XFOCO TRACKER

Settings

Configure projects, pixel and integrations

Project configuration

Select a project in the top bar to configure it.

Cron status

Active
Schedule: Daily at 06:17 UTC
Function: sync-ad-costs

Webhook URL

Configure this in Hotmart / Kiwify postback settings.

https://enyflsgavbxrfesntiey.supabase.co/functions/v1/webhook-sale?platform=hotmart&project={slug}

Pixel install snippet

Paste before </head> on every landing page.

<!-- Xfoco Tracker Pixel -->
<script>
  (function(){
    var s=document.createElement('script');
    s.async=true;
    s.src='https://cdn.xfoco.com/track.js';
    s.dataset.project='{slug}';
    s.dataset.pixel='{pixel_id}';
    document.head.appendChild(s);
  })();
</script>
Captures fbclid, fbc, fbp, UTM params and forwards to CAPI server-side.