Skip to content

Commit

Permalink
update placementId to be number instead of string (#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich authored and jsnellbaker committed Jun 24, 2019
1 parent 37232c7 commit 75aca43
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 75aca43

Please sign in to comment.