Updated September 2026Experience-InformedPrimary Sources Checked Where Applicable

Why Conversions Get Counted Twice

Find and prevent duplicate purchase, lead and server events.

Key Takeaways

  • Revenue and conversion counts are inflated.
  • Use stable event or transaction IDs and explicit deduplication rules.
  • Reload a thank-you page and replay a webhook in testing to see whether the same event can be counted twice.

The Measurement Problem

Revenue and conversion counts are inflated. The first mistake is usually trying to fix the dashboard before identifying whether the underlying issue is collection, identity, delivery or attribution. Those are separate layers. A click can be collected correctly while the conversion is never delivered; a conversion can be delivered correctly while a different attribution rule gives another channel credit.

Start with the business fact you can verify independently. For a purchase, that is normally the order record. For a lead, it may be the form or CRM record. For advertising cost, the ad platform is normally authoritative for what it charged. Tracking software connects those facts; it should not replace the systems that created them.

A Reliable Method

Use stable event or transaction IDs and explicit deduplication rules. Use deterministic identifiers wherever the workflow supports them. Campaign names and UTMs make reports readable, while click IDs, order IDs and event IDs make individual records traceable. Keeping both human-readable dimensions and stable IDs makes debugging dramatically easier.

Keep attribution settings explicit. Document the model, attribution window, timezone and conversion definition used in each important report. If two reports disagree, normalize those settings before assuming one implementation is broken.

Implementation Workflow

Reload a thank-you page and replay a webhook in testing to see whether the same event can be counted twice. Build the simplest version first: one traffic source, one destination and one conversion. Record the expected campaign labels and value before the test. Then complete the journey and inspect every handoff. Only after that path reconciles should you add more channels, events, domains or automation.

For paid traffic, preserve the native platform identifiers you need while also maintaining your own campaign taxonomy. For lead or ecommerce funnels, carry acquisition context into the CRM or order record so later outcomes can still be connected after the browser session has ended.

Quality Checks Before You Trust The Data

Run known test cases after changes to landing pages, checkout, tag management, CRM integrations or domains. Check missing events, duplicate events, timestamps, currency and revenue values. When browser and server versions of the same event are sent, verify the destination's deduplication method.

Keep a lightweight QA log containing the test URL, timestamp, click identifier, conversion identifier, expected result and observed result. This turns future troubleshooting into comparison against a known-good case instead of guesswork.

Where Tracking Software Fits

As campaigns become more complex, a dedicated tracker can provide an independent reporting layer across traffic sources and conversions. We have substantial hands-on experience with ClickMagick; see our ClickMagick Review for practical product context or Ad Tracking Software for selection criteria.

Frequently Asked Questions

What is an event ID?

It is a stable identifier that can help systems recognize repeated copies of the same conversion.

Can browser and server events run together?

Yes, when the destination supports deduplication and both versions share the expected identifier.

How Do I Know The Tracking Is Working?

Use a known test click and conversion with an expected source and value. If you can trace that record through the relevant systems and explain its attribution, you have evidence the core path works.

See ClickMagick For Yourself

We have tested and worked extensively with ClickMagick. The merchant currently advertises a 14-day free trial; verify current plan terms before subscribing.

Start Your ClickMagick Trial