How to integrate google analytics to Titanium mobile applications? - google-analytics-api

I need to integrate google analytics to both iOS and Android mobile applications using Titanium. Can someone guide me on what APIs to be used and explain what values I can retrieve through them?

Ishara,
I would start at gitt.io. It's a site dedicated to providing open-source titanium modules and widgets. This link takes you to 30 available modules. Email the developer if you have questions. Hope this helps.

Related

How can implement Flurry Analytics for Samsung Tizen TV?

I googled for Flurry Analytics but I didn't find any SDK for Tizen TV.
Please tell me that Flurry Analytics SDK is available for Tizen TV?
If SDK is not available then please suggest me is there any way to implement it by custom?
For Tizen, there is no available SDK like Flurry Analytics.
What do you want to do? Do you want to get the report for your apps? or, want to make SDKs for Tizen Apps?
Tizen TV currently supports Web applications developed using javascript only. After research on flurry documentation webpage, I didn't find any information about javascript-only integration.
I think that in this situation the only solution is to use some other analytics framework which has 'pure js' support. analytics.js seem to be some possibility after quick research.

Platform for building a FAQ answering chatbot on

I am trying to build a chatbot that answers FAQ from customers at the company I worked for. I have played around with Dialogflow and ManyChat, but I am not really satisfied with these platforms so far. Do you have any recommendations for platforms that can be used to build a chatbot on that answers questions from customers?
I am looking for a platform that provides easy semantic interpretation and implementation to a website and Facebook Messenger, perferably with multi language support.
Does anyone with experience have any ideas?
I advise you to choose .net framework because it has large number of libraries and easy to use. And i advise you to create web service or web Api Choose C# for code in .net framework so you will be able to use your bot service any where you want. It has a lot of help on internet and many nuget packages.
If you choose this framework you will be able to integrate your bot in websites, Mobile and infact anywhere you want .
You can check this out Microsoft Link for Services

How to integrate Salesforce in iphone app?

can any one help me in integrating salesforce in my app.I have made account in sales force and also created the remote-acces key.Can anyone tell how to ad objects ,dashboards etc in the iPhone app.I also want to know how to access the data on salesforce .for e.g. i want to get all the custom objects in salesforce and also want to create custom objects from iPhone app.Can anyone guide me in this respect.Any help is appreciated.
There are many ways to do it. I advice you to read carefully and choose the best way to do it.
Here are some links to read about it:
Making Salesforce and PayPal Work Together
SDK Project
Good Documentation and code
Salesforce provides mobiles SDK for iPhone, Android & hybrid platforms.
This SDK has samples on how to start with. There are lot of documentations available.
Basically the SDK helps to authenticate with Salesforce using oAuth, communicating with the objects using RestKit.
Refer the following URLs to start with..
Download the mobile SDK from the following URL.
https://github.com/forcedotcom/SalesforceMobileSDK-iOS
There is a discussion forum
http://boards.developerforce.com/t5/Mobile/bd-p/mobile
API docs
http://forcedotcom.github.com/SalesforceMobileSDK-iOS/Documentation/SalesforceSDK/index.html
Ref:
http://wiki.developerforce.com/page/Mobile_SDK

Access MSN mail account in application

I would like to access MSN account access in application.
How to do this.
Please suggest, Can i get the web services from MSN ?
Your question is a bit vague, however I will still try to answer. At the moment the only API I know that provides access to Windows Live services using Objective C is that of the Live SDK for iOS
The Live SDK for iOS library is intended to help developers to easily integrate SkyDrive and Hotmail contacts and calendars into their iOS apps.
The repository here includes:
Live SDK Library source (src/LiveSDK/Library)
Live SDK framework (bin/LiveSDK.framework.zip)
Samples (src/samples)
You can acquire documentation and additional help from Live Connect Developer Center.

Google Drive vs Google Doc for iOS?

I have an iOS app that uses the Google Docs List API to access and download spreadsheet data. I've done a basic test with upgrading my Google Docs account to Google Drive, and everything still seems to be working okay.
Based on the answer for this question Google Document List API and Google Drive SDK it looks like things will continue to work for awhile.
Are there any steps that mobile devs should be taking now to move to the new API? My main concern is that most of the developer docs so far are related to web apps and not mobile apps so requirements like registering for the chrome web store don't seem to fit. For example:
"Warning: Apps will not have any API access to files unless the app has been installed in Chrome Web Store. To test an app during development, you must first create a listing and install it."
Any guidance or suggestions would be appreciated.
Check this answer for the rationale behind the Chrome Web Store installation: https://stackoverflow.com/a/10476737/186674
Also, we are considering removing the installation requirement for the development and testing phase, we should have some updates soon.
iOS apps using the Documents List API should now update to using the Google Drive API and the newer Google APIs Client Library for Objective-C.
The new API and library are quite a bit easier to use and more efficient than are the older GData alternatives.