When you configure CAPI Gateway, it uses pixel data to track FB events from the server side.
Inside the Meta’s Conversions API Gateway Hub, website configuration allows you to manage domains that send events to CAPIG. Using this setting, you can limit domains that send data to the CAPIG and allow only required subdomains.
So using this tool you can configure the CAPI Gateway Hub to send server-side events for blog.example.com but not for example.com.
How can we help?
Search
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
Comments
0 comments
Please sign in to leave a comment.