Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

the Visitor Loyalty numbers for the iOS Google Analytics seem to be wrong (at least in my case). According the numbers the app is visited only 1 or 2 times. Never more than 2. This made no sense to me so I created a new account using Google's example app, same results.

Now the question remains: is this a known issue, do you guys also have problems with Visitor Loyalty numbers with the use of the iOS GA sdk or am I missing something here? Are the cookies overwritten or deleted after the second time? All the other results are okay (also the absolute unique visitors) so the cookies don't seem to be the problem..

(btw with the Android sdk I don't have these problems)

share|improve this question
Hi, Did you find any solution to this issue? I'm having exactly the same problem. – Amit Chintawar May 10 '11 at 13:08
Still the same issue here. Did somebody fix that? – toupper Aug 2 '11 at 14:54

1 Answer

Google say:

Unique Visitors represents the number of unduplicated (counted only once) visitors to your website over the course of a specified time period. A Unique Visitor is determined using cookies.

So every time you re-install your app on device or simulator, a new unique visitor will be detected.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.