Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
NonceLoader
classpublic
Mit der Programmatic Access Library können Publisher Signale erfassen, mit denen sich die AdX-Nachfrage steigern lässt.
Publisher sollten beim Seitenaufbau einen NonceLoader erstellen, um die Latenz zu reduzieren. Rufe für jeden Stream (bei der dynamischen Anzeigenbereitstellung) oder für jede einzelne Anzeigenanfrage die entsprechenden Setter auf und rufe dann loadNonceManager auf. Publisher können dann NonceManager.getNonce() aufrufen, um den String abzurufen, der Anzeigenanfragen als Wert für den URL-Parameter „&paln“ hinzugefügt werden soll. Publisher sollten dann je nach Bedarf NonceManager.sendAdClick() und NonceManager.sendAdImpression() aufrufen.
Konstruktor
NonceLoader
new
NonceLoader(consentSettings, googleAdManagerSettings)
Konstruktor.
Parameter
consentSettings
Optional
Einstellungen zu Verordnungen und Einwilligungen.
googleAdManagerSettings
Optional
PAL-Einstellungen, die den Einstellungen entsprechen, die Sie auf der Google Ad Manager-Benutzeroberfläche konfiguriert haben.
Der Wert darf nicht null sein.
Methode
loadNonceManager
public
loadNonceManager(request) gibt ein Promise zurück, das einen nicht nullwertigen NonceManager enthält.
Die Anfrage mit Informationen zum angeforderten Nonce.
Der Wert darf nicht null sein.
Gibt Folgendes zurück:
non-null Promise containing non-null NonceManager Das Versprechen, das erfüllt wird, sobald der NonceManager mit einer verschlüsselten Nonce mit allen Informationen vor der Gebotsabgabe verfügbar ist.
[null,null,["Zuletzt aktualisiert: 2025-08-21 (UTC)."],[[["\u003cp\u003eNonceLoader is a programmatic access library that helps publishers gather signals to access AdX demand.\u003c/p\u003e\n"],["\u003cp\u003ePublishers need to create a NonceLoader instance upon page load and utilize its methods to generate and manage nonces for ad requests.\u003c/p\u003e\n"],["\u003cp\u003eNonces, obtained via NonceManager, enhance ad requests by carrying pre-bid information through the "&paln" URL parameter.\u003c/p\u003e\n"],["\u003cp\u003ePublishers are expected to use NonceManager methods to signal ad clicks and impressions for tracking purposes.\u003c/p\u003e\n"]]],["Publishers use the `NonceLoader` class to collect signals for unlocking AdX demand. Upon page load, a `NonceLoader` is created. For each stream or ad request, setters are configured, followed by `loadNonceManager` with a `NonceRequest`. This returns a `NonceManager` which provides a nonce string via `getNonce()`. This string is added to ad requests as the \"\\&paln\" URL parameter. Finally, `sendAdClick()` and `sendAdImpression()` are called on the `NonceManager`. The `NonceLoader` is initialized with optional `consentSettings` and `googleAdManagerSettings`.\n"],null,["# Class: NonceLoader\n\nNonceLoader\n===========\n\nclass public\n\nThe programmatic access library allows publishers to collect signals that can\nbe used to unlock AdX demand.\nPublishers should create a NonceLoader on page load in order to reduce\nlatency. For each stream (for DAI) or individual ad request, call the\nrelevant setters as needed followed by a call to loadNonceManager. Publishers\ncan then call NonceManager.getNonce() in order to get the string that should\nbe added to ad requests as the value to the \"\\&paln\" URL parameter. Publishers\nshould then call NonceManager.sendAdClick() and\nNonceManager.sendAdImpression() as appropriate.\n\nConstructor\n-----------\n\n### NonceLoader\n\nnew\nNonceLoader(consentSettings, googleAdManagerSettings)\n\nConstructor.\n\n| #### Parameter ||\n|-------------------------|---------------------------------------------------------------------------------------------------------------------|\n| consentSettings | Optional Settings related to regulations and consent. |\n| googleAdManagerSettings | Optional PAL settings that reflect the settings you configured in the Google Ad Manager UI. Value must not be null. |\n\nMethod\n------\n\n### loadNonceManager\n\npublic\n\nloadNonceManager(request) returns Promise containing non-null [NonceManager](/ad-manager/pal/html5/reference/js/NonceManager)\n\n| #### Parameter ||\n|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| request | [NonceRequest](/ad-manager/pal/html5/reference/js/NonceRequest) The request containing information about the nonce being requested. Value must not be null. |\n\nReturns\n\n: `non-null Promise containing non-null `[NonceManager](/ad-manager/pal/html5/reference/js/NonceManager) The promise that will be resolved once the NonceManager with an\n encrypted nonce containing all pre-bid information is available."]]