Skip to content

Commit

Permalink
Use correct syntax for native "image-type" ad
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Loveland committed Jan 22, 2018
1 parent fe4679c commit b31cbb7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-docs/show-native-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ A native "image-type" ad unit can be set up as shown in the following example.
code: 'adUnit-code',
mediaTypes: {
native: {
image: {
required: true,
sizes: [150, 50]
}
type: 'image'
}
}
bids: [{
Expand Down

0 comments on commit b31cbb7

Please sign in to comment.