I'm trying to run a test event in Graph API explorer before integrating it to our website.
I'm having a problem not receiving the test event but the response is not showing any error.
{
"data": [{
"event_name": "PageView",
"event_time": 1611631182,
"action_source": "website",
"event_source_url": "https://example.com",
"user_data": {
"client_ip_address": "1.2.3.4",
"client_user_agent": "test ua"
}
}],
"test_event_code": "TEST12345"
}
I try to include the Email (em) parameter inside the user_data with the value that is generated by default in Payload Helper. It works fine. But when I generate a different email hash, it's NOT working.
I'm using v9.0 in the API. I hope some could help me solve the problem.
Thanks!