Skip to content

Commit

Permalink
Update yandex.md (#5136)
Browse files Browse the repository at this point in the history
  • Loading branch information
chernodub authored Feb 7, 2024
1 parent 9fb9335 commit 3d2b42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/yandex.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ const adUnits = [{
sizes: [[240, 400]],
}
},
bids: [{
bids: [
{
bidder: 'yandex',
params: {
placementId: 'R-A-1234567-1',
cur: 'USD',
},
}
}]
]
}];

// Native
Expand Down

0 comments on commit 3d2b42a

Please sign in to comment.