31 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
92
views
Meta conversion API not able to send IP address and user-agent
I am using the facebook business sdk to send event using meta conversion API. This is what the final event Object looks like
ServerEvent {
_event_name: 'course_transaction',
_event_time: ...
0
votes
2
answers
602
views
Facebook Conversion API is recording Conversion, but no attribution to ads
I have a conversion API set up, which seems to have good enough amount of parameters, it is connected to an ad set:
I am missing the following events, which don't seem to be that important:
My ads ...
1
vote
1
answer
704
views
Meta Pixel PageView event
The PageView event is mentioned in many examples on Facebook developer pages (e.g.), but it is not listed on the official standard events list. I have not been able to find it mentioned on any other ...
0
votes
1
answer
779
views
How should I correctly format an IP address so the Meta Conversions API doesn't error
I'm able to send a conversion to the Meta Conversions API using PHP and CURL. It is working so I am not trying to troubleshoot either PHP or CURL. We can assume they work, data is being collected.
...
1
vote
1
answer
147
views
Facebook cURL for custom conversion tracking API error 100
I'm getting an error from Facebook API.
string(135) "{"error":{"message":"(#100) The parameter data is required","type":"OAuthException","...
0
votes
1
answer
207
views
What is the difference between the access token generated in Facebook Events Manager and the "extend Access Token" in Graph API Tool?
I attempted to create an access token for setting up the conversion API in Events Manager. However, the agency's two-factor authentication generator wasn't functioning, preventing me from obtaining ...
0
votes
1
answer
204
views
Transition from Facebook Offline Conversion API to Conversion API Deduplication
With Facebook ‘Offline Conversion API’ being deprecated next year, we have been looking to transition to ‘Conversion API’ which supports Offline Events.
We’re mainly looking at uploading Offline Event ...
2
votes
0
answers
412
views
Facebook Conversion API - Events are tracked in events manager but they are not showing in ad manager. What might be the reason?
Its been 15 days days we are trying to figure out this mystery. We have integrated Facebook conversion API in one of our projects. Below is the code for reference. All the events which we fire using ...
2
votes
1
answer
849
views
Conversion API Purchase Event does't work
dear community!
I've encountered an issue while implementing the Conversion API integration on our website to track events and send them directly to Facebook from our server. We're experiencing ...
0
votes
1
answer
312
views
How to extract contents from SSGTM using variable
currently, I have this query parameter from a server side GTM that I want to extract the value. the parameter is like this. parameter=[{id: "abcd", quantity: 1}]. So I want to extract the ...
0
votes
1
answer
852
views
Facebook Conversions API with Google Cloud instead of AWS
I'm trying to follow this set of instructions for setting up Conversions API. However, it requires AWS Account which we don't have. What we currently do have is Google Cloud Platform.
Is Conversions ...
2
votes
1
answer
4k
views
How to view Facebook Pixel event parameters for standard and custom events in the overview page?
I have been using Facebook Pixel to track my website events using the Conversions API and sending a server event manually. I have used events with custom names and also standard events like "...
2
votes
0
answers
338
views
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 ...
4
votes
0
answers
3k
views
How to implement facebook api conversions with nextjs 13
I made a website for a client, using nextjs 13, and he wants to advertise on facebook ads, but for that we need to use the facebook pixel and the conversions API to collect user data. I implemented ...
1
vote
0
answers
402
views
How can I send Lead event to both Pixel and Conversion API via an Elementor form on Wordpress using an existing set up?
I have a wordpress Pixel setup with "facebook-for-woocommerce" plugin that does most of the work for sending events. The plugin sends all events with both pixel (browser) and conversion API. ...