Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i convert my google analytics web app into mobile app?

I have a mobile apps that i applied my google analytics track IDs but when i create the google analytics app profiles i initially choose web app instead of mobile app. while exploring around the settings, I could not find a switch to convert it into mobile app. I have more than 10 app with different google analytics track id, so i don't think creating new profile is great solution, there might be switch to change it to mobile app.

Someone out there might have encounter this situation. please help.

Solution:

What i did to solved this was create a new App, same name with the web one, then set it to mobile and then delete the web app.

like image 951
Arnlee Vizcayno Avatar asked Jul 25 '13 05:07

Arnlee Vizcayno


People also ask

Can I open Google Analytics in mobile?

Access your Analytics accounts and data using a mobile device. The Analytics app gives you access to your Analytics accounts and data whole on the go. Use the app to get high-level performance metrics from your phone or tablet.

How do I integrate Google Analytics into an Android app?

Go to Analytics and select the Analytics account you registered the app with. If you're unsure, look for the Analytics tracking ID in the google-services. json file you added to your project earlier. Copy that ID to the Analytics account search in the report drop-down.


1 Answers

The accepted answer is actually the incorrect. Specially if you have a existing web profile which as lots of historical data. Here is how to solve this by keeping your existing web property.

You add a profile view on your existing Web Property which can be a Mobile Ap Profile. https://support.google.com/analytics/answer/1009714?hl=en

The big clue came from this Upgrade to Universal Analytics post https://developers.google.com/analytics/devguides/collection/upgrade/reference/mobile-sdk

"To get access to new app reports and features, you will need to upgrade to v2.x or higher of the SDK and create at least one app view (profile) in your reports to view the data. Any new data sent from your app will only be available in this new app view (profile), while your old data will continue to be available in the original web view (profile). Learn more about the latest version of the SDK for Android or iOS."

like image 172
Koppo Avatar answered Oct 11 '22 14:10

Koppo