Android :: Flurry Analytics Vs Google Analytics On Mobile Platform

Jun 29, 2010

I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for the Android and the iPhone and seem very similar in most ways.

Android :: Flurry Analytics vs Google Analytics on mobile platform


Android :: Best Mobile Application Analytics Package?

Aug 4, 2009

I'm developing on Android at the moment and want to know the best mobile app analytics for android and iPhone. I only need usage stats at the moment.

View 3 Replies View Related

Android :: Google Analytics - Starting The Tracker

Jun 18, 2010

Do not start the GoogleAnalyticsTracker in your Application onCreate() method if using referral tracking.

Well, of course I'd like to use referral tracking. It would be my whole reason to use Google Analytics instead of a more full featured analytics.

But what does this mean exactly?

Does it mean: Start the tracker somewhere else? (where? onStart) Don't start it at all - it will get started for you? You can't use a tracker if you are using referral tracking?

Has anybody used referral tracking so they can give me some tips?

View 2 Replies View Related

Android :: Use GData And Google Analytics On Droid?

Apr 19, 2010

I am wondering what my options are for using GData and specifically the analytics api on android to build a small widget. After searching around for a while I couldnt come up with any libraries with decent examples.

Are there any dedicated libraries with some decent examples / doco to do this sort of thing? I would like to target 1.5 but if the are 2.0 only I guess that is fine too.

View 1 Replies View Related

Android : Google Analytics - Tracking Unknown

Nov 8, 2010

I have created a tested Google Analytics sample app as directed in http://code.google.com/mobile/analytics/docs/android/gle.com/mobile/analytics/docs/android/

And I have initiated Tracking in my code using

CODE:.............

And

CODE:.............

I have created a Google Analytics account, In my account if go to Analytics setting tab. I am getting the status as "Tracking Unknown"

I tried clicking on the edit and clicked check status, Then too I am Getting "Tracking Not Installed"

For Reference My code is:

CODE:....................

View 2 Replies View Related

Android :: Google Analytics Install Referrer Issue

Nov 1, 2010

I needed to track install information, so i used com.android.vending.INSTALL_REFERRER intent for google analytics: http://code.google.com/mobile/analytics/docs/android/

I have put that intent into manifest as following:

<receiver android:name="com.mycompany.MyReceiver" android:exported="true"> <intent-filter> <action android:name="com.android.vending.INSTALL_REFERRER" /> </intent-filter> </receiver>

Inside MyReceiver class, i've implemented:

public void onReceive(Context context, Intent intent) { String referrer = URLDecoder.decode(intent.getStringExtra("referrer")) Log.d(TAG, referrer); com.google.android.apps.analytics.AnalyticsReceiver receiver = new com.google.android.apps.analytics.AnalyticsReceiver(); receiver.onReceive(context, intent);}

Then i installed app using generated at http://code.google.com/mobile/analytics/docs/android/#android-market-... url, and got this in log:

DEBUG/TestApplication(31977): utm_source=androidmarket&utm_medium=device&utm_campaign=search&utm_term=pna­me:com.mycompany.test.market&rowindex=0&hl=en&correctedQuery= WARN/googleanalytics(31532): Badly formatted referrer missing campaign, name or source WARN/googleanalytics(31532): Badly formatted referrer, ignored

So, instead of referral data that was given at url generation, i've got data which looks like i was searching for my app at Market

Does anyone have this kind of trouble, or knows how to help?

View 2 Replies View Related

Android : Google Analytics For Tracking Market Keywords

Jun 10, 2010

I do want to implement the Google Analytics for mobile on my android application using the sdk provided on this page http://code.google.com/intl/it-IT/mobile/analytics/docs/android/

Does someone knows, before i start to integrate it, if it tracks the keywords people used on the android market in order to arrive and install my application ?

If it does not, which would be the purpose of using this ?

View 3 Replies View Related

Android :: Google Analytics SDK / Tracking App Version / Device Model Name

Sep 22, 2010

I'd like to be able to track the Version number of my application using Google Analytics Android SDK, and the Device Model name for people connecting to my application; What is the best way of achieving this? I'm assuming that I might be able to do something like: Will this work, and is this the best way of achieving this, or should I be using Events? Code...

View 1 Replies View Related

Adding Analytics To App?

Dec 15, 2013

I am considering adding google analytics to my game to gather usage statistics etc. But I wonder if it can do more harm then good. Currently my app does not require any special privileges, but once I add analytics code it obviously will require internet access permission which might make some user reluctant to install it in the first place.

View 1 Replies View Related

Android :: AdMob Analytics To Track Location?

Oct 31, 2010

Is anyone using AdMob analytics to track location and events in their app? I haven't been able to find any Android relevant info for the (AdMob) analytics side of things. Can someone please point me in the right direction? Alternatively, what are you using to track location and event data?

View 2 Replies View Related

Android :: Analytics Tracking Issue With Sdk1.5?

Apr 1, 2010

I need to use google analytics tracking for my app and it says that it is supported with versions 1.6 and higher.

But my app runs on versions 1.5 and higher and right now it does not have an issue when I add the tracking code to my manifest.

