flurry analytics module not giving full location data

You must Login before you can answer or comment on any questions.

after enabling the module and adding to my titanium project, flurry is only showing the country of where a user is at, not the further details. when clicking the map in the admin panel in flurry it says this:

Geolocation Data Not Available
You have not yet reported deeper location data.
 
View the SDK instructions to learn how.
so my issue is: how to enable the deeper location data from within the titanium-created project?

also, it looks as if titanium is using an older version of the flurry sdk because when i login to flurry it says i'm currently using SDK Version 2.7 while 2.8.4 is Available and it urges me to update the SDK version.

thank you!!!

6 Answers

Did anybody manage to figure out how to get deeper location data?

Use our flurry module, its updated to the newest Flurry SDK, you can reference the flurry sdk to use geolocation data. http://www.softgravity.com/articles/blog/7-appcelerator-flurry-module-for-iphone-ipad-and-android

— answered 2 years ago by dev softgravity
answer permalink
2 Comments
  • Great module! However, I've used this and I'm having problems still extending to the State/City they use the app. Anyone else?

    — commented 2 years ago by Scott Millar

  • I'm not sure how the geo location data works. If you called the setLatitute function with 4 args, and see a log message that a geolocation was sent to flurry, then you may need to talk contact flurry to see if they know what's wrong.

    — commented 2 years ago by dev softgravity

We're seeing this too, even though we're passing the "true" flag at the end which is supposed to enable the geo location stuff, e.g.:

Titanium.Flurry.initialize('flurryappkey', true);

I've looked through the Titanium Flurry module code, and nowhere do I see it calling Flurry's geolocation function, so I'm not sure how this'd work.

Your Answer

Think you can help? Login to answer this question!