ADNUNTIUS
  • Adnuntius Documentation
  • Adnuntius Advertising
    • Overview
    • Getting Started
      • Ad Server for Agencies
      • Ad Server for Publishers
    • User Interface Guide
      • Dashboards
      • Advertising
        • Advertisers
        • Orders
        • Line Items
        • Line Item Templates
        • Creatives
        • Library Creatives
        • Targeting
        • Booking Calendar
        • Reach Analysis
        • Smoothing
      • Inventory
        • Sites
        • Adunits
        • External Ad Units
        • Site Rulesets
        • Blocklists
        • Site Groups
        • Earnings Accounts
        • Ad Tag Generator
      • Reports and Statistics
        • The Statistics Defined
        • The 4 Impression Types
        • Templates and Schedules
        • Report Translations
      • Queries
        • Advertising Queries
        • Publishing Queries
      • Users
        • Users
        • Teams
        • Roles
        • Notification Preferences
        • User Profile
      • Design
        • Layouts and Examples
        • Marketplace Products
        • Products
        • Coupons
      • Admin
        • API Keys
        • CDN Uploads
        • Custom Events
        • Reference Data
        • Email Translations
        • Context Services
        • External Demand Sources
        • Data Exports
        • Tiers
        • Network
    • API Documentation
      • API Requests
      • Targeting object
      • API Filters
      • Endpoints
        • /adunits
        • /adunittags
        • /advertisers
        • /article2
        • /creativesets
        • /assets
        • /authenticate
        • /contextserviceconnections
        • /coupons
        • /creatives
        • /customeventtypes
        • /deliveryestimates
        • /devices
        • /earningsaccounts
        • /librarycreatives
        • /lineitems
        • /location
        • /orders
        • /reachestimate
        • /roles
        • /segments
        • /segments/upload
        • /segments/users/upload
        • /sitegroups
        • /sites
        • /sspconnections
        • /stats
        • /teams
        • /tiers
        • /users
    • Requesting Ads
      • Javascript
        • Requesting an Ad
        • Layout Support
        • Utility Methods
        • Logging Options
        • Prebid
      • HTTP
      • Cookieless Advertising
      • VAST
      • Open RTB
      • Recording Conversions
      • Prebid Server
      • Prebid
      • Android SDK
      • IOS SDK
    • Creative Guide
      • HTML5 Creatives
    • Page
  • Adnuntius Marketplace
    • Overview
    • Getting Started
      • For Network Owners
      • For Media Buyers
        • Marketplace Advertising
          • Advertisers
          • Orders
          • Line Items
          • Line Item Templates
          • Placements (in progress)
          • Creatives
            • High Impact Formats
          • Library Creatives
          • Booking Calendar
          • Reach Analysis
          • Targeting
          • Smoothing
      • For Publishers
        • Marketplace Inventory
          • Sites
          • Adunits
          • Site Groups
          • Rulesets (in progress)
          • Blocklists
          • Ad Tag Generator
        • Design
          • Layouts
          • Marketplace Products
  • Adnuntius Self-Service
    • Overview
    • Getting Started
    • User Interface Guide
    • Marketing Tips (Work in Progress)
  • Adnuntius Data
    • Overview
    • Getting Started
    • User Interface Guide
      • Segmentation
        • Triggers
        • Segments
        • Folders
      • Fields
        • Fields
        • Mappings
      • Queries
      • Admin
        • Users, Teams and Roles
        • Data Exports
        • Network
    • API documentation
      • Javascript API
        • User Profile Updates
        • Page View
        • User Synchronisation
        • Get user segments
      • HTTP API
        • /page
        • /visitor
        • /sync
        • /segment
      • Profile Fields
    • Segment Sharing
  • Adnuntius Connect
    • Integration Guide (Work in Progress)
      • Prebid - Google ad manager
      • Privacy GTM integration
      • Consents API
      • TCF API
    • UI Guide (Work in Progress)
      • Containers and Dashboards
      • Privacy (updates in progress)
      • Variables, Triggers and Tags
      • Integrations (in progress)
      • Prebid Configuration
      • Publish
  • Adnuntius Email Advertising
    • Getting Started
  • Other Useful Information
    • Macros for click tracker
    • Setup Adnuntius via prebid in GAM
    • Identification and Privacy
      • User Identification
      • Permission to use Personal Data (TCF2)
      • Data Collection and Usage
      • Am I Being Tracked?
    • Header bidding implementation
    • Adnuntius Slider
    • Whitelabeling
    • Firewall Access
    • Ad Server Logs
    • Send segments Cxense
    • Setup deals in GAM
    • Render Key Values in ad
    • Parallax for Ad server Clients
  • Troubleshooting
    • FAQs
    • How do I contact support?
    • Adnuntius System Status
  • Adnuntius High Impact
    • Publisher onboarding
    • High Impact configuration
    • Guidelines for High impact creatives
Powered by GitBook
On this page
  • HTML5 Ads and Third-Party Creatives
  • The Technical Details
  • What We Can't Do When Advertising Anonymously
  • Implementing Cookieless with a CMP
  1. Adnuntius Advertising
  2. Requesting Ads

Cookieless Advertising

Last updated 3 years ago

Advertising without cookies is easy at Adnuntius. No first-party cookies, no third-party cookies and no local storage is necessary.

We call it anonymous advertising: we don’t need to know anything about who we serve ads to nor leave any trace behind to track anyone.

HTML5 Ads and Third-Party Creatives

