diff --git a/integrationExamples/gpt/hello_world.html b/integrationExamples/gpt/hello_world.html
index 0f5e24a301a..aa4bf5ea782 100644
--- a/integrationExamples/gpt/hello_world.html
+++ b/integrationExamples/gpt/hello_world.html
@@ -12,91 +12,91 @@
-->
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-Prebid.js Test
-Div-1
-
-
-
-
-
+
+ function sendAdserverRequest() {
+ if (pbjs.adserverRequestSent) return;
+ pbjs.adserverRequestSent = true;
+ googletag.cmd.push(function() {
+ pbjs.que.push(function() {
+ pbjs.setTargetingForGPTAsync();
+ googletag.pubads().refresh();
+ });
+ });
+ }
+
+ setTimeout(function() {
+ sendAdserverRequest();
+ }, PREBID_TIMEOUT);
+
+
+
+
+
+
+
+
+
+ Prebid.js Test
+ Div-1
+
+
+
+
+