A clean interface to generating the Google Analytics _gaq
Simple Realtime Error Tracking and Statistics with Google Analytics
Plugin to easily add web analytics to your jekyll site without modifying your templates. Supported are: Google Analytics, Piwik, Matomo, MPulse
Dataplex is an intelligent data fabric that provides a way to centrally manage, monitor, and govern your data across data lakes, data warehouses and data marts, and make this data securely accessible to a variety of analytics and data science tools.
Gattica is a easy to use Ruby Gem for getting data from the Google Analytics API. It supports metrics, dimensions, sort, filters, goals, and segments. It can handle accounts with 1000+ profiles, and can return data in CSV, Hash, or JSON
Google Analytics API Ruby Wrapper
userinfuser provides customizable gamification elements designed to increase user interaction on websites. The project involves badging, points, live notifications, and leaderboards. Additonally, the platform provides analytics to track user participation. This particular library provides a Ruby interface to the userinfuser software service, hosted either locally, on AppScale, or on Google App Engine.
Widget gem for ScratchPad
Logstash plugin to pull daily reports from the Google Analytics v3 Core Reporting API. Install into Logstash using $LS_HOME/bin/logstash-plugin install logstash-input-google-analytics-daily.
Plug Google Analytics into Character dashboard.
Google Analytics API Ruby Wrapper (Authsub sessions mod)
Utopia is a website generation framework which provides a robust set of tools to build highly complex dynamic websites. This package includes a useful <google-analytics> tag for easily integrating with Google Analytics.
Provides an integration for sending multiple events to Google Analytics
Helper for Google Analytics!
This is the simple REST client for YouTube Analytics API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the YouTube Analytics API, but note that some services may provide a separate modern client that is easier to use.
Google analytics api
Veddy is a Rails gem that allows developers to send data to Google Analytics about their position on the Google search engine via the ved parameters.
Embeds GA tracking code in the bottom of HTML documents
This is the simple REST client for Google Analytics Admin API V1beta. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Analytics Admin API, but note that some services may provide a separate modern client that is easier to use.
This is the simple REST client for Analytics Hub API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Analytics Hub API, but note that some services may provide a separate modern client that is easier to use.
A very humble wrapper for the Google Analytics V4 API to be used in conjuntion with OAuth2
Google Analytics API Ruby Wrapper
Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost. Curate a library of internal and external assets, including unique datasets like Google Trends, backed by the power of BigQuery.
Analytics Hub is a data exchange platform that enables you to share data and insights at scale across organizational boundaries with a robust security and privacy framework. With Analytics Hub, you can discover and access a data library curated by various data providers.
Extract data from Google Analytics (GA) version 3.0 Google APIs. Supports extracting 1 metric for 0 or more dimensions, with start and end dates, sorting, and max results requested per API call. Provides results record-by-record via an each iterator.
Plugin to enable google analytics
Gem to extract Google analytics metrics for popular pages
This gem allows easy and flexible embedding of Google services (currently only analytics tracking) in Rack apps, including Ruby on Rails
This gem enables you to do A/B testing easy with Rails application.
A server-client bridge to Google Analytics using Rails' flash
A simple wrapper for Google Analytics' Universal Measurement API
Gattica is a Ruby library for extracting data from the Google Analytics API.
Access the Google Analytics Reporting API v4 On Rails
Wrapper around the Google Analytics API
Fire universal Analytics
GoogleAnalyticsOnRails is a Ruby on Rails plugin designed to make easier to integrate Google Analytics features in your application.
By default this gem will output google analytics code forevery page automatically, if it's configured correctly.This is done by adding: Rubaidh::GoogleAnalytics.tracker_id = 'UA-12345-67'
GuerrillaRotate ============== This plugin lets you have multiple view pages for the one action, so that you can rotate through different views in order to test which one is the most effective. This is known as A/B testing, split testing or side-by-side testing. It will automatically switch between the different views for different web requests (uses .rand so is pseudo random, not round-robin or anything). The particular view is sticky for a (rails) session, so that once that view has been chosen for that visitor they will see the same, consistent view each time. It integrates automagically into [Rubaidh::GoogleAnalytics](http://github.com/rubaidh/google_analytics) by setting the override_trackpageview to the name of the unique view file (instead of the action-based URL) so you can track it easily in Google Analytics. Without that you'll want to track it by putting different tracking codes in each of your view templates. Example ------- So, in your views you will create some new templates with something (can be anything including nothing) between the template name and the first part of the extension. So you might have the following files for the products/index action: app/views/products/index.html.erb app/views/products/index_alt.html.erb app/views/products/index_new.html.erb Then all you need to do is tell your controller to rotate for that action: ### app/controllers/products_controller.rb class ProductsController < ApplicationController guerrilla_rotate :index, :show # etc.. end NB: guerrilla_rotate is also aliased as guerilla_rotate for the alternative spelling and typos. Copyright © 2009 Jason King, released under the MIT license
Gattica is a Ruby library for extracting data from the Google Analytics, frked from http://github.com/cannikin/gattica.
FlowmorAnalytics makes it easy to include google, clicky, etc. analytic scripts into your application and they will only render in production (unless you override)
Print Google Analytics reports inside your terminal
Add Google Analytics to all pages of a website
Integrates Google Analytics into your Wheelhouse CMS site.
Ruby Google Analytics interface
Gattica is a Ruby library for extracting data from the Google Analytics API.
Add Google Analytics to your Jekyll site
in_bed_with allows javascript code embedding of popular services (such as Google Analytics, Google Adsense and Gauges) into Rails views and other markup
Google Analytics support in Jekyll blog to easily show the statistics on your website
Metrics plugin for Jekyll. Supports Yandex Metrics and Google Analytics out of the box.
Efortlessly integrate Google Analytics 4 with your Rails app