middleman-google-analytics
middleman-google-analytics copied to clipboard
📈 A @middleman plugin to handle generating your Google Analytics tracking code.
Bundler could not find compatible versions for gem "activesupport": In snapshot (Gemfile.lock): activesupport (>= 6.1.4.6) In Gemfile: middleman (~> 4.4.2) was resolved to 4.4.2, which depends on middleman-core (= 4.4.2)...
@danielbayerlein, I noticed that I'm still an owner for this on RubyGems -- and that there hasn't been a release in a while. Did I muck something up and not...
Hey, I see that the [template](https://github.com/danielbayerlein/middleman-google-analytics/blob/b167405af96ab2abecf7e9fd71562fe668ac435f/lib/middleman-google-analytics/analytics.js.erb#L20.) hardcoded the [page tracking options](https://developers.google.com/analytics/devguides/collection/analyticsjs/pages#overview). I also noticed an [older PR](https://github.com/danielbayerlein/middleman-google-analytics/issues/21) that attempted to add an option to disable page tracking, but there hasn't...
Google is now recommending that all new sites adopt the gtag.js script instead of analytics.js. > gtag.js is the web tagging library that works for Google's site measurement, conversion tracking,...
Add rudimentary support for the gtag.js tracking code. This at least gets the ball rolling. I'm unsure how to match all the features from analytics.js, but I've left room for...
From what I understand, this is not intended. In my case my customer and I both have an id because they want to track their page via their account and...
Hey there! Does it make sense to add the ability to disable the "send" command? For example: ``` ruby # config.rb activate :google_analytics do |ga| ... # Send pageview hit...