Ad Up Technology (ads) consent management

Advertising
Consent-controlled integration
Ad Up Technology (ads)
No cookie listed Privacy policy Multiple instances
service aduptech_ads
0
requests / 30 days

0% consent


Ad Up Technology (ads): advertising cookies and consent

Ad Up Technology (ads) 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 Ad Up Technology (ads) with tarteaucitron makes it possible to control its activation according to the visitor’s choice.

Managing Ad Up Technology (ads) with tarteaucitron

When Ad Up Technology (ads) 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 Ad Up Technology (ads)

No cookie name is currently declared in the tarteaucitron integration for Ad Up Technology (ads). This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring Ad Up Technology (ads)

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Ad Up Technology (ads).

<script>
(tarteaucitron.job = tarteaucitron.job || []).push('aduptech_ads');
</script>

Additional code

The following code can already be present on your website and should be kept where the service is used.

Code to remove

Default HTML code to remove from your website:

// static ads (synchronous) <script type="text/javascript" src="https://s.d.adup-tech.com/ads/display.js?p=PLACEMENT_KEY"> </script> // static ads (asynchronous) <div id="adup1"></div> <script type="text/javascript"> window.uAd_init = function() { window.uAd.embed("adup1", { placementKey: "PLACEMENT_KEY", responsive: false }); }; if (typeof window.uAd === "object") window.uAd_init(); else (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "https://s.d.adup-tech.com/jsapi"; g.async = true; s.parentNode.insertBefore(g, s); }(document, "script")); </script> // responsive ads (synchronous) <div style="width:WIDTH;height:HEIGHT;"> <script type="text/javascript" src="https://s.d.adup-tech.com/ads/responsive.js?p=PLACEMENT_KEY"> </script> </div> // responsive ads (asynchronous) <div id="adup1" style="width:WIDTH;height:HEIGHT;"></div> <script type="text/javascript"> window.uAd_init = function() { window.uAd.embed("adup1", { placementKey: "PLACEMENT_KEY", responsive: true }); }; if (typeof window.uAd === "object") window.uAd_init(); else (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "https://s.d.adup-tech.com/jsapi"; g.async = true; s.parentNode.insertBefore(g, s); }(document, "script")); </script>

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

Privacy information

For detailed information about the processing of data by Ad Up Technology (ads), cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

Ad Up Technology (ads) privacy information

Frequently asked questions about Ad Up Technology (ads)

Does Ad Up Technology (ads) require consent?

When used for advertising or conversion measurement, Ad Up Technology (ads) generally requires prior consent when non-essential tracking technologies or advertising data are involved.

How does tarteaucitron block Ad Up Technology (ads)?

tarteaucitron controls the activation of Ad Up Technology (ads) 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.