AbdFatah / analytics-issues

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

No Tracking from iOS application #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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
---------------------------------------------------------------------------

Hi, I'm working with the iOS SDK to track some page/event.

I configured my application on the Google Analytic website, and I used a Fake 
url (http://myapp.mycopamny.com)

I associated my UA-XXXXX-YY into my project.

But I don't have any tracking page/event in the Google Analytic website.
And I don't have any error from the SDK, in my project.
Also I used sample provided by google analytic's team, and I got nothing.

Any help ?

Thanks a lot.

Romain.

Original issue reported on code.google.com by romain.v...@gmail.com on 14 Mar 2012 at 11:39

GoogleCodeExporter commented 9 years ago
I have the same issue -- nothing shows up in GA.  Using Charles debugger, I see 
the following is getting POSTed to /collect (and it is retuning 200 OK):

ul=en
&an=GoogleAnalyticsTest
&_v=mi1b3
&cid=0446fc666190f8e6266d8abc94d454bd
&t=appview
&sd=24-bit
&sr=768x1024
&cd=Second+View+Controller
&tid=UA-XXXXXXX-1
&v=1
&av=1.0
&qt=17377
&z=14632380783676194366

(BTW, I've added line breaks and anonymized the ID.)

Original comment by alindg...@flightpath.com on 3 Dec 2012 at 5:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The GA endpoint will always return a 200, regardless of whether the hit is 
valid, and there are many reasons data might not show up in your reports.

Beyond that, there are many reasons you might not see data in your reports.

Can the original reporter, or any else experiencing this issue, provide more 
detail? SDK version used, logs, etc. would be helpful.

Original comment by awa...@google.com on 8 Nov 2013 at 10:56

GoogleCodeExporter commented 9 years ago
I am also encountering the same issue, the scenario which i am facing is where 
from the same devices(after reinstalling the app) the calls that we were being 
tracked before, is not getting tracked in analytics website. 
In some scenario, events are not getting tracked for the first install and for 
the same device, events are getting tracked after the multiple reinstall.

I have attached the charles log for Google Analytics that are not getting 
tracked

The code which we use for initializing :

    NSString *version = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"];

    [GAI sharedInstance].trackUncaughtExceptions = NO;
    [[GAI sharedInstance].logger setLogLevel:kGAILogLevelNone];
    [GAI sharedInstance].dispatchInterval = 10;
    [GAI sharedInstance].optOut = NO;
    [[GAI sharedInstance] trackerWithTrackingId:GA_ID];
    id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker];
    self.GATracker = tracker;
    [tracker set:kGAISampleRate value:@"50.0"];
    [tracker set:kGAIAppVersion value:version];

Can please any one help ?

Original comment by surendra...@tringapps.com on 25 Jun 2014 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago
i am using Library - iOS , Version 3.06

Original comment by surendra...@tringapps.com on 25 Jun 2014 at 10:36

GoogleCodeExporter commented 9 years ago
Can you please let us know why this would be happening?

Original comment by surendra...@tringapps.com on 26 Jun 2014 at 2:53

GoogleCodeExporter commented 9 years ago
The same issue on iOS with 3.08

Original comment by Yakimen...@gmail.com on 9 Jul 2014 at 9:59

GoogleCodeExporter commented 9 years ago
Original issue is obsolete. If you feel there is still a problem please open a 
new issue and provide details.

Original comment by pfrise...@google.com on 24 Oct 2014 at 7:12