Skip to content

Commit

Permalink
Change location of googleTagServices
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhisp committed Jul 6, 2022
1 parent 6e9efe8 commit f57fec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/1plusXRtdProviderExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
'//securepubads.g.doubleclick.net/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
Expand Down

0 comments on commit f57fec2

Please sign in to comment.