5 Big Differences Between Walt Disney World And Universal Orlando’s Safety And Social Distancing Procedures
5 Big Differences Between Walt Disney World And Universal Orlando’s Safety And Social Distancing Procedures – 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: Mar. 17. 2021 5:04 AM
When Orlando theme parks reopened last summer, they did so after implementing a host of changes to the way the parks operated in order to serve the health and safety concerns of guests, while also allowing those guests to still enjoy as much about the park itself as possible. Both Walt Disney World and Universal Orlando Resort implemented policies regarding everything from mask wearing to temperature testing to social distancing, but not everything works exactly the same way at both resorts.
The core requirements are absolutely being met by both organizations, as social distancing is handled well and masks are required. In fact, both Walt Disney World and Universal Orlando Resort take things further, doing more than might be technically necessary. But what’s interesting is that the places where each company has added precautions are slightly different. If you’re planning a theme park vacation in the near term, or wondering if you should, it’s good to know exactly what you’re in for. Here are the biggest ways the two major Florida theme park resorts are different in the ways they’re handing the same situation.
Social Distancing Queues
What’s The Same: Lines are a fact of life at theme parks, and that’s no less the case now, even when theme park capacity is limited. Both Universal Orlando and Disney World have lines well marked for social distancing, so everybody knows where they can, and can’t, stand… not that everybody pays attention to that. Queues have been significantly rerouted to allow for social distancing in every direction, though that means lines snake out to places they never have before. This occasionally causes problems at both parks, with lines colliding as people are simply trying to move around.
What’s Different: One big way the lines are quite different is when it comes to the theme park’s respective line skipping options. Walt Disney World’s FastPass+ has been suspended for the time being, and in most cases, the part of the queue that was dedicated for that is now part of the standard socially distanced line. Universal Orlando’s Express Pass, however, is still available, and perhaps due to the current situation, is even more valuable. FastPass+ was free, but limited for guests, while Express Pass has an added cost attached, which may be the main reason one option is unavailable while the other still is.
Hand Sanitizer
What’s The Same: Before all this started, perhaps the regular application of hand sanitizer wasn’t part of your normal routine, but it probably is now. The world had trouble producing enough of the stuff we were using so much early on. Both Walt Disney World and Universal Orlando Resort want to make sure that you use hand sanitizer as well, and stands offering it have been placed all over the park This includes attraction lines, public spaces and at the entrance and exit, to basically any place you can get food.
What’s Different: Universal takes it all a step further by having a staff member with a bottle of the stuff at the end of every attraction queue, and guests are expected to take some before boarding any ride vehicle. Since this is a major point of contact for multiple people, it’s understandable why this extra step was taken. It also should be said that on my recent trip to the parks, I frequently found the sanitizer stations at Disney World empty, though that may also be a function of the fact that those parks were just more crowded than Universal in general.
Mobile Ordering
What’s the Same: Theme parks are always looking for something new to make the experience of visiting feel fresh, and that doesn’t only mean new attractions. New technology is also regularly implemented into the ways we buy tickets, merchandise and more. Both Universal and Disney have theme park specific apps that let you do all kinds of things, such as ordering food inside the parks. While not all dining locations at either park allow you to order food from your phone, many do, and both parks have been encouraging the use of the app more to prevent contact points between guests and staff.
What’s Different: Here, Disney is the resort taking the extra step. While Universal Orlando encourages mobile ordering, Walt Disney World requires it. If the location accepts mobile ordering, that’s the way you’re required to order your food. Only after your food has been prepared and is ready for pickup are you allowed to actually enter the location to get it. This means you spend as little time as possible inside near other guests and cast members.
Virtual Queues
What’s the Same: As stated at the outset, lines are just something you have to deal with at theme parks. However, that’s not to say that theme parks haven’t been working on that little problem. Especially in the era of social distancing, it would be nice to avoid lines entirely. While that isn’t possible yet, both Universal Orlando Resort and Walt Disney World already had virtual queues in operation before the pandemic happened. Disney World had one for Rise of the Resistance, and Universal Orlando had one for Hagrid’s Magical Creatures Motor Bike Adventure. In both cases, you could add yourself to the queue on your smartphone, and then you would be sent an alert when it was time for you to actually get in a much shorter, line.
What’s Different: While both resorts had virtual queues in place before the pandemic, and still do now, only Universal has increased their use since reopening. At Disney World, Rise of the Resistance is still the only attraction with a virtual queue. At Universal, you can virtually line up for Hagrid’s, but also the Revenge of the Mummy roller coaster and even Race Through New York Starring Jimmy Fallon.
Temperature Checks
What’s the Same: Temperature checks are one of the primary ways that both Universal Orlando and Walt Disney World attempt to prevent anybody who might be seriously ill from entering the parks. However, exactly when and where you get your temperature checked varies between the two resorts. While you will absolutely get your temperature checked at least once if you visit either theme park resort, the locations for the checks, and the potential frequency of them, are not the same.
What’s Different: At Walt Disney World, you’ll find temperature check stations at the entrance to all four theme parks, as well as at the door to any resort hotel dining locations. This means that if you park-hop or head off to your hotel for dinner, you might get your temperature checked multiple times during the day. Universal Orlando will check your temperature at the entrance to any of its resort hotels, and at the theme park gates, but after you’ve been checked once, you’ll be given a wristband that shows you’re clear, and you won’t need to be checked again until the next day.
To be clear, both Universal Orlando Resort and Walt Disney World are doing very well when it comes to health and safety. During my recent trip, I saw staff at both parks making sure that masks were being worn, and being worn properly. While each park might approach different aspects of these rules in different ways, the ultimate goal is the same and both locations are working toward that goal. But now you know exactly what you’re in for if you’re planning a trip to Walt Disney World or Universal Orlando.
Is Park Hopping At Walt Disney World Worth It? We Weigh In On The Pros And Cons
-
-
Dirk Libbey View Profile
CinemaBlend’s resident theme park junkie and amateur Disney historian. Armchair Imagineer. Epcot Stan. Future Club 33 Member.
-