Posts tagged with facebook-graph-api

My app sends booking reminders using the WhatsApp Cloud API. Everything works as expected with the test number. I added the company number and verified it with the SMS code. In the WhatsApp Manager, the status of the number is "waiting," and it says that I need to associate the certificate with the number. I have the certificate and tried to follow the documentation linked near the certificate. However, it leads me to the on-premises documentation, which is not relevant for the Cloud API. Can you please help me figure out what I am missing?

The Cloud API has nothing on certificate association.

Through this facebook developers article and this supporting article I understand that there are certain limitations on sending marketing templates. Everytime a user replies in an open marketing conversation (i.e. If a user responds to a marketing template) we are allowed to send one more marketing template.

In my case, I am sending user a template lets say template_A, when he interacts with that template he should get a text message and another template, template_B. Which, according to the articles, is possible. But the user is only getting the text message and not template_B, with console stating that

131049 This message was not delivered to maintain healthy ecosystem engagement.

Also, this is not happening with all the numbers. Some of them can use the app properly. Am I reading something wrong here? Are there any kind of other limitations that can be causing this issue?

I currently have a Data Set under Data Sources for which I have a Meta Pixel that records Standard Events such as View, Lead and Purchase.

I'm able to view these by logging into Facebook and going to Events Manager then Data Sources and selecting the Date Set.

Events Manager allows the ability to View Details, a summary, of the Events that were recorded.

I would like to download a subset of these Events based on a filter, including information such as the Event Parameters, but unfortunately Events Manager only provides Sampled Activities and excludes the Event Parameters.

Is it possible to retrieve all of the Events, including Event Parameters, for a filtered list using the Graph API?

I've done a search for Graph API and Events Manager but all I get is links to pulling information about Facebook Page Event.

Any help appreciated, thank you in advance!!!

EDIT:

I've found something that looks promising, Get events from Facebook Graph API, this answer helped me pull aggregated/summary event information but is it possible to pull granular/detailed event information using the Graph API?