Grow
Conversion tracking
How it works
- Turn tracking on for any link below. That gives the link its own snippet.
- Paste the snippet on your website, right before
</body>, on every page. Any website builder that accepts custom HTML works. - Tell us your success page (the page customers see after signing up or buying). From then on, every visitor who arrives through your link or QR code and reaches that page is counted as a conversion in your analytics.
The snippet is tiny (about 2 KB), sets no cookies, reads nothing from your pages, and collects no personal data. It does nothing at all for visitors who didn't come through your link.
Advanced: record signups or sales amounts from your own code
If your site doesn't have a separate success page, or you want to record the sale amount, call this from your signup or checkout code once the snippet is installed:
skyc('convert'); // count a conversion
skyc('convert', 'signup'); // with your own event name
skyc('convert', 'purchase', {value: 49.99}); // record revenue
You haven't created any links yet. Conversion tracking attaches to a link, so start there.
No links match your search.