{"id":360658,"date":"2025-03-25T08:33:58","date_gmt":"2025-03-25T12:33:58","guid":{"rendered":"https:\/\/tech.co\/?page_id=360658"},"modified":"2025-03-25T08:33:58","modified_gmt":"2025-03-25T08:33:58","slug":"the-mint-pillow-newsletter","status":"publish","type":"page","link":"https:\/\/tech.co\/the-mint-pillow-newsletter","title":{"rendered":"Mint Pillow Newsletter"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column] <\/p><div class=\"single-image center\">\n <div class=\"single-image-box\">\n <img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"320\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter-640x320.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter-640x320.jpg 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter-1024x512.jpg 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter-768x384.jpg 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter-1536x768.jpg 1536w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter-1072x536.jpg 1072w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg 1920w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <\/div>\n\n[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"chameleon-widget-wrapper\">\n <script type=\"text\/javascript\">\n        \n        \n            window.chameleon = window.chameleon || {};\n        \n            var inputDatae4e2f66d8d = {\n                formId: '6757',\n                themeName: 'custom',\n                domain: 'ca',\n                env: 'prod',\n                headerEnabled: false,\n                borderEnabled: false,\n                height: 350,\n                belowFold: true,\n                dynamicHeight: true,\n                autoScroll: false,\n                isConsentStatementAboveNavigation: false,\n                fontOverride: 'Barlow',\n                maxWidth: 550,\n                paletteOverrides: {\"widgetBackgroundColor\":\"#FDFDFD\",\"secondaryBackgroundColor\":\"rgba(237,237,237,0)\",\"scrollIndicatorColor\":\"#323232\",\"primaryTextColor\":\"#000000\",\"secondaryTextColor\":\"#000000\",\"answerUnselectedColor\":\"#000000\",\"answerSelectedColor\":\"#03b380\",\"answerBackgroundColor\":\"#FFFFFF\",\"continueButtonColor\":\"#03b380\",\"continueButtonHoverColor\":\"#1c7255\",\"continueButtonTextColor\":\"#FFFFFF\",\"backButtonColor\":\"#EDEDED\",\"backButtonHoverColor\":\"#DFDFDF\",\"progressBarFilledColor\":\"#03b380\"}, eventHandlers: { widgetVisible: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'newsletterSignupShown',\n        newsletter: \"Mint Pillow\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n},\ninitialWidgetInteraction: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'userAction',\n        type: 'subscriptionInteraction',\n        newsletter: \"Mint Pillow\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n},\nformSubmit: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'userAction',\n        type: 'subscriptionClick',\n        newsletter: \"Mint Pillow\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n    window.sid = eventInfo.submissionId;\n},\n\n        customerMatchesRequested: function(eventInfo) {\n            window.customerMatchesRequested = true;\n            fetch(flexi_comp_vars.ajaxurl, {\n                method: \"POST\",\n                headers: {\n                    \"Content-Type\": \"application\/x-www-form-urlencoded\",\n                },\n                body: new URLSearchParams({\n                    action: \"get_thank_you_page_for_brand_ids\",\n                    data: eventInfo?.brandMatches ? JSON.stringify(eventInfo.brandMatches) : \"[]\",\n                })\n            })\n            .then((response) => {\n                return response.json();\n            })\n            .then((data) => {\n                window.customerPotentialMatches = data ? data : [];\n            });\n        },\n        thankYouPageRequested: function(eventInfo) {\n            const { brandMatches } = eventInfo;\n            \n            \/**\n            * {brandMatches} array of matches received in thankYouPageRequested event\n            * {customerPotentialMatches} array of matches received in customerMatchesRequested event\n            * {redirectUrlAfterSubmission} Url we are redirecting to.\n            * \n            * In PHOENIX-1759 we implement that we only do redirecting if \n            * brandMatches only has exactly one match, to prevent conflicts in shared verticals.\n            *\/\n            if (brandMatches) {\n                window.sessionStorage.setItem(\"brandMatches\", JSON.stringify(brandMatches));\n                \n                if (window.customerPotentialMatches && brandMatches.length === 1) {\n                    const matchingElement = window.customerPotentialMatches.find(customerPotentialMatch =>\n                        brandMatches.some(brandMatch => brandMatch.id === customerPotentialMatch.brand_id)\n                    );\n    \n                    if (matchingElement && matchingElement.url) {\n                        window.redirectUrlAfterSubmission = matchingElement.url;\n                    }\n                }\n            }\n\n            if ( window.redirectUrlAfterSubmission ) {\n                \/\/ make sure to hide the form if we are redirecting to a thank you page\n                \n            document.querySelector('iframe[id^=\"' + eventInfo.iFrameId + '\"]').closest(\"div\").style.display = \"none\";\n        \n                            \n            setTimeout(() => {\n                const excludingParams = [\"cid\", \"ref2\", \"ref3\"];\n                const currentUrlParams = new URLSearchParams(window.location.search);\n                excludingParams.forEach(param => {\n                    currentUrlParams.delete(param);\n                });\n                const extraUrlParams = currentUrlParams.size ? `&${currentUrlParams.toString()}` : \"\";\n                window.location.href = redirectUrlAfterSubmission + '?sid=' + window.sid + '&fid=353045' + extraUrlParams;\n            }, 1000);\n        \n            }\n        },\n        } \n            };\n            \/\/ We need formWidgetInfoObject variable for browserBackIntercept.min.js\n            var formWidgetInfoObject = formWidgetInfoObjecte4e2f66d8d = runFormWidgetLoader(inputDatae4e2f66d8d);\n            var mvfFormWidgetLoadingErrorse4e2f66d8d = formWidgetInfoObjecte4e2f66d8d.loadingErrors;\n            <\/script>\n\n <\/div>[\/vc_column][\/vc_row][vc_row][vc_column css_animation=&rdquo;none&rdquo; width=&rdquo;2\/3&Prime;][vc_column_text css=&rdquo;&rdquo;]Mint Pillow is a newsletter on a mission to empower owners and operators of independent hotels and hospitality professionals with the information needed to take their businesses to the next level.\n<p>Once a week, <a href=\"http:\/\/www.mintpillow.co\" target=\"_blank\" rel=\"noopener noreferrer\">Mint Pillow<\/a> delivers insightful content from trustworthy sources to an audience of highly engaged subscribers looking to make informed decisions in a competitive landscape.<\/p>\n<p>Mint Pillow is more than a newsletter &ndash; it&rsquo;s a catalyst for business transformation.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][vc_row][vc_column css_animation=&#8221;none&#8221;<\/p>\n","protected":false},"author":9642,"featured_media":360659,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-360658","page","type-page","status-publish","has-post-thumbnail","hentry","col-12"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Subscribe to Mint Pillow Newsletter<\/title>\n<meta name=\"description\" content=\"The Mint Pillow newsletter is exclusively designed for hotel and hospitality professionals looking for insight from trustworthy sources.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.co\/the-mint-pillow-newsletter\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Subscribe to Mint Pillow Newsletter\" \/>\n<meta property=\"og:description\" content=\"The Mint Pillow newsletter is exclusively designed for hotel and hospitality professionals looking for insight from trustworthy sources.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.co\/the-mint-pillow-newsletter\" \/>\n<meta property=\"og:site_name\" content=\"Tech.co\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.co\/the-mint-pillow-newsletter\",\"url\":\"https:\/\/tech.co\/the-mint-pillow-newsletter\",\"name\":\"Subscribe to Mint Pillow Newsletter\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tech.co\/the-mint-pillow-newsletter#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tech.co\/the-mint-pillow-newsletter#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg\",\"datePublished\":\"2025-03-25T12:33:58+00:00\",\"description\":\"The Mint Pillow newsletter is exclusively designed for hotel and hospitality professionals looking for insight from trustworthy sources.\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.co\/the-mint-pillow-newsletter#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.co\/the-mint-pillow-newsletter\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/the-mint-pillow-newsletter#primaryimage\",\"url\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg\",\"contentUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg\",\"width\":1920,\"height\":960},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.co\/the-mint-pillow-newsletter#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tech.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mint Pillow Newsletter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tech.co\/#website\",\"url\":\"https:\/\/tech.co\/\",\"name\":\"Tech.co\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tech.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Subscribe to Mint Pillow Newsletter","description":"The Mint Pillow newsletter is exclusively designed for hotel and hospitality professionals looking for insight from trustworthy sources.","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:\/\/tech.co\/the-mint-pillow-newsletter","og_locale":"en_US","og_type":"article","og_title":"Subscribe to Mint Pillow Newsletter","og_description":"The Mint Pillow newsletter is exclusively designed for hotel and hospitality professionals looking for insight from trustworthy sources.","og_url":"https:\/\/tech.co\/the-mint-pillow-newsletter","og_site_name":"Tech.co","og_image":[{"width":1920,"height":960,"url":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tech.co\/the-mint-pillow-newsletter","url":"https:\/\/tech.co\/the-mint-pillow-newsletter","name":"Subscribe to Mint Pillow Newsletter","isPartOf":{"@id":"https:\/\/tech.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.co\/the-mint-pillow-newsletter#primaryimage"},"image":{"@id":"https:\/\/tech.co\/the-mint-pillow-newsletter#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg","datePublished":"2025-03-25T12:33:58+00:00","description":"The Mint Pillow newsletter is exclusively designed for hotel and hospitality professionals looking for insight from trustworthy sources.","breadcrumb":{"@id":"https:\/\/tech.co\/the-mint-pillow-newsletter#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.co\/the-mint-pillow-newsletter"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/the-mint-pillow-newsletter#primaryimage","url":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg","contentUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25050715\/mint-pillow-newsletter.jpg","width":1920,"height":960},{"@type":"BreadcrumbList","@id":"https:\/\/tech.co\/the-mint-pillow-newsletter#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.co\/"},{"@type":"ListItem","position":2,"name":"Mint Pillow Newsletter"}]},{"@type":"WebSite","@id":"https:\/\/tech.co\/#website","url":"https:\/\/tech.co\/","name":"Tech.co","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages\/360658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/users\/9642"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/comments?post=360658"}],"version-history":[{"count":0,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages\/360658\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media\/360659"}],"wp:attachment":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media?parent=360658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}