From f4602c47b380cfcb4a407a02093171d67507a605 Mon Sep 17 00:00:00 2001 From: avenkatraman Date: Fri, 4 Mar 2016 16:39:44 -0500 Subject: [PATCH] Pulsepoint: Fixing endpoint names --- src/adapters/pulsepoint.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adapters/pulsepoint.js b/src/adapters/pulsepoint.js index d59fb740e57..318fbde501a 100644 --- a/src/adapters/pulsepoint.js +++ b/src/adapters/pulsepoint.js @@ -4,8 +4,8 @@ var adloader = require('../adloader.js'); var PulsePointAdapter = function PulsePointAdapter() { - var getJsStaticUrl = 'http://tag.contextweb.com/getjs.static.js'; - var bidUrl = 'http://tag.contextweb.com/bid'; + var getJsStaticUrl = window.location.protocol + '//tag.contextweb.com/getjs.static.js'; + var bidUrl = window.location.protocol + '//bid.contextweb.com/header/tag'; function _callBids(params) { if (typeof window.pp === 'undefined') {