google-analytics

App reject : Google Analytics ios sdk 2.0

岁酱吖の 提交于 2019-12-03 12:50:37
问题 I am using latest Google analytic iOS SDK 2.0 in my Project and app get rejection in few minute saying invalid binary . I received a email from apple review team that "Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice:". I searched all the app with terminal command and manualy as well for UDID. I upload app without Google Analytic and it get approval in 6 days, But with Google analytic it get rejection. Please share more details on the same. I

Does Google Analytics for Mobile provide any offline data tracking for Android apps? [closed]

半城伤御伤魂 提交于 2019-12-03 12:45:07
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . Just as the questions says, does Google Analytics for Mobile provide any offline data tracking for Android apps? 回答1: If the application is offline, Google Analytics stores the events in a SQLite database and

Generate google-services.json for Android

拟墨画扇 提交于 2019-12-03 12:25:20
This might be a stupid question but I am facing an issue when trying to generate my google-services.json file for my app. I am following this guide from the google developers team to setup my project for analytics but when I click on the get configuration file button nothing happens, I just get a loading spinner that never ends. I tried on different browsers, it's still the same. I checked the chrome console and got : Refused to display 'https://accounts.google.com/ServiceLogin?service=cloudconsole&osid=1&passiv…3Dtrue%26cntlbl%3DContinue%2BAdding%2BAnalytics%26cntapi%3Danalytics&hl=en' in a

Android Google Analytics xml file

僤鯓⒐⒋嵵緔 提交于 2019-12-03 12:20:26
问题 I am reading a new google tutorial for Android analytics and it's strange, first of all when I add this strings in my gradle: classpath 'com.google.gms:google-services:1.3.0-beta1' apply plugin: 'com.google.gms.google-services' I can't sync my project (plugin not found error). I don't know is it important or not. I only can add compile 'com.google.android.gms:play-services-analytics:7.3.0' . And second, in tutorial there is a step where I should subclass Application: package com.google

Firefox 'Error loading script' loading Google Analytics in FF2

末鹿安然 提交于 2019-12-03 11:53:33
问题 The project I'm working on uses a window.onerror event handler to report user problems. I've noticed a single user that just cannot seem to load the Google Analytics script. Our site doesn't see a lot of traffic so I'm not sure how widespread this is, but so far it seems to just effect one user. His user agent is: "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17". The error message Firefox gives is: "Error loading script". Additional note : The

Two separate script tags for Google Analytics?

穿精又带淫゛_ 提交于 2019-12-03 11:35:59
问题 Does anyone know why Google Analytics requires two separate script tags? Specifically, their instructions advise users to embed the following snippet of code into a web page for tracking purposes: <!-- Google Analytics --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type=

Is there any code needed in Activity so that ga_autoActivityTracking = true would work for Google Analytics V4

纵然是瞬间 提交于 2019-12-03 11:33:23
In Google Analytics v3, to auto tracking for Activity , we need to have ga_autoActivityTracking flag in manifest.xml. GA code in onStart and onStop Google Analytics SDK for Android v3 public class myTrackedActivity extends Activity { @Override public void onStart() { super.onStart(); ... // The rest of your onStart() code. EasyTracker.getInstance(this).activityStart(this); // Add this method. } @Override public void onStop() { super.onStop(); ... // The rest of your onStop() code. EasyTracker.getInstance(this).activityStop(this); // Add this method. } } <?xml version="1.0" encoding="utf-8" ?>

Phonegap google analytics not tracking at all

痞子三分冷 提交于 2019-12-03 11:06:54
This my main.js file /* Google Analytics */ (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); var _gaq = _gaq || []; function _track(page){ try { _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']); /* But with my correct one */ console.log('google analytics:' + page); if (page != '') { _gaq.push(['_trackPageview', 'Mobile: '+page]); } else { _gaq

google analytics easytracker causes java connection exception

ε祈祈猫儿з 提交于 2019-12-03 10:52:52
I started using the Google Analytics platform. as of now I am able to connect from my emulator to G.A servers and upload information. problem is, when testing from my Samsung Galaxy S the app is not being able to communicate with the G.A servers. I get the next error: 12-17 17:43:21.924: W/GoogleAnalyticsTracker(20577): Problem with socket or streams. 12-17 17:43:21.924: W/GoogleAnalyticsTracker(20577): java.net.ConnectException: www.google-analytics.com/127.0.0.1:80 - Connection refused 12-17 17:43:21.924: W/GoogleAnalyticsTracker(20577): at org.apache.harmony.luni.net.PlainSocketImpl.connect

Google Analytics database [closed]

倖福魔咒の 提交于 2019-12-03 10:30:57
Does anybody know how data in Google Analytics is organized? Difficult selection from large amounts of data they perform very-very fast, what structure of database is it? AFAIK Google Analytics is derived from Urchin. As it has been said it is possible that since now Analytics is part of the Google family it is using MapReduce/BigTable. I can assume that Google had integrated the old format of Urchin DB with the new BigTable/MapReduce. I found this links which talk about Urchin DB. Probably some of the things are still in use at the moment. http://www.advanced-web-metrics.com/blog/2007/10/16