Skip to content

Commit

Permalink
replaced double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Inna Yaretsky authored and Inna Yaretsky committed Aug 8, 2022
1 parent 52fa960 commit 5fb98b7
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 = [{
floorPrice: 0.05, // Optional
placementId: '12345678', // Optional
testMode: false // Optional,
rtbDomain: "www.test.com" //Optional
rtbDomain: 'www.test.com' //Optional
}
}]
},
Expand All @@ -74,7 +74,7 @@ var adUnits = [{
floorPrice: 5.00, // Optional
placementId: '12345678', // Optional
testMode: false // Optional,
rtbDomain: "www.test.com" //Optional
rtbDomain: 'www.test.com' //Optional
}
}]
}
Expand Down

0 comments on commit 5fb98b7

Please sign in to comment.