Overview
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 2025-01-29 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 2025-01-29 UTC."],[[["The `ConsentSettings` object manages user consent for storage, impacting how the NonceLoader functions."],["`NonceLoader` uses `ConsentSettings` and is responsible for initializing the `NonceManager` with a valid nonce."],["`NonceManager` provides methods for sending signals related to ad interactions and playback events, utilizing the obtained nonce."],["`NonceRequest` encapsulates information about the ad request and player environment, used when requesting a nonce."]]],["Consent settings manage storage permissions. A `NonceLoader` loads a `NonceManager`, which handles nonce-related operations. The `NonceManager` retrieves the nonce and sends signals for ad clicks, impressions, touches, and playback start/end. `NonceRequest` defines parameters for nonce requests, including properties like autoplay, muted playback, URL, dimensions, player details, and supported frameworks. The information is about the different actions related to Nonce Management.\n"]]