From b65b04a17d29146ef169e55304adfa6224dfa1ab Mon Sep 17 00:00:00 2001 From: Garrett Tanzer Date: Fri, 4 Aug 2023 13:03:43 -0400 Subject: [PATCH] Update FLEDGE.md --- FLEDGE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/FLEDGE.md b/FLEDGE.md index c1f2319d7..701677d36 100644 --- a/FLEDGE.md +++ b/FLEDGE.md @@ -389,7 +389,6 @@ The function gets called once for each candidate ad in the auction. The argumen * browserSignals: An object constructed by the browser, containing information that the browser knows and which the seller's auction script might want to verify: ``` { 'topWindowHostname': 'www.example-publisher.com', - 'requestedSize': {width: 100, height: 200}, /* if specified in the auction config */ 'interestGroupOwner': 'https://www.example-dsp.com', 'renderURL': 'https://cdn.com/render_url_of_bid', 'renderSize': {width: 100, height: 200}, /* if specified in the bid */