AbdFatah / analytics-issues

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

iOS SDK v1.5 hits getting sent successfully, but are not visible in GA Dashboard #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Name of affected component: Mobile Tracking

Name of related library and version: iOS v1.5

Issue summary:
We have setup our iOS app on Google Analytics website, as a Mobile App. The 
profile is "All Mobile App Data". No analytics data is showing up in GA.
 Running GANTracker in debug mode shows that the hit is being successfully sent to GA.  Also, listening to the GANTrackerDelegate methods shows that hits are successfully sending to GA.

Expected output:
Hits should be recorded and reported in GA, but they do not show up in 
real-time reporting (waiting for 30 min), or in normal reporting (even after 48 
hrs).

Actual results:
No hits from the app are displayed in GA dashboard.

Notes:

This behavior is happening on an iPhone 5 running iOS 6.1.2, and an iPad 2 
running iOS 6.1.2.

Here's our tracking start-up code:
    [[GANTracker sharedTracker] startTrackerWithAccountID:@"UA-xxxxxxx-x" dispatchPeriod:10 delegate:self];

And our page/screen tracking code:
    NSError *error;
    [[GANTracker sharedTracker] trackPageview:@"test" withError:&error];

Here's a sample event that's getting tracked and sent successfully:
 GET /__utm.gif?utmwv=4.9.1mi&utmn=606651680&utmcs=UTF-8&utmsr=768x1024&utmsc=24-bit&utmul=en-us&utmp=%2Ftest&utmac=UA-xxxxxxxx-x&utmcc=__utma%3D1.722275793.1363203595.1363203595.1363203595.1%3B&utmht=1363203620847&utmqt=4204 HTTP/1.1

Host: www.google-analytics.com

User-Agent: GoogleAnalytics/1.5.1 (iPad; U; CPU iPhone OS 6.1.2 like Mac OS X; 
en-us)

Original issue reported on code.google.com by Dcom.InH...@gmail.com on 13 Mar 2013 at 11:26

GoogleCodeExporter commented 9 years ago
same as issue 246: 
https://code.google.com/p/analytics-issues/issues/detail?id=246

Original comment by jimatart...@gmail.com on 26 Mar 2013 at 6:38

GoogleCodeExporter commented 9 years ago
Pertains to legacy v1.x of SDK, closing as obsolete. Please update to v3.x or 
higher.

Original comment by awa...@google.com on 8 Nov 2013 at 11:47