Skip to content

Commit

Permalink
Merge branch 'master' into add_gpp_support
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-prasanth authored Feb 8, 2024
2 parents 6f3cd8a + 3d2b42a commit b54f575
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 b54f575

Please sign in to comment.