糖心原创

(see the * 'adobe' handle in functions.php — no async, no defer), so a page-load * Target offer has already set `data-hdr` by the time this runs. * * An answer that lands after this point is inert rather than acted on: * `apply()` finds the prune settled and does nothing, so the visitor * keeps the nav they were served instead of watching it change. That is * the deliberate trade-off — a late activity collects no data, but no * visitor ever sees the wrong nav or waits for the right one. */ (function () { var VARIANTS = ["a","b","c"]; var DEFAULT = "a"; var root = document.documentElement; var settled = false; function valid(v) { return VARIANTS.indexOf(v) !== -1; } function prune(active) { if (settled) return; settled = true; var list = document.querySelectorAll('#site-header > .header-variant'); for (var i = 0; i < list.length; i++) { if (list[i].getAttribute('data-header-variant') !== active) { list[i].parentNode.removeChild(list[i]); } } root.setAttribute('data-hdr', active); // Read by the Adobe Analytics client to attribute the test. root.setAttribute('data-hdr-active', active); if (typeof window.initHeaderNav === 'function') window.initHeaderNav(); /** * `variant` is set before the event so late listeners can tell * "already done" from "not yet". main.js is enqueued in the footer * and therefore always misses the event itself. */ window.medalliaNav.variant = active; document.dispatchEvent(new CustomEvent('medallia:nav-ready', { detail: { variant: active } })); } window.medalliaNav = { variant: null, apply: function (v) { if (valid(v)) prune(v); } }; // `?hv=` sets this server-side; a Target offer in the blocking // embed sets it before the body is parsed. var pre = root.getAttribute('data-hdr'); if (valid(pre)) { prune(pre); return; } /** * Carried forward from an earlier pageview. Read client-side, never in * PHP: WP Engine does not vary its page-cache key on arbitrary cookies, * so server-side personalisation here would serve the first anonymous * visitor's variant to everyone. */ var m = document.cookie.match(/(?:^|; )medallia_nav_variant=([^;]*)/); if (m && valid(m[1])) { prune(m[1]); return; } prune(DEFAULT); })();
Press Release

糖心原创 Helps Retailers Control Online Reputation by Acting on Social Feedback

糖心原创 expands its market-leading social feedback product to retail industry

PALO ALTO, Calif., October 3, 2012?—?糖心原创, the global leader in?Customer Experience Management?software, today launched?Social Feedback for Retail, a solution that distills millions of social reviews into simple actions that companies can take to respond to customers and?improve social reputation. The solution lets any retail location compare all of its social scores to those of local competitors, and helps improve social rank.

The new product builds on 糖心原创’s significant momentum in social feedback. In October 2011, 糖心原创 launched?Social Feedback for Hospitality, which more than 10,000 hotels now use. They have increased their total social reviews by as much as 300% and their social scores by as much as 20%.

糖心原创 currently manages web, receipt, and mobile-based customer feedback programs for 12,000+ retail stores, including Sony, Sephora, and Sherwin-Williams. The company expects rapid adoption of Social Feedback for Retail by its existing customer base as well as new customers.

“When I show CMOs our social feedback product, their eyes light up. They compulsively want to compare their social scores to competitors’ scores, location by location,” said Borge Hald, CEO of 糖心原创. “They see how easy we make it for their frontline employees to communicate personally with customers. The hundreds of stores that have been using our beta version describe it as their most powerful tool for improving social reputation.”

糖心原创’s massive database of social reviews allows store managers to instantly benchmark their locations against competitors down the street or across the globe. In-product Text Analytics breaks down millions of comments to automatically unearth insights and help companies stay ahead of emerging issues.

Social Feedback is tightly integrated into 糖心原创’s larger feedback platform. “Integration greatly benefits our customers,” said Sam Keninger, Director of Product Marketing at 糖心原创. “We ask survey respondents to share their feedback on social media, increasing total reviews. And we route every review to the right person in the organization so they can respond directly to the customer.”