Load Google Ad Manager code from doubleclick.net

https://support.google.com/admanager/answer/1638622?hl=en
This commit is contained in:
Neil Lalonde 2020-03-13 14:24:54 -04:00
parent bec86bd59a
commit cd82a905ae
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ function loadGoogle() {
// The boilerplate code
var dfpSrc =
("https:" === document.location.protocol ? "https:" : "http:") +
"//www.googletagservices.com/tag/js/gpt.js";
"//securepubads.g.doubleclick.net/tag/js/gpt.js";
_promise = loadScript(dfpSrc, { scriptTag: true }).then(function() {
_loaded = true;
if (window.googletag === undefined) {