Posts under category Meta & Facebook

Hello! I have an Android and iOS app integrated with the Meta Pixel SDK. I'm seeing automatic events for both platforms, like app installs or active app events. But I'm only seeing Subscribe events for iOS, not for Android.
I set up all the configuration needed to start seeing Subscribe events on Android, but not seeing any. I followed this guide's steps and everything looks good on my end https://developers.facebook.com/docs/app-events/getting-started-app-events-android/credentials/
I checked the usage of the service account and looks like there was not any usage at all other than some authentication usage. I don't think this is an Android SDK issue because I'm able to see other events properly.
Do you know why Facebook would not be collecting those events? I checked permissions and everything looks ok.

we are currently sending Whatsapp messages from Salesforce Marketing Cloud, having the templates created in Meta first, but we are not able to see any insight linked to it (open rate, blocked messages, click through rate...), how can we enable this info?

I have a wix website which I connected to meta capi. After connecting the website I can see that when I get leads from both the browser and the server which is what I was aiming for.
My problem is that in my website I have 2 different forms in 2 different pages, and when I get a Lead event in facebook it could be from any one of the forms which really distort the data.
My question is: is it possible to make a capi connection with wix and get 2 different leads in the events manager?
If not, what would you recommend for a solution?

I'm trying to store/fetch data from my own backend in my Unity WebGL build. I want to host this build on Facebook Instant games.
-Security-Policy: The page's settings blocked the loading of a resource (connect-src) at https://mydomain.com/shop because it violates the following directive: "connect-src 'self' blob: data: https://apps-xxxx.apps.fbsbx.com/sandbox-instant-bundle https://apps-xxxx.apps.fbsbx.com/br-compress-sandbox-instant-bundle https://*.fbcdn.net https://platform-lookaside.fbsbx.com https://www.facebook.com/tr/ https://graph.fb.gg/xxxx/game_activities" test-final.loader.js:1:12936```
Content-Security-Policy: The page’s settings blocked the loading of a resource (media-src) at https://mydomain.com/files/video.mp4 because it violates the following directive: “media-src 'self' data: blob: https://.fbcdn.net https://.fbsbx.com”```
Facebook is not allowing this. I have added my domain to the "Domain Manager" in the app settings, and that has done nothing. From their FAQ : https://developers.facebook.com/docs/games/build/instant-games/faq/
Does my game need a backend?

When it comes to deciding where to store your information, you have several options:

Have a third-party backend your game communicates with via XMLHttpRequest, fetch, WebSocket or EventSource. This will mean more flexibility, but will also incur hosting costs proportional to your game's audience.

Use our SDK-based solutions, which enable server-side functionality out of the box. For storing player-specific information, use our player.getDataAsync and player.setDataAsync methods. For leaderboards, see our Leaderboard API guide.

Third party services like PlayFab provide fully cross-platform backend-as-a-surface platforms built to support LiveOps, matchmaking and analytics. Browse more tools.
So it is possible or is it not? What alternatives do I have to work this out?