Skip to content

Commit

Permalink
Update FLEDGE.md (deprecatedRenderURLReplacements dict typo) (WICG#1189)
Browse files Browse the repository at this point in the history
Update `deprecatedRenderURLReplacements` dict to what `runAdAuction()` accepts.
  • Loading branch information
dmdabbs committed Jun 11, 2024
1 parent 3a8c9ed commit 825afc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FLEDGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ const myAuctionConfig = {
'perBuyerMultiBidLimits': {'https://example.com': 10, '*': 5},
'sellerCurrency:' : 'CAD',
'reportingTimeout' : 200,
'deprecatedRenderURLReplacements':{{'${SELLER}':'exampleSSP'},
{'%%SELLER_ALT%%':'exampleSSP'}},
'deprecatedRenderURLReplacements':{'${SELLER}':'exampleSSP',
'%%SELLER_ALT%%':'exampleSSP'},
'componentAuctions': [
{'seller': 'https://www.some-other-ssp.com',
'decisionLogicURL': ...,
Expand Down

0 comments on commit 825afc4

Please sign in to comment.