You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Google Analytics is reporting tracking issues with checkout success url due to "utm_nooverride" who's added by adyen.
This parameter is no more supported and need to be deleted.
Describe the bug
After payment the customer is redirected to /checkout/payment/sucess?utm_nooverride=1
To Reproduce
Pass an order, validate payment, check payment success page URL
Expected behavior
After payment the customer is redirected to /checkout/payment/sucess
Magento version
2.4.4
Plugin version
9.11.0
Screenshots
The text was updated successfully, but these errors were encountered:
We’ve reviewed your report regarding the usage of the utm_nooverride parameter in the redirection logic, and we’re in the process of addressing it. An internal ticket has been created, and the necessary changes will be made to remove the deprecated parameter from the code.
We appreciate your contribution and will update you once the fix is implemented. If you have any further insights or suggestions, please don’t hesitate to share them.
Best regards,
Khushboo
khushboo-singhvi
changed the title
Remove utm_nooverride parameter on checkout success
[ECP-9592] Remove utm_nooverride parameter on checkout success
Jan 15, 2025
Currently Google Analytics is reporting tracking issues with checkout success url due to "utm_nooverride" who's added by adyen.
This parameter is no more supported and need to be deleted.
Describe the bug
After payment the customer is redirected to /checkout/payment/sucess?utm_nooverride=1
To Reproduce
Pass an order, validate payment, check payment success page URL
Expected behavior
After payment the customer is redirected to /checkout/payment/sucess
Magento version
2.4.4
Plugin version
9.11.0
Screenshots
The text was updated successfully, but these errors were encountered: