[null,null,[],[[["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"]]