1

We Start for implement Facebook Conversion Api for App events.

We Setup conversion api by manual

Not received any server event in test event tool , specially this case: "action_source": "app".

We done this steps in facebook developer

  • Create Facebook app and connect it with the verified business account.
  • Adding IOS/Android Platform

We done this steps in event manager

  • Link App with new pixel
  • Generated access token

We generated Access Token using events manager to allow setup conversion api manual guideline for generate token

For Testing Server Events we used Graph API Explorer Example,

this is the example for data

{
  "data": [
    {
      "action_source": "app",
      "app_data": {
        "advertiser_tracking_enabled": false,
        "application_tracking_enabled": false,
        "extinfo": [
          "a2",
          "com.some.app",
          "771",
          "Version 7.7.1",
          "10.1.1",
          "OnePlus6",
          "en_US",
          "GMT-1",
          "TMobile",
          "1920",
          "1080",
          "2.00",
          "2",
          "128",
          "8",
          "USA/New York"
        ]
      },
      "event_id": 12345,
      "event_name": "TestEvent",
      "event_time": 1687346413,
      "user_data": {
        "client_ip_address": "254.254.254.254",
        "client_user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
        "em": "f660ab912ec121d1b1e928a0bb4bc61b15f5ad44d5efdc4e1c92a25e99b8e44a"
      }
    }
  ],
  "test_event_code": "TEST68424"
}

after we put the correct Pixel id, Access Token, Test event code..

We not received any event in test event tool !!

while we expected received events in test tool.

2 Answers2

0

The above json is working fine just change event time to latest one. It will show up in test events

lj279
  • 169
  • 1
  • 2
  • 9
  • event time is update with correct one .. but still the event not appear in test events, please note this just when set source action as "app" – Mohammed Odeh Aug 02 '23 at 14:08
  • Did you tried from payload helper? Because the above posted payload is working with a different "test_event_code" generated from my side. The best way to test it, create a new payload from payload helper and set action source as "app". If its showing in your dashboard, then try to add above parameters one by one and test it. – lj279 Aug 06 '23 at 07:21
0

We phased the same issue. I believe it is an issue with the facebook SDK. Not sure if it is just with the Test Event tool and in production is working as expected.

ioannis
  • 11
  • 2
  • 1
    This does not really answer the question. If you have a different question, you can ask it by clicking [Ask Question](https://stackoverflow.com/questions/ask). To get notified when this question gets new answers, you can [follow this question](https://meta.stackexchange.com/q/345661). Once you have enough [reputation](https://stackoverflow.com/help/whats-reputation), you can also [add a bounty](https://stackoverflow.com/help/privileges/set-bounties) to draw more attention to this question. - [From Review](/review/late-answers/34842798) – Yogendra Aug 18 '23 at 07:05