Skip to main content
Attribution connects ad interactions (impressions, clicks) to purchases. When a purchase doesn’t attribute, it’s usually one of these reasons:

Quick Checklist

User ID Matching

Attribution requires the same user identifier in both the ad interaction and the purchase.

Common Mistakes

Wrong: Different IDs for same user
These won’t match. Attribution fails silently. Correct: Consistent ID

Attribution Windows

Attribution windows are configurable per ad format to match how each format influences customer behavior: Important: A purchase outside the configured window will not attribute to the ad interaction. Need different windows? Contact support to configure custom attribution windows for your ad formats. For more on attribution concepts, see our Glossary.

Halo Attribution

Halo attribution credits a vendor when a user clicks on Product A but purchases Product B from the same vendor. Requirements:
  • vendorId must be included in the purchase event
  • Products must belong to the same vendor
  • Within attribution window

Debugging Steps

  1. Verify events are arriving
    • Check dashboard: Events → Recent Events
    • Or query: GET /public/v1/reporting-service/interactions
  2. Check for matching user IDs
    • Export click events and purchase events
    • Compare userId or opaqueUserId fields
  3. Verify timing
    • Compare occurredAt timestamps
    • Purchase must be within window of click/impression
  4. Check vendor match
    • For halo: verify vendorId is sent with purchase
    • For direct: verify productId is in the campaign

Still Not Working?

If you’ve verified all the above and attribution still isn’t working:
  1. Export a sample of unattributed purchases
  2. Export clicks from the same time period
  3. Contact support with both exports and we’ll trace the specific events