{"id":2590,"date":"2026-09-02T15:32:27","date_gmt":"2026-09-02T12:32:27","guid":{"rendered":"https:\/\/accessio.agency\/meta-pixel-conversions-api\/"},"modified":"2026-09-02T15:41:44","modified_gmt":"2026-09-02T12:41:44","slug":"meta-pixel-conversions-api","status":"publish","type":"post","link":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/","title":{"rendered":"Meta Pixel and Conversions API: what they do and how to check your tracking works"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>The Meta Pixel (formerly the Facebook Pixel) and the Conversions API are two routes by which events on your website reach Meta. This article explains what each of them does, how to check in Events Manager whether your tracking works, and why data that arrives is not yet data you can rely on.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Meta sees and what it does not<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Meta&#8217;s advertising system sees only what your website sends it. With no tracking in place, the platform knows how many times an ad was shown and how many people clicked it, but not what happened next: whether the person reached the page, filled in a form, or bought anything.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That has two consequences. First, without tracking a campaign can only be optimised for clicks or impressions, not for enquiries or purchases, because the system has no event to optimise towards. Second, nothing appears in the Results column in Ads Manager, and decisions end up being made on the cost of a click rather than on a result. What platform figures can and cannot prove is set out in our <a href=\"https:\/\/accessio.agency\/en\/meta-ads-metrics\/\">article on Meta Ads metrics<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Tracking readiness is therefore a strategic step rather than a technical detail: it belongs before you spend money, not after the first month when the numbers fail to match.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Meta Pixel: the browser signal<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Meta Pixel is a small piece of code placed on your website that runs in the visitor&#8217;s browser. It tells Meta that a page has been opened (the PageView event) and, if it has been set up that way, about specific actions as well: a submitted form, an item added to a basket, a purchase. Meta has standard names for these actions, for example Lead, Contact, Purchase, AddToCart, InitiateCheckout and ViewContent, and it is these names that later appear in your campaign results. Events can also carry parameters such as purchase value and currency; without them the platform knows a purchase happened but not what it was worth.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the interface the Pixel lives in Events Manager, where Meta currently calls data sources Datasets. One dataset holds all the events from one website regardless of whether they arrive from the browser or from a server, and it has its own ID, which has to match the code placed on the site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The limits of the Pixel matter as much as its capabilities. It sends data only if the script runs in the browser at all: if the visitor has not given consent, if a browser or an extension blocks the script, if the page does not finish loading, or if the action happens away from the site, by phone for instance, the Pixel does not see it. That is not a fault. It is the nature of a browser signal.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Conversions API: the server signal<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Conversions API is the second route: events are sent to Meta directly from your server, e-commerce platform or CRM, bypassing the visitor&#8217;s browser. If a purchase is recorded in your own system, it can be sent regardless of whether the browser script was working at that moment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In its developer documentation Meta recommends using both routes together and calls this a redundant setup. The reasoning is simple: the browser signal is immediate but fragile, the server signal is more robust but needs technical implementation. Together they cover each other&#8217;s gaps.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This creates one obligatory condition that is often forgotten. If the same event is sent by both routes, Meta has to recognise it as one event rather than two. That is the job of deduplication: both sends must carry the same event name and the same unique identifier (event_id). Meta&#8217;s documentation states plainly that without this mechanism events will be counted twice, and that where duplicates are found the system generally keeps the one it received first. In practice this means the Conversions API without deduplication does not improve your data. It doubles it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Implementing the Conversions API is technical work. Some platforms and plugins have it built in, in which case it is a matter of switching it on; a custom website or a CRM will need a developer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installation routes, with and without code<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There is no single correct way for the Pixel and the Conversions API to get onto a site. There are several routes, and one rule matters above the choice: one route per event, not two. Two parallel installations are among the most common causes of doubled figures.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Route<\/th><th>Who it suits<\/th><th>Developer needed<\/th><\/tr><\/thead><tbody><tr><td>Partner integration (e-commerce platforms, site builders)<\/td><td>Standard platforms with a ready Meta connection; often includes the Conversions API as well<\/td><td>Usually no<\/td><\/tr><tr><td>WordPress or CMS plugin<\/td><td>Sites on common content systems<\/td><td>Usually no, but check there is no second installation<\/td><\/tr><tr><td>Google Tag Manager<\/td><td>Sites where tracking is managed centrally for several tools<\/td><td>Yes, or at least someone who knows GTM<\/td><\/tr><tr><td>Manual code in the site header<\/td><td>Custom sites without a plugin<\/td><td>Yes<\/td><\/tr><tr><td>Conversions API without a partner integration<\/td><td>Server or CRM events in custom systems<\/td><td>Yes, always<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Choosing between the routes is not a strategic question. Checking the result afterwards is. Your reader does not need to remember which route was used; they need to know that there is one route and that it works.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Consent changes the numbers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A cookie consent tool is part of the tracking system, not a separate legal formality. Most consent tools hold back marketing scripts, the Pixel among them, until the visitor agrees. Visitors who do not consent simply do not appear in Pixel data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two things follow. First, the number of browser events will always be lower than the real number of visitors, and that is not an error you can fix. Second, if the consent tool is configured incorrectly it can block the Pixel even after consent is given, in which case there is no data at all. Both situations look identical from the outside, as low numbers, but they mean entirely different things, which is why they have to be told apart by checking rather than by guessing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This article is not legal advice on what consent your situation requires; that depends on your circumstances and on the applicable rules. At the tracking level it is enough to know that consent is one of the reasons platform figures do not match business figures.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to check that tracking works: six checkpoints in Events Manager<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You do not need a developer for this. You need Events Manager, your website and ten minutes. The main tool is the Test events tab: you enter your site&#8217;s address, open it and take an action, submitting a form for example; the tab should show the event that action produced, with its name and its source. Meta also offers a browser extension, the Meta Pixel Helper, which shows whether a Pixel is active on a page and which events it is sending.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Checkpoint<\/th><th>Where to look<\/th><th>What you should see<\/th><\/tr><\/thead><tbody><tr><td>1. The data source exists and the ID matches<\/td><td>Events Manager, Datasets<\/td><td>One dataset whose ID matches the code on your site<\/td><\/tr><tr><td>2. PageView is arriving<\/td><td>Dataset overview, Status column<\/td><td>Status Active and a recent time under &#8220;Last received&#8221;<\/td><\/tr><tr><td>3. The event that matters to the business is defined<\/td><td>The event list<\/td><td>Not only PageView but also Lead, Contact, Purchase or whichever event the campaign optimises for<\/td><\/tr><tr><td>4. The event fires at the right moment<\/td><td>Test events tab<\/td><td>Take the action on the site and see the event, under the right name, exactly when the action completes<\/td><\/tr><tr><td>5. There are no duplicate events<\/td><td>Integration column and Test events<\/td><td>One action produces one event; if the source is both Meta pixel and Conversions API, the events are deduplicated<\/td><\/tr><tr><td>6. Data quality signals reviewed<\/td><td>Event match quality column and the Actions tab<\/td><td>The quality score is visible, and Meta&#8217;s recommendations have been read rather than ignored<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Two notes that save frustration. Events can appear in Events Manager with a delay, the interface itself warns of up to half an hour, so an empty list immediately after an action proves nothing. And behaviour in the Test events tab can differ from the live environment, so it is worth returning to the overview figures a day later.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The mistakes that look like working tracking<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In ACCESSIO&#8217;s practice the most common situation is not an absence of tracking but tracking that was started and never finished. The Pixel is in place, PageView is counting, Events Manager shows a green status, and everything appears to be in order. But the event that actually matters to the business, an enquiry or a purchase, is either not defined or does not fire. The campaign then cannot optimise for what you need, and the Results column shows either nothing or page views that have no connection to the business.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond that, a few typical situations are worth recognising:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Two installations.<\/strong> The Pixel is added both by a plugin and manually in the code, often by different people at different times. Every page load produces two PageView events and every figure is doubled. The sign: Test events shows one action twice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Conversions API without deduplication.<\/strong> The server route is connected, but the event_id does not match or is absent. Conversions are counted twice and the campaign looks twice as good as it is. The sign: event counts suddenly double after the server route is connected.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The event fires at the wrong moment.<\/strong> The enquiry event fires on a button click rather than when the form is actually submitted; or the purchase event sits on the checkout page rather than the confirmation page. There are numbers, but they measure intent rather than outcome. The sign: the platform reports more enquiries than you actually receive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The consent tool blocks everything.<\/strong> Through a configuration error the tool holds back the Pixel even after consent. The sign: PageView counts are far lower than the visits shown by your other tools.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Technical events clog the list.<\/strong> Other tools on the site, consent or chat solutions for instance, send their own technical events into the same data source, and the business events get lost among them. The sign: the event list contains names nobody deliberately created.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>An old or foreign Pixel ID.<\/strong> A previous provider&#8217;s or another site&#8217;s ID is still on the site, and the data flows to a data source you have no access to. The sign: there are no events in your own Events Manager even though Pixel Helper shows an active Pixel on the page.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All of these have the same remedy: check rather than assume. None of them is visible in an Ads Manager report. All of them are visible in Events Manager.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Data arriving is not the same as data you can trust<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Even perfectly installed tracking does not give a complete picture, and that needs to be understood before decisions are made.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A platform event is not a business result. A Lead event means a form was submitted, not that the contact is reachable or qualified. A Purchase means the site sent a purchase event, not that the order was paid for and not cancelled. We set out that boundary in detail in our <a href=\"https:\/\/accessio.agency\/en\/meta-ads-metrics\/\">article on Meta Ads metrics<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Consent and browser limitations mean that a share of real actions will never appear on the platform, and no technical improvement reduces that share to zero. Attribution settings determine which actions are credited to the advertising, and those are platform rules rather than a fact about cause and effect.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The mark of trustworthy tracking is therefore not a green status in Events Manager but a regular comparison: how many events the platform reports, how many enquiries or orders your own records show, and how large the gap is. A gap is normal. An unknown gap is a problem. How to build that comparison into the plan before you start is covered in our <a href=\"https:\/\/accessio.agency\/en\/facebook-ads-strategy\/\">article on Facebook ads strategy<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What a basic check covers and what is separate technical work<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The checkpoints in this article make up what can be called a basic tracking check: whether the data source is the right one, whether PageView arrives, whether the business event is defined and fires at the right moment, whether there is any duplication, and whether the data quality signals have been reviewed. This can be done without changing the site&#8217;s code, and a basic Pixel and event check of exactly this kind is part of ACCESSIO&#8217;s Meta ads management service.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Separate technical work is anything that requires changes to code or infrastructure: implementing the Conversions API on a custom site, server-side tracking, rebuilding Google Tag Manager, building a data layer, integrating a CRM. That is not better or worse, it is different work with a different provider, and it is fairer to separate the two at the start of the conversation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">In summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Meta Pixel is the browser signal, the Conversions API is the server signal, and together they form one tracking system that needs deduplication so that nothing is counted twice. Checking whether that system works takes no developer, only six checkpoints in Events Manager. But a green status only tells you that data is arriving; whether it is reliable enough to decide on is shown only by comparing it with your own records.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you would like an experienced provider to take on the basic tracking check and the management of your advertising, see ACCESSIO&#8217;s <a href=\"https:\/\/accessio.agency\/en\/services\/facebook-and-instagram-ads\/\">Facebook and Instagram ads management service<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Meta Pixel (formerly the Facebook Pixel) and the Conversions API are two routes by which events on your website reach Meta. This article explains what each of them does, how to check in Events Manager whether your tracking works, and why data that arrives is not yet data you can rely on. What Meta [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2591,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[44],"tags":[],"class_list":["post-2590","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-meta-ads-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Meta Pixel and Conversions API: tracking basics | ACCESSIO<\/title>\n<meta name=\"description\" content=\"The Pixel is the browser signal, the Conversions API the server signal. How to check your tracking works in Events Manager.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meta Pixel and Conversions API: tracking basics | ACCESSIO\" \/>\n<meta property=\"og:description\" content=\"The Pixel is the browser signal, the Conversions API the server signal. How to check your tracking works in Events Manager.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/\" \/>\n<meta property=\"og:site_name\" content=\"ACCESSIO\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/accessio.agency\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-02T12:32:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T12:41:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/09\/accessio-meta-pixel-conversions-api-en.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1586\" \/>\n\t<meta property=\"og:image:height\" content=\"992\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lauris Krolis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lauris Krolis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/\"},\"author\":{\"name\":\"Lauris Krolis\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#\\\/schema\\\/person\\\/c3760123c8adb6726922363b80f62f7c\"},\"headline\":\"Meta Pixel and Conversions API: what they do and how to check your tracking works\",\"datePublished\":\"2026-09-02T12:32:27+00:00\",\"dateModified\":\"2026-09-02T12:41:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/\"},\"wordCount\":2258,\"publisher\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/accessio.agency\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/accessio-meta-pixel-conversions-api-en.png\",\"articleSection\":[\"Meta Ads\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/\",\"url\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/\",\"name\":\"Meta Pixel and Conversions API: tracking basics | ACCESSIO\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/accessio.agency\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/accessio-meta-pixel-conversions-api-en.png\",\"datePublished\":\"2026-09-02T12:32:27+00:00\",\"dateModified\":\"2026-09-02T12:41:44+00:00\",\"description\":\"The Pixel is the browser signal, the Conversions API the server signal. How to check your tracking works in Events Manager.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/accessio.agency\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/accessio-meta-pixel-conversions-api-en.png\",\"contentUrl\":\"https:\\\/\\\/accessio.agency\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/accessio-meta-pixel-conversions-api-en.png\",\"width\":1586,\"height\":992,\"caption\":\"Meta Pixel and Conversions API: illustration of two data paths meeting in one measurement system\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/meta-pixel-conversions-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/accessio.agency\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Meta Pixel and Conversions API: what they do and how to check your tracking works\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/accessio.agency\\\/en\\\/\",\"name\":\"ACCESSIO\",\"description\":\"Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/accessio.agency\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#organization\",\"name\":\"ACCESSIO\",\"url\":\"https:\\\/\\\/accessio.agency\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/accessio.agency\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ACCESSIO-logo-2026.png\",\"contentUrl\":\"https:\\\/\\\/accessio.agency\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ACCESSIO-logo-2026.png\",\"width\":2025,\"height\":2025,\"caption\":\"ACCESSIO\"},\"image\":{\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/accessio.agency\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/siaaccessio\",\"https:\\\/\\\/www.instagram.com\\\/accessio.agency\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/accessio.agency\\\/en\\\/#\\\/schema\\\/person\\\/c3760123c8adb6726922363b80f62f7c\",\"name\":\"Lauris Krolis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2e4952925fad5930b47b140577e073cf60ef82eb55023b451c9ed1f7fe9a7fa1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2e4952925fad5930b47b140577e073cf60ef82eb55023b451c9ed1f7fe9a7fa1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2e4952925fad5930b47b140577e073cf60ef82eb55023b451c9ed1f7fe9a7fa1?s=96&d=mm&r=g\",\"caption\":\"Lauris Krolis\"},\"url\":\"https:\\\/\\\/accessio.agency\\\/en\\\/author\\\/lauris\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Meta Pixel and Conversions API: tracking basics | ACCESSIO","description":"The Pixel is the browser signal, the Conversions API the server signal. How to check your tracking works in Events Manager.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/","og_locale":"en_US","og_type":"article","og_title":"Meta Pixel and Conversions API: tracking basics | ACCESSIO","og_description":"The Pixel is the browser signal, the Conversions API the server signal. How to check your tracking works in Events Manager.","og_url":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/","og_site_name":"ACCESSIO","article_publisher":"https:\/\/www.facebook.com\/accessio.agency","article_published_time":"2026-09-02T12:32:27+00:00","article_modified_time":"2026-09-02T12:41:44+00:00","og_image":[{"width":1586,"height":992,"url":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/09\/accessio-meta-pixel-conversions-api-en.png","type":"image\/png"}],"author":"Lauris Krolis","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lauris Krolis","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#article","isPartOf":{"@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/"},"author":{"name":"Lauris Krolis","@id":"https:\/\/accessio.agency\/en\/#\/schema\/person\/c3760123c8adb6726922363b80f62f7c"},"headline":"Meta Pixel and Conversions API: what they do and how to check your tracking works","datePublished":"2026-09-02T12:32:27+00:00","dateModified":"2026-09-02T12:41:44+00:00","mainEntityOfPage":{"@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/"},"wordCount":2258,"publisher":{"@id":"https:\/\/accessio.agency\/en\/#organization"},"image":{"@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#primaryimage"},"thumbnailUrl":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/09\/accessio-meta-pixel-conversions-api-en.png","articleSection":["Meta Ads"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/","url":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/","name":"Meta Pixel and Conversions API: tracking basics | ACCESSIO","isPartOf":{"@id":"https:\/\/accessio.agency\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#primaryimage"},"image":{"@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#primaryimage"},"thumbnailUrl":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/09\/accessio-meta-pixel-conversions-api-en.png","datePublished":"2026-09-02T12:32:27+00:00","dateModified":"2026-09-02T12:41:44+00:00","description":"The Pixel is the browser signal, the Conversions API the server signal. How to check your tracking works in Events Manager.","breadcrumb":{"@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#primaryimage","url":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/09\/accessio-meta-pixel-conversions-api-en.png","contentUrl":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/09\/accessio-meta-pixel-conversions-api-en.png","width":1586,"height":992,"caption":"Meta Pixel and Conversions API: illustration of two data paths meeting in one measurement system"},{"@type":"BreadcrumbList","@id":"https:\/\/accessio.agency\/en\/meta-pixel-conversions-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accessio.agency\/en\/"},{"@type":"ListItem","position":2,"name":"Meta Pixel and Conversions API: what they do and how to check your tracking works"}]},{"@type":"WebSite","@id":"https:\/\/accessio.agency\/en\/#website","url":"https:\/\/accessio.agency\/en\/","name":"ACCESSIO","description":"Digital Marketing Agency","publisher":{"@id":"https:\/\/accessio.agency\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accessio.agency\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accessio.agency\/en\/#organization","name":"ACCESSIO","url":"https:\/\/accessio.agency\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accessio.agency\/en\/#\/schema\/logo\/image\/","url":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/08\/ACCESSIO-logo-2026.png","contentUrl":"https:\/\/accessio.agency\/wp-content\/uploads\/2026\/08\/ACCESSIO-logo-2026.png","width":2025,"height":2025,"caption":"ACCESSIO"},"image":{"@id":"https:\/\/accessio.agency\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/accessio.agency","https:\/\/www.linkedin.com\/company\/siaaccessio","https:\/\/www.instagram.com\/accessio.agency"]},{"@type":"Person","@id":"https:\/\/accessio.agency\/en\/#\/schema\/person\/c3760123c8adb6726922363b80f62f7c","name":"Lauris Krolis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2e4952925fad5930b47b140577e073cf60ef82eb55023b451c9ed1f7fe9a7fa1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2e4952925fad5930b47b140577e073cf60ef82eb55023b451c9ed1f7fe9a7fa1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2e4952925fad5930b47b140577e073cf60ef82eb55023b451c9ed1f7fe9a7fa1?s=96&d=mm&r=g","caption":"Lauris Krolis"},"url":"https:\/\/accessio.agency\/en\/author\/lauris\/"}]}},"_links":{"self":[{"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/posts\/2590","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/comments?post=2590"}],"version-history":[{"count":1,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/posts\/2590\/revisions"}],"predecessor-version":[{"id":2594,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/posts\/2590\/revisions\/2594"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/media\/2591"}],"wp:attachment":[{"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/media?parent=2590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/categories?post=2590"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/accessio.agency\/en\/wp-json\/wp\/v2\/tags?post=2590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}