What is required to deduplicate purchases if a user refreshes the confirmation page?
- A A unique transaction_id on the purchase event
- B A session timeout
- C A conversion window
- D A referral exclusion
Answer
A unique transaction_id on the purchase event
Without a unique transaction_id, a page refresh records the order again and revenue is inflated.





