Skip to content

Commit

Permalink
hello_world page update (prebid#2874)
Browse files Browse the repository at this point in the history
* updated placement

* updated global timeout
  • Loading branch information
jaiminpanchal27 authored and florevallatmrf committed Sep 6, 2018
1 parent e04fad2 commit 1e97144
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions integrationExamples/gpt/hello_world.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
<html>
<head>
<script>
var PREBID_TIMEOUT = 700;
var PREBID_TIMEOUT = 3300;

var adUnits = [{
code: 'div-gpt-ad-1460505748561-0',
sizes: [[300, 250], [300,600]],

mediaTypes: {
banner: {
sizes: [[300, 250], [300,600]],
}
},
// Replace this object to test a new Adapter!
bids: [{
bidder: 'appnexusAst',
bidder: 'appnexus',
params: {
placementId: '10433394'
placementId: 13144370
}
}]

Expand Down

0 comments on commit 1e97144

Please sign in to comment.