[[["易于理解","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):2024-04-09。"],[[["Ad buyers can manage ad delivery pace by controlling how often a user sees or interacts with an ad, enhancing user experience and maximizing ad revenue."],["The `leaveAdInterestGroup()` function allows for frequency capping by removing a user from an interest group upon ad click, preventing further bidding."],["Using the `prevWinsMs` signal within the `generateBid()` function enables basic frequency control by informing bidding decisions based on previous ad wins."],["Implementing a first-party cookie to store click data offers advanced frequency management by allowing buyers to adjust user bidding signals and tailor ad delivery based on past interactions."]]],["Ad buyers can control ad delivery frequency to prevent ad fatigue and optimize budget usage. Key actions include: using `navigator.leaveAdInterestGroup()` to remove users from groups after ad clicks, which also acts as frequency capping. `prevWinsMs` in `generateBid()` helps identify previous ad wins and bid accordingly. Storing click data in a first-party cookie, updating interest groups with click timestamps in `userBiddingSignals`, which can then be used by the bid generator.\n"]]