[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-01。"],[[["The NonceManager class manages a unique nonce and reports events for a single content playback session, enabling programmatic monetization."],["To enable programmatic monetization, you must call specific lifecycle methods like `sendAdClick`, `sendTouch`, `sendPlaybackStart`, and `sendPlaybackEnd` when their corresponding events occur."],["`getNonce()` provides a unique nonce for the session, valid for a single playback up to 6 hours."],["`sendPlaybackStart()` and `sendPlaybackEnd()` should be used to signal the start and end of content playback to Google ad servers, replacing the deprecated `sendAdImpression` method."],["Other methods like `sendAdClick` and `sendAdTouch` allow reporting of ad interactions for comprehensive monetization tracking."]]],["The `NonceManager` class manages a unique nonce for a single content playback session, valid for up to 6 hours. Key actions include: retrieving the nonce via `getNonce()`; notifying ad server events with `sendAdClick()`, `sendAdTouch()`, and `sendAdImpression()`; and signaling the start and end of a playback session via `sendPlaybackStart()` and `sendPlaybackEnd()`. `sendPlaybackStart()` begins background monitoring while `sendPlaybackEnd()` concludes it.\n"]]