Skip to content

Commit

Permalink
update adapter md
Browse files Browse the repository at this point in the history
  • Loading branch information
naoto0822 committed Feb 7, 2019
1 parent ea3a691 commit 2862bd7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/ajaBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Connects to Aja exchange for bids.
Aja bid adapter supports Banner and Outstream Video.

# Test Parameters
```
```js
var adUnits = [
// Banner adUnit
{
code: 'banner-div',
code: 'prebid_banner',
mediaTypes: {
banner: {
sizes: [
Expand All @@ -26,13 +26,13 @@ var adUnits = [
bids: [{
bidder: 'aja',
params: {
asi: 'szs4htFiR'
asi: 'tk82gbLmg'
}
}]
},
// Video outstream adUnit
{
code: 'video-outstream',
code: 'prebid_video',
mediaTypes: {
video: {
context: 'outstream',
Expand All @@ -42,7 +42,7 @@ var adUnits = [
bids: [{
bidder: 'aja',
params: {
asi: 'Kp2O2tFig'
asi: '1-KwEG_iR'
}
}]
},
Expand All @@ -52,29 +52,29 @@ var adUnits = [
mediaTypes: {
native: {
image: {
required: true
required: true
},
title: {
required: true
required: true
},
sponsoredBy: {
required: true
required: false
},
clickUrl: {
required: true
required: false
},
body: {
required: true
required: false
},
icon: {
required: true
required: false
}
}
},
bids: [{
bidder: 'aja',
params: {
asi: 'tduu7HBmR'
asi: 'qxueUGliR'
}
}]
}
Expand Down

0 comments on commit 2862bd7

Please sign in to comment.