google-analytics

Android - AnalyticsReceiver is not registered or is disabled?

纵然是瞬间 提交于 2019-12-11 13:40:03
问题 I am using google analytics but when I debug with adb show me these messages. 05-11 14:57:48.911 1681-1912/? W/GAv4-SVC: Network compressed POST connection error: java.net.ConnectException: failed to connect to ssl.google-analytics.com/127.0.0.1 (port 443) after 60000ms: isConnected failed: ECONNREFUSED (Connection refused) 05-11 14:58:43.591 7281-7281/? I/GAv4: Google Analytics 8.2.98 is starting up. To enable debug logging on a device run: adb shell setprop log.tag.GAv4 DEBUG adb logcat -s

Get google analytics id from the code embed?

眉间皱痕 提交于 2019-12-11 13:27:19
问题 As an example, the code I have to embed has an ID of the form: UA-3235632-1 , but to use the data export API I need the ID from the URL of the proper page, in this case: 6270018 . How do I get the real ID from the UA type ID? 回答1: That feature of the the GA Data Export API could indeed be a little more clear. Here's what you need to do: login to the GA Browser and in the upper-right-hand corner drop-down menu, select your GA Account of interest (assuming you have more than one--if you don't

GoogleAnalytics - Group events by users

Deadly 提交于 2019-12-11 13:25:38
问题 I used the Google's developer guide's example to create an event for my Android app to see it in my Google Analytics account: // Get tracker. Tracker t = ((AnalyticsSampleApp) getActivity().getApplication()).getTracker( TrackerName.APP_TRACKER); // Build and send an Event. t.send(new HitBuilders.EventBuilder() .setCategory(getString(categoryId)) .setAction(getString(actionId)) .setLabel(getString(labelId)) .build()); The problem is that all the events are shown togather. Is there a way to

Google analytics is reporting traffic x10. Whats going on?

Deadly 提交于 2019-12-11 13:11:26
问题 I've previously used statcounter, which does a great job. I'm looking to start tracking with google analytics as well, but it seems to be way off. I tried to figure out the cause of the discrepancy and it looks like google is counting each page view times 5,10 or sometimes even more. For example, this is a site I barely use. I accessed it at 11:00 today. Instead of showing just 1 hit from me, its showing 10 users as having gone to the site http://screencast.com/t/GT29OKzG Similar things are

How to store unsampled reports from Google Analytics API to Google Drive?

允我心安 提交于 2019-12-11 13:02:42
问题 I read this instruction on how to retrieve data for unsampled reports from Google Analytics API to Google Drive: https://developers.google.com/analytics/devguides/config/mgmt/v3/unsampled-reports#introduction As far as I understand, here are the steps to retrieve unsampled reports: 1. Store the unsampled reports to Google Drive API 2. Use Drive API to download the file However, I couldn't find the instructions on how to store the unsampled reports to Google Drive API. Could you please tell me

Google Analytics domain data without filtering

£可爱£侵袭症+ 提交于 2019-12-11 12:52:55
问题 I run a web service with many sub-sites. Example URLs of sub sites: domain.com/sub/jim domain.com/sub/jon domain.com/sub/dave etc (around 3,000 currently and growing). We currently offer basic stats reporting (page views and unique pageviews) that we can get from Google analytics (we currently process a XML file of the /sub/ drilldown for this info). This all works well. What I'd like to do is offer domain mapping through a CNAME record. Example: www.jim.com acts as domain.com/sub/jim Usually

Track App Version in Google Analytics

瘦欲@ 提交于 2019-12-11 12:47:23
问题 I am using Google Analytics module( https://marketplace.appcelerator.com/apps/5081?2014113336 ) in my Titanium App. 1). Is there any way to track my app version to Google Analytics. In that module documentation no information regarding this. 2). How can I test Google Analytics in my app? After integrating GA, I didn't see any data on my GA account. (even realtime data also empty https://www.google.com/analytics/web/#realtime ) 3). When creating new Account in Google Analytics, which one

How can I combine/speed up multiple API calls to improve performance?

一个人想着一个人 提交于 2019-12-11 12:42:10
问题 Update: I found something that might be useful, but I'm still having a bit of trouble figuring out how to implement it. If I try to map the get_data like so, I'm not sure how I can assign the results of each call to the respective variable. parameters = [ [service, profile_id, '30daysAgo', 'ga:browser', 'sessions::condition::ga:deviceCategory==desktop'], [service, profile_id, '60daysAgo', 'ga:browser', 'sessions::condition::ga:deviceCategory==desktop'], ... [service, profile_id, '90daysAgo',

Google tag manager: tag is fired in real time, but no data in event category google analtyics

匆匆过客 提交于 2019-12-11 12:17:19
问题 Please have a look at the images below: Google tag setup Fire rule I have used it in a simple web page and a simple tag manager account. The tag is fired in real time and the 'event category' in Google analytics has recorded the 'category', 'action' and 'label' When I did the same thing to a shared account (shared by many schools and faculties), I can see the tag is fired in real time, but no data is recorded in recorded the 'category', 'action' and 'label. A similar issue I have: Google

GTM / GA / Enhanced Ecommerce setup Best practices help is needed

拥有回忆 提交于 2019-12-11 12:05:22
问题 I am new in dealing with GTM /GA / Enhanced Ecommerce tracking and seeking some advice on best practices. We will soon be implementing multiple sites (each having different locale) below is the example of the sites domain structure : www.mysite.com/uk- UK www.mysite.com/de- german www.mysite.com/in - india Here is the approach that i think will work out best...i am planning to set one GTM Account since parent company is same (mysite) but different GTM containers (one for each country) We will