Tagged Questions
0
votes
1answer
15 views
Google analytics api returns data in chunks
When I make a query to the core reporting api filtered by a specific keyword, it returns the data in chunks. I believe it does this because the query uses an extended time period of a year. This a ...
0
votes
1answer
138 views
How to start with garb-gem in Rails?
I am a ruby on rails newbie and like to get some data from the google analytics api with the garb gem.
But I struggle at the very beginning. Does anyone have a little sample app to retrieve some data ...
0
votes
0answers
128 views
Google Analytics MIME type issue in Chrome using Rails 3
I'm adding GA to a Rails 3 app, which would normally be extremely simple, of course. I've added the GA JS snippet, which is rendering just fine. Everything works perfectly in Safari. In Chrome, ...
0
votes
2answers
93 views
Is it necessary to filter out New Relic site availability pings from Google Analytics?
New Relic lists its User-Agent header and IP addresses here:
https://newrelic.com/docs/alerts/availability-monitoring
The User-Agent header is
NewRelicPinger/1.0 (your_account_id)
But ...
-2
votes
1answer
65 views
How to create event tracking tool same as its google
How to create the event tracking tool for clients like google.
_gaq.push(['_trackEvent', 'Downloads', 'PDF', '/salesForms/orderForm1.pdf']);
10
votes
1answer
174 views
gabba gem not tracking correctly
I use Google Analytics to track pageviews, etc. but late last week I had the desire to track an event on the backend.
I discovered gabba.
I have a method within my User model that looks like this:
...
0
votes
0answers
62 views
create a page to exclude visitors from google analytics in rails
I added google analytics script to my layout. I need to create a page that will enable visitors of the page to be excluded from google analytics reports.
To create an "exclude_me" identifier I can ...
0
votes
0answers
152 views
Tracking Facebook likes with Google analytics, functions not loaded (can run in console though)
I am trying to follow the instructions on Google's page regarding Social tracking, but something is off..
Path to like buttons is generated dynamically.
I have a Rails app where I want to integrate ...
4
votes
1answer
222 views
Why does Google OAuth2 authentication fail when using analytics url instead of youtube url?
I'm working on a dashboard for my colleagues that shows a few stats from Google Analytics next to some other statistics. To get access to the Analytics data I use OAuth2. OAuth2 requires a scope to ...
0
votes
1answer
182 views
Events sent to Google Analytics with Gabba don't have a hostname
I'm using Gabba to send events to Google Analytics from my rails back-end.
When I send events, the "hostname" is not set (in Content > Events > click on an event > set "Second dimension" to ...
1
vote
0answers
66 views
Google Analytic with grub gives me 404 error.
I am beginner to ror development.I am developing small RoR application in which i want to integrate Google analytic. I am using Garb gem for thid
According to gem I used
...
2
votes
1answer
174 views
Catching UTM Params in Rails
I am trying to catch the UTM Params in the URL to add Source, Campaign etc to a User Account.
Sadly, I can't seem to figure out how to catch those params. As of know I following the Blog Article ...
0
votes
0answers
31 views
How to track inbound AdWords keywords and search keywords in Rails? [duplicate]
Possible Duplicate:
How to capture if a visitor is from a google adwords click
I have an incoming landing page in which I need to immediately make programmatic logical decisions based on ...
0
votes
2answers
110 views
How to get most popular post with Ruby on Rails?
Is there a gem that implements "most popular" functionality for ActiveRecord / Ruby on Rails.
I have a model Article, and I would like to retrieve the most popular / most read articles, using my ...
2
votes
1answer
433 views
Is it safe to use Google Analytics in a private/secure Rails App?
I built a private/secure web app in Rails and have some beta users on it. I would like to use some type of analytics to track concurrent users on the site, time on site, frequency, and what ...
1
vote
1answer
53 views
Is there any way to know whether any Analytics are done for a site or not?
I am developing a site in rails which requires information whether any analytics like google analytics or any other analytics tool are done for the entered website's URL.For example if i ...
1
vote
2answers
1k views
Tracking users' clicks and page visits in Rails
I would like to monitor users' page visits and clicks in my Rails app to make recommendations. My questions are:
Is there a Rails gem for this, or Google Analytics is the standard? If latter is ...
1
vote
1answer
83 views
What is the best way to provide analytics data to users of an application? [closed]
What is the best way to track pageviews, shares and other kinds of events on a website and provide the data to certain users of the app? For instance, let's say I have a blogging app and I want ...
1
vote
1answer
237 views
Reporting analytics in Rails
I was wondering what is an effective way to gather analytics data in Rails with Google Analytics.
I've used Garb before, and it works fantastically, however it does hang up my app as it fetches the ...
1
vote
2answers
70 views
Detecting which backlink was clicked
I have a website and I want to find out the exact place where the user clicked a link to get to my website. Is there any way to do this? I want to use this data within my code as input to a traffic ...
4
votes
2answers
2k views
How do I use Google Analytics custom events inside my rails controller?
What I want to do is use google analytic's custom event tracking from within my controllers, where the logic is done. I'm not quite sure how to put javascript code in my controller or if it is ...
0
votes
2answers
227 views
Google Analytics tracking code on Rails app error pages
I put my Google Analytics tracking code in my layout file, this of course does not embed it in my error pages (404.html, 500.html)
How can I properly track error pages without repeating the code? Are ...
0
votes
2answers
101 views
Is there any php-ga ports to Ruby on Rails
I'm looking for RoR solution to register direct redirects from my site, php-ga looks good but it is PHP.
I mean I have some controller#redirect action which makes smth like this
def redirect
link ...
0
votes
0answers
141 views
How to use Rails 3 to record Time on Site or page metric?
I love the Google Analytics Avg. Time on Site metrics. I wonder if there's a gem or a way where Ruby or Rails can check and record that info to my database without using Analytics API and stuff like ...
2
votes
2answers
762 views
how to import reports from google analytics?
How can I import reports from google analytics to my application ?. Is there any API provided by google to get the reports ?
0
votes
1answer
228 views
Buy vs Build - Internal Analytics for a Web App Behind a Paywall
I am looking to track analytics for our web app. User accounts sit behind a paywall. Some basic questions I want to answer are time on site, most used sections of the app, where they are running in to ...
0
votes
2answers
108 views
Rails is deleting the question mark for google tracking from MailChimp clicks
When I send email for "sign up" with Mail Chimp, the url in the email looks like this:
http://sample.com/?utm_source=blahblahblah
However, when I click the link, a page opens in a new browser, I ...
1
vote
1answer
1k views
Rails + Google Analytics
I want to ask some question about using Rails (2.1.0) and Ruby (1.8.7).
I have development mode and production. Production mode has a domain (for example blabla.online.com), development mode has an ...
5
votes
2answers
309 views
How to communicate between an observer and the controller
I understand that a Rails observer should not have direct access to the controller. That makes sense, there is no telling what context the observer is going to be called from. However I have a case ...
2
votes
1answer
470 views
How to add a filter to Mixpanel (like in Google analytics)
I want to filter my home ip from mixpanel. In Google Analytics, I can do this by adding a filter to my profile. Is there something similar in mixpanel or a work around to achieve the same result? My ...
2
votes
1answer
196 views
Implement Google Analytics funnel for sign up with authlogic
I have a rails application for which uses authlogic for sign up. I am trying to implement a google analytics funnel to find out how many people signed up. The way authlogic works is, when a user ...
0
votes
2answers
256 views
Exporting Data from Google Analytics
I working on Ruby on Rails application using a PostgreSQL database. I have heard of the Data Export API for GA. However, after reading through there documentation I am still a little confused about ...
2
votes
2answers
198 views
Google Analytics - virtual pageview only if registration is successful
Currently when a new user completes the signup process i send them to the homepage with a param "welcome" equal to 1, which tells the homepage to put a couple of bits on the page. I'm also tracking ...
0
votes
2answers
219 views
per user traffic reports for website users
We are planning to incorporate a traffic reporting system into our web application that our users can have a look over. Example: Our users might have profiles on our application and this will receive ...
5
votes
3answers
1k views
Best way to go about creating in-house analytics for my Rails 3 app?
I have a Rails 3 app that I'm looking to create in-house analytics for. The items I need to track are impressions (and unique impressions), clicks that come from those impressions, and conversions ...
1
vote
2answers
755 views
Accesing Garb Gem Results
I am playing with the Garb gem for ruby but I'm having trouble accessing the results.
Here is my code.
Garb::Session.login('user@demo.com', 'password')
profile = Garb::Management::Profile.all.detect ...
1
vote
1answer
432 views
How to track page views or analytics on partials for Ruby on Rails?
How do people track page views or analytics for partials in Ruby on Rails? For instance, we have a form rendered in a partial, but we would like to track and analyze user behavior relating to the ...
0
votes
1answer
150 views
Ruby gem to track search engines redirection traffic (search keyworks)
Most of the traffic from my site is sent by search engines. I am trying to track the keywords used on the search (EG to have real-time stats on the 'hottest' searches).
What are my options? I thought ...
2
votes
2answers
2k views
How can I incorporate Google Analytics results into my Rails 3 app?
I have a Rails 3 app where each customer has his own subdomain. I am using Google Analytics to track the traffic, and I'm using their subdomain options.
Now I would like to display these results in ...
7
votes
3answers
432 views
how to cross direct user with google analytics
After a user fills in my "new" user form on "example-one.com", the "create" controller creates the record in the db. Then it does a redirect_to to an external site "payment-checkout.com". I have setup ...
3
votes
1answer
2k views
Rails 3 / Google Analytics API / Garb
Using garb (http://github.com/vigetlabs/garb) i need to fetch the same Map Overlay XML, like Google Analytics web interface export provides.
How it can be done?
Garb::Session.login("email@gmail.com", ...
2
votes
2answers
866 views
How to test google analytics (garb) API with Rspec?
I'm using the garb gem to pull some basic stats, like pageviews, from Google Analytics. Everything's working correctly but I can't figure out the best way to test my API calls. Here's a paired down ...
18
votes
2answers
7k views
simple hit counter for page views in rails
I've found several solutions for this problem, for example railstat from this post:
Page views in Rails
I have a bunch of articles and reviews which I would like a hit counter filtered by unique ...
0
votes
3answers
658 views
What is the best Google Analytics tool for use with Ruby on Rails?
I've developed a RoR application, and want to integrate Google Analytics so I can track usage etc... what is options I have, and which is the best choice? I'm not looking for anything too complicated, ...
5
votes
2answers
2k views
Tracking JSON calls with Google Analytics in a Ruby/Rails app
I searched a lot about this issue but I can't find anything good. I think that this is a common problem: you have a web app and build JSON APIs on top of your platform, so you can develop some ...
0
votes
1answer
220 views
In Rails, is there a way to call request.request_uri in a class (not a controller)?
I'm building a pageview counter for my app using the Garb Ruby wrapper for the Google Analytics API. Doing so means creating a new Module in the 'lib' folder, in which I create a class like this:
...
3
votes
1answer
928 views
Read domain's cookie from subdomain with Rails
In order to store some Google Analytics data, I would like to access to GA "__utmz" domain's cookie (domain=.example.com) from my www subdomain (domain=www.example.com). Is it possible to read this ...
0
votes
2answers
353 views
Google Analytics and Hubspot Delay Javascript Execution
We are trying to use google analytics and hubspot on our site but they bith seem to delay the execution of the scripts on our site.
We are using jQuery and the "ready" function to delay our scripts ...
3
votes
4answers
988 views
What is the best graphing/charting toolset to use for creating Google Analytics type graphs?
Given a Rails application on the server, what is the best charting/graphing solution for displaying dynamic, database driven charts/graph on a web page such as those available in Google Analytics.
...

