Meta Conversion API response logging | Community
Skip to main content
New Participant
January 16, 2025
Solved

Meta Conversion API response logging

  • January 16, 2025
  • 2 replies
  • 1110 views

Hi 

 

I have setup meta capi event forwarding and data is going through fine (using platform debugger and assurance). Is there a way to log the response from meta capi event forwarding extension ie how many successful responses vs how many failed , in theory creating an audit log of such of all the responses to the meta capi event forwarding extension 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bjoern__koth

Hi @davenpr 

well, if you are using the Meta extension in Launch server-side, then you cannot really get the results out.

 

But, should you feel comfortable enough doing some coding, you can also make a simple fetch call to the meta CAPI endpoint and process the results e.g. by sending it to a webhook or similar.

 

https://developers.facebook.com/docs/marketing-api/conversions-api/?locale=en_US

 

 

2 replies

kautuk_sahni
Employee
February 17, 2025

@davenpr Did you find the suggestions helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
bjoern__koth
New Participant
January 16, 2025

HI @davenpr 

you can for instance use the built-in Monitoring screen, filtering for "graph.facebook.com", but that is more for errors only.

 

Cheers from Switzerland!
DavenPrAuthor
New Participant
January 16, 2025

thanks!!!! unfortunately i am looking for a solution where i can capture and store the response for audit purposes.

 

 

bjoern__koth
bjoern__kothAccepted solution
New Participant
January 17, 2025

Hi @davenpr 

well, if you are using the Meta extension in Launch server-side, then you cannot really get the results out.

 

But, should you feel comfortable enough doing some coding, you can also make a simple fetch call to the meta CAPI endpoint and process the results e.g. by sending it to a webhook or similar.

 

https://developers.facebook.com/docs/marketing-api/conversions-api/?locale=en_US

 

 

Cheers from Switzerland!