Questions tagged [facebook-conversions-api]
28 questions
0
votes
0 answers
Facebook Ads Indexing
I have an android game, where i want to initialize Facebook SDK to track installs. However, I do not understand, what information will be recorded by Facebook and how would i identify the install in Facebook. Is it advertizer_id? How can i access…
0
votes
0 answers
Which user_data am I supposed to provide to Facebook Conversions API if I interact with customer via Facebook Messenger only?
Our scenario: customer initiates conversation with our business page within Facebook Messenger and then he possibly makes a purchase. We are interested to send this event to Facebook Conversions API from our backend. According to Facebook…

An1s9n
- 1
0
votes
0 answers
How to get a metric CompleteRegistration in the context of campaigns?
I'm trying to get the metric CompleteRegistration in the context of campaigns, but I'm only getting aggregated values by date.
This is my code:
from facebook_business.api import FacebookAdsApi
from facebook_business.adobjects.adaccount import…

Danya
- 1
- 1
0
votes
1 answer
Facebook Conversion API Gateway interaction with ad blockers
I'm trying to implement the Facebook Conversion API to improve ad attribution. One of the advertised features is the ability to bypass ad blocking (again, not to serve ads, but to track conversions).
Facebook also suggests using the Conversion API…

Kon
- 4,023
- 4
- 24
- 38
0
votes
0 answers
Can't Connect Google Tag Manager to Meta. Getting "Publishing failed."
I am in need of assistance with my Meta's Conversion API and Google Tag Manager setup. I have successfully set up a web and server container, with the server container being manually configured and running on AWS.
I am currently working on the…

Vinny
- 1
- 1
0
votes
1 answer
Why can Facebook Conversion API, instead of Pixel, overcome iOS 14 privacy policies?
They claimed that the Facebook Conversion API is the solution to overcoming iOS 14's privacy policies, however I still have two questions:
I understand that the Conversion API is sent from the server to Facebook, but the event must still be…

Joseph
- 3,974
- 7
- 34
- 67
0
votes
0 answers
Using guzzle to post to Facebook Conversions API
I am trying to send events to the Facebook conversion api. I have it working OK using cURL but would rather use guzzle. However, when i try to do the same with guzzle I get an error in the response.
Can anyone assist with getting this to work with…

user1811962
- 1
- 1
0
votes
0 answers
Facebook Conversions API server-side event returning "The parameter $['data'][0]['event_time'] is required"
When setting up the the Facebook Conversions API I get the following error...
{"error"=>{"message"=>"Invalid parameter", "type"=>"OAuthException", "code"=>100, "error_subcode"=>2804019, "is_transient"=>false, "error_user_title"=>"Server-side API…

tob88
- 2,151
- 8
- 30
- 33
0
votes
1 answer
AWS Node.js Lambda HTTPS Request Not Sending Data To Facebook Conversions API
I am attempting to send data to Facebook Conversion API via an AWS Lambda function written in node.js. Documentation here.
All data is passed successfully to the function via API gateway and external GET requests.
However when the function executes,…

Ethan
- 1,905
- 2
- 21
- 50
0
votes
0 answers
Conversions API events are not showing up in campaign
I have implemented a solution in our application to send certain events to Facebook Pixel via Conversions API. We are not using the Pixel JS code in our application. All events are sent from the server. We get the Pixel Id and Access Token from the…

Ranjith
- 1
0
votes
0 answers
Facebook Conversion API: No test events in Events Manager, even though requests graph requests got a 200 response
I'm facing an issue with the Facebook Conversion API, and I'm quite stumped. I'm setting of FBCAPI on an eCommerce store, using Google Tag Manager Server Side, and Facebooks own FBCAPI tag.
All events/requests from the server site returns a 200…

Simon Mortensen
- 85
- 1
- 8
0
votes
1 answer
Facebook Conversion API: "System users can not have duplicate names. Use another name."
I'm trying to create access tokens for a few of my pixels, but I'm unable to do so due to the error message "System users can not have duplicate names. Use another name.".
This is the error I get in the pixel settings, when I click Create access…

Simon Mortensen
- 85
- 1
- 8
-1
votes
1 answer
Facebook Conversion API Gateway is no longer sending data after pixel error
I setup the facebook Conversion API (CAPI) Gateway per their documentation. Everything was working fine, I updated our GTM container to track more data on purchase. I accidentally sent a "NaN" value, causing a pixel error.
I immediately fixed the…