Nexx360 Documentation
  • Nexx360 solutions
  • Nexx360 account
    • Account creation
    • Account settings
      • Add and manage users
      • Configure bidders
      • Create blocklists
      • Implement throttling
  • General configuration
    • Introduction
    • Add and manage websites
    • Add and manage tagIds
    • Bid reductions
    • Cookie Sync script
    • Available bidders
  • Prebid Adapter
    • Introduction
    • Update Prebid with Nexx360 Adapter
    • Multiformat bids
  • VAST / CTV
    • Introduction
    • Create VAST Config
    • Build VAST ad tag
    • Connect the Google Ad Manager (GAM) account
    • Cookie Sync
    • Sample CTV Tag
  • Native
    • Introduction
    • Native Configs
    • GET
    • POST
    • Sample Response
  • Direct Call
    • Introduction
    • API Reference
    • Microsoft AST Example
    • Google Ad Manager Example
      • Connect the Google Ad Manager (GAM) account
  • AMP Nexx360
    • Introduction
    • Ad Server setup
    • Add rtc-config object to amp-ad units
  • OpenRTB
    • Introduction
    • Video Example
    • Mobile Example
    • Cookie Sync
  • Inapp
    • Introduction
    • Request Exemple
    • Google Ad Manager setup
  • API Management
    • Introduction
    • Connexion
    • Sites
      • Create a new site
      • Update site
      • Get Site
      • List Sites
    • TagIds (Stored requests)
      • Create a new tagId (stored request)
      • Update tagId (stored request)
      • Get tagId (Stored request)
      • List tagIds (Stored requests) by site
  • API Campaign
    • Introduction
    • Connexion
    • Orders
      • Create a new order
      • Update order
      • Get Order
      • List Orders
    • Line Items
      • Create a Line Item
      • Update Line Item
      • Get Line Item
      • List Line Items by Order
    • Creatives
      • Create a Creative
      • Update Creative
      • Get Creative
      • List Creatives by Line Items
  • Legacy - Direct call Nexx360
    • Introduction
    • Nexx Web features
      • Smart autorefresh
      • Incontent injection
        • Automated injection
        • Dynamic injection
      • Lazy Loading
      • Non-consent traffic monetisation
    • Integrate Nexx Web script on your site
      • Integration with GAM adserver
        • Nexx Web tag
        • Connect the Google Ad Manager (GAM) account
      • Integration with Xandr adserver
  • Nexx360 console
  • Nexx360 site
Powered by GitBook
On this page
  • Cookie Sync URL
  • Sync Sharing

Was this helpful?

  1. OpenRTB

Cookie Sync

Cookie Sync URL

Ids for third parties can be sync through our getUid endpoint.

Cookie sync is performed through pixel:

https://fast.nexx360.io/getsync?ver=1&sync_type=pixel&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirect={{.RedirectURL}}

The uuid Macro is $NEXXUID

Sync Sharing

When seller is already sync with third parties, he can share Ids through the user.ext.eids fields:

{
    "source": "adnxs.com",
    "uids": [
        {
            "id": "6193521930111213563"
        }
    ]
}

Sync partners are as follow:

Partner
Cookie Domain

AdaptMX

a-mo.net

Adform

adform.net

Adot

adotmob.com

Adyoulike

omnitagjs.com

Appnexus (Xandr)

adnxs.com

Bidswitch

bidswitch.net

Bliink

bliink.io

Colossus

colossusssp.com

ConnectAd

connectad.io

Conversant

dotomi.com

e-Planning

e-planning.net

Freewheel

stickyadstv.com

GumGum

gumgum.com

Improve (Azerion)

360yield.com

Index Exchange

casalemedia.com

Media.net

media.net

NextMillennium

nextmillmedia.com

OneTag

onetag-sys.com

OpenX

openx.net

Outbrain

zemanta.com

Pubmatic

pubmatic.com

PulsePoint

contextweb.com

RichAudience

richaudience.com

Rise

yellowblue.io

RTB House

creativecdn.com

Rubicon (Magnite)

rubiconproject.com

Sharethrough

sharethrough.com

Smaato

smaato.net

Smartadserver (Equativ)

smartadserver.com

Smilewanted

smilewanted.com

Triplelift

3lift.com

The Trade Desk

adsrvr.org

Yieldlab

yieldlab.net

PreviousMobile ExampleNextIntroduction

Last updated 5 months ago

Was this helpful?