Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Express Checkout - Google Analytics / Facebook Pixel Tracking Bug..?? #929

Closed
angelleye opened this issue Nov 14, 2017 · 3 comments
Closed
Labels
Milestone

Comments

@angelleye
Copy link
Collaborator

It seems that our Express Checkout integration is interfering with Google Analytics / Facebook Pixel order tracking systems.

@angelleye angelleye added the bug label Nov 14, 2017
@angelleye angelleye added this to the 1.4.7 milestone Nov 14, 2017
@tejasm-itpath
Copy link

@angelleye
As per this link http://blog.analytics-toolkit.com/2015/payment-gateway-referrer-exclusions-google-analytics/

utm_nooverride=1 is a parameter that you attach to your payment gateway return pages. Say your return page is /checkout/payment/success. You need to provide this URL to your payment gateway: /checkout/payment/success?utm_nooverride=1 . This way Google will ignore the referrer information for this session if there is already another session in progress.

@angelleye
Copy link
Collaborator Author

@tejasm-itpath The user says they excluded paypal.com from within their Google Analytics settings and now things are tracking properly. As such, I'm curious if we still need the change we made here..??

@kcppdevelopers
Copy link
Contributor

@angelleye yes, we just added "utm_nooverride" query parameters it will help to Google Analytics things tracking properly.

angelleye pushed a commit that referenced this issue Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants