kotmyrevich / analytics-issues

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

Prevent auto activity reporting from reporting some activities #769

Open GoogleCodeExporter opened 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 related component: Mobile Tracking

Request summary:
I'd like to be able to stop some activities being send as screen when 
ga_autoActivityTracking is turned on.

Use Cases:
We allow most of our activities to be reported automatically, and we map them 
to more human readable names. But it is useful to compare user behaviour 
between iOS and Android, so it is desirable to  no have some screen events 
being send from android (for example a thin activity that hosts some tab 
fragments - we'd report the fragments manually as screen views, but not the 
host activity). Instead we have to manually read the XML file and reproduce 
what the Tracker object does.

If the ScreenName entry is blank, you could take that to mean "don't report 
this screen"

Original issue reported on code.google.com by sd...@airsource.co.uk on 30 Oct 2015 at 4:43