From 0540e1e68c8143cfe926fc1d45ac4298dc2a70fe Mon Sep 17 00:00:00 2001 From: Jaimin Panchal Date: Fri, 20 Jul 2018 17:06:27 -0400 Subject: [PATCH 1/2] updated placement --- integrationExamples/gpt/hello_world.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/integrationExamples/gpt/hello_world.html b/integrationExamples/gpt/hello_world.html index be181db21b2..32062e2c29b 100644 --- a/integrationExamples/gpt/hello_world.html +++ b/integrationExamples/gpt/hello_world.html @@ -14,13 +14,16 @@ 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 } }] From 448ea6d7d455a248615f8acfc0621c9f2f4ef78e Mon Sep 17 00:00:00 2001 From: Jaimin Panchal Date: Tue, 24 Jul 2018 10:41:28 -0400 Subject: [PATCH 2/2] updated global timeout --- integrationExamples/gpt/hello_world.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationExamples/gpt/hello_world.html b/integrationExamples/gpt/hello_world.html index 32062e2c29b..e1cdaa0dc29 100644 --- a/integrationExamples/gpt/hello_world.html +++ b/integrationExamples/gpt/hello_world.html @@ -10,7 +10,7 @@