Questions tagged [chartbeat]

chartbeat shows real-time traffic to a specific website and allows users to set alerts for any downtime or spikes in traffic.

8 questions
1
vote
1 answer

Chartbeat and Google Analytics

We have Chartbeat installed in our app which gives us live coverage of users coming in. However, one thing that Chartbeat lacks is the ability to display the total number of views a page has had... So I was thinking of integrating Google Analytics.…
1
vote
2 answers

How does Chartbeat measure Server Load Time?

It seems that Chartbeat is reporting my Server Load Time incorrectly. Does anyone know how Chartbeat measures this data so I can make this metric more accurate?
Nick
  • 271
  • 2
  • 6
1
vote
1 answer

Google analytics vs. chartbeat analytics

I am using Google analytics page views tracking with ga.js. I am getting a significantly lower current users statistic than with Chartbeat (I put it in for comparison). Only the page views with a cookie to allow for it are sent to Google analytics,…
xtrinch
  • 2,232
  • 1
  • 24
  • 46
1
vote
3 answers

how can i differentiate page load and onclick querystrings in omniture,chartbeat,foresee

I am using currently fiddler and firebug tools to get the requests and responses for my webpage load and click events. I am getting results, but how can differentiate the query string is for page load or for click event. I want this process for site…
user2252365
1
vote
1 answer

How to track how many views a ajax post was seen?

I have something similar to twitter's feeds where we load it in real-time. How do i track how many people have seen a tweet? I am not talking about if you go to domain.com/post/32434 and that loads a status. I am talking about AJAX real-time query…
ariel
  • 2,962
  • 7
  • 27
  • 31
0
votes
1 answer

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 problems...click tracking would be nice. Is…
koreyb
  • 31
  • 1
  • 2
0
votes
1 answer

jQuery to parse data and get the lat and lng and insert into Google Maps`

I am using jQuery to get JSON from the following URL: http://api.chartbeat.com/live/geo/v3/?apikey=fakekeytoshowtheurl&host=example.com Here is an example of the JSON I get: "lat_lngs": [[25, -80, 9], [26, -80, 6], [27, -80, 1], [29, -98, 2], [29,…
Brian Logan
  • 812
  • 2
  • 6
  • 20
0
votes
1 answer

Getting symbol conversion error when trying to call method using a gem?

I'm trying to get some chartbeat.com stats for my site using their API. Using the Python chartbeat egg works fine but with Ruby I'm having difficulty getting past the first phase. Ultimately, my goal is to pull the chartbeat quickstats array…
jed
  • 123
  • 1
  • 3
  • 11