[[["易于理解","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-03-29。"],[[["Protected Audience auctions can return ad candidates as either opaque URNs (rendered in iframes) or `FencedFrameConfig` objects (rendered in fenced frames)."],["Fenced frames (`\u003cfencedframe\u003e`) are similar to iframes but restrict communication with the embedding context for enhanced privacy, preventing data sharing between the ad and the publisher page."],["Fenced frames use the `FencedFrameConfig` object for navigation, obtained from a Protected Audience auction with the `resolveToConfig` parameter set to true."],["Rendering in an iframe is triggered when the Protected Audience auction returns an opaque URN, which happens if `resolveToConfig` is not set or is false in the `AuctionConfig`."]]],["Protected Audience auctions can return ad candidates as either an opaque URN for `iframe` rendering or a `FencedFrameConfig` for fenced frame rendering. Fenced frames, unlike `iframe`s, restrict communication between the frame and its embedding context, preventing data sharing. They use `FencedFrameConfig` for navigation, setting it to the frame's `config` attribute. A `FencedFrameConfig` is obtained when `resolveToConfig` is set to `true` in the `AuctionConfig`; otherwise, an opaque URN is returned, suitable for an `iframe`.\n"]]