Skip to content

Commit

Permalink
Update FLEDGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtanzer authored Aug 4, 2023
1 parent 3170266 commit b65b04a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FLEDGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b65b04a

Please sign in to comment.