google-analytics

Google can't find Analytics snippet on Github Pages [closed]

…衆ロ難τιáo~ 提交于 2019-12-06 20:59:53
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . For some time now, I have had troubles getting Google Analytics to work properly on my generated Github Pages. I've used the default snippet provided by Google but I think that the crawler that is looking for the snippet looks in the url victorbjelkholm.github.com instead of victorbjelkholm.github.com/2012-I

Transactions keep accumulating in buffer (Google Analytics SDK for Android) [closed]

雨燕双飞 提交于 2019-12-06 20:58:03
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 7 years ago . I'm trying to track downloads and sales of my app with Google Analytics. When my app receives an INSTALL_REFERRER broadcast, it creates a transaction and

Google analytic “GET A CONFIGURATION FILE” doesn't let me to select my account

坚强是说给别人听的谎言 提交于 2019-12-06 20:25:52
问题 I've a working google analytics integration done from the latest v4 documentation. Where we need to GET A CONFIGURATION FILE from here But facing the following issue I've two different tracking id for two separate apps on my google analytics account. For first app I got the google-services.json file which I placed inside the root directory and everything is working fine. When I follow the steps to create the google-services.json for second app it doesn't let me to switch my account (see the

Android referral tracking not working with Google play

北城以北 提交于 2019-12-06 20:12:07
问题 I am trying to implement referral tracking on downloads from the Google play . Before uploading to Google Play, when I tried testing the app using below script, its working fine and i am getting referral string. adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n <my.myPackage>/.<path.up.until.my.CustomBroadcastReceiver> --es "referrer" "utm_source%3Dentity%26utm_medium%3Dsocial%26utm_campaign%3Dwo_referrer%26referrerId%3D173%26entity%3Dfacebook%26email%3Dmideeshp%40email.com"

Google Analytics tracking code giving CORS error

巧了我就是萌 提交于 2019-12-06 19:41:31
问题 I'm using (what looks to me like) new Google Analytics tracking code that I got from my account yesterday. It makes use of some "Global site tag". I've placed it at the top of my , as GA instructs, but I'm getting a cross origin error when loading my page, so GA isn't tracking my site correctly. This is the exact message: Access to Script at 'https://www.googletagmanager.com/gtag/js?id={my-id}' from origin '{my website}' has been blocked by CORS policy: The 'Access-Control-Allow-Origin'

Profiling the Performance of a Google App Script

旧城冷巷雨未停 提交于 2019-12-06 19:20:54
问题 I've written a Google App Script to pull in Google Analytics data into a Google Spreadsheet. It's a fairly long running script making multiple requests to the GA Reporting API, it also uses Google App's ScriptDB. Is there a good way of profiling each step of the scripts performance so I can figure out what areas are taking the longest, so I can begin optimizing in certain areas? 回答1: The Execution Transcript is very useful for this kind of thing. You can also put Logger.log() statements all

Uncaught ReferenceError: ga is not defined

烈酒焚心 提交于 2019-12-06 19:19:20
问题 I want know how many times people clicked on a particular button (should be very simple with Google analytics). However, I had an "Uncaught ReferenceError: ga is not defined" error from google console and can't find how to fix it. I added this in the head: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o) [0];a.async=1;a.src=g;m.parentNode.insertBefore

google analytics ios sdk V2.0 short session durations

别说谁变了你拦得住时间么 提交于 2019-12-06 18:09:53
问题 The app I'm working on is used on an iPad in a retail display. The device has auto-lock turned off, and the app will show a video loop as a type of screensaver after a minute of inactivity. We are using the GA iOS SDK 2.0 beta to track sessions, with a session timeout of 60 seconds. The app starts a session on startup, and also when the screensaver is dismissed by a touch. This is all working fine except for the multiple 0-10 second long sessions we get, with average duration of 0:00. We can

android google analytics v3: “Service unavailable”

泪湿孤枕 提交于 2019-12-06 17:02:41
问题 following the simple guide here, https://developers.google.com/analytics/devguides/collection/android/v3/ when i run my app, i get this, 10-28 18:01:17.973 27022-27069/com.foo.bar W/GAV3﹕ Thread[GAThread,5,main]: Service unavailable (code=1), will retry. 10-28 18:01:17.973 27022-27069/com.foo.bar I/GAV3﹕ Thread[GAThread,5,main]: No campaign data found. 10-28 18:01:17.973 525-865/system_process W/ActivityManager﹕ Unable to start service Intent { act=com.google.android.gms.analytics.service

How long does it take for Google Analytics Goals to start show some data?

荒凉一梦 提交于 2019-12-06 16:33:00
问题 I am testing Google Analytics Goals but I am not sure if I have it setup correctly. I setup a basic 3 step goal just as a test. I then went to my web site and performed those three steps. Should that immediately show up in Google Analytics under the Goal reports or does it take a few days? I need to know so I can know if I need to be troubleshooting or not. Thanks in advance! 回答1: You can see goals appear instantly in the Real Time Conversions report. One other thing to bear in mind when