You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logInfo('not an outstream video, will set thisBid.mediaType = VIDEO and thisBid.vastUrl and not attach a renderer');
556
-
thisBid.vastUrl=`https://${deepAccess(thisBid,'ext.prebid.targeting.hb_cache_host','missing_host')}${deepAccess(thisBid,'ext.prebid.targeting.hb_cache_path','missing_path')}?id=${deepAccess(thisBid,'ext.prebid.targeting.hb_cache_id','missing_id')}`;// need to see if this works ok for ozone
logInfo('not an outstream video (presumably instream), will set thisBid.mediaType = VIDEO and thisBid.vastUrl and not attach a renderer');
558
+
thisBid.vastUrl=`https://${deepAccess(thisBid,'ext.prebid.targeting.hb_cache_host','missing_host')}${deepAccess(thisBid,'ext.prebid.targeting.hb_cache_path','missing_path')}?uuid=${deepAccess(thisBid,'ext.prebid.targeting.hb_uuid','missing_uuid')}`;// need to see if this works ok for ozone
0 commit comments