简体   繁体   中英

Data Reliability of facebook Conversion API through gateway implementation

facebook's pixel and conversion API are both used to track specific events. While the pixel events are sent through the javascript code on the user's browser, the conversion API events are sent by the code getting executed on the server when that page is requested. With the IOS 14 updates and ad blockers, the data from Conversion API is considered to be more reliable than the pixel data.

While the best way to install Conversion API is through manual coding. however facebook also offers a click and create gateway system to install conversions API wherein we establish a server in the cloud which gets the data from the pixel in the user's browser and the cloud server then sends in the Conversion API event to facebook's server. See attached image of the architecture from facebook's developer portal.

在此处输入图像描述

Since in this case, the pixel in the browser is the one that is sending the events to the browser - how can we say that the data from the Conversion API will be more reliable. If an IOS update or an ad blocker is restricting the pixel to call facebook pixel servers - it will also restrict the call to the conversion API server.

Sending data to Facebook is considered as third arty whereas sending data to our own server is considered first party.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM