Outbrain Amplify consent management

Advertising
Consent-controlled integration
Outbrain Amplify
No cookie listed Privacy policy
service outbrainamplify
95k
requests / 30 days

55.88% consent


Outbrain Amplify: advertising cookies and consent

Outbrain Amplify is used for advertising, conversion measurement or campaign personalisation. These purposes may involve tracking technologies used to measure or associate visitor behaviour.

Advertising trackers generally require prior consent. Integrating Outbrain Amplify with tarteaucitron makes it possible to control its activation according to the visitor’s choice.

Managing Outbrain Amplify with tarteaucitron

When Outbrain Amplify is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.

Cookies and storage used by Outbrain Amplify

No cookie name is currently declared in the tarteaucitron integration for Outbrain Amplify. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring Outbrain Amplify

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Outbrain Amplify.

<script>
tarteaucitron.user.outbrainamplifyId = 'id';
(tarteaucitron.job = tarteaucitron.job || []).push('outbrainamplify');
</script>

Code to remove

Default HTML code to remove from your website:

<script type="text/javascript"> !function(_window, _document) { var OB_ADV_ID = 'id'; if (_window.obApi) { var toArray = function(object) { return Object.prototype.toString.call(object) === '[object Array]' ? object : [object]; }; _window.obApi.marketerId = toArray(_window.obApi.marketerId).concat(toArray(OB_ADV_ID)); return; } var api = _window.obApi = function() { api.dispatch ? api.dispatch.apply(api, arguments) : api.queue.push(arguments); }; api.version = '1.1'; api.loaded = true; api.marketerId = OB_ADV_ID; api.queue = []; var tag = _document.createElement('script'); tag.async = true; tag.src = 'https://amplify.outbrain.com/cp/obtp.js'; tag.type = 'text/javascript'; var script = _document.getElementsByTagName('script')[0]; script.parentNode.insertBefore(tag, script); }(window, document); obApi('track', 'PAGE_VIEW'); </script>

For a complete guide, read the documentation to install tarteaucitron.js.

Privacy information

For detailed information about the processing of data by Outbrain Amplify, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

Outbrain Amplify privacy information

Frequently asked questions about Outbrain Amplify

Does Outbrain Amplify require consent?

When used for advertising or conversion measurement, Outbrain Amplify generally requires prior consent when non-essential tracking technologies or advertising data are involved.

How does tarteaucitron block Outbrain Amplify?

tarteaucitron controls the activation of Outbrain Amplify according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.