spree_analytics_trackers icon indicating copy to clipboard operation
spree_analytics_trackers copied to clipboard

Integrate your Spree application with Google Analytics and Segment.com

Results 11 spree_analytics_trackers issues
Sort by recently updated
recently updated
newest added

The Google Analytics `gtag('config', ....)` code is not triggered on each subsequent page load, as there is currently no turbolinks event listener (there are similar event listeners for the other...

I have just deployed a demo Spree ecommerce app on Heroku platform. I am struggling to install extensions from the Heroku platform and admin panel on the spree admin platform....

Hello! After an update to Spree 4.2 and Rails 6.1, my development log is flooded with warnings like this `DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated:...

Similar issue: https://github.com/spree-contrib/spree_editor/issues/154

Our site has the ability to pay with PayPal express and now we introduced Stripe elements, PayPal payments are being correctly tracked by GA, but Stripe payments are not being...

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...

Is this compatible with Spree v4.5.0? Got an error about missing partial when view the [legacy frontend](https://github.com/spree/spree_legacy_frontend): ```rb spree/shared/trackers/google_analytics/page_viewed.js ``` I cannot see a this file inside this repo. What...

bug