Outbrain pixel Tracking

Hey guys,

I would like to implement outbrain tracking with stape.io template gallery.

Is there any guide you recommend to follow?

I set this up

But I can’t see any outgoing request

Many thanks!

There should not be any outgoing requests on PageView, as it is used only for story cookies.

You can follow this guide to implement outbrain conversion tracking.

thank you so much Denis!

how outbrain pixel works when user journey is between two separate domains ?

remember, we’re operating in a first-party cookie world, so your domain B will not be able to read a cookie set on domain A. So to answer you question, it doesn’t really, unless either of the following is done:

a) when user is redirected from domain A to B the initial click-id is again passed in the URL.
b) you have something like Server-side cross-domain tracking using Cookie reStore tag - Stape set up

Hi there, old thread, but still relevant (most likely). I have implemented following the documentation mentioned. In sGTM I get the correct postback URL and a GET - 200.
But the thing is, I can’t see any outgoing request on the page itself (I’ve tested in preview and I published the bare minimum to live. I can see the Cookie being created, but there is no network request):

We are also not receiving any kind of data in Outbrain. Any ideas?

EDIT: I’ve just noticed my error in thinking. Of course there is no network request because it is handled by the server itself immediately.

I’ve just noticed my error in thinking. Of course there is no network request because it is handled by the server itself immediately.

precisely so :slight_smile: