Primary Attribution Filter
A critical deduplication mechanism. AppsFlyer may report the same purchase in both User Acquisition (UA) and Retargeting (RT) data. RELO only processes the one AppsFlyer designates as primary.
Filtro de Atribucion Primaria
Un mecanismo critico de deduplicacion. AppsFlyer puede reportar la misma compra en datos de User Acquisition (UA) y Retargeting (RT). RELO solo procesa el que AppsFlyer designa como primario.
The Problem
El Problema
When a user is exposed to both a UA campaign and an RT campaign before purchasing, AppsFlyer exports the purchase event in both reports. Without filtering, the same order would be counted twice, potentially attributed to two different partners.
Cuando un usuario esta expuesto a una campana UA y una RT antes de comprar, AppsFlyer exporta el evento de compra en ambos reportes. Sin filtro, la misma orden se contaria dos veces, potencialmente atribuida a dos partners diferentes.
// Same order appears in BOTH reports: // UA Report (User Acquisition): Order: MX260310-12345 Campaign: mx_pd_affiliate_relo_..._sub3 // Partner A Is Primary Attribution: false // NOT the winner // RT Report (Retargeting): Order: MX260310-12345 Campaign: mx_pd_affiliate_relo_..._sub1 // Partner B Is Primary Attribution: true // THE WINNER - only this is processed
The Solution
La Solucion
RELO checks the Is Primary Attribution field for every purchase event. Only events where this field is true are processed. This respects AppsFlyer's attribution decision and prevents double-counting.
RELO verifica el campo Is Primary Attribution para cada evento de compra. Solo se procesan los eventos donde este campo es true. Esto respeta la decision de atribucion de AppsFlyer y previene la doble contabilizacion.
Additional deduplication
Deduplicacion adicional
Beyond the primary attribution filter, RELO also deduplicates using a sale_hash (SHA-256 of order_id + product_id + quantity). Even if the same event arrives through both Pull API and S2S postback, it will only be recorded once.
Ademas del filtro de atribucion primaria, RELO deduplica por sale_hash (SHA-256 de order_id + product_id + quantity). Incluso si el mismo evento llega por Pull API y S2S postback, solo se registra una vez.