{"id":140,"date":"2015-03-25T02:38:00","date_gmt":"2015-03-25T02:38:00","guid":{"rendered":"http:\/\/digitalbla.com\/teste\/acr\/?page_id=140"},"modified":"2023-07-31T20:10:31","modified_gmt":"2023-07-31T20:10:31","slug":"espera-telefonica","status":"publish","type":"page","link":"https:\/\/acr.com.br\/?page_id=140","title":{"rendered":"ESPERA TELEF\u00d4NICA"},"content":{"rendered":"<div id=\"justified_gallery_l4bjzk\" class=\"sgg-style-8 \">\r\n\t<a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/123569469\" data-caption=\"Downtown - Adriana\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/04\/BackGround1-300x300.jpg\" alt=\"Downtown - Adriana\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/136340842\" data-caption=\"Canal Energia - Rafaela\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/BackGround-ACR1-239x300.jpg\" alt=\"Canal Energia - Rafaela\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/123569468\" data-caption=\"Drogasmil - Nayara\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/04\/BackGround2-239x300.jpg\" alt=\"Drogasmil - Nayara\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/136763935\" data-caption=\"Esso - Farah\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/BackGround-ACR21-300x300.jpg\" alt=\"Esso - Farah\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/123660267\" data-caption=\"PWA - Amy\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/04\/BackGround4-239x300.jpg\" alt=\"PWA - Amy\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/123556371\" data-caption=\"Maracan\u00e3 - Fiona\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/04\/BackGround12-300x300.jpg\" alt=\"Maracan\u00e3 - Fiona\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/158206971\" data-caption=\"Le Canton - Larissa\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2016\/03\/BackGround-ACR1-239x300.jpg\" alt=\"Le Canton - Larissa\"\/><\/a><\/div>\r\n<div id=\"load_more_holder_l4bjzk\" style=\"display:none\"><\/div>\r\n\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t(function($){\r\n\t\t\t\t\t$(\"#justified_gallery_l4bjzk\").justifiedGallery({\r\n\t\t\t\t\t\tsizeRangeSuffixes : {\r\n\t\t\t\t'lt100': '', \r\n\t\t\t\t'lt240': '', \r\n\t\t\t\t'lt320': '', \r\n\t\t\t\t'lt500': '', \r\n\t\t\t\t'lt640': '', \r\n\t\t\t\t'lt1024': ''\r\n\t\t\t},rowHeight: 200,\r\nmargins: 10,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"l4bjzk\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\r\n\t\t\t\t\t.on('jg.complete', function(){\r\n\t\t\t\t\t\t$('#justified_gallery_l4bjzk').photobox('a',{title: true,\r\ncounter: \"(A\/B)\",\r\nthumbs: true,\r\nautoplay: true,\r\ntime: 3000,\r\nzoomable: true,\r\nhistory: false,\r\n});\t\t\t\t\t});\r\n\t\t\t\t\tvar nodes = document.querySelectorAll('#justified_gallery_l4bjzk > *'),\r\n_nodes = [].slice.call(nodes, 0);\r\nvar getDirection = function (ev, obj) {\r\n    \/\/ the width and height of the current div\r\n\tvar w = $(obj).width(),\r\n\t\th = $(obj).height(),\r\n\t\t\/\/ calculate the x and y to get an angle to the center of the div from that x and y.\r\n\t\t\/\/ gets the x value relative to the center of the DIV and \"normalize\" it\r\n\t\tx = ( ev.pageX - $(obj).offset().left - ( w\/2 )) * ( w > h ? ( h\/w ) : 1 ),\r\n\t\ty = ( ev.pageY - $(obj).offset().top  - ( h\/2 )) * ( h > w ? ( w\/h ) : 1 ),\r\n\t\t\/\/ the angle and the direction from where the mouse came in\/went out clockwise (TRBL=0123);\r\n\t\t\/\/ first calculate the angle of the point,\r\n\t\t\/\/ add 180 deg to get rid of the negative values\r\n\t\t\/\/ divide by 90 to get the quadrant\r\n\t\t\/\/ add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top\/right\/bottom\/left) **\/\r\n\t\tdirection = Math.round( ( ( ( Math.atan2(y, x) * (180 \/ Math.PI) ) + 180 ) \/ 90 ) + 3 ) % 4;\r\n\treturn direction;\r\n};\r\nvar addClass = function ( ev, obj, state ) {\r\n    var direction = getDirection( ev, obj ),\r\n        class_suffix = \"\";\r\n    obj.className = \"\";\r\n    switch ( direction ) {\r\n        case 0 : class_suffix = '-top';    break;\r\n        case 1 : class_suffix = '-right';  break;\r\n        case 2 : class_suffix = '-bottom'; break;\r\n        case 3 : class_suffix = '-left';   break;\r\n    }\r\n    obj.classList.add( state + class_suffix );\r\n};\r\n\/\/ bind events\r\n_nodes.forEach(function (el) {\r\n    el.addEventListener('mouseenter', function (ev) {\r\n        addClass( ev, this, 'in' );\r\n    }, false);\r\n    el.addEventListener('mouseleave', function (ev) {\r\n        addClass( ev, this, 'out' );\r\n    }, false);\r\n});\t\t\t\t\tWebFontConfig = {\r\n\tgoogle: { families: [] }\r\n};\r\n(function() {\r\n\tvar wf = document.createElement('script');\r\n\twf.src = ('https:' == document.location.protocol ? 'https' : 'http') +\r\n\t\t':\/\/ajax.googleapis.com\/ajax\/libs\/webfont\/1\/webfont.js';\r\n\twf.type = 'text\/javascript';\r\n\twf.async = 'true';\r\n\tvar s = document.getElementsByTagName('script')[0];\r\n\ts.parentNode.insertBefore(wf, s);\r\n})();WebFontConfig.google.families.push('Lobster');\t\t\t\t\t\t\t\t\tvar galleries = [];\r\n\t\t\t\tvar gallery = $(\"#justified_gallery_l4bjzk\");\r\n\t\t\t\t$(window).scroll(function() {\r\n\t\t\t\t\tif ( galleries.length >= 1  ) {\r\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\r\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\r\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\r\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\r\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\r\n\t\t\t\t\t\tif( gallery_bottom <= scroll_bottom ) {\r\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\r\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_l4bjzk\").html(images).text();\r\n\t\t\t\t\t\t\t$(gallery).append(image_html);\r\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t});\t\t\t\t})(jQuery);\r\n\t\t\t<\/script>\r\n\t\t\t\t\t\t<style>\r\n\t            #justified_gallery_l4bjzk .sgg-caption {\r\n\t\t\t\t\tbackground: rgb(0,0,0);\r\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t\tfont-size: 1em;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tfont-family: Lobster;\r\n\t\t\t\t}\r\n\t\t\t\t#load_more_l4bjzk {\r\n\t\t\t\t    background: #444444;\r\n\t\t\t\t    color: #ffffff;\r\n\t\t\t\t}\r\n\t\t\t<\/style>\r\n        \t\n<p>O que \u00e9 a Espera Telef\u00f4nica Personalizada?<\/p>\n<p>Bom, trata-se de uma propaganda da sua empresa que ir\u00e1 ser executada para a pessoa que est\u00e1 ligando nos momentos de transfer\u00eancia de ramais ou de reten\u00e7\u00e3o dentro de um mesmo ramal.<\/p>\n<p>Por exemplo:<\/p>\n<p>O Cliente liga &#8211; Eu poderia falar com o Sergio?<br \/>\nA sua atendente responde &#8211; Um momento que eu vou transferir&#8230;<\/p>\n<p>Neste momento voc\u00ea tem algumas op\u00e7\u00f5es:<\/p>\n<p>* O sil\u00eancio &#8211; Neste caso, o numero de abandono de liga\u00e7\u00f5es \u00e9 muito alto.<br \/>\n* A m\u00fasica digitalizada da pr\u00f3pria central &#8211; O que irrita quem est\u00e1 esperando.<br \/>\n* O R\u00e1dio &#8211; Que pode estar fora de sintonia ou com uma propaganda de um concorrente seu ou de um concorrente do pr\u00f3prio cliente (e, acredite isto n\u00e3o \u00e9 incomum dentro de alguns segmentos).<br \/>\n* A Espera Telef\u00f4nica Personalizada (ETP) &#8211; Diminui sensivelmente o n\u00famero de abandonos de liga\u00e7\u00e3o por parte de quem est\u00e1 ligando, aproveita um tempo geralmente &#8220;morto&#8221; para anunciar a sua empresa e melhora a imagem do seu atendimento.<\/p>\n<p>Entre em contato conosco e descubra como uma ETP pode ajudar a melhorar o n\u00edvel do seu atendimento telef\u00f4nico, por um custo que cabe no or\u00e7amento da sua empresa.<\/p>\n<p>O seu cliente n\u00e3o perde por esperar!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>O que \u00e9 a Espera Telef\u00f4nica Personalizada? Bom, trata-se de uma propaganda da sua empresa que ir\u00e1 ser executada para a pessoa que est\u00e1 ligando nos momentos de transfer\u00eancia de ramais ou de reten\u00e7\u00e3o dentro de um mesmo ramal. Por exemplo: O Cliente liga &#8211; Eu poderia falar com o Sergio? A sua atendente responde [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-140","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=140"}],"version-history":[{"count":20,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/140\/revisions"}],"predecessor-version":[{"id":640,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/140\/revisions\/640"}],"wp:attachment":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}