Socket
Book a DemoInstallSign in
Socket

analytics-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-rails

5.1.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

Gem Version Code Climate Build Status Dependency Status

Analytics Rails

Adds a helper to create the google analytics script in rails.

Why

I did this gem to:

  • Have a simple but versatile way to include google analytics.

Install

Put this line in your Gemfile:

gem 'analytics-rails'

Then bundle:

$ bundle

Usage

Include tag must be added before any other tag in order to work and only will be shown in production.

Include

In your layout add a line like this in your head:

<%= google_analytics_include_tag 'UA-000000-01' %>

You can add metrics if you want:

<%= google_analytics_include_tag 'UA-000000-01', category: 'products' %>

Events

To send events add a line like this with the category and action:

<%= google_analytics_event_tag 'Video', 'play' %>

You can add label, value and other options too if you want:

<%= google_analytics_event_tag 'Video', 'play', 'demo.mp4', 42, category: 'product' %>

Contributing

Any issue, pull request, comment of any kind is more than welcome!

I will mainly ensure compatibility to Rails, AWS, PostgreSQL, Redis, Elasticsearch and FreeBSD. 

Credits

This gem is maintained and funded by mmontossi.

License

It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

FAQs

Package last updated on 26 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.