Closed radek1991 closed 5 years ago
Ha, thanks for creating this issue @radek1991 - indeed it's not working 🤔We'll tackle this tomorrow
While at it, could you check if conversion is being tracked? I updated Spree and removed the call for the 'google_purchase' partial on my application.html and order/show.html, and the conversion rate is not being tracked properly even since 😅
Adding to the issue: It seems that only a few transactions are being tracked.
Using GA debug on console, every step of the transaction looks like it is being sent:
And the final step is setting the action to purchase:
But for some reason all my tests did not go to google analytics, only a few random purchases are being tracked 🤔
Also, the info above is being displayed on GA Debug, but on Google Tag Manager only the page view is being sent:
And If I record the entire purchase process via tag assistant, indeed no conversion in being tracked:
Could not find generator 'spree_analytics_trackers:install'. Maybe you meant 'spree_paypal_express:install', 'spree_gateway:install' or 'spree:auth:install'
Has the installation been fixed? I'm getting the "could not find generator issue"
For me, when I install spree_analytics_trackers, '~> 1.0'
, the installed gem's directory is empty. I think this may be due to the lack of a Gem::Specification#files
declaration in the gemspec. Maybe consider adding something like this: https://github.com/spree/spree_auth_devise/blob/master/spree_auth_devise.gemspec#L17?
Hey Guys,
So my teammates and I we have a problem with instalation of this gem. Do you have some ideas what might be wrong ? Here is the console output: