Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 739 Bytes

2020-12-23-affiliate-tracking-not-working.md

File metadata and controls

8 lines (8 loc) · 739 Bytes
title issue
Affiliate Tracking not working
NEXT-11868

Core

  • Changed condition to add the affiliate or the campaign tracking params in the checkAffiliateTracking method of the AffiliateTrackingListener class, so that it can be cached in the http cache without having the both parameters.
  • Changed condition of the addAffiliateTracking method in the CheckoutController, so that it can be added the affiliate or the campaign tracking params from the session to dataBag without having the both parameters.
  • Changed condition of the addAffiliateTracking method in the CartOrderRouter, so that it can be added the affiliate or the campaign tracking params from the dataBag to cart without having the both parameters.