Google Analytics for mobile App - google-analytics-api

There some question I would like to find out:
The list of iOS/Android App that are using Google Analytics
Does the app user realise the app is using Google Analytics
I am planning to use google analytics, but there may be privacy concerns,
I would like to find out how other apps handle it.
Much Appreciate with your help.

In terms of privacy issues, you should mention that you're using mobile analytics in your terms and conditions.
Another thing- besides Google Analytics, I've encountered with a mobile analytics platform called Appsee, and it seems to offer a more extensive solution than Google Analytics, including user recordings, Heatmaps and more.

Related

Is it possible to embed Google Analytics eCommerce dashboard into swift application

I'm building a swift app with the purpose of showing GA ecommerce sales from multiple vendors on my website. Each vendor can register on the app and then the access of their sales data will be granted to their user so they can follow their sales.
The ecommerce tracking is preformed by Google Analytics so is there any way where I can embed my eCommerce dashboards onto my swift app?
You can not.
There's no such API available for that intent, the way you want it. You must use theirs...
I am very sorry to tell you, but its is the plain truth.
Welcome!

Developer Access to Google Assistant Conversation History

I am developing a Google Assistant app for Google Home, and about to launch the app. I am wondering, once my app is live on the Google Assistant platform, whether I (as a developer) would have access to all of the conversation histories as users interact with my app.
If so, does Actions on Google / Google have some sort of interface to view / download the history? Or, do I have to log and capture the history myself? I thought the history will be really helpful for me to improve my app.
Many thanks!
It depends a bit on how you have built your Action.
If you have built it with one of the templates - then no, you don't have access to the conversations.
If you have built it with the Actions SDK or with Dialogflow, then you will have access to quite a bit of information that is delivered to your fulfillment webhook. If you have intents that do not send anything to your webhook - you will not get that information.
There are tools that help you examine conversation flow, see where users get stuck or fall out of the conversation, or how they're using your Action. Most of them have good integration with the Actions on Google libraries. I use a combination of Chatbase, Dashbot.io, and Google Analytics.

Google analytics and Facebook pages/apps

I have been doing a bit of research trying to figure out if i can get Google analytics to work with a Facebook app/page. So far I have looked at analytics offered by Facebook, which will be deprecated later this year and also using FBGAT to create a tracking image. from what i found, the tracking image won't work anymore and i was wondering what the community had to say about it or if it is possible to track traffic coming in to an app/page?
Facebook Insights aren't deprecated, some of the specific metrics are/were - these are itemised in the documentation.
You should have no problem using Google Analytics in your app; I believe many developers do this

How do I make my website available in Google Apps Marketplace?

I have developed a management tool web site using ASP .NET.
Currently users register in the site to use the service. I would like to move it to Google Apps Marketplace. So that it would be available to google users.
I am quite confused what i should be doing to achieve this. Can anyone provide some useful links explaining how to do it.
If you are looking for a way for google users to login in your app by their google usernames, use the google oauth api
and here's the link to become a vendor on the google apps marketplace:

Analytics for Android Market/AppStore app sites to view visits, pageviews, sources etc

How can I view analytics information - like visits, pageviews, traffic sources etc. - on my Android Market or AppStore app site? It would be quiiite interesting to see how users came to the site and how much the conversion rate is.
See here: https://stackoverflow.com/questions/643265/is-there-a-quick-way-to-check-current-iphone-app-store-rankings
And here: Scripts to parse and download iTunes Connect and AppStore data
And here: options for mobile app store analytics (Apple, Android, OVI, etc)?
Pageviews/traffic sources info, however, is not available. For one thing, both stores exist primarily as mobile apps, not as Web pages - the very notion of Web stats does not apply.
What you need is active user tracking and custom event tracking in mobile app. There are some options. The one I tried and works well for me is Google Mobile Analytics: http://www.google.com/analytics/features/mobile.html
Other options are:
Bango mobile - http://bango.com/mobileappanalytics/
Flurry - http://www.flurry.com/flurry-analytics.html
AppClix (unique solution - you can deploy to your own servers) - http://www.appclix.com
Hope that helps!
INSTALL_REFERRER
This is already implemented in Admob Android paid campaigns (no house ads, see Tools -> Conversion Tracking).