Facebook conversion pixel with "server to server" option
Asked Answered
C

3

4

I'm investigating usage of CPA ad types in our application and was reading about pixels for tracking conversions. It states that there are JS/HTML pixels available, but I'm wondering if there is a pixel that could be triggered on server side, (i.e. using file_open from our script). This would be a huge benefit for my app, since it would enable me to lower discrepancy and also allow more flexibility.

Does anyone have an idea?

Chair answered 13/9, 2013 at 11:23 Comment(0)
H
1

No, there is no ability to record conversion using a server-to-server method at the moment.

Herwig answered 28/11, 2013 at 15:49 Comment(1)
Now you can use Offline Conversions api. Look at the answer https://mcmap.net/q/676532/-facebook-pixel-events-call-from-serverEssential
C
1

Now you have options for behavior like this. Note: You cannot fire a "piexl" from the server, because pixels are specific to web pages.

Facebook created the Offline Conversions api to allow you to upload conversions that happen outside a website, like users purchasing something in a brick and mortar, or conversions that don't count until you have verified the information yourself (i.e. you must have a human review a user's sign up)

Coprophilia answered 16/5, 2017 at 23:54 Comment(0)
B
0

Now the right way to do it is using the Conversions API:

The Conversions API allows advertisers to send web events from their servers directly to Facebook. Server events are linked to a pixel and are processed like browser pixel events.

So it's exactly what you need.

(It's previously called Facebook Server-Side API, by the way.)

Brecciate answered 28/6, 2021 at 8:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.