analytics

Why does Google Analytics show less visits than One&One stats?

给你一囗甜甜゛ 提交于 2019-12-24 02:33:33
问题 Comparing google analytics results to one&one hosting monthly statics shows a huge discrepancy. For last month: Google shows 1046 visits. One&one stats show 15304 unique visits. The google code is in the footer which appears on every page. I'm aware ga only works with js enabled but to assume that many non js users??? 回答1: Google Analytics is a good indicator of how many humans are visiting your website. Here are some things to check: how many bots are in your monthly stats? You can usually

Google Analytics with jQuery - show pathname in label

不问归期 提交于 2019-12-24 02:02:37
问题 I've got as far as creating the tracking and it works great like so: $('a.external').click(function(){ _gaq.push(['_trackEvent', 'Exit Links', 'Click', $(this).attr('href')]); }); <a href="http://example.com" class="external">example</a> This comes through to analytics correctly with the href as the label. What I'm wanting to do is be able to tag the current page they are on as well. So we can work out which page they were on when they clicked the link to go to an external page. Something

Missing iOS 7 App Usage data in iTunes App Analytics?

心已入冬 提交于 2019-12-23 23:04:23
问题 I have an app that is used by users running iOS versions from 6 to 9. But i can see app metrics only for (operating system) platform versions 8 and 9. There is no data about iOS 7 or earlier. I checked the iTunes Connect App Analytics Guide (pdf) & App Analytics Guide (html). It says "devices using iOS 7 or earlier are not included in App Analytics, but they are included in Sales and Trends". "App Analytics only displays data from devices using iOS 8 or later". I would like to know why it is

How create detailed stack traces in Google Analytics v4 crash reports for uncaught exceptions?

大兔子大兔子 提交于 2019-12-23 19:38:45
问题 By default Google Analytics reports only the top line of an uncaught exception in its crash reports (see first picture in this blog post). I have problems having Google Analytics to show stack traces of uncaught exceptions in my app that reflect the whole stack, rather than the first line (see second picture in the blog post mentioned above for the intended result). The problem as well as a solution are explained on this blog post mentioned above. However, the solution relates to v2 of the

Upgrading to Google Universal Analytics

邮差的信 提交于 2019-12-23 12:57:40
问题 I have been searching around to find out anything that needs to be taken into consideration when upgrading to Universal Analytics. I found this post: Google Analytics - Upgrading to Async Code He explains that if you are not doing anything advanced you should be ok. We have lots of event tracking in place that we would like to keep the same. We also have some Custom Variables I could do without and/or deal with in Custom Dimensions. Other than that we have a fairly basic setup. We do have a

Firing a google analytics event on form submit

故事扮演 提交于 2019-12-23 07:34:59
问题 I'm trying to add analytics event tracking to an onclick event for a submit input on a form. I've tried multiple different examples and referenced a couple of different SO posts to get to this point. I'm able to get the onclick to either submit the form OR fire the tracking event but not both. First example: (Submits form + logs to console but doesn't fire event) <!-- Analytics tracking code --> <form action="test.php" id="form" method="post"> <input type="text" name="name" id="name"> <!--

How to quickly build large scale analytics server?

天涯浪子 提交于 2019-12-23 03:13:19
问题 I need to build a analytics server for large scale (seven figures and up) quickly and for the cheap. Piwik would be the easy choice but for what I've gathered so far, Piwik is rather hard to scale and can require rather hefty servers to handle loads. My second idea would to create quick and dirty Node.js server which just pushes everything to Amazon DynamoDB, so that one can start gathering the data from the day one and then build the UI later on. That would be quick to create and scale

Create a histogram of session length in a given time period using Keen IO

倖福魔咒の 提交于 2019-12-22 13:01:50
问题 We are trying to build a histogram of session length in a given time period. Currently, we have sess:start and sess:end events which contains the session id and user id. I am wondering what's the best way to compute this data? Can this be achieve using the funnel api? 回答1: Have you checkout out the recipes section in Keen IO's docs? Here is an excerpt from the section on histogram recipes for Session Length that might be really helpful. Excerpt To create a histogram for session lengths, like

Get Profile Key Score for Individual Page in Sitecore

徘徊边缘 提交于 2019-12-22 11:11:24
问题 I have a question regarding Sitecore Analytics and user profile keys. I need to be able to get the score of a profile key for an individual page. For example, if I have a profile key called "traveler" that could have a value of 1-10 on a given page, I need to be able to get the value for that key that was assigned by the content author. I have found that by using the following: Sitecore.Analytics.AnalyticsTracker.Current.Data.Profiles.GetProfile("Profile Name").GetProfileKeyValue("traveler")

Does YouTube Analytics API just give you statistics of your channel?

﹥>﹥吖頭↗ 提交于 2019-12-22 04:41:11
问题 I am wondering if there is a way that I can get statistics of other channels. I only can see the statistics of my videos. When I use other contentOwners or channels, it says it is forbidden. Some of the statistics are for yourself like "Total viewcounts (and more) for all self-uploaded content" But some others like "Top 10 – Most watched videos for a content owner" should work for everyone, right? Does anyone know the solution that how can I get statistics of different channels? Thank You 回答1