How to check page views,visits and unique visitors in Mobile First console?
I want to retrieve detailed data in MFP analytics console like we get in Adobe analytics.
MobileFirst Foundation Operational Analytics does not provide anything specific for web apps.
To see things like "page views" you will need to create custom events (based on: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/analytics/analytics-api/) and then create charts to view those events (based on: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/analytics/console/custom-charts/).
Related
We need to incorporate into our dashboard information about app installs, uninstalls, etc. Currently, we use Appfigures but it does not cover uninstalls. We would like to use an official Apple and Google API to retrieve app statistics but we cannot find it how to do that. Can you advise?
Mat.
For Google Play it is described in this page. This lets you download statistics from Google Cloud Storage.
I have tried to add fire base-analytics in old project which has google cloud messaging which i don't want to change, i am getting error for google cloud message for imports.
Google Cloud Messaging has been deprecated as of 10 April 2018.
You can import the old project into Firebase Console and generate a config file. Analytics is a core service and track most of the app data automatically with few lines of code required for initialization. Take a look at this doc.
Please note that the Analytics data will start populating on Firebase dashboard only from the point onwards you integrate the SDK in the app. Also you can easily transition to Firebase Cloud Messaging with that approach.
I was trying to implement custom analytics. As given in this documentation
WL.Analytics.log({buttonPress: "buttonA"}, "press");
WL.Analytics.log({buttonPress: "buttonB"}, "press");
WL.Analytics.log({buttonPress: "buttonC"}, "press");
WL.Analytics.send();
I have observed that this analytics is not sent until I successfully login using one of our realms. Is this information correct? does custom analytics requires the user to be logged in. Or is this configuration issue.
I am using the MobileFirst platform 6.3 appcenter. I am able to add applications from public app stores such as Google Play or Apple App Store by entering their URLs. While adding application, Appcenter automatically fetches all the information like version, icon, description, vendor etc.
Once application added, these details remains as it is until someone changes it manually from appcenter admin console.
Is there anyway to update external application details automatically in the appcenter? Or is there any third party tool available which I can use for updating details?
You will have the click the APP from the AppCenter console and click Apply/OK to update the properties.
Where to view Google Cloud messaging for Android reports and request details
Some of message i'm receiving from GCM and some not, so i want to see the reports or api access list in google console. Where can i see this details
Source code i used
http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/
As you noticed, Stats on the Google API Console are not enabled for GCM. The GCM Stats are only available on the Developer Console (which costs $25 to register to).
Viewing Statistics
To view statistics and any error messages for your GCM applications:
1. Go to the Developer Console.
2. Login with your developer account.
You will see a page that has a list of all of your apps.
3. Click on the "statistics" link next to the app for which you want to view GCM
stats. Now you are on the statistics page.
4. Go to the drop-down menu and select the GCM metric you want to view.
Note: Stats on the Google API Console are not enabled for GCM. You
must use the Developer Console.
(Source)