Is Facebook SDK supported on HMS platform - huawei-mobile-services

We are using Facebook ads and facebook analytics and facebook push notification as a marketing events? They have huge conversation ration from these on there app . Is Huawei supporting these on HMS platform .
Is integration available for the Mix Panel Analytics?

For facebook analytics and facebook push notification , as these are latest services provided by facebook , please contact facebook support team regarding these services.
Facebook ads:Currently, HUAWEI Ads does not restrict the access to third-party platform SDK for apps. However, apps also need to comply with the App Gallery release protocol. Please give us some time we need to confirm this with audit team also.
Mix Panel Analytics is supported on HMS platform. You can check below reference link , as per Mix Panel support team, it is not dependent on specific app store.
https://community.mixpanel.com/strategy-and-planning-9/does-mixpel-depends-on-google-play-services-4814

Related

How to integrate Facebook Pixel Sdk in flutter

I want to integrate the facebook pixel sdk in flutter. Can anyone help me that how i can integrate that in my flutter project
For native app development, Facebook SDK is required.
Flutter Facebook Login Package will provide you, not only the login but also the required SDK.
Next, Facebook_App_Events Package, which is going to help you in sending tracked data to FB, for eg. when a person clicks to watch a video on your app or makes a purchase etc.
An app event is an action that takes place in your app or on your web
page such as a person installing your app or completing a purchase.
Facebook App Events allows you to track these events to view
analytics, measure ad performance, and build audiences for ad
targeting.

HMS : alternative for CampaignTrackingReceiver of Google analytics in Huawei DTM Kit

Is there any alternative for CampaignTrackingReceiver of Google analytics in Huawei DTM Kit?
Currently, I'm following below link of Google analytics :
https://developers.google.com/android/reference/com/google/android/gms/analytics/CampaignTrackingReceiver
Also unable to find any Huawei Kits for replacement of "fireBase-appindexing:19.1.0", Can anyone suggest some useful information or any document link.
I'm following below link of Google analytics : https://developers.google.com/android/reference/com/google/android/gms/analytics/CampaignTrackingReceiver
DTM don't has similar class, for this question, you don't need to config Receiver in AndroidManifest.xml. Huawei Analytics SDK will auto-collect information of install_referre when user open app for the first time. We don't have similar class in Huawei analytics too. Reference Docs.
Also unable to find any Huawei Kits for replacement of "fireBase-appindexing:19.1.0"
For app index, you can use app linking. Even google also recommends app linking instead of app indexing, so you could try using Huawei App Linking.
If you intend to use the tag template-based visual event tracking feature of DTM Web to report events in your website to Google Analytics. Here are some info. and one example for your reference:
https://forums.developer.huawei.com/forumPortal/en/topic/0202575663223170066?fid=0101187876626530001
https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/web-visual-event-tag-ha-0000001151584240
https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/tracing-point-development-0000001078556280
As for app index, you can refer to Huawei app linking :
Developer Guide: https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-applinking-introduction-0000001054143215
Codelabs: https://developer.huawei.com/consumer/en/codelabsPortal/searchdetail?searchKeyword=App%20Linking
Manually Constructing a Link of App Linking: https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-applinking-createlinks-defined-0000001055514692

Asking AppTrackingTransparency permission for using google analytics , is mandatory?

I am using Google Analytics SDK in my application.
It uses the demographic area, age and other user informations.
So, Am I need to ask permission for AppTracking manually or it was handled in google analytics SDK?
Without AppTracking Permission,Will my future updates get approved by iTunes connect?
YES, I need to ask permission for App Tracking Transparency manually. It will not handled by Google Analytics SDK.
Since I am using Google Analytics for campaning tracking, GASDK gets the device IDFA, So the app must need Tracking Permission.
Note: If you or your third party framework uses IDFA, It is mandatory to implement app tracking transparency framework. Otherwise Apple will simply reject us.!

How can I use Firebase/Google Analytics for analyzing user behaviors and logging specific events from huawei mobiles?

We are replacing firebase kits with HMS kits for HMS based mobiles (noGMS) for our app.
However, we still would like to stick and use Firebase/Google Analytics for analyzing user behaviors and logging specific events from huawei mobiles?
How it could be achieved? is there any workaround to do that?
You can refer to the official https://firebase.google.com/docs/android/android-play-services. According to that page:
The Firebase SDK for Google Analytics can send events on any device, but some automatic insights such as demographics are only available on devices with Google Play services.
Base on your needs, you can decide if you want to keep using GA with limited functionalities, or to forward analytics data from Huawei Analytics -> Firebase/Google Analytics as sAm suggested
Yes its possible to forward analytics data straight to Firebase using Huawei Analytics and DTM Kits. Not only that you can also forward analytics data to third party tool as well. As shown in this table:
For more details please visit this link

Does facebook analytics for apps allow me to track mobile app user insights, even without the facebook login?

I'm working on building an IOS/android app and I'm wondering how i can use Facebook Analytics for apps.
There is no social login for the app, but i would like to use in-app events to retarget users of the app as they browse facebook owned platforms, even though they have not used facebook to sign in etc on the IOS/Android app.
Can this be done by implementing the Facebook analytics SDK?
I appreciate that i'm not a developer, so this question may yet prove to be totally misinformed.
Thanks
Facebook Analytics doesn't acquire Facebook login. See: https://developers.facebook.com/docs/analytics/faqs/#faq_529032737286063
You can send app events with Facebook Analytics that you can use to view reports in Facebook Analytics as well as use for tracking conversions from Facebook ads and building remarketing audiences (custom audiences) in Facebook ads.
iOS App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios
Android App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-android