I have a query in Google analytics. I have two view (one for iOS & another android) in my Google Analytics account. Currently we have to select a view to get analytics information. I have gone below urls but could not get success
http://techin.oureverydaylife.com/merge-google-analytics-profiles-15349.html
So my question is that can we merge two view (iOS & Android) into Single/Master view?
You can roll up properties in one single property, but this is a Google Analytics 360 (premium) feature. Otherwise you have no access to this feature.
So if you have access you can simple navigate to the administration panel and select "Roll Up Management" from the properties menu.
Related
I've an application for Android and iOS that can be used to create grocery lists. I want to integrate the Google Assistant service with my application. I've already integrated Alexa, creating a Skill and subscribing to the events of the lists.
I would also like to integrate Google Assistant, but I can't find information about triggering events in google lists to later manage those products in my application.
I hope someone can help me.
Thanks and regards
Check out the Productivity Built-in Intents - these will allow you use the Assistant to create, get, and update list items.
I replaced the Google Analytics SDK with the Firebase SDK. I'm looking to generate some of the previously-obvious reports. For example, I want to see the breakdown of users by iOS version. I know this data is collected per https://support.google.com/firebase/answer/6317486?hl=en but not sure how to actually see the data.
It seems that the option provided by #alexkaessner is not valid anymore.
An alternative is:
Firebase Console -> Analytics -> Dashboard -> What is your audience like? and changing the tab to Devices which also shows OS version.
For some reason when clicking on View "All Users" audience doesn't show OS versions. It seems that Firebase will drop this support soon and use Google Analytics instead, where you can see a better breakdown.
I managed to get the data with linking my Firebase project to Google Analytics. I think this is quite new, but done quite easy with a few clicks.
Use the sidebar to navigate to:
Audiences > All Users > Change "User by Platform" Dropdown
See the screenshots how to get there:
Here is the way to get the exact number of users of the specific iOS version.
Have found it here: gist
Go in the Firebase Analytics Dashboard
Filter iOS Platform only
Scroll down, select Device under the "What is your audience like?" widget
Export the CSV data (top right corner, there's a download button with Download CSV option)
Open the file (e.g in Google Sheet) and scroll to the iOS breakdown raw data
In the gist there is also a Xcode Playground script to print out the statistics.
All credit goes to zntfdr
I found a way to do this WITHOUT linking to Google Analytics.
Go to Firebase > Analytics > Audiences
Select "All Users" in the Audience list (if "All users" is not displayed on the first page, you may need to press the button at the bottom of the table, to see the next page of data)
In the pane that says "Users > by App Version", change it to "Users > by OS with version"
NOTE: The view only lists the top 7 items. In order to see more detail, you can to create a comparison that selects specific iOS versions.
You'd have to view in Google Analytics. After linking Firebase with Google Analytics, you can find the report in Google Analytics like this:
Open Google Analytics Dashboard
Click Audiences and click on the audience you'd like to view, for example "All Users". This will take you back to "Users" but now it will show different metrics
Locate the one that says "Users | by App version".
Click the "by App version" drop-down and change to "OS with version"
You can find the detailed report from Google Analytics:
Press the link to go to Google Analytics from Firebase Dashboard or https://analytics.google.com/ to see your project there
In Google Analytics: Audience->All Users you can see all numbers for Users by OS.
If you'd like to have separately iOS/Android, you can "Add Comparison +" to filter iOS
The final report will contain user count per iOS
Go to devices models report
Firebase->Dashboard->Device model->View device models
Find Drop down menu below table
(It's header of devices list table)
Choice os with version
I am using firebase Analytics to log all the event. I m not able to understand the google tag manager , How can i use it . What google tag manager can do for iOS app.
One of the big iOS/Android projects I work on uses GTM variables for remote configuration.
For example, our menu items change based on whether it is Winter. So, we flip a boolean on GTM, and voila, within 24 hours, all our apps have the correct menu items.
We are planning to migrate this functionality to Firebase database, however, which has the benefit of instant updates.
I am looking for Offline Google Maps in iOS (Objective c).
Is there any way to download the Map into the App when user is connected to internet, and show the downloaded map when user is offline and using the App ?
Any help will be highly appreciated.
I don't know much about it but I have heard some once talking about the same thing and using openstreetmaps instead of Google Maps.
OpenStreetMaps: http://www.openstreetmap.org/
As far as I know Google Maps doesn't implement that feature on its iOS Framework yet. But there are other Frameworks, such as Skobbler or Nutiteq that provide what you need.
It is quite easy to use Google maps as the offline mode you just need to download the map for the particular location you need to visit offline, later you can access that map anytime. I recommend you to see complete tutorial with screenshots here.
Follow some below steps:
1: Open google maps.
2: Navigate to the menu, and select offline area.
3: Select the area you want to use as area as an offline map.
4: Now tap download.
You can access this map in future for one month after which it will ask for updates.
I've been trying to find some info on using Google maps for a project I'm doing now. But I've been kinda confused. I want to use the
main view-controller in the storyboard to have a search bar
and you can type in your town or zip code, and it will take you to another view-controller with Google maps on it and it will show all the McDonald or whatever specific restaurant or store around you or in your city. This is my first time using Google maps API. Thanks!
Use Android studio for create map and for the API key "Google console" and turn on the API then go to login section and get your API key
Then you have to get all position of McDonalds and add Markers to the map