# Conversion Tracking

> Learn how conversion tracking works and how AnyTrack connects your traffic sources, conversion events, and ad platforms into a unified attribution system.

Conversion tracking connects your website, ad platforms, and analytics tools into a data pipeline. AnyTrack collects, processes, and distributes conversion data between all these components in real time.

## Components of Conversion Tracking

### Your Website (Property)

A property is your website, landing page, or funnel where you place the [Tracking Tag](/docs/install-anytrack-tag). Visitors arrive here and interact with your content, offers, products, and forms.

Examples:
- eCommerce shops (Shopify, WooCommerce)
- Funnels (ClickFunnels, Instapage)
- Blogs (WordPress)
- Comparison websites
- Landing pages

### Conversion Sources

Conversion sources are systems where conversions actually occur—separate from your website. You must tie conversions from these systems back to the original click. See the [Integration Catalog](/docs/integration-catalog) for all supported platforms.

Examples:
- eCommerce platforms (Shopify, WooCommerce)
- Affiliate networks (ClickBank, Impact, CJ Affiliate)
- CRM and lead platforms (Calendly, Typeform, HubSpot)
- Lead gen platforms (Leadbyte)
- Cart systems (ThriveCart)

### Ad Platform Pixels

Ad platform Tracking Tags measure and attribute conversions to your ads so you can optimize campaigns. Pixels can be client-side (browser) or server-side (API). Browsers can block client-side Tracking Tags, so server-side is more reliable.

**Integrated in AnyTrack:**
- Meta Conversion API
- Microsoft Ads UET tag
- Google Ads Conversion API
- Taboola server-side tracking
- Outbrain server-to-server tracking

Pixels also collect audience data for building custom and lookalike audiences.

### Analytics Platform

Analytics platforms aggregate and display business metrics. Google Analytics 4 alone cannot connect all building blocks. You need software like AnyTrack that speaks the language of your marketing tools, Tracking Tags, and conversion sources.

AnyTrack integrates with GA4 to enrich your analytics with meaningful conversion and sales data in real time.

<FaqAccordion
  title="Frequently Asked Questions"
  items={[
    {
      title: "What is conversion tracking and why do I need it?",
      answer: "Conversion tracking connects your ads, website, and sales data so you can see which campaigns drive revenue. Without it, you can't optimize ad spending or prove ROI. AnyTrack automatically collects conversions from all your sources and sends them back to your ad platforms in real time."
    },
    {
      title: "What's the difference between a property and a conversion source?",
      answer: "A property is your website where you place the Tracking Tag to capture visitor behavior. A conversion source is where the actual sale happens.like a Shopify store, ClickFunnels checkout, or affiliate network. They work together to create the full customer journey."
    },
    {
      title: "Do I need server-side tracking or is pixel-based tracking enough?",
      answer: "Pixel-based tracking alone is vulnerable to ad blockers and browser limitations. Server-side (API) tracking is more reliable because it doesn't depend on the browser. AnyTrack supports both.pixels for audience building and server-side for conversion accuracy."
    },
    {
      title: "How does AnyTrack prevent double-counting conversions?",
      answer: "AnyTrack uses deduplication logic based on click IDs and conversion event metadata. If the same conversion comes from multiple sources (pixel + postback), AnyTrack recognizes it as one event and prevents duplicate reporting."
    },
    {
      title: "What happens if a visitor uses multiple devices or doesn't have cookies enabled?",
      answer: "Client-side pixels rely on cookies and device matching. Server-side postbacks from your conversion source are more reliable for cross-device attribution because they're based on order IDs or customer data rather than browser tracking."
    }
  ]}
/>