CODE;...........................

View 2 Replies View Related

Android :: Setting Up Android Application For Analytics And Tracking

May 19, 2010

Tracking events and setting up Analytics for Websites seems easy. You create an account with one of the Analytics service providers like Google. They give you javascript code that you embed in your pages (whichever event you wish to track) and voila..you're done.

I have written a native application for Android phones, which is actually an adaptation of the actual web site. Now, I am required to setup Analytics and tracking for this native application.

Question:

How to do setup a native application for Analytics? We have Java Script code(not Google Analytics but for some other engine) that works for the original web site. Is there a way to incorporate that in the native application? I know Android supports Java Script via WebViews(Webkit);my application does not have webviews, it is native!

I have not worked on JavaScript since school so excuse me if I sound naive.

View 3 Replies View Related

Android :: What Mobile Platform Should I Start Learning?

Jul 7, 2009

What mobile platform should I start learning?

View 20 Replies View Related

Android :: Learn Mobile Programming On Platform

Nov 14, 2009

I'm beginning to learn mobile programming on the Android platform. I'm up for working with any particular base SDK. I just want to hear some suggestions from the community about what types of applications I should start with to help learn more advanced interactions with the platform.There are of course the Standard Hello World, calculator, etc. But by now I am bored with all of those.What do you all make when learning a new language?

View 10 Replies View Related

Android :: 3D Engines For Development On Any Mobile Platform

Sep 29, 2009

I am planning to develop a game for all of the mobile platform and have pretty much zeroed down on the concepts of the game. but the only issue I'm facing as of now is that I have no idea what would be the best libraries + 3d Engine to us to achieve the best results on the hardware on some of the upcoming mobiles. I'm talking about the iPhone 3GS, the new WinMo and Android devices with the famed Snapdragon, other processors from Samsung, ARM, Qualcomm and even Intel and AMD.as of now i plan to use the ogre libraries for now, but then what will offer portability?? This is much more of a design question rather than just coding. Any help is appreciated, others who wish to collaborate are very much welcome too. just drop me a mail.

View 1 Replies View Related

Android :: Download File On Mobile Platform

Jul 5, 2010

I've some files stored in a SQL database. When a user visits a url with the given ID, the BLOB data is retrieved from the database to the webbrower However, the iPhone (Safari) can't download a *.txt and *.doc file. It says: "Safari can't download this file". A pdf can(!) be downloaded and viewed.On Android none of the files can be downloaded.Is this because the iPhone and Android just can't handle all files? Or am I doing something wrong in the Response.

View 1 Replies View Related

Android :: AR On Mobile Phones Using Adobe Flash Platform?

Nov 13, 2010

I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform.
Can you please let me know if any sources is available for me to find out how to start? I'm not sure what software I need to use to implement AR but as I can understand I need: ARToolKit Marker Generator to create the marker matching with the 3D image, then FLARToolKit to analyze the image from the marker and Papervision3D to create an object that shares that same space with the marker. Can you please let me know if what I wrote is correct and advise me how to start the implementation on Adobe Flash platform?

View 1 Replies View Related

Android :: Developing Cross Platform Mobile Application

Jul 30, 2010

More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are available,Android,iOS,Moblin,Windows mobile 7,RIM,symbian,bada,maemo etc.

And making of corss platform application is headache for developers. I am searching common thing across the platforms which will help to developers who want to port application to all platforms.Like what is the diff screen resolution, input methods, open gl support etc. please share details that you know for the any of platform . or is there possibilities , by writing code in html (widget type of thing) and load it into native application. I know about the android , in which we can add the web view into application. by calling setContentView(view)

Please share the class details where we can add the html view into native application of different type of platforms that you know.

Purpose of this thread is share common details across developers. marking as community wiki.

Cross platform tools & library

View 5 Replies View Related

Android :: Cross Platform Mobile File Upload Possible?

Apr 18, 2010

I need as simple as possible solution for uploading files (eg. photos) to my website from mobile devices (iPhone, Android, BB, Nokia). Is it possible to do it in same way? Using Java or XHTML?

View 2 Replies View Related

Android :: Encrypt Outgoing Data? (any Mobile Platform)

Sep 13, 2010

Would it be possible for me to build an application that enables people to encrypt call coming to me with my public key and then for me to decrypt the call data at my end using my own private key. This way I basically have a more secure communication channel which I am assuming because RSA is hard to crack would be difficult to monitor.I am asking this question from a research point of view and have absolutely not considered the factor as to how computationally feasible would such an application be. I would just like to know if there is a way for me to intercept my outgoing data using any built functions.

View 2 Replies View Related

Android :: Developign X-platform Mobile Apps On Ubuntu

Oct 16, 2010

I'm a junior iphone developer and got familiar with developing on xcode on top of Mac OS.I wanna build some Cross-Platform apps in the near future and wanna Use Ubuntu as my Operating system.I found many solutions that run only on Mac OS or need mac to build apps for iphone but this is not what i need. i need something which can keep me far from mac (for some reasons).I heard about AIR packager for iOS and that also AIR does apps for android but i'm not a flash guy (but can learn if it will do the job), so i wanna guidance from experience people like you about what is the suitable route should I take.

