COVID-19 Safe Delivery Ratings

Safe Delivery Ratings use case includes an email survey through which you can ask your customers to rate how safe they perceive your deliveries. Afterward, you can use the results of the survey the reassure your other customers about your high safety standards.

407

Importing the package

In order to import the package, copy the following JSON code into a text file and import it following the guide in the Initiatives article.

{"files":[],"initiative":{"archived":false,"cloned_from_id":null,"color":"rgb(242, 65, 101)","description":"","name":"COVID-19 Safe delivery ratings","pinned":false,"prevent_archivation":false},"items":[{"data":{"all_exposing_properties":[],"archived":false,"cloned_from_id":null,"description":null,"event_types":["session_start"],"format":"round(1)","formula":"A","is_formula":false,"is_global_object":false,"members":[{"aggregation":"avg","attribute":{"property":"utm_term","type":"property"},"customer_filter":{"filters":[],"formula":""},"date_filter":{"absolute":false,"duration":{"count":30,"units":"days"},"enabled":false,"from_date":null,"offset":null,"to_date":null},"event":{"filter":[{"attribute":{"property":"utm_content","type":"property"},"constraint":{"operands":[{"type":"constant","value":"safetyrating"}],"operator":"equals","type":"string"}}],"type":"session_start"},"name":"avg(session_start.utm_term)","occurrence_per_customer":"all","type":"event"}],"name":"Average safety rating","prevent_archivation":false,"show_description_in_view":false,"tags":[]},"id":"5e81df4e684b49d871a6b8e5","type":"metric"},{"data":{"all_exposing_properties":[],"archived":false,"client":{"chart_type":"column","color_theme":0,"display":"both","items_per_page":50,"order_column":null,"order_direction":"","page":1,"report_type":"report","series_settings":[]},"cloned_from_id":null,"description":null,"is_global_object":false,"name":"Results of safety survey","prevent_archivation":false,"server":{"attributes_use_global_events":false,"columns":[],"customer_filter":{"filters":[],"formula":""},"event_filters":{"attributes":[{"filter":[],"type":"session_start"}],"date":{"absolute":null,"duration":null,"enabled":false,"from_date":null,"offset":null,"to_date":null}},"metrics":[{"_id":null,"event_types":null,"format":"round(0)","formula":"A","is_formula":false,"members":[{"aggregation":"avg","attribute":{"property":"utm_term","type":"property"},"customer_filter":{"filters":[],"formula":""},"date_filter":{"absolute":false,"duration":{"count":30,"units":"days"},"enabled":false,"from_date":null,"offset":null,"to_date":null},"event":{"filter":[],"type":"session_start"},"name":"avg(session_start.utm_term)","occurrence_per_customer":"all","type":"event"}],"modifiers":{"display":"default","summarize":{"average":false,"max":false,"min":false,"stddev":false,"sum":false,"variance":false},"visualization":{"type":"default"}},"name":"avg(session_start.utm_term)","type":"embedded_metric","value_filter":{"filters":[],"formula":""}}],"rows":[]},"show_description_in_view":false,"tags":[]},"id":"5e81ddba684b49d871a6b8de","type":"report"},{"data":{"ab_testing_options":{"type":"manual"},"archived":false,"cloned_from_id":null,"consent_category":null,"control_group":{"script":"var self = this;\nself.sdk.track('banner', getEventProperties('show', false));\n\nfunction getEventProperties(action, interactive) {\n    return {\n        action: action,\n        banner_id: self.data.banner_id,\n        banner_name: self.data.banner_name,\n        banner_type: self.data.banner_type,\n        variant_id: self.data.variant_id,\n        variant_name: self.data.variant_name,\n        interaction: interactive !== false,\n        location: window.location.href,\n        path: window.location.pathname\n    };\n}","sdk_object_name":"exponea"},"conversion_goal":{"type":"purchase"},"customer_filter":null,"date_filter":{"enabled":false,"from_date":null,"to_date":null},"description":null,"device_target":{"type":"any"},"enabled":false,"frequency":"until_visitor_interacts","general_consent":true,"is_global_object":false,"last_variant_id":0,"name":"Covid-19 weblayer evaluation","prevent_archivation":false,"show_description_in_view":false,"site_url":"","status":"draft","tags":[],"trigger":{"exclude_pages":[],"include_pages":[{"type":"any"}]},"variants":[{"enabled":true,"group":"","html":"<a class=\"exponea-banner exponea-popup-banner\" href=\"[[ bannerLink ]]\">\n  <span class=\"exponea-text\">[[ bodyText ]]</span>\n  <span class=\"exponea-button\">[[ buttonText ]]</span>\n  <span class=\"exponea-close\"><span class=\"exponea-close-cross\"></span></span>\n</a>","id":0,"name":"Variant A","parametrized_parts":{"html":"<a class=\"exponea-banner exponea-popup-banner\" href=\"\">\n  <span class=\"exponea-text\">Our customers rated the safety standards of our packaging and delivery {{ metrics(\"5e81df4e684b49d871a6b8e5\") }} out of 10. Thank you!</span>\n  <span class=\"exponea-button\">Learn more</span>\n  <span class=\"exponea-close\"><span class=\"exponea-close-cross\"></span></span>\n</a>","script":"var self = this;\n                var showDelay = parseInt('0' || '0', 10);\n                setTimeout(function() {\n                    self.sdk.track('banner', getEventProperties('show', false));\n                    requestAnimationFrame(function () {\n                        document.body.insertAdjacentHTML('beforeend', self.html);\n                        var banner = self.banner = document.querySelector('.exponea-popup-banner');\n                        banner.insertAdjacentHTML('afterbegin', '<style>' + self.style + '</style>');\n                        var btnClose = banner.querySelector('.exponea-close');\n                        self.sdk.trackLink(banner, 'banner', getEventProperties('click'));\n                        requestAnimationFrame(function () {\n                            document.querySelector('.exponea-popup-banner').className += ' exponea-animate';\n                        });\n                        btnClose.onclick = function (e) {\n                            removeBanner();\n                            self.sdk.track('banner', getEventProperties('close'));\n                            e.preventDefault();\n                            if (e.stopPropagation) { e.stopPropagation(); } else { e.cancelBubble = true; }\n                            return false;\n                        }\n                    });\n                }, showDelay);\n\n                function getEventProperties(action, interactive) {\n                    return { action: action, banner_id: self.data.banner_id, banner_name: self.data.banner_name, banner_type: self.data.banner_type, variant_id: self.data.variant_id, variant_name: self.data.variant_name, interaction: interactive !== false ? true : false, location: window.location.href, path: window.location.pathname };\n                }\n\n                function removeBanner() {\n                    if (self.banner) {\n                        self.banner.parentNode.removeChild(self.banner);\n                    }\n                }\n\n                return {\n                    remove: removeBanner\n                };","sdk_object_name":"exponea","style":".exponea-popup-banner {\n box-sizing: border-box;\ndisplay: block;\nposition: fixed;\nbottom: 15px;\nright: -360px;\nmax-width: 370px;\nz-index: 9999999;\nbackground: #00b7db;\ntransition: right 1.5s;\nfont-family: Arial, Helvetica, sans-serif;\ntext-align: center;\nline-height: normal;\ntext-decoration: inherit;\ncursor: pointer;\npadding: 35px;\n\n}\n\n.exponea-popup-banner:hover, .exponea-popup-banner:active {\n text-decoration: inherit;\n\n}\n\n.exponea-popup-banner.exponea-animate {\n right: 15px;\n\n}\n\n.exponea-popup-banner span {\n display: block;\n\n}\n\n.exponea-popup-banner .exponea-header {\n font-size: 10px;\nfont-weight: bold;\ntext-transform: uppercase;\ncolor: #1c1733;\npadding: 15px;\n\n}\n\n.exponea-popup-banner .exponea-text {\n font-size: 24px;\nfont-weight: 600;\ncolor: #ffffff;\nmargin-bottom: 32px \n}\n\n.exponea-popup-banner .exponea-button {\n display: inline-block;\nfont-size: 14px;\ncolor: #ffffff;\nbackground: #1c1733;\npadding: 13px 37px;\nborder-radius: 50px;\n-moz-border-radius: 50px;\n-webkit-border-radius: 50px;\nborder: 0px solid #800000;\ncursor: pointer;\n \n}\n\n.exponea-popup-banner .exponea-close {\n padding: 15px;\nposition: absolute;\ntop: 0px;\nright: 0px;\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross {\n position: absolute;\ndisplay: inline-block;\nwidth: 14px;\nheight: 14px;\noverflow: hidden;\ntop: 8px;\nright: 8px;\n\n}\n\n.exponea-popup-banner .exponea-close:hover {\n cursor: pointer;\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross:before, .exponea-popup-banner .exponea-close .exponea-close-cross:after {\n content: '';\nposition: absolute;\nheight: 2px;\nwidth: 100%;\ntop: 50%;\nleft: 0;\nmargin-top: -1px;\nbackground: #1c1733;\nheight: 1px;\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross:before {\n -webkit-transform: rotate(45deg);\ntransform: rotate(45deg);\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross:after {\n -webkit-transform: rotate(45deg);\ntransform: rotate(-45deg);\n\n}\n\n@media (max-width: 400px) {\n .exponea-popup-banner {\n width: 100%;\nmax-width: none;\nbottom: 0;\npadding: 20px;\n\n}\n\n .exponea-popup-banner.exponea-animate {\n right: 0;\n\n}\n\n \n}"},"params":{"backgroundColor":"#00b7db","bannerShowDelayInMilliseconds":"0","bodyText":"Our customers rated the safety standards of our packaging and delivery {{ metrics(\"5e81df4e684b49d871a6b8e5\") }} out of 10. Thank you!","bodyTextColor":"#ffffff","buttonBackgroundColor":"#1c1733","buttonText":"Learn more","buttonTextColor":"#ffffff","closeButtonColor":"#1c1733","headerText":"MyNews.com","headerTextColor":"#1c1733"},"percentage":100,"script":"var self = this;\n                var showDelay = parseInt('[[ bannerShowDelayInMilliseconds ]]' || '0', 10);\n                setTimeout(function() {\n                    self.sdk.track('banner', getEventProperties('show', false));\n                    requestAnimationFrame(function () {\n                        document.body.insertAdjacentHTML('beforeend', self.html);\n                        var banner = self.banner = document.querySelector('.exponea-popup-banner');\n                        banner.insertAdjacentHTML('afterbegin', '<style>' + self.style + '</style>');\n                        var btnClose = banner.querySelector('.exponea-close');\n                        self.sdk.trackLink(banner, 'banner', getEventProperties('click'));\n                        requestAnimationFrame(function () {\n                            document.querySelector('.exponea-popup-banner').className += ' exponea-animate';\n                        });\n                        btnClose.onclick = function (e) {\n                            removeBanner();\n                            self.sdk.track('banner', getEventProperties('close'));\n                            e.preventDefault();\n                            if (e.stopPropagation) { e.stopPropagation(); } else { e.cancelBubble = true; }\n                            return false;\n                        }\n                    });\n                }, showDelay);\n\n                function getEventProperties(action, interactive) {\n                    return { action: action, banner_id: self.data.banner_id, banner_name: self.data.banner_name, banner_type: self.data.banner_type, variant_id: self.data.variant_id, variant_name: self.data.variant_name, interaction: interactive !== false ? true : false, location: window.location.href, path: window.location.pathname };\n                }\n\n                function removeBanner() {\n                    if (self.banner) {\n                        self.banner.parentNode.removeChild(self.banner);\n                    }\n                }\n\n                return {\n                    remove: removeBanner\n                };","source_mode":true,"style":".exponea-popup-banner {\n box-sizing: border-box;\ndisplay: block;\nposition: fixed;\nbottom: 15px;\nright: -360px;\nmax-width: 370px;\nz-index: 9999999;\nbackground: [[ backgroundColor ]];\ntransition: right 1.5s;\nfont-family: Arial, Helvetica, sans-serif;\ntext-align: center;\nline-height: normal;\ntext-decoration: inherit;\ncursor: pointer;\npadding: 35px;\n\n}\n\n.exponea-popup-banner:hover, .exponea-popup-banner:active {\n text-decoration: inherit;\n\n}\n\n.exponea-popup-banner.exponea-animate {\n right: 15px;\n\n}\n\n.exponea-popup-banner span {\n display: block;\n\n}\n\n.exponea-popup-banner .exponea-header {\n font-size: 10px;\nfont-weight: bold;\ntext-transform: uppercase;\ncolor: [[ headerTextColor ]];\npadding: 15px;\n\n}\n\n.exponea-popup-banner .exponea-text {\n font-size: 24px;\nfont-weight: 600;\ncolor: [[ bodyTextColor ]];\nmargin-bottom: 32px \n}\n\n.exponea-popup-banner .exponea-button {\n display: inline-block;\nfont-size: 14px;\ncolor: [[ buttonTextColor ]];\nbackground: [[ buttonBackgroundColor ]];\npadding: 13px 37px;\nborder-radius: 50px;\n-moz-border-radius: 50px;\n-webkit-border-radius: 50px;\nborder: 0px solid #800000;\ncursor: pointer;\n \n}\n\n.exponea-popup-banner .exponea-close {\n padding: 15px;\nposition: absolute;\ntop: 0px;\nright: 0px;\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross {\n position: absolute;\ndisplay: inline-block;\nwidth: 14px;\nheight: 14px;\noverflow: hidden;\ntop: 8px;\nright: 8px;\n\n}\n\n.exponea-popup-banner .exponea-close:hover {\n cursor: pointer;\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross:before, .exponea-popup-banner .exponea-close .exponea-close-cross:after {\n content: '';\nposition: absolute;\nheight: 2px;\nwidth: 100%;\ntop: 50%;\nleft: 0;\nmargin-top: -1px;\nbackground: [[ closeButtonColor ]];\nheight: 1px;\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross:before {\n -webkit-transform: rotate(45deg);\ntransform: rotate(45deg);\n\n}\n\n.exponea-popup-banner .exponea-close .exponea-close-cross:after {\n -webkit-transform: rotate(45deg);\ntransform: rotate(-45deg);\n\n}\n\n@media (max-width: 400px) {\n .exponea-popup-banner {\n width: 100%;\nmax-width: none;\nbottom: 0;\npadding: 20px;\n\n}\n\n .exponea-popup-banner.exponea-animate {\n right: 0;\n\n}\n\n \n}","template_id":null,"type":"medium_rectangle"}],"variants_enabled":false},"id":"5e81df6f7db818fb88474a8f","type":"banner"},{"data":{"archived":false,"cloned_from_id":null,"connections":[{"destination":{"connector_index":0,"node_id":2},"source":{"connector_index":0,"node_id":1}},{"destination":{"connector_index":0,"node_id":0},"source":{"connector_index":1,"node_id":2}}],"conversion_goal":{"filter":[],"type":"purchase"},"defunct":false,"description":null,"is_global_object":false,"last_node_id":11,"name":"COVID-19 Safety rating","nodes":[{"delay_seconds":30,"event":{"filter":[],"type":"purchase"},"id":1,"type":"on-event-trigger","version":2,"x":170,"y":157},{"count":15,"id":2,"type":"wait-action","units":"days","version":2,"x":417,"y":144},{"cached_email_hash":"e8e757e2da30581464db3acaff6dad15abcde62a5f3a39948dcedcebc2d79d30","communication_type":"","concurrency_limit":null,"consent_category":null,"custom_headers":null,"design":{"data":{"beefree_template":"{\"page\":{\"body\":{\"container\":{\"style\":{\"background-color\":\"#FFFFFF\"}},\"content\":{\"computedStyle\":{\"linkColor\":\"#000000\",\"messageBackgroundColor\":\"#ffd500\",\"messageWidth\":\"750px\"},\"style\":{\"color\":\"#000000\",\"font-family\":\"Arial, Helvetica Neue, Helvetica, sans-serif\"}},\"type\":\"mailup-bee-page-properties\",\"webFonts\":[{\"family\":\"'Lato', Tahoma, Verdana, Segoe, sans-serif\",\"fontFamily\":\"'Lato', Tahoma, Verdana, Segoe, sans-serif\",\"fontName\":\"Lato\",\"name\":\"Lato\",\"url\":\"https://fonts.googleapis.com/css?family=Lato\"}]},\"description\":\"Empty template\",\"rows\":[{\"columns\":[{\"grid-columns\":12,\"modules\":[{\"descriptor\":{\"html\":{\"html\":\"<img src=\\\"data:image/png;base64,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\\\" alt=\\\"Brand logo\\\" width=\\\"400\\\" />\"},\"style\":{\"padding-bottom\":\"0px\",\"padding-left\":\"0px\",\"padding-right\":\"0px\",\"padding-top\":\"0px\"}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-html\"},{\"descriptor\":{\"computedStyle\":{\"align\":\"center\"},\"divider\":{\"style\":{\"border-top\":\"1px solid #BBBBBB\",\"width\":\"100%\"}},\"style\":{\"padding-bottom\":\"10px\",\"padding-left\":\"10px\",\"padding-right\":\"10px\",\"padding-top\":\"10px\"}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-divider\"},{\"descriptor\":{\"computedStyle\":{\"hideContentOnMobile\":false},\"style\":{\"padding-bottom\":\"10px\",\"padding-left\":\"10px\",\"padding-right\":\"10px\",\"padding-top\":\"10px\"},\"text\":{\"computedStyle\":{\"linkColor\":\"#0068A5\"},\"html\":\"<div class=\\\"txtTinyMce-wrapper\\\" style=\\\"font-size: 14px; line-height: 16px; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;\\\" data-mce-style=\\\"font-size: 14px; line-height: 16px; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;\\\"><p style=\\\"font-size: 14px; line-height: 16px; text-align: center; word-break: break-word; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;\\\" data-mce-style=\\\"font-size: 14px; line-height: 16px; text-align: center; word-break: break-word;\\\"><span style=\\\"font-size: 16px; line-height: 19px;\\\" data-mce-style=\\\"font-size: 16px; line-height: 19px;\\\">Thank you for shopping with us. We’d like to get your feedback so we can improve our services.</span><br><br><span style=\\\"font-size: 14px; line-height: 16px;\\\" data-mce-style=\\\"font-size: 14px; line-height: 16px;\\\">How satisfied were you with your most recent experience (including delivery) with respect to hygiene and cleanliness?</span></p></div>\",\"style\":{\"color\":\"#555555\",\"font-family\":\"'Lato', Tahoma, Verdana, Segoe, sans-serif\",\"line-height\":\"120%\"}}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-text\"},{\"descriptor\":{\"computedStyle\":{\"hideContentOnMobile\":false},\"style\":{\"padding-bottom\":\"10px\",\"padding-left\":\"10px\",\"padding-right\":\"10px\",\"padding-top\":\"10px\"},\"text\":{\"computedStyle\":{\"linkColor\":\"#0068A5\"},\"html\":\"<div class=\\\"txtTinyMce-wrapper\\\" style=\\\"font-size: 14px; line-height: 16px; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;\\\" data-mce-style=\\\"font-size: 14px; line-height: 16px; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;\\\"><p style=\\\"font-size: 14px; line-height: 16px; word-break: break-word; text-align: center; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;\\\" data-mce-style=\\\"font-size: 14px; line-height: 16px; word-break: break-word; text-align: center;\\\"><strong><span style=\\\"font-size: 22px; line-height: 26px;\\\" data-mce-style=\\\"font-size: 22px; line-height: 26px;\\\">How do you rate hygiene of our product packaging and delivery?</span></strong></p></div>\",\"style\":{\"color\":\"#555555\",\"font-family\":\"'Lato', Tahoma, Verdana, Segoe, sans-serif\",\"line-height\":\"120%\"}}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-text\"},{\"descriptor\":{\"html\":{\"html\":\"<div style=\\\"line-height:70px\\\">\\n  <span style=\\\"white-space: nowrap;line-height:200%\\\">\\n<p style=\\\"color: #777; font-size: 16px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; text-align:left;\\\"> Not hygienic \\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=0&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n  color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">0</a>\\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=1&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n  color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;  \\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">1</a>\\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=2&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;  \\n  font-size:14px;\\n  color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">2</a>\\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=3&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">3</a>\\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=4&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">4</a>\\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=5&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n  color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">5</a>\\n<a href=\\\"https://brand.com/pages/suggestions?utm_term=6&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">6</a>\\n<a href=\\\"https://brand.com/pages/reviews?utm_term=7&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n  color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">7</a>\\n<a href=\\\"https://brand.com/pages/reviews?utm_term=8&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">8</a>\\n<a href=\\\"https://brand.com/pages/review-thank-you?utm_term=9&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">9</a>\\n<a href=\\\"https://brand.com/pages/review-thank-you?utm_term=10&utm_content=safetyrating\\\" style=\\\"text-decoration: none; display:inline-block;\\n  font-size:14px;\\n color:white;\\n  background:#000000;\\n  padding: 13px 17px;\\n  border-radius: 5px;\\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\\n  cursor: pointer;\\\">10</a>\\n<span style=\\\"color: #777; font-size: 16px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; text-align:left;\\\">Very hygienic</span>\\n  </p></span>\\n</div>\"},\"style\":{\"padding-bottom\":\"0px\",\"padding-left\":\"0px\",\"padding-right\":\"0px\",\"padding-top\":\"0px\"}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-html\"},{\"descriptor\":{\"computedStyle\":{\"align\":\"center\"},\"divider\":{\"style\":{\"border-top\":\"1px solid #BBBBBB\",\"height\":\"0px\",\"width\":\"100%\"}},\"style\":{\"padding-bottom\":\"10px\",\"padding-left\":\"10px\",\"padding-right\":\"10px\",\"padding-top\":\"10px\"}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-divider\"},{\"descriptor\":{\"html\":{\"html\":\"<div>\\n  <a href=\\\"{{ consent.page }}\\\" style=\\\"color: #777; font-size: 10px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; float:left\\\"> Unsubscribe </a>\\n  <p style=\\\"color: #777; font-size: 10px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; float:right\\\"> If you have any questions, reply to this email or contact us at <a href=\\\"mailto:[email protected]\\\" style=\\\"color: #777; font-size: 10px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-weight:bold\\\">[email protected]</a> </p>\\n  <a style=\\\"font-size: 12px\\\" href=\\\"https://brand.com/pages/privacy-policy\\\" target=\\\"“_blank”\\\">Privacy Policy</a>\\n</div>\"},\"style\":{\"padding-bottom\":\"0px\",\"padding-left\":\"0px\",\"padding-right\":\"0px\",\"padding-top\":\"0px\"}},\"locked\":false,\"type\":\"mailup-bee-newsletter-modules-html\"}],\"style\":{\"background-color\":\"transparent\",\"border-bottom\":\"0px solid transparent\",\"border-left\":\"0px solid transparent\",\"border-right\":\"0px solid transparent\",\"border-top\":\"0px solid transparent\",\"padding-bottom\":\"5px\",\"padding-left\":\"0px\",\"padding-right\":\"0px\",\"padding-top\":\"5px\"}}],\"container\":{\"style\":{\"background-color\":\"transparent\",\"background-image\":\"none\",\"background-position\":\"top left\",\"background-repeat\":\"no-repeat\"}},\"content\":{\"computedStyle\":{\"hideContentOnDesktop\":false,\"hideContentOnMobile\":false,\"rowColStackOnMobile\":true},\"style\":{\"background-color\":\"transparent\",\"background-image\":\"none\",\"background-position\":\"top left\",\"background-repeat\":\"no-repeat\",\"color\":\"#000000\",\"width\":\"750px\"}},\"locked\":false,\"type\":\"row-1-columns-12\"}],\"template\":{\"name\":\"template-base\",\"type\":\"basic\",\"version\":\"2.0.0\"},\"title\":\"Empty template\"}}","file_ids":[],"jinja_html":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional //EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\">\n\n<head>\n\t<!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml><![endif]-->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n\t<meta name=\"viewport\" content=\"width=device-width\">\n\t<!--[if !mso]><!-->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<!--<![endif]-->\n\t<title></title>\n\t<!--[if !mso]><!-->\n\t<link href=\"https://fonts.googleapis.com/css?family=Lato\" rel=\"stylesheet\" type=\"text/css\">\n\t<!--<![endif]-->\n\t<style type=\"text/css\">\n\t\tbody {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t}\n\n\t\ttable,\n\t\ttd,\n\t\ttr {\n\t\t\tvertical-align: top;\n\t\t\tborder-collapse: collapse;\n\t\t}\n\n\t\t* {\n\t\t\tline-height: inherit;\n\t\t}\n\n\t\ta[x-apple-data-detectors=true] {\n\t\t\tcolor: inherit !important;\n\t\t\ttext-decoration: none !important;\n\t\t}\n\t</style>\n\t<style type=\"text/css\" id=\"media-query\">\n\t\t@media (max-width: 770px) {\n\n\t\t\t.block-grid,\n\t\t\t.col {\n\t\t\t\tmin-width: 320px !important;\n\t\t\t\tmax-width: 100% !important;\n\t\t\t\tdisplay: block !important;\n\t\t\t}\n\n\t\t\t.block-grid {\n\t\t\t\twidth: 100% !important;\n\t\t\t}\n\n\t\t\t.col {\n\t\t\t\twidth: 100% !important;\n\t\t\t}\n\n\t\t\t.col>div {\n\t\t\t\tmargin: 0 auto;\n\t\t\t}\n\n\t\t\timg.fullwidth,\n\t\t\timg.fullwidthOnMobile {\n\t\t\t\tmax-width: 100% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col {\n\t\t\t\tmin-width: 0 !important;\n\t\t\t\tdisplay: table-cell !important;\n\t\t\t}\n\n\t\t\t.no-stack.two-up .col {\n\t\t\t\twidth: 50% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col.num4 {\n\t\t\t\twidth: 33% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col.num8 {\n\t\t\t\twidth: 66% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col.num4 {\n\t\t\t\twidth: 33% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col.num3 {\n\t\t\t\twidth: 25% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col.num6 {\n\t\t\t\twidth: 50% !important;\n\t\t\t}\n\n\t\t\t.no-stack .col.num9 {\n\t\t\t\twidth: 75% !important;\n\t\t\t}\n\n\t\t\t.video-block {\n\t\t\t\tmax-width: none !important;\n\t\t\t}\n\n\t\t\t.mobile_hide {\n\t\t\t\tmin-height: 0px;\n\t\t\t\tmax-height: 0px;\n\t\t\t\tmax-width: 0px;\n\t\t\t\tdisplay: none;\n\t\t\t\toverflow: hidden;\n\t\t\t\tfont-size: 0px;\n\t\t\t}\n\n\t\t\t.desktop_hide {\n\t\t\t\tdisplay: block !important;\n\t\t\t\tmax-height: none !important;\n\t\t\t}\n\t\t}\n\t</style>\n</head>\n\n<body class=\"clean-body\" style=\"margin: 0; padding: 0; -webkit-text-size-adjust: 100%; background-color: #FFFFFF;\">\n\t<!--[if IE]><div class=\"ie-browser\"><![endif]-->\n\t<table class=\"nl-container\" style=\"table-layout: fixed; vertical-align: top; min-width: 320px; Margin: 0 auto; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #FFFFFF; width: 100%;\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\" bgcolor=\"#FFFFFF\" valign=\"top\">\n\t\t<tbody>\n\t\t\t<tr style=\"vertical-align: top;\" valign=\"top\">\n\t\t\t\t<td style=\"word-break: break-word; vertical-align: top;\" valign=\"top\">\n\t\t\t\t\t<!--[if (mso)|(IE)]><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td align=\"center\" style=\"background-color:#FFFFFF\"><![endif]-->\n\t\t\t\t\t<div style=\"background-color:transparent;\">\n\t\t\t\t\t\t<div class=\"block-grid \" style=\"Margin: 0 auto; min-width: 320px; max-width: 750px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;\">\n\t\t\t\t\t\t\t<div style=\"border-collapse: collapse;display: table;width: 100%;background-color:transparent;\">\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"background-color:transparent;\"><tr><td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:750px\"><tr class=\"layout-full-width\" style=\"background-color:transparent\"><![endif]-->\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]><td align=\"center\" width=\"750\" style=\"background-color:transparent;width:750px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;\" valign=\"top\"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td style=\"padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;\"><![endif]-->\n\t\t\t\t\t\t\t\t<div class=\"col num12\" style=\"min-width: 320px; max-width: 750px; display: table-cell; vertical-align: top; width: 750px;\">\n\t\t\t\t\t\t\t\t\t<div style=\"width:100% !important;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if (!mso)&(!IE)]><!-->\n\t\t\t\t\t\t\t\t\t\t<div style=\"border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;\">\n\t\t\t\t\t\t\t\t\t\t\t<!--<![endif]-->\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:16px;text-align:center;font-family:Arial, Helvetica Neue, Helvetica, sans-serif\"><img src=\"data:image/png;base64,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\" alt=\"Brand logo\" width=\"400\" /></div>\n\t\t\t\t\t\t\t\t\t\t\t<table class=\"divider\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\" role=\"presentation\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<tr style=\"vertical-align: top;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td class=\"divider_inner\" style=\"word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table class=\"divider_content\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 1px solid #BBBBBB; width: 100%;\" align=\"center\" role=\"presentation\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr style=\"vertical-align: top;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style=\"word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\" valign=\"top\"><span></span></td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t<!--[if mso]><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td style=\"padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Tahoma, Verdana, sans-serif\"><![endif]-->\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"color:#555555;font-family:'Lato', Tahoma, Verdana, Segoe, sans-serif;line-height:1.2;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size: 14px; line-height: 1.2; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #555555; mso-line-height-alt: 17px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"font-size: 16px; line-height: 1.2; text-align: center; word-break: break-word; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 19px; margin: 0;\"><span style=\"font-size: 16px;\">Thank you for shopping with us. We’d like to get your feedback so we can improve our services.</span><br><br><span style=\"font-size: 14px;\">How satisfied were you with your most recent experience (including delivery) with respect to hygiene and cleanliness?</span></p>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<!--[if mso]></td></tr></table><![endif]-->\n\t\t\t\t\t\t\t\t\t\t\t<!--[if mso]><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td style=\"padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; font-family: Tahoma, Verdana, sans-serif\"><![endif]-->\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"color:#555555;font-family:'Lato', Tahoma, Verdana, Segoe, sans-serif;line-height:1.2;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size: 14px; line-height: 1.2; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #555555; mso-line-height-alt: 17px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"font-size: 14px; line-height: 1.2; word-break: break-word; text-align: center; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 17px; margin: 0;\"><strong><span style=\"font-size: 22px;\">How do you rate hygiene of our product packaging and delivery?</span></strong></p>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<!--[if mso]></td></tr></table><![endif]-->\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:16px;text-align:center;font-family:Arial, Helvetica Neue, Helvetica, sans-serif\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"line-height:70px\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"white-space: nowrap;line-height:200%\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"color: #777; font-size: 16px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; text-align:left;\"> Not hygienic\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=0&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n  color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">0</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=1&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n  color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;  \n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">1</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=2&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;  \n  font-size:14px;\n  color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">2</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=3&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">3</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=4&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">4</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=5&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n  color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">5</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/suggestions?utm_term=6&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">6</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/reviews?utm_term=7&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n  color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">7</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/reviews?utm_term=8&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">8</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/review-thank-you?utm_term=9&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">9</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https://brand.com/pages/review-thank-you?utm_term=10&utm_content=safetyrating\" style=\"text-decoration: none; display:inline-block;\n  font-size:14px;\n color:white;\n  background:#000000;\n  padding: 13px 17px;\n  border-radius: 5px;\n  border: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);\n  cursor: pointer;\">10</a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: #777; font-size: 16px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; text-align:left;\">Very hygienic</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<table class=\"divider\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\" role=\"presentation\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<tr style=\"vertical-align: top;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td class=\"divider_inner\" style=\"word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table class=\"divider_content\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 1px solid #BBBBBB; height: 0px; width: 100%;\" align=\"center\" role=\"presentation\" height=\"0\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr style=\"vertical-align: top;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style=\"word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\" height=\"0\" valign=\"top\"><span></span></td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:16px;text-align:center;font-family:Arial, Helvetica Neue, Helvetica, sans-serif\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ consent.page }}\" style=\"color: #777; font-size: 10px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; float:left\"> Unsubscribe </a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"color: #777; font-size: 10px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; float:right\"> If you have any questions, reply to this email or contact us at <a href=\"mailto:[email protected]\" style=\"color: #777; font-size: 10px; line-height: 150%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-weight:bold\">[email protected]</a> </p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a style=\"font-size: 12px\" href=\"https://brand.com/pages/privacy-policy\" target=\"“_blank”\">Privacy Policy</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<!--[if (!mso)&(!IE)]><!-->\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t<!--<![endif]-->\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table><![endif]-->\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table><![endif]-->\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t</tbody>\n\t</table>\n\t<!--[if (IE)]></div><![endif]-->\n</body>\n\n</html>","preheader":"Your feedback helps us improve","provider":{"type":"no"},"reply_to":null,"sender_email":"[email protected]","sender_name":"Brand","subject":"How was your recent experience with us?","translations":{}},"type":"beefree"},"email_on_acid_test_id":null,"frequency_policy":"Default","general_consent":true,"id":0,"name":"Safety email","precedence_bulk":false,"recipient_email":"","recipient_name":"","template_id":null,"transfer_identity":true,"transfer_identity_version":"v2","transfer_user_identity":"first_click","type":"send-email-action","unsubscribe_list":"Chatbot","url_params":null,"url_params_version":"v2","utm":null,"version":2,"x":638,"y":144},{"id":3,"text":"Purchase status in the trigger should be set to the equivalent of \"shipped\"","type":"label","version":2,"x":118,"y":287},{"id":11,"text":"OPTIONAL: Add more emails if the customers didn't click","type":"label","version":1,"x":781,"y":248}],"prevent_archivation":false,"queue_version":0,"show_description_in_view":false,"status":"draft","tags":[]},"id":"5e81d46a4189bad0c2d2b84e","type":"campaign_design"},{"data":{"archived":false,"cached_email_hash":null,"cloned_from_id":null,"communication_type":"","consent_category":null,"custom_headers":null,"customer_filter":{"filters":[],"formula":""},"description":null,"email_campaign_version":"v2","email_on_acid_test_id":null,"frequency_policy":"","general_consent":true,"is_global_object":false,"name":"Covid-19 Safety rating - HTML Builder","precedence_bulk":false,"prevent_archivation":false,"recipient_email":null,"recipient_name":null,"scenario_id":null,"schedule":{"active":true,"type":"now"},"show_description_in_view":false,"split":{"type":"off","variants":[{"design":{"data":{"file_ids":[],"jinja_html":"<tr>\r\n<td>\r\n<table width=100%>\r\n<tr>\r\n\t<td>\r\n<div style=\"background-color:[[backgroundColor | #87CEEB]];\">\r\n\t\t\t\t\t\t<div class=\"block-grid \" style=\"Margin: 0 auto; min-width: 320px; max-width: 700px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: [[backgroundColor | #87CEEB]];\">\r\n\t\t\t\t\t\t\t<div style=\"border-collapse: collapse;display: table;width: 100%;background-color:[[backgroundColor | #87CEEB]];\">\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"background-color:[[backgroundColor | #87CEEB]];\"><tr><td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:700px\"><tr class=\"layout-full-width\" style=\"background-color:[[backgroundColor | #87CEEB]]\"><![endif]-->\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]><td align=\"center\" width=\"700\" style=\"background-color:[[backgroundColor | #87CEEB]];width:700px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;\" valign=\"top\"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td style=\"padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;\"><![endif]-->\r\n\t\t\t\t\t\t\t\t<div class=\"col num12\" style=\"min-width: 320px; max-width: 700px; display: table-cell; vertical-align: top; width: 700px;\">\r\n\t\t\t\t\t\t\t\t\t<div style=\"width:100% !important;\">\r\n\t\t\t\t\t\t\t\t\t\t<!--[if (!mso)&(!IE)]><!-->\r\n\t\t\t\t\t\t\t\t\t\t<div style=\"border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<!--<![endif]-->\r\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px; text-align:center; font-family: [[fontFamily | Arial, Verdana, Tahoma, sans-serif]]; font-size: [[fontSize | 11px]];\">[[bannerText | Our customers rated the safety standards of our packaging and delivery {{ metrics(\"5e81df4e684b49d871a6b8e5\") }} out of 10. Thank you!!]]</div>\r\n\t\t\t\t\t\t\t\t\t\t\t<!--[if (!mso)&(!IE)]><!-->\r\n\t\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t\t<!--<![endif]-->\r\n\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table><![endif]-->\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t\t</table>\r\n\t\t\t\t\t</td>\t\r\n</tr>","preheader":null,"provider":{"type":"no"},"reply_to":null,"sender_email":"[email protected]","sender_name":"Matej Cambal","subject":"Test","translations":{}},"type":"raw"}}]},"status":"draft","tags":[],"template_id":null,"transfer_identity":true,"transfer_identity_version":"v2","transfer_user_identity":"first_click","unsubscribe_list":"Chatbot","url_params":null,"url_params_version":"v2","utm":null},"id":"5e86029998b227fa4eb51fa1","type":"email_campaign"},{"data":{"archived":false,"cached_email_hash":null,"cloned_from_id":null,"communication_type":"","consent_category":null,"custom_headers":null,"customer_filter":{"filters":[],"formula":""},"description":null,"email_campaign_version":"v2","email_on_acid_test_id":null,"frequency_policy":"","general_consent":true,"is_global_object":false,"name":"Covid-19 Safety rating - Visual builder","precedence_bulk":false,"prevent_archivation":false,"recipient_email":null,"recipient_name":null,"scenario_id":null,"schedule":{"active":true,"type":"now"},"show_description_in_view":false,"split":{"type":"off","variants":[{"design":{"data":{"file_ids":[],"jinja_html":"\r\n<div style=\"background-color:[[backgroundColor | #87CEEB]];\">\r\n\t\t\t\t\t\t<div class=\"block-grid \" style=\"Margin: 0 auto; min-width: 320px; max-width: 700px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: [[backgroundColor | #87CEEB]];\">\r\n\t\t\t\t\t\t\t<div style=\"border-collapse: collapse;display: table;width: 100%;background-color:[[backgroundColor | #87CEEB]];\">\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"background-color:[[backgroundColor | #87CEEB]];\"><tr><td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:700px\"><tr class=\"layout-full-width\" style=\"background-color: [[backgroundColor | #87CEEB]]\"><![endif]-->\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]><td align=\"center\" width=\"700\" style=\"background-color: [[backgroundColor | #87CEEB]];width:700px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;\" valign=\"top\"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td style=\"padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;\"><![endif]-->\r\n\t\t\t\t\t\t\t\t<div class=\"col num12\" style=\"min-width: 320px; max-width: 700px; display: table-cell; vertical-align: top; width: 700px;\">\r\n\t\t\t\t\t\t\t\t\t<div style=\"width:100% !important;\">\r\n\t\t\t\t\t\t\t\t\t\t<!--[if (!mso)&(!IE)]><!-->\r\n\t\t\t\t\t\t\t\t\t\t<div style=\"border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<!--<![endif]-->\r\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px; text-align:center; font-family: [[fontFamily | Arial, Verdana, Tahoma, sans-serif]]; font-size: [[fontSize | 11px]];\">[[bannerText | Our customers rated the safety standards of our packaging and delivery {{ metrics(\"5e81df4e684b49d871a6b8e5\") }} out of 10. Thank you!]]</div>\r\n\t\t\t\t\t\t\t\t\t\t\t<!--[if (!mso)&(!IE)]><!-->\r\n\t\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t\t<!--<![endif]-->\r\n\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table><![endif]-->\r\n\t\t\t\t\t\t\t\t<!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>","preheader":null,"provider":{"type":"no"},"reply_to":null,"sender_email":"[email protected]","sender_name":"Matej Cambal","subject":"Test","translations":{}},"type":"raw"}}]},"status":"draft","tags":[],"template_id":null,"transfer_identity":true,"transfer_identity_version":"v2","transfer_user_identity":"first_click","unsubscribe_list":"Chatbot","url_params":null,"url_params_version":"v2","utm":null},"id":"5e8603d65530faa988528b76","type":"email_campaign"},{"data":{"archived":false,"cloned_from_id":null,"components":[{"position":{"height":{"type":"fixed","value":4},"width":12,"x":0,"y":0},"text":"How it works","type":"text"},{"evaluate":false,"position":{"height":{"type":"fixed","value":12},"width":12,"x":0,"y":4},"project_id":null,"text":"<p>There is an email campaign in the initiative - you can use this as a basis for your email to the clients. Content + copy can be changed, incl. colors and images.<br />\n<br />\nThere are links in the email template, which need to be changed to your brand. Please do not change the UTM tags - these are used to then populate the report, and metric showing the safety rating.<br />\n<br />\nResults can be then shown using either web layer or email banner. These are calculated as average score in a lifetime, metric itself can be also adjusted.&nbsp;<br />\n<br />\nEmail banner is saved as an email campaign, to allow easy cloning. To use them, please save their content as &quot;Email block&quot; in &quot;Asset manager&quot; - this makes sure you can access it from any campaign.</p>\n","type":"html"}],"filters":{"attributes":[],"date_filter":{"absolute":false,"duration":{"count":30,"units":"days"},"enabled":false,"from_date":null,"offset":null,"to_date":null},"date_filter_override":false},"is_global_object":false,"name":"README - Safe Delivery Ratings","prevent_archivation":false,"tags":[],"used_project_ids":["6f2aec76-b09c-11e6-a7f7-141877340e97"]},"id":"5e86017638c479b595b8a5fd","type":"dashboard"}],"version":"v1.164.11"}

🚧

It might not be possible to import the JSON file if your Exponea instance has not gone through the release 1.164 yet.