Skip to content

Commit

Permalink
update placementId to be number instead of string (prebid#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich authored and sa1omon committed Nov 28, 2019
1 parent c9a57f7 commit fc1e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/prebidServer_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
bidder: 'appnexus',
params: {
placementId: '13144370'
placementId: 13144370
}
}
]
Expand Down

0 comments on commit fc1e5bd

Please sign in to comment.