Skip to content

Commit

Permalink
Update rtbhouseBidAdapter.md (#3549)
Browse files Browse the repository at this point in the history
Added "len" param to show we support it.
  • Loading branch information
Kamoris authored and bretg committed Feb 12, 2019
1 parent ae14a6a commit 95318c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/rtbhouseBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ Please reach out to [email protected] to receive your own
mediaTypes: {
native: {
title: {
required: true
required: true,
len: 25
},
image: {
required: true
},
body: {
required: true
required: true,
len: 90
}
}
},
Expand Down

0 comments on commit 95318c9

Please sign in to comment.