{"id":10586,"date":"2025-03-17T07:26:20","date_gmt":"2025-03-17T07:26:20","guid":{"rendered":"https:\/\/memphis-marine.com\/cookie-policy\/"},"modified":"2025-11-19T10:54:40","modified_gmt":"2025-11-19T10:54:40","slug":"cookie-policy","status":"publish","type":"page","link":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/","title":{"rendered":"Cookie Policy"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Banner&#8221; module_class=&#8221;service-page-banner&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/memphis-marine.com\/wp-content\/uploads\/cookie.png&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;banner-title-text&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Cookie<br \/>Policy<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;cookies-content&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,3_4&#8243; module_class=&#8221;service-subhead policy-content&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;sticky-sidebar-column&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"privacy-sticky\">\n<ul>\n<li><a href=\"#what-are-cookies\">What are cookies?<\/a><\/li>\n<li><a href=\"#how-do-we-use-cookies\">How do we use cookies?<\/a><\/li>\n<li><a href=\"#what-types-of-cookies-do-we-use\">What types of cookies do we use?<\/a><\/li>\n<li><a href=\"#analytics-tools-for-the-website\">Analytics tools for the website<\/a><\/li>\n<li><a href=\"#third-party-cookies\">Third-party cookies<\/a><\/li>\n<li><a href=\"#how-can-I-control-the-cookie-preferences\">How can I control the cookie preferences?<\/a><\/li>\n<\/ul>\n<\/div>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]<script><!-- [et_pb_line_break_holder] -->  document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->  const banner = document.querySelector('.service-page-banner');<!-- [et_pb_line_break_holder] -->  const sticky = document.querySelector('.privacy-sticky');<!-- [et_pb_line_break_holder] -->  const footer = document.querySelector('.et-l--footer');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  let bannerVisibleRatio = 1;<!-- [et_pb_line_break_holder] -->  let footerVisibleRatio = 0;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function showSticky() {<!-- [et_pb_line_break_holder] -->    if (!sticky.classList.contains('show')) {<!-- [et_pb_line_break_holder] -->      sticky.classList.remove('hide');<!-- [et_pb_line_break_holder] -->      sticky.classList.add('show');<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function hideSticky() {<!-- [et_pb_line_break_holder] -->    if (sticky.classList.contains('show')) {<!-- [et_pb_line_break_holder] -->      sticky.classList.remove('show');<!-- [et_pb_line_break_holder] -->      sticky.classList.add('hide');<!-- [et_pb_line_break_holder] -->      setTimeout(() => {<!-- [et_pb_line_break_holder] -->        sticky.style.display = 'none';<!-- [et_pb_line_break_holder] -->      }, 500); \/\/ Match transition duration<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function updateSticky() {<!-- [et_pb_line_break_holder] -->    if (bannerVisibleRatio <= 0.15 &#038;&#038; footerVisibleRatio <= 0.2) {<!-- [et_pb_line_break_holder] -->      sticky.style.display = 'block';<!-- [et_pb_line_break_holder] -->      showSticky();<!-- [et_pb_line_break_holder] -->    } else {<!-- [et_pb_line_break_holder] -->      hideSticky();<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  if (banner && sticky && footer) {<!-- [et_pb_line_break_holder] -->    const bannerObserver = new IntersectionObserver(<!-- [et_pb_line_break_holder] -->      (entries) => {<!-- [et_pb_line_break_holder] -->        entries.forEach(entry => {<!-- [et_pb_line_break_holder] -->          bannerVisibleRatio = entry.intersectionRatio;<!-- [et_pb_line_break_holder] -->          updateSticky();<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      },<!-- [et_pb_line_break_holder] -->      { threshold: [0, 0.05, 0.1, 0.15, 0.2, 1] }<!-- [et_pb_line_break_holder] -->    );<!-- [et_pb_line_break_holder] -->    bannerObserver.observe(banner);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const footerObserver = new IntersectionObserver(<!-- [et_pb_line_break_holder] -->      (entries) => {<!-- [et_pb_line_break_holder] -->        entries.forEach(entry => {<!-- [et_pb_line_break_holder] -->          footerVisibleRatio = entry.intersectionRatio;<!-- [et_pb_line_break_holder] -->          updateSticky();<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      },<!-- [et_pb_line_break_holder] -->      { threshold: [0, 0.1, 0.2, 1] }<!-- [et_pb_line_break_holder] -->    );<!-- [et_pb_line_break_holder] -->    footerObserver.observe(footer);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; module_class=&#8221;service-subhead &#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>This Cookie Policy explains what cookies are and how we use them. You should read this policy to understand what cookies are, how we use them, the types of cookies we use i.e., the information we collect using cookies and how that information is used and how to control the cookie preferences. For further information on how we use, store and keep your personal data secure, see our Privacy Policy.<\/p>\n<p>You can at any time change or withdraw your consent from the Cookie Declaration on our website. Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy. Your consent applies to the following domains: www.memphis-marine.com Your current state: Consent Accepted. Allow all cookies (Necessary, Non-Necessary).<\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;what-are-cookies&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>What are cookies?<\/h2>\n<p>Cookies are small text files that are used to store small pieces of information. The cookies are stored on your device when the website is loaded on your browser. These cookies help us make the website function properly, make the website more secure, provide better user experience, and understand how the website performs and to analyze what works and where it needs improvement.<\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;how-do-we-use-cookies&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>How do we use cookies?<\/h2>\n<p>As most of the online services, our website uses cookies first party and third-party cookies for a number of purposes. The first-party cookies are mostly necessary for the website to function the right way, and they do not collect any of your personally identifiable data. The third-party cookies used on our websites are used mainly for understanding how the website performs, how you interact with our website, keeping our services secure, providing advertisements that are relevant to you, and all in all providing you with a better and improved user experience and help speed up your future interactions with our website.<\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;what-types-of-cookies-do-we-use&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>What types of cookies do we use?<\/h2>\n<p>The cookies used on our website are grouped into the following categories.<\/p>\n<h4>Necessary<\/h4>\n<p>Necessary cookies are essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.<\/p>\n<div class=\"table-scrl\">\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\n<tbody>\n<tr>\n<td class=\"cookie-table-heading\" style=\"width: 29.7126%;\">Cookie<\/td>\n<td class=\"cookie-table-heading\" style=\"width: 19.0231%;\">Duration<\/td>\n<td class=\"cookie-table-heading\" style=\"width: 51.2642%;\">Description<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 29.7126%;\">Cookie law info checkbox necessary<\/td>\n<td style=\"width: 19.0231%;\">1 year<\/td>\n<td style=\"width: 51.2642%;\">Clarity \u2013 Persists the Clarity User ID and preferences, unique to that site, on the browser. This ensures that behavior in subsequent visits to the same site will be attributed to the same user ID.<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 29.7126%;\">Cookie law info checkbox necessary<\/td>\n<td style=\"width: 19.0231%;\">1 year<\/td>\n<td style=\"width: 51.2642%;\">Set by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the \u201cNon-necessary\u201d category.<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 29.7126%;\">Viewed Cookie Policy<\/td>\n<td style=\"width: 19.0231%;\">1 year<\/td>\n<td style=\"width: 51.2642%;\">The cookie is set by the GDPR Cookie Consent plugin to store whether the user has consented to the use of cookies. It does not store any personal data.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h4>Non-Necessary<\/h4>\n<p>Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.<\/p>\n<div class=\"table-scrl\">\n<table style=\"border-collapse: collapse; width: 100%; height: 1481px;\" border=\"1\">\n<tbody>\n<tr style=\"height: 23px;\">\n<td class=\"cookie-table-heading\" style=\"width: 20.4022%; height: 23px;\">Cookie<\/td>\n<td class=\"cookie-table-heading\" style=\"width: 20.9196%; height: 23px;\">Duration<\/td>\n<td class=\"cookie-table-heading\" style=\"width: 58.6781%; height: 23px;\">Description<\/td>\n<\/tr>\n<tr style=\"height: 118px;\">\n<td style=\"width: 20.4022%; height: 118px;\">_clck<\/td>\n<td style=\"width: 20.9196%; height: 118px;\">1 year<\/td>\n<td style=\"width: 58.6781%; height: 118px;\">Clarity \u2013 Persists the Clarity User ID and preferences, unique to that site, on the browser. This ensures that behavior in subsequent visits to the same site will be attributed to the same user ID.<\/td>\n<\/tr>\n<tr style=\"height: 47px;\">\n<td style=\"width: 20.4022%; height: 47px;\">clsk<\/td>\n<td style=\"width: 20.9196%; height: 47px;\">1 Day<\/td>\n<td style=\"width: 58.6781%; height: 47px;\">Clarity \u2013 Connects multiple page views by a user into a single Clarity session recording.<\/td>\n<\/tr>\n<tr style=\"height: 95px;\">\n<td style=\"width: 20.4022%; height: 95px;\">_fbp<\/td>\n<td style=\"width: 20.9196%; height: 95px;\">3 Months<\/td>\n<td style=\"width: 58.6781%; height: 95px;\">This cookie is set by Facebook to display advertisements when either on Facebook or on a digital platform powered by Facebook advertising, after visiting the website.<\/td>\n<\/tr>\n<tr style=\"height: 142px;\">\n<td style=\"width: 20.4022%; height: 142px;\">ga<\/td>\n<td style=\"width: 20.9196%; height: 142px;\">2 Year<\/td>\n<td style=\"width: 58.6781%; height: 142px;\">The _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site\u2019s analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">_gat_gtag_UA_127198360_1<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">1 minute<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">Set by Google to distinguish users.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">_gcl_au<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">3 months<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">Provided by Google Tag Manager to experiment advertisement efficiency of websites using their services.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">_gid<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">1 Day<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">Installed by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website\u2019s performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">Analytics Sync History<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">1 month<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">LinkedIn \u2013 Used to store information about the time a sync with the lms_analytics cookie took place for users in the Designated Countries.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">ANONCHK<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">10 minutes<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">The ANONCHK cookie, set by Bing, is used to store a user\u2019s session ID and also verify the clicks from ads on the Bing search engine. The cookie helps in reporting and personalization as well.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">bcookie<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">2 years<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">LinkedIn sets this cookie from LinkedIn share buttons and ad tags to recognize browser ID.<\/td>\n<\/tr>\n<tr style=\"height: 47px;\">\n<td style=\"width: 20.4022%; height: 47px;\">bscookie<\/td>\n<td style=\"width: 20.9196%; height: 47px;\">2 years<\/td>\n<td style=\"width: 58.6781%; height: 47px;\">This cookie is a browser ID cookie set by Linked share Buttons and ad tags.<\/td>\n<\/tr>\n<tr style=\"height: 47px;\">\n<td style=\"width: 20.4022%; height: 47px;\">CLID<\/td>\n<td style=\"width: 20.9196%; height: 47px;\">1 year<\/td>\n<td style=\"width: 58.6781%; height: 47px;\">Identifies the first-time Clarity saw this user on any site using Clarity.<\/td>\n<\/tr>\n<tr style=\"height: 71px;\">\n<td style=\"width: 20.4022%; height: 71px;\">CONSENT<\/td>\n<td style=\"width: 20.9196%; height: 71px;\">2 year<\/td>\n<td style=\"width: 58.6781%; height: 71px;\">YouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">fr<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">3 months<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">Facebook sets this cookie to show relevant advertisements to users by tracking user behaviour across the web, on sites that have Facebook pixel or Facebook social plugin.<\/td>\n<\/tr>\n<tr style=\"height: 95px;\">\n<td style=\"width: 20.4022%; height: 95px;\">IDE<\/td>\n<td style=\"width: 20.9196%; height: 95px;\">1 year 24 days<\/td>\n<td style=\"width: 58.6781%; height: 95px;\">Google DoubleClick IDE cookies are used to store information about how the user uses the website to present them with relevant ads and according to the user profile.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">lang<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">session<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">This cookie is used to store the language preferences of a user to serve up content in that stored language the next time user visit the website.<\/td>\n<\/tr>\n<tr style=\"height: 71px;\">\n<td style=\"width: 20.4022%; height: 71px;\">li_gc<\/td>\n<td style=\"width: 20.9196%; height: 71px;\">2 years<\/td>\n<td style=\"width: 58.6781%; height: 71px;\">LinkedIn \u2013 Used to store consent of guests regarding the use of cookies for non-essential purposes<\/td>\n<\/tr>\n<tr style=\"height: 71px;\">\n<td style=\"width: 20.4022%; height: 71px;\">li_sugr<\/td>\n<td style=\"width: 20.9196%; height: 71px;\">3 months<\/td>\n<td style=\"width: 58.6781%; height: 71px;\">LinkedIn \u2013 Used to make a probabilistic match of a user\u2019s identity outside the Designated Countries.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">lidc<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">1 day<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">LinkedIn sets the lidc cookie to facilitate data center selection.<\/td>\n<\/tr>\n<tr style=\"height: 95px;\">\n<td style=\"width: 20.4022%; height: 95px;\">MUID<\/td>\n<td style=\"width: 20.9196%; height: 95px;\">1 year 24 days<\/td>\n<td style=\"width: 58.6781%; height: 95px;\">Bing sets this cookie to recognize unique web browsers visiting Microsoft sites. This cookie is used for advertising, site analytics, and other operations.<\/td>\n<\/tr>\n<tr style=\"height: 47px;\">\n<td style=\"width: 20.4022%; height: 47px;\">SM<\/td>\n<td style=\"width: 20.9196%; height: 47px;\">session<\/td>\n<td style=\"width: 58.6781%; height: 47px;\">Clarity \u2013 Used in synchronizing the MUID across Microsoft domains.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">SRM_B<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">1 year 24 days<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">This cookie is installed by Microsoft Bing<\/td>\n<\/tr>\n<tr style=\"height: 71px;\">\n<td style=\"width: 20.4022%; height: 71px;\">test_cookie<\/td>\n<td style=\"width: 20.9196%; height: 71px;\">15 minutes<\/td>\n<td style=\"width: 58.6781%; height: 71px;\">The test_cookie is set by doubleclick.net and is used to determine if the user\u2019s browser supports cookies.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">UserMatchHistory<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">1 month<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">Linkedin \u2013 Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor\u2019s preferences.<\/td>\n<\/tr>\n<tr style=\"height: 71px;\">\n<td style=\"width: 20.4022%; height: 71px;\">VISITOR_INFO1_LIVE<\/td>\n<td style=\"width: 20.9196%; height: 71px;\">5 months 27 days<\/td>\n<td style=\"width: 58.6781%; height: 71px;\">A cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">YSC<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">session<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">YSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.<\/td>\n<\/tr>\n<tr style=\"height: 71px;\">\n<td style=\"width: 20.4022%; height: 71px;\">yt-remote-connected-devices<\/td>\n<td style=\"width: 20.9196%; height: 71px;\">Never<\/td>\n<td style=\"width: 58.6781%; height: 71px;\">YouTube sets this cookie to store the video preferences of the user using embedded YouTube video.<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 20.4022%; height: 23px;\">yt-remote-device-id<\/td>\n<td style=\"width: 20.9196%; height: 23px;\">Never<\/td>\n<td style=\"width: 58.6781%; height: 23px;\">YouTube sets this cookie to store the video preferences of the user using embedded YouTube video.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;analytics-tools-for-the-website&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Analytics tools for the website<\/h2>\n<p>This website uses Google Analytics, a web analytics service provided by Google Inc. (\u201cGoogle\u201d). Google Analytics uses \u201ccookies\u201d to help us analyze how users use the site. The information generated by the cookie about your use of the website (including your IP address) will be transmitted to and stored by Google. To find out more about Google Analytics, Google\u2019s privacy policy and opting out of its cookies please visit: https:\/\/tools.google.com\/dlpage\/gaoptout.<\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;third-party-cookies&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Third-party cookies<\/h2>\n<p>In addition to our own cookies, we may also use various third\u00ac party cookies to report usage statistics of the Service, deliver advertisements on and through the service, and so on.<\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;how-can-I-control-the-cookie-preferences&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>How can I control the cookie preferences?<\/h2>\n<p>You can manage your cookies preferences by clicking on the \u201cSettings\u201d button and enabling or disabling the cookie categories on the popup according to your preferences.<br \/>Should you decide to change your preferences later through your browsing session, you can click on the \u201cPrivacy &amp; Cookie Policy\u201d tab on your screen. This will display the consent notice again enabling you to change your preferences or withdraw your consent entirely.<br \/>In addition to this, different browsers provide different methods to block and delete cookies used by websites. You can change the settings of your browser to block\/delete the cookies. To find out more out more on how to manage and delete cookies, visit wikipedia.org, www.allaboutcookies.org.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CookiePolicy What are cookies? How do we use cookies? What types of cookies do we use? Analytics tools for the website Third-party cookies How can I control the cookie preferences? This Cookie Policy explains what cookies are and how we use them. You should read this policy to understand what cookies are, how we use them, the types of cookies we use i.e., the information we collect using cookies and how that information is used and how to control the cookie preferences. For further information on how we use, store and keep your personal data secure, see our Privacy Policy. You can at any time change or withdraw your consent from the Cookie Declaration on our website. Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy. Your consent applies to the following domains: www.memphis-marine.com Your current state: Consent Accepted. Allow all cookies (Necessary, Non-Necessary).What are cookies? Cookies are small text files that are used to store small pieces of information. The cookies are stored on your device when the website is loaded on your browser. These cookies help us make the website function properly, make the website more [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-10586","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cookie Policy - Memphis Marine &amp; Offshore<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cookie Policy - Memphis Marine &amp; Offshore\" \/>\n<meta property=\"og:description\" content=\"CookiePolicy What are cookies? How do we use cookies? What types of cookies do we use? Analytics tools for the website Third-party cookies How can I control the cookie preferences? This Cookie Policy explains what cookies are and how we use them. You should read this policy to understand what cookies are, how we use them, the types of cookies we use i.e., the information we collect using cookies and how that information is used and how to control the cookie preferences. For further information on how we use, store and keep your personal data secure, see our Privacy Policy. You can at any time change or withdraw your consent from the Cookie Declaration on our website. Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy. Your consent applies to the following domains: www.memphis-marine.com Your current state: Consent Accepted. Allow all cookies (Necessary, Non-Necessary).What are cookies? Cookies are small text files that are used to store small pieces of information. The cookies are stored on your device when the website is loaded on your browser. These cookies help us make the website function properly, make the website more [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Memphis Marine &amp; Offshore\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-19T10:54:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/\",\"url\":\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/\",\"name\":\"Cookie Policy - Memphis Marine &amp; Offshore\",\"isPartOf\":{\"@id\":\"https:\/\/memphis-marine.com\/cn\/#website\"},\"datePublished\":\"2025-03-17T07:26:20+00:00\",\"dateModified\":\"2025-11-19T10:54:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/#breadcrumb\"},\"inLanguage\":\"cn\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/memphis-marine.com\/cn\/cookie-policy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/memphis-marine.com\/cn\/%e5%ad%9f%e8%8f%b2%e6%96%af%e4%b8%bb%e9%a1%b5\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cookie Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/memphis-marine.com\/cn\/#website\",\"url\":\"https:\/\/memphis-marine.com\/cn\/\",\"name\":\"Memphis Marine &amp; Offshore\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/memphis-marine.com\/cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cn\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cookie Policy - Memphis Marine &amp; Offshore","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/","og_locale":"en_US","og_type":"article","og_title":"Cookie Policy - Memphis Marine &amp; Offshore","og_description":"CookiePolicy What are cookies? How do we use cookies? What types of cookies do we use? Analytics tools for the website Third-party cookies How can I control the cookie preferences? This Cookie Policy explains what cookies are and how we use them. You should read this policy to understand what cookies are, how we use them, the types of cookies we use i.e., the information we collect using cookies and how that information is used and how to control the cookie preferences. For further information on how we use, store and keep your personal data secure, see our Privacy Policy. You can at any time change or withdraw your consent from the Cookie Declaration on our website. Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy. Your consent applies to the following domains: www.memphis-marine.com Your current state: Consent Accepted. Allow all cookies (Necessary, Non-Necessary).What are cookies? Cookies are small text files that are used to store small pieces of information. The cookies are stored on your device when the website is loaded on your browser. These cookies help us make the website function properly, make the website more [&hellip;]","og_url":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/","og_site_name":"Memphis Marine &amp; Offshore","article_modified_time":"2025-11-19T10:54:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/","url":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/","name":"Cookie Policy - Memphis Marine &amp; Offshore","isPartOf":{"@id":"https:\/\/memphis-marine.com\/cn\/#website"},"datePublished":"2025-03-17T07:26:20+00:00","dateModified":"2025-11-19T10:54:40+00:00","breadcrumb":{"@id":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/#breadcrumb"},"inLanguage":"cn","potentialAction":[{"@type":"ReadAction","target":["https:\/\/memphis-marine.com\/cn\/cookie-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/memphis-marine.com\/cn\/cookie-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/memphis-marine.com\/cn\/%e5%ad%9f%e8%8f%b2%e6%96%af%e4%b8%bb%e9%a1%b5\/"},{"@type":"ListItem","position":2,"name":"Cookie Policy"}]},{"@type":"WebSite","@id":"https:\/\/memphis-marine.com\/cn\/#website","url":"https:\/\/memphis-marine.com\/cn\/","name":"Memphis Marine &amp; Offshore","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/memphis-marine.com\/cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cn"}]}},"_links":{"self":[{"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/pages\/10586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/comments?post=10586"}],"version-history":[{"count":1,"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/pages\/10586\/revisions"}],"predecessor-version":[{"id":10631,"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/pages\/10586\/revisions\/10631"}],"wp:attachment":[{"href":"https:\/\/memphis-marine.com\/cn\/wp-json\/wp\/v2\/media?parent=10586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}