Skip to content

Commit

Permalink
Update ixBidAdapter.md (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptim authored and snapwich committed May 29, 2018
1 parent b199353 commit d3cfafa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/ixBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,21 @@ var adUnits = [{
bids: [{
bidder: 'ix',
params: {
siteId: '4622',
siteId: '12345',
size: [300, 250]
}
}, {
bidder: 'ix',
params: {
siteId: '6242',
siteId: '12345',
size: [300, 600]
}
}]
}];
```

Please note that you can re-use the existing `siteId` within the same flex position.

##### 2. Include `ixBidAdapter` in your build process

When running the build command, include `ixBidAdapter` as a module.
Expand Down

0 comments on commit d3cfafa

Please sign in to comment.