kotmyrevich / analytics-issues

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

Dispatch APIs not available #354

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Mobile Tracking

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): Android 3.01

Issue summary:
The dispatch API's described in the SDK 
(https://developers.google.com/analytics/devguides/collection/android/v3/dispatc
h) are not available

Steps to reproduce issue:
Download the SDK and try to use the dispatch methods 'dispatchLocalHits' and 
'setLocalDispatchPeriod'

Expected output:
The methods should be part of the SDK

Actual results:
All dispatch methods are missing.

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.

Original issue reported on code.google.com by che...@poshmark.com on 22 Oct 2013 at 5:44

GoogleCodeExporter commented 8 years ago
I was making a mistake. Found the functions in 'GAServiceManager' class. 

I would like to know why these methods are deprecated. Our app needs at least t 
eh ability to dispatch all hits before it stops.

Original comment by che...@poshmark.com on 22 Oct 2013 at 10:36