Skip to content

Commit

Permalink
Update gumgumBidAdapter.md (prebid#3031)
Browse files Browse the repository at this point in the history
New zone and slot Ids were created for Prebid testing
  • Loading branch information
susyt authored and StefanWallin committed Sep 28, 2018
1 parent be83439 commit cea822a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gumgumBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var adUnits = [
{
bidder: 'gumgum',
params: {
inSlot: '9' // GumGum Slot ID given to the client
inSlot: '15901' // GumGum Slot ID given to the client
}
}
]
Expand All @@ -31,7 +31,7 @@ var adUnits = [
{
bidder: 'gumgum',
params: {
inScreen: 'ggumtest' // GumGum Zone ID given to the client
inScreen: 'dc9d6be1' // GumGum Zone ID given to the client
}
}
]
Expand Down

0 comments on commit cea822a

Please sign in to comment.