google-analytics-firebase

How export more than 5000 rows from google analytics to an excel

断了今生、忘了曾经 提交于 2019-12-12 12:54:38
问题 I am trying to export more than 5000 rows to an excel sheet from google analytics, but I am not able to do so. I have searched a lot about it in google andtried the url modification which replaces explorer-table.rowCount%3D5000 with explorer-table.rowCount%3D50000 . But it's not working for me. It still returns 5000 rows only. Please help. Thanks in advance 回答1: Here are some options to pull more than 5000 rows from Google Analytics. 1) Use the Google Analytics Query Explorer to pull 10,000

How can I set campaign with Google Analytics using setCampaignParamsFromUrl()

你。 提交于 2019-12-12 09:48:48
问题 Update This was caused by a bug that Google have fixed in "Release Version 4.5 - Google Play Services 7.3 (May 1, 2015)". When using Google Play Services 7.3 or later it should be possible to call setCampaignParametersFromUrl() with a full URL as expected. Original question I'm using Google Analytics V4 in my Android app. On startup I send a screen view hit to Google Analytics and I set the campaign parameters on my HitBuilders.ScreenViewBuilder by calling setCampaignParamsFromUrl() like this

Android : using google analytics v4 to track fragment?

喜你入骨 提交于 2019-12-12 04:49:37
问题 How can we track fragment with google analytics v4 ? Here is my application class: public class MyApplication extends Application { private static final String PROPERTY_ID = "UA-XXXXXXX-1"; public static int GENERAL_TRACKER = 0; public enum TrackerName { APP_TRACKER } HashMap<TrackerName, Tracker> mTrackers = new HashMap<TrackerName, Tracker>(); public MyApplication() { super(); } synchronized Tracker getTracker(TrackerName trackerId) { if (!mTrackers.containsKey(trackerId)) { GoogleAnalytics

Custom Metrics not working | Google Analytics

亡梦爱人 提交于 2019-12-12 04:19:47
问题 Here is my Java file that defines my tracker : package com.example.anantchowdhary.simpletodo; import android.app.Application; import android.content.pm.ApplicationInfo; import com.google.android.gms.analytics.GoogleAnalytics; import com.google.android.gms.analytics.HitBuilders; import com.google.android.gms.analytics.Logger; import com.google.android.gms.analytics.Tracker; /** * Created by anantchowdhary on 18/09/16. */ public class MyApplication extends Application { public Tracker mTracker;

GA data is different from GA Dashbaord and GA API

纵饮孤独 提交于 2019-12-12 03:44:30
问题 I am trying to fetch GA data from GA Java APis.When i fetch data for a particular URL its page views data and time spent on page data form API is different for same time range. For one URL i got this difference. This is query { dateRanges=[{ endDate=2016-07-28, startDate=2016-07-28 }], dimensionFilterClauses=[{ filters=[{ dimensionName=ga: pagePath, expressions=[/53433409.cms], operator=REGEXP }] }], dimensions=[{ name=ga: pagePath }, { name=ga: hostname }], metrics=[{ alias=PageViews,

How to count newUsers per device ? Google Analytics

梦想与她 提交于 2019-12-12 00:14:17
问题 I am using google analytics in my ios/android apps. I need to count the following: new downloads : when user download the application from the store for the first time. reDownload : when user download the application from the store after uninstalling it. here is an example: when "user A" download the application from the store for the first time then it count as new download . when "user A" delete the application then after some time "user A" download the application again from the store ,

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

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 Api: How to use Custom Variables in the code?

大兔子大兔子 提交于 2019-12-11 05:29:27
问题 Trying to emulate how I do it on the Google Analytics Dashboard. How a Segment can be created with a Custom Variable Value ? I have tried writing following code but it does not return any result back. Can Custom Variable Value set as a DimensionFilter ? // Create Dimension Filter. SegmentDimensionFilter dimensionFilter = new SegmentDimensionFilter() .setDimensionName("ga:customVarValue1") .setOperator("EXACT") .setExpressions(Arrays.asList("account_id")); // Create Segment Filter Clause.

Android Google Analytics v4 SDK not tracking realtime on July 2016

拥有回忆 提交于 2019-12-11 05:24:28
问题 I am not seeing anything, not even a nudge on realtime tracking in GA. I am running the debug build using the debugger. I did not whitelist any corporate IPs or anything, just created a basic GA account and linked it to GooglePlay Developer. logcat shows that hit is getting dispatched 07-14 13:39:56.189 5488 5580 D GAv4 : Hit sent to the device AnalyticsService for delivery gradle build Project buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2