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
  • 1 External User Identifier
  • 2 Third Party Cookies
  • 3 Web Storage
  • 4 Fingerprinting
  • 5 CRM Matching (Segment Sharing)
  1. Other Useful Information
  2. Identification and Privacy

User Identification

Adnuntius supports multiple methods of identifying users, both with and without 3rd party cookies. Here you will find an overview that explains how.

Last updated 16 days ago

User identification is an important part of advertising, and conscious usage of methods is important not least because of privacy legislation and concerns, but also to provide a better service to ad buyers. Adnuntius delivers a comprehensive set of ID methods to ensure that users can be identified with and without cookies, combined with controls that ensures that you respect user privacy in accordance with legislation.

This page describes the methods that can be used to either avoid user identification altogether (applies with cookieless ad serving), or to identify them with various data.

The list below only discusses the consent required to create/read the user identifier. Further consent may be required to use that data, e.g. to select personalised advertisements.

The different approaches that Adnuntius uses to read a user identifier are described below, in order of priority. When an identifier is found, it may then (if the user has consented) be written to the user's device. This means, for example, that when a new user is first encountered an identifier may be assigned via Fingerprinting (item 4 below) and then written to a Third Party Cookie. Subsequent requests then may read the identifier via the cookie (item 2 below).

1 External User Identifier

What it is: An external user identifier can be supplied with the ad request. This will always take precedence over any other user identification method.

Required consent (TCF2): None; as a customer you will be able to choose whether or not to send such an external identifier.

How to enable/disable it: The publisher controls this by explicitly including the user identifier in the ad tags on their page.

Used for: Frequency capping, user segment lookup, and unique user counts.

More information:

2 Third Party Cookies

What it is: Third-party cookies are used to tag and identify users across different publisher domains. Note: third party cookies can be blocked by browser privacy settings, and this is increasingly the default setting in many popular browsers such as Firefox and Safari.

Required consent (TCF2): Purpose 1.

How to enable/disable it: Enabled by default. Can be disabled using the Adnuntius cookieless settings: adn.useCookies(false)

Used for: Frequency capping, re-targeting, conversion tracking and unique user counts.

3 Web Storage

What it is: Web storage is used to tag and identify users on the same publisher domain.

Required consent (TCF2): Purpose 1.

How to enable/disable it: Enabled by default. Can be disabled using the Adnuntius cookieless setting: adn.useLocalStorage(false);

Used for: Frequency capping, re-targeting, conversion tracking and unique user counts.

4 Fingerprinting

What it is: A user “fingerprint” can be generated using identifying information that the browser automatically includes with every ad request, such as the IP address and user agent string. This fingerprint is very effective at distinguishing between requests coming from different locations and devices, but can also provide reasonable accuracy for matching requests from the same user.

Required consent (TCF2): Feature 3 (Purpose 1).

How to enable/disable it: Disabled by default. Can be enabled via a setting in Adnuntius consent.

Used for: Frequency capping and unique user counts.

More information: Work in progress, coming soon.

5 CRM Matching (Segment Sharing)

Adnuntius also offers CRM matching through Adnuntius Data, though it is not part of ad serving. If a publisher and an advertiser are sharing data, then they will each use a different user id when communicating with the ad server. The matching is done when looking up segments, and relies upon Adnuntius having a user id generated via one of the methods above.

More information:

More information:

Read more:

https://docs.adnuntius.com/adnuntius-advertising/requesting-ads/intro/adn-request#userid
https://docs.adnuntius.com/other-useful-information/privacy-details#personal-data-stored-in-device-cookies
https://docs.adnuntius.com/other-useful-information/privacy-details#personal-data-stored-in-device-cookies
https://docs.adnuntius.com/adnuntius-data/segment-sharing