[[["容易理解","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"]],["上次更新時間: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"]]