Questions tagged [conversions-api]

11 questions
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…
1
vote
2 answers

Facebook Conversion API - Not Received Test Server Events for app

We Start for implement Facebook Conversion Api for App events. We Setup conversion api by manual Not received any server event in test event tool , specially this case: "action_source": "app". We done this steps in facebook developer Create…
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
0 answers

Facebook Conversions API - Invalid Timestamp errors

I am receiving a handful of errors regarding the event timestamp. I have confirmed that I am sending a UNIX timestamp in seconds. This is what I have implemented in the front-end of our code to get the UNIX timestamp in seconds:…
0
votes
1 answer

Can Bing Ads Offline Conversions Be Achieved with Curl Command

Can Bing Ads Offline Conversions be achieved in a REST API way with the Curl command on Linux? Or, is there a way to understand the SOAP API process with Curl so that I can understand the lower-level HTTP calls it makes and can parse the SOAP XML…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
1 answer

Best practices to use the same data layer variable with Google Tag manager without Google Tag Manager Server

I am trying to implement conversions API on our page and of course the main issue is the deduplication of events. The way I avoid this, is using same event names and same event IDs (random unique variable generated at specific time). As I understand…
0
votes
1 answer

Facebook Conversions API implementation with Google Tag Manager Server-Side

Hi, I have a question concerning the implementation of Facebook Conversions API via Google Tag Manager Server-Side. We are using DNN /EVOQ CMS which is a .net application. Everything else is in place concerning Facebook Pixel and Business manager.…
0
votes
1 answer

Facebook Conversions API warning missing event id?

Facebook Conversion API warns me that PageView event missing event_id, but PageView event does not accept any parameters in the facebook develop document. Even though I have uploaded event_id in all Conversions APIs, I still get a warning of missing…
0
votes
1 answer

Can you optimize toward non-web Facebook Conversions API events?

Facebook has introduced the "action_source" parameter into Conversions API, which for most use cases will be "website" for the value. Are we able to optimize toward conversions we send in this manner for values other than "website"? For example,…
chrismay
  • 1,384
  • 2
  • 15
  • 25
0
votes
1 answer

Getting Facebook Conversions API error - " Diagnostic Issues Found "

I had recently implemented Facebook Conversions API in Facebook Ads Manager for an wordpress woocommerce website. All the test events are showing up in activity. However i am gettin this error - " Diagnostic Issues Found " in Facebook PageView Event…
zeefu21
  • 19
  • 10
0
votes
1 answer

Facebook Pixel / E-Commerce: Deduplication for Facebook pixel and Conversions API events

As read here here browser events that were sent through Facebook Pixel and Server Events that were sent over the Conversions API will be deduplicated, for example, if they have identical event and eventIDs. However, if the data in both events is…