// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Information about an ad a given AuctionAdInterestGroup might show. // https://github.com/WICG/turtledove/blob/main/FLEDGE.md#12-interest-group-attributes dictionary AuctionAd { /* required */ USVString renderURL; // TODO(crbug.com/1446741): Add DeprecatedAs when supported. [ImplementedAs=renderUrlDeprecated] USVString renderUrl; USVString sizeGroup; USVString buyerReportingId; USVString buyerAndSellerReportingId; [RuntimeEnabled=FledgeAuctionDealSupport] sequence selectableBuyerAndSellerReportingIds; any metadata; DOMString adRenderId; sequence allowedReportingOrigins; [RuntimeEnabled=FledgeTrustedSignalsKVv1CreativeScanning] USVString creativeScanningMetadata; };