Our app has several analytics functionalities namely custom events. We would like to access them through the API so we could track it on our own backend.
I don't see a way of accessing the app analytics info programatically...
Any way of doing this?
There was an endpoint for App Insights, but it is deprecated. Source: https://developers.facebook.com/docs/graph-api/changelog/4-30-2019-endpoint-deprecations
There does not seem to be any alternative according to the API reference.
Related
Facebook have deprecated their app notifications API so there is no way to push content to a users phone based on segments anymore, correct me if I'm wrong.
The problem is that I want to analyse Facebook analytic data programatically and display different products to my customers based on how they use the app, to do this I need access to Facebook analytics through a PHP SDK or JavaScript SDK. How do I access Facebook analytics programatically? I can't find anything in their PHP SDK which would let me do this.
Furthermore, I want to push notifications to specific segments of users, now that Facebook have deprecated their app notifications API, how can this be accomplished?
Could it be worth switching to Firebase / Google analytics, would these services allow me to accomplish these tasks?
Thanks
Analytics is primarily about post-event analysis, vs real-time optimization. All of the products you mention focus on post-event analysis and don't support you reading data out for a single individual (i.e. the current user), through an API or otherwise.
I was looking for a way to integrate my CodenameOne app with Facebook. Particularly to collect data aimed to improve the adds shown on Facebook to users who have, for example, installed the app. What I found for integration with Facebook on CN1 is (mainly) this https://www.codenameone.com/javadoc/com/codename1/social/FacebookConnect.html
This seems useful for publishing photos or posts to Facebook as a user, but not for gathering data as I need it. Is there a way to access this part of the Facebook SDK in CN1? If there isnĀ“t is this planned for the future?
The connect API is designed for authorization and authentication which need to be native. From that point on you can use the token against the standard Facebook Graph API.
I'm not really familiar with the marketing API but does it require functionality from the native SDK which isn't available in the current SDK?
Is it possible to get Visitors name in google analytics for iOS and how to stop tracking. How to Use Custom Dimension and Custom Metric.Thanks in Advance.
See,
1)Getting The Visitor's name in google analytics for iOS-->
As far As I know it's Not possible that GoogleAnalytics track the Visitor Name.
The One Alternative can be,In such condition suppose your application has some login procedure to use your Application.In this case you can save that user's name and send that Name to the Google ANalytics server for tracking purpose.
2)How to Use Custom Dimension and Custom Metric--> I am not completely cleared Custom Dimension and Custom Metric.You should take a view of Google ANalytics Documentation regarding the Same .Here is The Link For The Google Analytics Doc.
see How Can you pass the Custom variable to the Google Analytics
I hope you this might helpful to you.
Is it possible to register my FB application to use Facebook REST API?
Or is it possible to authenticate in facebook mobile app with no redirection?
You do not need to register an app with a particular API - just go ahead and use it, the instructions are all there. However, Facebook recommends that you do not use the REST API as it is no longer being supported or updated. Use the Graph API and/or FQL - these are under active development and they're what most of the development community use.
Regarding the mobile app issue, could you give a little more detail? The OS and SDK you're using, for example?
I have been doing a bit of research trying to figure out if i can get Google analytics to work with a Facebook app/page. So far I have looked at analytics offered by Facebook, which will be deprecated later this year and also using FBGAT to create a tracking image. from what i found, the tracking image won't work anymore and i was wondering what the community had to say about it or if it is possible to track traffic coming in to an app/page?
Facebook Insights aren't deprecated, some of the specific metrics are/were - these are itemised in the documentation.
You should have no problem using Google Analytics in your app; I believe many developers do this