June 4

Some People Are Out On Disney World Vacations In 2021– But Not For The Reason You Might Think


Some People Are Out On Disney World Vacations In 2021– But Not For The Reason You Might Think – CINEMABLEND jwplayer bidding plugin changed and no longer has this value defined, so making match optional */ }catch(e){ logError(‘while finding jw ad_schedule (auctionEnd)’, e); } return tags_match && units_match && positions_match; }); amazonAuction.jw.player = player; amazonAuction.jw.bid_request = jw_bidrequest; amazonAuction.jw.bidding_plugin = bidding; amazonAuction.jw.ad_schedule = ad_schedule; try{ amazonAuction.jw.bid_request.params.tag = resetAmazonVastCustParams(amazonAuction.jw.bid_request.params.tag); amazonAuction.jw.ad_schedule.tag = resetAmazonVastCustParams(amazonAuction.jw.ad_schedule.tag); }catch(e){ logError(‘resetting vast tags’, e); } var amazonSlots = codes.map(function(code){ return { slotID: ‘videoSlot’, mediaType: ‘video’ } }); try{ if (amazonSlots.length && window.apstag) { var apstag_fetchBids_config = { slots:amazonSlots, timeout: data.timeout ? parseInt(data.timeout / 2) : 1000 }; log(‘amazon.fetchBids’, { apstag: window.apstag, apstag_fetchBids_config: apstag_fetchBids_config }); apstag.fetchBids(apstag_fetchBids_config, function(bids){ amazonAuction.bids = bids; amazonAllBids = amazonAllBids.concat(bids); log(‘amazonResponse’, { lateResponse: amazonAuction.ended ? “true, prebid auction ended first – won’t use amazon bids” : false, amazonAuction: amazonAuction, bids: bids, allBids: amazonAllBids, usedBids: amazonAllBids.filter(function(b) { return b.__used; }) }); addAmazonCustParamsToVast(amazonAuction, amazonAllBids); }); } else { log(‘amazonLoaded?’, { amazonSlots: amazonSlots, apstag: window.apstag, amazonAuction: amazonAuction }); } }catch(e){ logError(‘fetching bids’, e); } log(‘jw prebid auctionInit – post’, { data: data, amazonAuction: amazonAuction, amazonAllBids: amazonAllBids }); }); jwpb.onEvent(‘auctionEnd’, function(data){ try{ var amazonAuction = amazonAuctions[data.auctionId] = amazonAuctions[data.auctionId] || { auctionId: data.auctionId }; amazonAuction.ended = true; var codes = (data.adUnits || []).map(function(adUnit){ return adUnit.code }); var prebidBids = jwpb.getHighestCpmBids(codes); log(‘jw prebid auctionEnd’, { amazonAuction: amazonAuction, prebidBids: prebidBids, data: data, amazonAuctions: amazonAuctions, amazonAllBids: amazonAllBids }); }catch(e){ logError(‘prebid auctionEnd’, e); } }); }); function resetAmazonVastCustParams(tag) { try{ var matches = tag.match(/(?:&|?)cust_params=(.*?)(?:&|$|#)/); if (matches && matches.length > 1 && matches[1].length) { var qs = decodeURIComponent(matches[1]); qs = qs.split(‘&’) .filter(function(kv){ return !kv.match(/^amzn(bid|iid|p)=/); }) .join(‘&’); if (matches[1] !== encodeURIComponent(qs)) { log(‘resetAmazonVastCustParams’, { old: matches[1], new: encodeURIComponent(qs), tag: tag }); return tag .replace(matches[1], encodeURIComponent(qs)) .replace(/cust_params=(%26)+/,’cust_params=’) .replace(/(%26){2,}/, ‘%26’); } return tag; } }catch(e){ logError(‘resetAmazonVastCustParams’, e); } return tag; } function addAmazonCustParamsToVast(auction, allBids){ try{ log(“addAmazonCustParamsToVast”, {auction:auction}); var bid; var unusedBids = allBids.filter(function(b){ return !b.__used && b.encodedQsParams; }); if (auction.bids && auction.bids.length) { bid = auction.bids[0]; } else if (unusedBids.length) { bid = unusedBids[0]; } if (!bid || !bid.encodedQsParams) { log(“addAmazonCustParamsToVast no bid”, bid); return; } // mark bid as used bid.__used = true; if (!auction.jw.bid_request.params.tag.match(/cust_params=/)) { auction.jw.bid_request.params.tag += ‘&cust_params=’; } if (!auction.jw.ad_schedule.tag.match(/cust_params=/)) {auction.jw.ad_schedule.tag += ‘&cust_params=’;} // remove any previous amazon key/vals auction.jw.bid_request.params.tag = resetAmazonVastCustParams(auction.jw.bid_request.params.tag); auction.jw.ad_schedule.tag = resetAmazonVastCustParams(auction.jw.ad_schedule.tag); // add amazon bid key/vals // have to alter both, if there are prebid bids jw uses the bid request tag, otherwise fallsback on the ad schedule tag auction.jw.bid_request.params.tag = auction.jw.bid_request.params.tag .replace(/cust_params=/, ‘cust_params=’ + bid.encodedQsParams + ‘%26′) .replace(/cust_params=(%26)+/,’cust_params=’) .replace(/(%26){2,}/, ‘%26’); auction.jw.ad_schedule.tag = auction.jw.ad_schedule.tag .replace(/cust_params=/, ‘cust_params=’ + bid.encodedQsParams + ‘%26′) .replace(/cust_params=(%26)+/,’cust_params=’) .replace(/(%26){2,}/, ‘%26’); }catch(e){ logError(“addAmazonCustParamsToVast”, e); } } function getAdUnitFromVastTag(tag) { var matches = tag.match(/[&?]iu=(/.*?)($|&|#)/); if (matches && matches.length > 1) { return matches[1]; } return ”; } function getJwPlayers(){ var i=0, players=[], player; try{ while ((player = jwplayer(i++)) && player.id) { players.push(player); } }catch(e){ logError(“getJwPlayers”, e); } return players; } var logStyle = ‘display: inline-block; color: #FF9900; background: #131A22; padding: 1px 4px 0; border-radius: 3px;’; function log(){ if (!debug) return; var args = Array.prototype.slice.call(arguments); args.unshift(logStyle); args.unshift(‘%cAmazonVideoBidding’); console.log.apply(console, args); } function logError(){ if (!debug) return; var args = Array.prototype.slice.call(arguments); args.unshift(logStyle); args.unshift(‘%cAmazonVideoBidding Error’); console.error.apply(console, args); } function polyfill(){ Array.prototype.find||Object.defineProperty(Array.prototype,”find”,{value:function(r){if(null==this)throw TypeError(‘”this” is null or not defined’);var t=Object(this),e=t.length>>>0;if(“function”!=typeof r)throw TypeError(“predicate must be a function”);for(var i=arguments[1],o=0;o = yesterday) { log(‘cached geo data retrieved’, {geo_data:geo_data, server_country:config.country}); if (geo_data.country == config.country) { config.region = geo_data.region; } } else { log(‘cached geo data expired – removing’, {geo_data:geo_data}); // expire cached geo after a day localStorage.removeItem(‘consent_geo’); } } if (config.country && config.region) { __consentwrapper_init_once(); return; } else { var geo_timeout_setting = 1000; init_timeoutID = setTimeout(function(){ log(“geo lookup timeout – running __consentwrapper.init()”); __consentwrapper_init_once(); }, geo_timeout_setting); var geoip_url; geoip_url = ‘https://apis.quantcast.mgr.consensu.org/geoip’; if (geoip_url) { try{ var start = parseInt(performance.now()); var xhr = window.XMLHttpRequest ? new window.XMLHttpRequest() : new ActiveXObject(‘MSXML2.XMLHTTP.3.0’); xhr.open(‘GET’, geoip_url, true); xhr.onloadend = function(e){ var geo = false; try{ if (xhr.response) geo = JSON.parse(xhr.response); }catch(e){} log(‘geo data response’, {geo:geo}); if (geo && geo.country && geo.region) { var country = geo.country.toUpperCase(); if (country == ‘USA’ || country == ‘US’) { config.region = geo.region.toUpperCase(); } } __consentwrapper_init_once(); if (config.region) { geo_data = { country: ‘US’, region: config.region, timestamp: (new Date()).getTime() }; localStorage.setItem(‘consent_geo’, JSON.stringify(geo_data)); } }; xhr.send(null); }catch(e){ console.error(“[Consent] wasn’t able to determine geo region – running __consentwrapper_init()”, e); __consentwrapper_init_once(); } } else { __consentwrapper_init_once(); } } }); })(); ]]> 3 && args[2] === 2 && typeof args[3] === ‘boolean’ ) { gdprApplies = args[3]; if (typeof args[2] === ‘function’) { args[2](‘set’, true); } } } else if (args[0] === ‘ping’) { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: ‘stub’ }; if (typeof args[2] === ‘function’) { args[2](retr); } } else { queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === ‘string’; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } event.source.postMessage(returnMsg, ‘*’); }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener(‘message’, postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== ‘undefined’) { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries -1 && data.jurisdiction.indexOf(data.location.toUpperCase()) > -1) { window.__uspapi(‘setUspDftData’, 1, function(data, status) { if (!status) { console.log(“Consent error: default USP string not set correctly”, {data:data, status:status}); } }); } } }); } ]]>

Published: Jun. 2. 2021 8:14 AM

Cinderella's Castle during fireworks at Magic Kingdom Walt Disney WorldCinderella's Castle during fireworks at Magic Kingdom Walt Disney World

The theme park industry was hit hard by the global pandemic to say the least. Walt Disney World and other parks were shut down for months, and when they reopened, it was under new conditions that greatly limited what the parks were able to offer. While things are certainly trending in a positive direction, it’s unclear exactly when things will be “back to normal” from a park perspective. And even when that does happen, it’s too be expected that many might still be apprehensive about going out in crowds that size. But while there are certainly some that are putting off trips to Walt Disney World due to safety concerns, the biggest factor preventing trips is a much more “normal” consideration, price.

According to a recent poll from Insider, The biggest reason that people won’t be visiting Walt Disney World this year isn’t that they’re not sure it’s safe, it’s that they feel it’s too expensive. More than half of those responding to the poll, both those with and without children, said they felt Walt Disney World was too expensive. About a third of respondents with children, and nearly a quarter of those without kids, said they would like to visit a Disney property. But that the cost prevented them from doing so.

While price was the big reason that most people said they were unlikely to visit the parks this year, safety was also a concern. About 42% of people said they are still concerned about the pandemic, with nearly 30% specifically stating that they felt not enough people were currently vaccinated.

The poll was conducted in mid-May, right in the middle of a number of changes to the parks in Florida, as temperature screening was being phased out and social distancing measures were being reduced. Currently, masks are not required outdoors in Florida parks. Universal Orlando Resort is no longer requiring masks at all for guests who are vaccinated.

Related

5 Walt Disney World Pandemic Changes That Are Actually Awesome

In a weird way, this is probably good news for Disney Parks. The fact that the cost of a Disney vacation is the biggest hurdle for most people is the way it usually is, so in that regard things are back to normal. And price is something that Disney has control over. While ticket prices were steadily on the rise before the pandemic, and they’re not cheap now, if price ever became so high that people stopped visiting the parks in significant numbers, then Disney could offer discounts to turn that around.

While many simply don’t feel they can afford a Disney vacation, there are plenty more that can, and as long as there are enough of those people, the pricing issue isn’t likely to change. It is certainly frustrating. On the one hand, if prices were significantly lower, the parks would be packed on a daily basis and visiting them likely wouldn’t be a lot of fun. But at the same time it’s upsetting that so many that want to go to Disney Parks can’t because of the cost.

    • Dirk LibbeyDirk Libbey Dirk Libbey View Profile

      CinemaBlend’s resident theme park junkie and amateur Disney historian. Armchair Imagineer. Epcot Stan. Future Club 33 Member.


Source


Copyright 2021. All rights reserved.

Posted June 4, 2021 by Admin in category "Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *