gzog / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

How to stop free app listing from Google Analytic? #833

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for
reporting issues and requesting features for the Google Analytics
libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of affected component: Mobile Tracking, Google analytic reports

Name of related library and version, if applicable: Google play services V4

Issue summary:
I am facing problem in Google Analytic report. When I check the GA report 
against mobile app its showing me session from other countries as well.
I want to know why GA shows session from other countries, I have not enable 
demographics then how this can be happen?
How can I stop session from other countries in my mobile app?

Expected output:
Want session to be display only for those countries where application actually 
used. 
Want a result only for direct hits and ignore the referral and google organic 
session.
How can I restrict GA to not to generate reports with referral and google 
organic sessions?
Actual results:
GA reports showing session form other countries as well. 

Original issue reported on code.google.com by testid.android@gmail.com on 23 Dec 2015 at 9:23

Attachments:

GoogleCodeExporter commented 8 years ago
ga:country and all location dimensions are derived from the end user IP address 
of the incoming hits.
You can always create view (property) filters: 
https://support.google.com/analytics/answer/1033162?hl=en

https://developers.google.com/analytics/help/
The best place to ask questions about using and developing with Google 
Analytics APIs, libraries, and SDKs is on Stack Overflow. Make sure and use one 
of the following tags:

google-analytics — for general questions about Google Analytics.
google-analytics-api — for questions specific to one of the Google Analytics 
APIs.

In this way you not get the benefit of the larger community your questions will 
also help others.

Original comment by mcoh...@google.com on 24 Dec 2015 at 5:13