skip to Main Content

We are adding meta app events natively inside a flutter app and I am currently working on the android integration, I’m using standard events any they show up in events manager on meta but non of the parameters I added is visible in Event Breakdown nor Sampled Activities tab when I click on view details for any event. I’m using standard events with the recommended params constants, here’s a testing sample:

Android code:

enter image description here

According to facebook’s logs in my logcat, everything is going well. but whatever I send a params isn’t displayed on events manager. any suggestions on what’s wrong?

Facebook logs screenshots

enter image description here

enter image description here

Add to cart event

enter image description here

Add to cart selected params

enter image description here

Add to cart breakdown

enter image description here

Add to cart sampled activities

enter image description here

I’m using Facebook android SDK v17.0.0. and we don’t use conversions API

The expected result is for the currency and dummy content to be displayed on event breakdown and sampled activities tabs

2

Answers


  1. Having the same issue today – no standard event parameters are showing in the Events Manager section. Sent the issue to FB Ads but doubt I’ll receive a reply.

    Login or Signup to reply.
  2. I have the same situation, all settings are configured correctly, but the most desired App install event is missing

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search