View 1 Replies View Related

Android :: Which Mobile Platform Would Be More Rewarding To Learn As Developer?

Oct 1, 2009

I am interested in getting my feet wet in PDA/mobile development.The only two drivers for me are the drive to learn cool (or at least, new) stuff, and may be to code some app that I felt I really needed but lacked. As such, I would like to know what the comparative benefits/downsides would be for me as a developer in choosing one of the three platforms (iPhone vs Palm Pre vs. Android.I will have access to any of the 3 but not to Windows mobile).This is not a duplicate of this question, since I do not care at all about that question's data points (cost of the handheld, popularity of the platform). Also, just to be clear, my goal is not financial at all - I don't plan to make money off of such development nor directly use the skills in the area I might obtain in my career (e.g. I work on stuff that has zilch mobile exposure and will remain so). So concerns such as "installed user base" are pretty irrelevant. All I care about are tangible (learning) and intangible (sheer joy of it) benefits to me as a developer.Also, please be positive and don't put down other platforms or otherwise use this as a holy platform war excuse. I have edit privileges and will mercilessly edit any un-backed-up-by-facts attacks on any platform that aren't downvoted.

View 8 Replies View Related

Android :: Web Apps For Cross Platform Mobile Software Development?

Feb 8, 2010

I am a C++ programmer interested in developing applications for Android as well as the iPhone platform. I have explored both these platforms by writing simple applications in Java (Android) and Objective-C (iphone). But the fact is that I am not comfortable with either of these languages, and it bothers me that I have to write 2 very different versions of the same application to support both platforms. (And then what do I do to run it on a Nokia phone?)Is using web technologies (JavaScript/HTML/CSS) a viable solution for writing apps which will run on multiple mobile platforms? I have heard of Appcelerator and PhoneGap, but I am not sure how mature these products are. I'd appreciate any feedback from folks who have used web apps as a solution for developing cross platform mobile apps.

View 5 Replies View Related

Android :: What Is Best Approach To Develop Multi-platform Mobile Application?

Jun 4, 2010

We need to make an application that runs on iPhone, Android and BB. What is the best approach to write the least ammount of code? I know about some frameworks but I am not sure the best approach.

View 5 Replies View Related

Android :: What's Quickest Mobile Platform To Create Bluetooth Application On?

Aug 26, 2010

Most of the time I write code for embedded modules or small programs on my computer to analyze data that said code generates.Now I've been asked to prototype a mobile application to analyze/display that data instead.I have no (6-year old CS101) experience with either of the popular languages (Obj-C/Java?), let alone with any of the APIs/libraries available on the 4-5 popular mobile OSs, so I'm more or less at square one.Adapting the embedded hardware to talk to a phone is fairly straightforward, just add a Bluetooth module that I can configure to emulate a serial port (using SPP profile), but I don't know where to start on the other side.What sort of mobile OS/device should I target for ease/speed of developing a Bluetooth serial port profile (SPP) application from having equal (no) experience on them all?

View 3 Replies View Related

Android :: Which Mobile Platform To Use Creation Of Musicians Support Application?

Sep 22, 2009

I'm a programmer looking to play in the mobile world. The application I'd like to play with would support my musical hobbies. I suspect a mobile phone with a music player could easily be programmed to support a classical musicians practice sessions. Access to media player APIs without the need to open external apps or do clunky things with files.Adequate access to playback API to create specific notes and beat patterns. As a hobby application, this should not require expensive tooling.I can switch to a new phone to use the application. Bonus points for something that easily ports to a netbook.I will admit I new to the world of sexy phones. I currently use an obsolete voice device with text messaging. I won't revealing my current flavor of programming because learning a new platform is just fine.

View 4 Replies View Related

Android :: Huge Drop In Sessions For All Of Apps (using Flurry)

Dec 2, 2009

I noticed a huge drop in sessions for all of my apps (using Flurry). I don't think the problem is reporting, since ad revenue and sales were also affected. Sessions for my most popular game plunged yesterday to a level of a month ago, and all my apps saw a similar drop (about 25-30%). I didn't see anything about outages or issues on any of the blogs I follow...anyone here know anything?

View 4 Replies View Related

Android :: Using Google Map Data API On Platform

May 2, 2010

I was checking out the Google Maps Data API and I was wondering if I can follow their Java Development guide to use it on the Android platform? I want to display routes that I have created on Google Maps on the phone.

View 1 Replies View Related

Android :: Platform For Developing All Things Google

Jul 13, 2009

I am interested in developing things for google apps and android using python and java. I am new to both and was wondering if a environment set in windows or linux would be more productive for these tasks?

View 4 Replies View Related

Android :: When Will Google Supply The 64bit Support For Mac Platform?

Sep 8, 2009

Snow Leopard has been published for several weeks, Eclipse also provide an 64bit Cocoa version on 3.5, but the Android SDK still only support the 32bit mode on Mac, why? It's emulator also still use QuickDraw to draw interface, maybe Google has forgotten us.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved