148 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
63
views
Custom events are not visible in ads manager Facebook
If I check event manager, I see a lot of custom events there!
This events I send from my iOS and Android app.
But when I open adsManager to see how many of this events were fired, I cannot see all of ...
0
votes
0
answers
52
views
React native iOS is not registering Facebook events
I have added the Facebook SDK for React Native, and somehow the iOS events are not getting registered, but Android is working as expected.
Library
"react-native-fbsdk-next": "^13.4.1&...
5
votes
1
answer
866
views
Is facebook discontinued automatic fb_mobile_purchase (Purchase event) and started to log Start trial and Subscribe?
facebook-ios-sdk: 17.0.0
we have enable log in-app events automatically
We rely on the Purchase event (also known as fb_mobile_purchase) for the outcome/result to our campaigns and we noticed that ...
0
votes
1
answer
204
views
Transition from Facebook Offline Conversion API to Conversion API Deduplication
With Facebook ‘Offline Conversion API’ being deprecated next year, we have been looking to transition to ‘Conversion API’ which supports Offline Events.
We’re mainly looking at uploading Offline Event ...
3
votes
0
answers
480
views
Tracking App Installs on iOS 14 from Facebook Ads for Child-Focused Apps without Ad ID: Best Practices
We have added the Facebook SDK to our child-focused app and are receiving install events on the Events Manager. However, we are facing a challenge in tracking app installs on iOS 14 devices and ...
4
votes
0
answers
545
views
How to create facebook event via API 2023
as I'm searching, this is favourite topic through the years (because FB is constantly changing API capabilities).
I was wondering if anyone tries the same as I - create an event for my page via FB ...
0
votes
0
answers
53
views
Can I identify if the a traffic is coming from facebook or somewhere else to log AddToCart Event Or Purshes Event on Facebook Pixels
To describe more the issue, I have a business manager account on Facebook and I have implemented everything as it should using React, my problem is when the event AddToCart is firing the count ...
0
votes
0
answers
312
views
Facebook Subscribe Event is not showing in the events manager of my app
Bug Report:
Subscribe event is not showing in the events manager of my App. (All other automatic events are showing.) [ANDROID]
To Reproduce:
Try to purchase from Google.
Check Test events and/or ...
5
votes
1
answer
1k
views
Error on Facebook official_events Graph API "(#3) Application does not have the capability to make this API call."
I can't get the official_events API to work in the Facebook API.
I made a Facebook app:
App type: Business
Not "Native or desktop app"
Latest API versions
I request an access token with ...
0
votes
1
answer
2k
views
Facebook Events Manager doesn't show events of unauthenticated users
I implemented Facebook SDK in my Android app for event logging. Events that are sent while the app user is authenticated (i.e. logged in to Facebook) show up in events manager. However, events sent in ...
0
votes
1
answer
2k
views
Standard events appear in event manager but can't find them in ads manager
In my Android App I am sending 3 standard facebook events:
FindLocation
CustomizeProduct
CompleteRegistration
All those events appear in Events Manager so I know they are being sent correctly:
But ...
0
votes
1
answer
172
views
Is there a way to log user's basic info in Flutter?
I want to setup Facebook Advanced Matching in Flutter app so - I want to know if there a way to log user's basic info (name, email, phone, DOB, gender etc) with this package?
Package: https://pub.dev/...
1
vote
0
answers
746
views
Flutter - facebook app events android error
I install the package facebook_app_events version 0.13.5 that includes the latest facebook sdk. The problem is that when I try to log an event or get an anonymous Id it throws a kotlin exception.
I ...
1
vote
1
answer
3k
views
Facebook SDK App events won't record events in events manager for iOS 14+
Testing Environment
Facebook SDK : v.11.0.0
Device Model: iPhone X
iOS Version: 14.1
+Expected Result
App events both Standard Events and Custom Events should be record for iOS 14. We've enable ...
16
votes
4
answers
7k
views
How to use AppEvents.activateApp() in 12.0.0 version
I have updated the FBSDKAppEvents to 12.0.0 version, and the function AppEvents.activateApp() in AppDelegate is now deprecated. I have searched in the Facebook documentation, and unfortunately I didn'...