Questions tagged [facebook-conversions-api]

28 questions
3
votes
0 answers

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 the pixel following the example of the vercel…
3
votes
1 answer

Why is FB/Meta Conversions API not deduplicating my events even though they have the same name and eventID?

I send the same event to Facebooks Event Manager from FB pixel and Conversions API. I have made sure that the event name and eventID are the exact same, and that the server event is sent after the browser event. The events are not deduplicated in…
2
votes
0 answers

facebook events are not deduplicated

I sent 2 events. one via fbp and one via conversion api. I specified the event name and an event_id for both capi and fbp have the same event_id and event_name. but in the eventsmanaer both events are processed and none are deduplicated. what could…
2
votes
0 answers

Fire fbq event with user_data

In FB doc, it is explained how to bind user_data to fbq while initializing fbq. However it is not explained how to bind user_data later on. Let's say I have a form where users put their email. When the user hit "send" I call fbq("trackCustom",…
Charly berthet
  • 1,178
  • 5
  • 15
  • 31
2
votes
2 answers

Send GA4 items to FB CAPI

I'm attempting to implement Facebook's conversion API utilizing a server-side Google Tag Manager container and Facebook's own CAPI tag template for Google Tag Manager per this setup:…
bengen343
  • 139
  • 1
  • 2
  • 8
1
vote
0 answers

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 "Purchase" before. What I have not been able to do is…
1
vote
0 answers

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. The plugin has event ID (prevents deduplication), string…
1
vote
0 answers

Why is Facebook Conversions API needed to keep tracking users after the sunsetting of third-party cookies?

I hope this question is on-topic here, as it's about the tech side of the Facebook tracking. Some months ago, Facebook released their Conversions API (CAPI) to make it possible to send them user activity events directly from your servers, instead of…
1
vote
1 answer

Should I remove facebook pixel TAG after having facebook conversion api TAG?(both on GTM)

I created a web container and sever container, and I had created the facebook CAPI tag for tracking on the server container, I can see in the progress, it does not need to create a facebook Pixel. but my current setup was retaining the facebook…
1
vote
0 answers

Facebook conversions API integration on Squarespace site

We are helping a client who had a recent site redesign done on Squarespace. With the iOS 14 update the client is worried about not being able to track Apple users for facebook ads. One solution talked about is to implement the Facebook Conversions…
1
vote
1 answer

While firing the Purchase event not showing duplicates event

I am using the Facebook pixel and Facebook conversion API. to fire the event viewPage and viewContent etc. everything is working fine. but the issue when I fired Purchase event at that time event_id is same but that is not showing duplicate like…
1
vote
1 answer

Facebook PHP Business SDK Test Event

I am trying to set up the PHP Business SDK from Facebook on my site. I want to run a test event, but am unsure how to go about this. This is what I have: $user_data = (new UserData()) ->setEmails(array('joe@eg.com')) …
Mike Harrison
  • 1,020
  • 2
  • 15
  • 42
0
votes
0 answers

FB Conversions API Unsupported post request. Object with ID 'XXXX' does not exist, cannot be loaded due to missing permissions, or does not support

I'm trying to send a ViewContent event thru the Meta Conversions API. I went to the account's pixel, generated an access token in the Events Manager, then sent the event using the PHP SDK. When I send the event, I get this error where…
0
votes
2 answers

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 API able to be set up with Google Cloud? I'm…
0
votes
0 answers

Facebook Ads how to see each conversion value or load the other conversion parameters?

Hi Stack Overflow community, I have manually added the fb tracking code for leads inside an ajax form success function so when someone registers on the website this code is triggered: fbq('track', 'Lead', { content_name: registered_user, …
1
2