From 31fea339fdd906f8caaa74a6abb475e0578a3354 Mon Sep 17 00:00:00 2001 From: Youssef Date: Tue, 23 Feb 2021 15:28:50 +0100 Subject: [PATCH 1/3] Prebid Server and Postbid integration example ( ad server-less ) --- .../postbid/postbid_prebidServer_example.html | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 integrationExamples/postbid/postbid_prebidServer_example.html diff --git a/integrationExamples/postbid/postbid_prebidServer_example.html b/integrationExamples/postbid/postbid_prebidServer_example.html new file mode 100644 index 00000000000..3af7b010872 --- /dev/null +++ b/integrationExamples/postbid/postbid_prebidServer_example.html @@ -0,0 +1,86 @@ + + + + + + + + + + + From 7d1762a5a0c44c28f5fe5329d72bf6f2bab47c45 Mon Sep 17 00:00:00 2001 From: Youssef Date: Tue, 23 Feb 2021 16:13:33 +0100 Subject: [PATCH 2/3] Increase timeout --- integrationExamples/postbid/postbid_prebidServer_example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationExamples/postbid/postbid_prebidServer_example.html b/integrationExamples/postbid/postbid_prebidServer_example.html index 3af7b010872..4295b34fdc2 100644 --- a/integrationExamples/postbid/postbid_prebidServer_example.html +++ b/integrationExamples/postbid/postbid_prebidServer_example.html @@ -32,7 +32,7 @@ }]; pbjs.setConfig({ - bidderTimeout: 1000, + bidderTimeout: 2000, s2sConfig : { accountId : '1', enabled : true, //default value set to false From 368d6fb626e0ca7b825203442d69b02354b28847 Mon Sep 17 00:00:00 2001 From: Youssef Date: Tue, 23 Feb 2021 16:19:56 +0100 Subject: [PATCH 3/3] Update timeout --- integrationExamples/postbid/postbid_prebidServer_example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationExamples/postbid/postbid_prebidServer_example.html b/integrationExamples/postbid/postbid_prebidServer_example.html index 4295b34fdc2..3af7b010872 100644 --- a/integrationExamples/postbid/postbid_prebidServer_example.html +++ b/integrationExamples/postbid/postbid_prebidServer_example.html @@ -32,7 +32,7 @@ }]; pbjs.setConfig({ - bidderTimeout: 2000, + bidderTimeout: 1000, s2sConfig : { accountId : '1', enabled : true, //default value set to false