Class NonceLoader
Stay organized with collections
Save and categorize content based on your preferences.
The programmatic access library lets publishers collect signals to unlock Ad Exchange
demand. Create a NonceLoader instance on page load to reduce latency. For each
stream (for DAI) or individual ad request, call the relevant setters as needed followed by a
call to the loadNonceManager method. You can then call the
NonceManager.getNonce() method to get the string to add to ad requests as the
value to the "&paln" URL parameter. Call the
NonceManager.sendAdClick() and
NonceManager.sendAdImpression() methods based on user interactions.
Methods
loadNonceManager
loadNonceManager(request: NonceRequest): Promise<NonceManager>
| Parameters |
request:
NonceRequest
|
The request containing information about the nonce being requested. |
| Returns |
Promise<NonceManager>
|
The promise that resolves when the NonceManager with an encrypted nonce
containing all pre-bid information is available.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-20 UTC."],[],[]]