We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code in spree/shared/_google_purchase.html.erb is executed, but it doesn't get to google analytics.
spree/shared/_google_purchase.html.erb
ga('send', 'pageview'); // Send transaction data with initial pageview. should be called after rendering this partial. https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce#transaction
ga('send', 'pageview'); // Send transaction data with initial pageview.
Looks like there was supposed to be content_for :google_analytics do, but it is missing.
content_for :google_analytics do
The text was updated successfully, but these errors were encountered:
I am evaluating switching to master as they've switched to gtag there and it seems to work better.
Sorry, something went wrong.
No branches or pull requests
Code in
spree/shared/_google_purchase.html.erb
is executed, but it doesn't get to google analytics.ga('send', 'pageview'); // Send transaction data with initial pageview.
should be called after rendering this partial.https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce#transaction
Looks like there was supposed to be
content_for :google_analytics do
, but it is missing.The text was updated successfully, but these errors were encountered: