Skip to content

Commit

Permalink
fix rise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noamtzu committed Dec 27, 2022
1 parent 5c82de8 commit 17aedc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/rise.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var adUnits = [{
org: '1234567890abcdef12345678', // Required
floorPrice: 0.05, // Optional
placementId: '12345678', // Optional
testMode: false // Optional,
testMode: false, // Optional,
rtbDomain: 'www.test.com' //Optional
}
}]
Expand All @@ -74,7 +74,7 @@ var adUnits = [{
org: '1234567890abcdef12345678', // Required
floorPrice: 5.00, // Optional
placementId: '12345678', // Optional
testMode: false // Optional,
testMode: false, // Optional,
rtbDomain: 'www.test.com' //Optional
}
}]
Expand Down

0 comments on commit 17aedc0

Please sign in to comment.