I've integrated Huawei Analytics, and I want to check if the logs are getting sent to the server, however the specified tab is missing from my Dashboard. I can't access it.
The documentation says:
Sign in to HUAWEI Developer and click Analytics.
Select an app that has analytics data that you want to check.
Click the AdvancedAnalytics tab.
Check the data. For details, please refer to Huawei Analytics User Guide.
How to debug and check if the analytics are working?
please can you check documentation and codelab carefully:
https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/introduction-0000001050745149
https://developer.huawei.com/consumer/en/codelab/HMSAnalyticsKit/index.html#6
For App Debugging:
adb shell setprop debug.huawei.hms.analytics.app <package_name>
In order to check if the logs are getting sent to Analytics server, you can try HUAWEI Analytics > App Debugging. You can read about it here
To access HUAWEI Analytics page, please follow these steps.
Log into your developer account and click Console.
Click App Services > AppGallery Connect
On AppGallery Connect, click My projects
Click on your Analytics project.
Scroll to the left bottom of your menu and you will find HUAWEI Analytics. Including App debugging.
If you are in HUAWEI Analytics > Overview > Real-time analysis page but there is no data, the debug mode is not disabled, and therefore the reported event data is displayed on the App debugging page, but not the Real-time overview page. Check whether debugMode enabled is displayed in local logs. If yes, the debug mode is not disabled. Run the following command and try again:
adb shell setprop debug.huawei.hms.analytics.app .none.
If you can't find data in the event analysis report on the day when Analytics Kit is integrated into your app, the data reports (such as event analysis reports and retention analysis reports) of Analytics Kit, the real-time trend is updated in minutes, and all other indicators are updated the next day, you can view those data reports on the next day.
You can read more in the FAQ page
Related
I have an a flutter app integrated with Kochava, where Kochava is selected to receive SKAdNetwork data. The app is also setup in facebook so that install campaigns can be run. However, when I select it in campaign manager, I get "The Mobile Measurement Partner app used to configure events for this app doesn't currently support SKAdNetwork events. To run iOS 14+ campaigns for this app, choose a different app event connection for SKAdNetwork in Events Manager.".
In the Events Manager, Kochava is configured as the source of SKAdNetwork events (and the configuration screen is "all green"). Also, on the dashboard I can see "fb_auto_published" app install event from MMP and the app screen shows a date of "last mobile app install" (those are all likely originating from iOS14+ live testing).
I want to avoid integration with Facebook SDK and having Facebook as the recipient of SKAdNetwork data (mainly because it feels like a less clean setup with MMP getting some events and Facebook some - while other networks like Twitter are also integrated).
I have tried replicating this setup under clean ad manager and setting up new app in Facebook (no change - still doesn't work). The Kochava-side configuration has been reviewed by Kochava team and looks good to them. Facebook's business support directs me to developer support but only after "recommended" step of Facebook SDK is completed (which I am a bit reluctant to do).
Facebook Event Manager has processed events for an iOS app as shown in the snapshot below. I click on Setup for "Set up Apple's SKAdNetwork API for your apps" but it tells me Facebook isn't receiving app events and brings me back to Facebook Event Manager Overview.
Facebook isn't receiving app events:
I also followed the documentation and in Event Manager->Settings->Configure App Events for SKAdNetwork->Start Setting up Events:
Both Configure App events for SKAdNetwork and for iOS14.5 show no events have been setup.
If I try to set these up it says Facebook isn't receiving any events (according to the documentation and because I successfully tested the app setup with a notification setup events should not show).
The documentation says that "After you've successfully connected to your mobile app, you can set up your app event configuration." but the system tells me no events have been received.
Notification received and clicked (requested it a few times until I realized it was supposed to reach my facebook ios app :)
What am I missing or step to complete the setup of SKAdNetwork API? The problem is that without finalizing this setup I can't run App Install Ads:
Thanks
In case anyone runs into this issue, what I did to get it to work is click on each of the notifications I had received in the facebook iOS app in case these were all required and 6 hours later I was able to configure the events!
Bottom line and my best guess from this experience is that it probably takes 48 hours from the moment it's setup until the time the configuration shows what it's supposed to show.
Hello is a possibility to detect when app is opened using google assistant. My initial plan is when the app is opened by google assistant it will run a specific command on my app and run that command.
App Actions "let users launch specific features in your app using the Google Assistant."
Along certain verticals you are able to add information to your manifest that will allow a user to open your app to a specific activity with some additional information like parameters.
When trying to use the Actions on Google simulator,
I get "Please turn on Voice & Audio Activity, Web & App Activity, and Device Information permissions for your Google Account".
I have enabled all three in that page https://myaccount.google.com/activitycontrols and still get the error message
Confirm that you are logged in using the same account. One way to confirm this is to use an incognito browser window to log into the simulator and your activity controls.
I've got an Actions on Google application which runs when shared with another Google account but doesn't run for the application owner.
I keeps asking me to:
Please turn on Voice & Audio Activity, Web & App Activity, and Device Information permissions for your Google Account.
Voice, Audio, Web & App activity are turned on for my account. Any clues?
Thanks
You also need to do the following
Check the check box next to “Include Chrome browsing history and activity from websites and apps that use Google services.”
See the google documentation bellow.
https://support.google.com/googlehome/answer/7382500