HTML5 and third-party creatives allow advertisers to upload scripts and ads from third-parties that might use cookies. Those scripts and ads from third-party systems are not under our direct control.

Nevertheless, we can do our utmost to block all third-party cookie usage even with HTML5 ads and third-party creatives. We are generally able to block all use of third-party cookies, especially on browsers such as Safari, Firefox and Brave. Occasionally on the Chrome or Edge browsers, some third-party cookies manage to slip through.

If you want to be 100% safe you can as an administrator restrict the that can be used; you can therefore solve this problem by not allowing third party creatives or html creatives to be uploaded to your account.

Some HTML5 ads and third-party creatives will not appear or function in a user’s browser if cookies are blocked. If this is a problem, we do provide the ability to turn strict cookie blocking on or off at a granular level, which means particular ads can be delivered without cookie restrictions when required.

The Technical Details

Please note that these details build on the information . By default, Adnuntius uses cookies and local storage when delivering ads. To avoid cookies, you can do either of the two things:

  • add this code to the top of your web page adn.useCookies(false);

  • in your ad request, add useCookies: false into your ad request as below:

adn.request({useCookies: false, adUnits: [{adId: "000000000023"}]});

To avoid the use of local storage, you add the following to your page: adn.useLocalStorage(false);

To block the use of cookies and local storage in HTML5 ads and third-party cookies, add isolateFrame: true into your ad request as below:

adn.request({isolateFrame: true, adUnits: [{adId: "000000000023"}]});

Note: using the isolateFrame option might cause some HTML5 ads or third-party creatives to fail to function or display in a user's browser.

Putting all these options together, you might end up with something like this:

  window.adn = window.adn || {}; adn.calls = adn.calls || [];
  adn.calls.push(function() {
    adn.useLocalStorage(false);
    adn.request({ useCookies: false, isolateFrame: true,
        adUnits: [ {  auId: '00000000000432e3' } ]
    });
  });

What We Can't Do When Advertising Anonymously

If you choose to advertise anonymously, with neither cookies or local storage in use, there are two features we cannot provide:

  • Per-user caps on ad delivery;

  • Accurate unique user counts.

We can provide these two features if cookies or local storage is enabled, but not if both are disabled.

You can still deliver ads anonymously and enjoy both features if you are able to provide a user ID with each ad request.

We keep no retrievable record of the user ID you pass into us because we utilise a mathematical technique called one-way hashing. With one-way hashing, we transform the ID into another set of characters that cannot then be transformed back into the original ID. This means we can count how many unique users have seen an ad but without knowing which particular user IDs saw the ad.

Implementing Cookieless with a CMP

If you have implemented a consent management platform (CMP) that lets your website visitors consent to or reject tracking, then you can most likely use that CMP to set up for cookieless adserving. The logic is as follows, where a website visitor should get a cookieless ad or a normal one depending on their decision.

Below are examples of code that will be placed on the page in order to secure the logic. They use an event listener that will fire the ad request depending on the consent that is given. Usually this is easy for developers to support. The important part for Adnuntius is the useCookie: false parameter, and the other parameters described above.

Usercentrics:

<script src="https://cdn.adnuntius.com/adn.js" async></script>
<div id="adn-000000000013fa45" style="display:none"></div>
<script>
window.addEventListener("ucEvent", function (e) {   
   if( e.detail && e.detail.event == "consent_status") {
       // check for consent status of advertising
       if(e.detail['NOT SURE OF THE VALUE'] === true) {
           window.adn = window.adn || {};
           adn.calls = adn.calls || [];
           adn.calls.push(function () {
               // More ad units can be added as needed.
               adn.request({
                   adUnits: [
                       { auId: '000000000013fa45', auW: 300, auH: 250, useCookies: false }
                   ]
               });
           });
       }
   }
});

</script>

Cookiebot:

<script src="https://cdn.adnuntius.com/adn.js" async></script>
<div id="adn-000000000013fa45" style="display:none"></div>
<script type="text/javascript">
    window.addEventListener('CookiebotOnAccept', function (e) {
        if (Cookiebot.consent.marketing) {
            window.adn = window.adn || {};
            adn.calls = adn.calls || [];
            adn.calls.push(function () {
                // More ad units can be added as needed.
                adn.request({
                    adUnits: [
                        { auId: '000000000013fa45', auW: 300, auH: 250, useCookies: false }
                    ]
                });
            });
        }
    }, false);
</script>

Piwik Pro (please note that there also needs to be a piwik script on the page for this CMP):

<script src="https://cdn.adnuntius.com/adn.js" async></script>
<div id="adn-000000000013fa45" style="display:none"></div>
<script type="text/javascript">
    ppms.cm.api('getComplianceSettings', function (comp) {
        if (comp.consent && comp.consent.marketing) { //<-- or whatever consent you are looking for
            window.adn = window.adn || {};
            adn.calls = adn.calls || [];
            adn.calls.push(function () {
                // More ad units can be added as needed.
                adn.request({
                    adUnits: [
                        { auId: '000000000013fa45', auW: 300, auH: 250, useCookies: false }
                    ]
                });
            });
        }
    }, false);
</script>

Please note that different CMPs have different ways of triggering events, and the code must be changed accordingly.

Do you need a CMP to allow users to consent to or reject tracking, where all this works automatically? for a demonstration of Adnuntius Connect.

layouts
provided here
Reach out to us
User journey from a user enters your website to an ad is shown.