CINXE.COM

Marketing and Sales Terms Glossary | ActiveCampaign

<!DOCTYPE html> <html lang="en" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.activecampaign.com/xmlrpc.php"> <link rel="alternate" hreflang="en" href="https://www.activecampaign.com/glossary" /> <link rel="alternate" hreflang="es" href="https://www.activecampaign.com/es/glossary" /> <link rel="alternate" hreflang="fr" href="https://www.activecampaign.com/fr/glossary" /> <link rel="alternate" hreflang="it" href="https://www.activecampaign.com/it/glossary" /> <link rel="alternate" hreflang="de" href="https://www.activecampaign.com/de/glossary" /> <link rel="alternate" hreflang="pt" href="https://www.activecampaign.com/br/glossary" /> <link rel="alternate" hreflang="x-default" href="https://www.activecampaign.com/glossary" /> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>Marketing and Sales Terms Glossary | ActiveCampaign</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript> <meta name="description" content="Did you just leave a marketing meeting asking &quot;what the heck is an ESP?&quot;. Our marketing sales glossary can help answer these common questions."/> <meta name="robots" content="follow, index, max-snippet:200, max-video-preview:10, max-image-preview:large"/> <link rel="canonical" href="https://www.activecampaign.com/glossary" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Marketing and Sales Terms Glossary | ActiveCampaign" /> <meta property="og:description" content="Did you just leave a marketing meeting asking &quot;what the heck is an ESP?&quot;. Our marketing sales glossary can help answer these common questions." /> <meta property="og:url" content="https://www.activecampaign.com/glossary" /> <meta property="og:site_name" content="ActiveCampaign" /> <meta property="og:updated_time" content="2023-04-13T17:05:38-05:00" /> <meta property="og:image" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta property="og:image:secure_url" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:alt" content="Glossary" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Marketing and Sales Terms Glossary | ActiveCampaign" /> <meta name="twitter:description" content="Did you just leave a marketing meeting asking &quot;what the heck is an ESP?&quot;. Our marketing sales glossary can help answer these common questions." /> <meta name="twitter:image" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta name="twitter:label1" content="Time to read" /> <meta name="twitter:data1" content="Less than a minute" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https://www.activecampaign.com/glossary#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.activecampaign.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://www.activecampaign.com/glossary","name":"Glossary"}}]}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//cdn.getambassador.com' /> <link rel='dns-prefetch' href='//cdn.sajari.com' /> <link rel='dns-prefetch' href='//pixel.cdnwidget.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="ActiveCampaign &raquo; Feed" href="https://www.activecampaign.com/feed" /> <link rel="alternate" type="application/rss+xml" title="ActiveCampaign &raquo; Comments Feed" href="https://www.activecampaign.com/comments/feed" /> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='wp-block-library-inline-css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ac-blue: #004CFF;--wp--preset--color--ac-blue-200: #EAF6FF;--wp--preset--color--midnight: #0E1C38;--wp--preset--color--dusk: #003343;--wp--preset--color--cream: #F2F1E5;--wp--preset--color--moss: #255131;--wp--preset--color--dawn: #FF551D;--wp--preset--color--maroon: #821469;--wp--preset--color--midday: #756031;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--ocean: linear-gradient(165deg, rgb(53, 106, 230) 50%, rgb(53, 106, 230) 0px, rgb(64, 114, 231) 0px);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--type-1: 12px;--wp--preset--font-size--type-2: 14px;--wp--preset--font-size--type-3: 16px;--wp--preset--font-size--type-4: 18px;--wp--preset--font-size--type-5: 20px;--wp--preset--font-size--type-6: 24px;--wp--preset--font-size--type-7: 28px;--wp--preset--font-family--plex-sans-regular: IBM Plex Regular;--wp--preset--font-family--plex-sans-medium: IBM Plex Medium;--wp--preset--font-family--plex-sans-semibold: IBM Plex Semi Bold;--wp--preset--font-family--plex-sans-bold: IBM Plex Bold;--wp--preset--font-family--poppins: Poppins Bold;--wp--preset--font-family--ibm-plex-mono-bold: IBM Plex Mono Bold;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--spacing--100: 2px;--wp--preset--spacing--200: 4px;--wp--preset--spacing--300: 8px;--wp--preset--spacing--400: 12px;--wp--preset--spacing--500: 16px;--wp--preset--spacing--600: 20px;--wp--preset--spacing--700: 24px;--wp--preset--spacing--800: 28px;--wp--preset--spacing--900: 32px;--wp--preset--spacing--1000: 48px;--wp--preset--spacing--1100: 64px;--wp--preset--spacing--1200: 80px;--wp--preset--spacing--1300: 128px;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}.wp-block-heading{--wp--preset--font-size--type-0: 20px;--wp--preset--font-size--type-1: 28px;--wp--preset--font-size--type-2: 32px;--wp--preset--font-size--type-3: 36px;--wp--preset--font-size--type-4: 40px;--wp--preset--font-size--type-5: 44px;--wp--preset--font-size--type-6: 48px;--wp--preset--font-size--type-7: 60px;}.wp-block-image{--wp--preset--spacing--hang-100: -2px;--wp--preset--spacing--hang-200: -4px;--wp--preset--spacing--hang-300: -8px;--wp--preset--spacing--hang-400: -12px;--wp--preset--spacing--hang-500: -16px;--wp--preset--spacing--hang-600: -20px;--wp--preset--spacing--hang-700: -24px;--wp--preset--spacing--hang-800: -28px;--wp--preset--spacing--hang-900: -32px;--wp--preset--spacing--hang-1000: -48px;--wp--preset--spacing--hang-1100: -64px;--wp--preset--spacing--hang-1200: -80px;--wp--preset--spacing--hang-1300: -128px;}body { margin: 0;--wp--style--global--content-size: 712px;--wp--style--global--wide-size: 1080px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--500); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: var(--wp--preset--spacing--500); }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--500);margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--500);margin-block-end: 0;}:where(body .is-layout-flex) {gap: var(--wp--preset--spacing--500);}:where(body .is-layout-grid) {gap: var(--wp--preset--spacing--500);}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{font-family: var(--wp--preset--font-family--plex-sans-regular);line-height: 1.25;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-color{color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-color{color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-color{color: var(--wp--preset--color--midnight) !important;}.has-dusk-color{color: var(--wp--preset--color--dusk) !important;}.has-cream-color{color: var(--wp--preset--color--cream) !important;}.has-moss-color{color: var(--wp--preset--color--moss) !important;}.has-dawn-color{color: var(--wp--preset--color--dawn) !important;}.has-maroon-color{color: var(--wp--preset--color--maroon) !important;}.has-midday-color{color: var(--wp--preset--color--midday) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-background-color{background-color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-background-color{background-color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-background-color{background-color: var(--wp--preset--color--midnight) !important;}.has-dusk-background-color{background-color: var(--wp--preset--color--dusk) !important;}.has-cream-background-color{background-color: var(--wp--preset--color--cream) !important;}.has-moss-background-color{background-color: var(--wp--preset--color--moss) !important;}.has-dawn-background-color{background-color: var(--wp--preset--color--dawn) !important;}.has-maroon-background-color{background-color: var(--wp--preset--color--maroon) !important;}.has-midday-background-color{background-color: var(--wp--preset--color--midday) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-border-color{border-color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-border-color{border-color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-border-color{border-color: var(--wp--preset--color--midnight) !important;}.has-dusk-border-color{border-color: var(--wp--preset--color--dusk) !important;}.has-cream-border-color{border-color: var(--wp--preset--color--cream) !important;}.has-moss-border-color{border-color: var(--wp--preset--color--moss) !important;}.has-dawn-border-color{border-color: var(--wp--preset--color--dawn) !important;}.has-maroon-border-color{border-color: var(--wp--preset--color--maroon) !important;}.has-midday-border-color{border-color: var(--wp--preset--color--midday) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-ocean-gradient-background{background: var(--wp--preset--gradient--ocean) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-type-1-font-size{font-size: var(--wp--preset--font-size--type-1) !important;}.has-type-2-font-size{font-size: var(--wp--preset--font-size--type-2) !important;}.has-type-3-font-size{font-size: var(--wp--preset--font-size--type-3) !important;}.has-type-4-font-size{font-size: var(--wp--preset--font-size--type-4) !important;}.has-type-5-font-size{font-size: var(--wp--preset--font-size--type-5) !important;}.has-type-6-font-size{font-size: var(--wp--preset--font-size--type-6) !important;}.has-type-7-font-size{font-size: var(--wp--preset--font-size--type-7) !important;}.has-plex-sans-regular-font-family{font-family: var(--wp--preset--font-family--plex-sans-regular) !important;}.has-plex-sans-medium-font-family{font-family: var(--wp--preset--font-family--plex-sans-medium) !important;}.has-plex-sans-semibold-font-family{font-family: var(--wp--preset--font-family--plex-sans-semibold) !important;}.has-plex-sans-bold-font-family{font-family: var(--wp--preset--font-family--plex-sans-bold) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-ibm-plex-mono-bold-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono-bold) !important;}.wp-block-heading.has-type-0-font-size{font-size: var(--wp--preset--font-size--type-0) !important;}.wp-block-heading.has-type-1-font-size{font-size: var(--wp--preset--font-size--type-1) !important;}.wp-block-heading.has-type-2-font-size{font-size: var(--wp--preset--font-size--type-2) !important;}.wp-block-heading.has-type-3-font-size{font-size: var(--wp--preset--font-size--type-3) !important;}.wp-block-heading.has-type-4-font-size{font-size: var(--wp--preset--font-size--type-4) !important;}.wp-block-heading.has-type-5-font-size{font-size: var(--wp--preset--font-size--type-5) !important;}.wp-block-heading.has-type-6-font-size{font-size: var(--wp--preset--font-size--type-6) !important;}.wp-block-heading.has-type-7-font-size{font-size: var(--wp--preset--font-size--type-7) !important;} </style> <link rel='stylesheet' id='ac-block-menu-dropdown-frontend-css-css' href='https://www.activecampaign.com/wp-content/mu-plugins/ac-blocks/build/ac-block-menu-dropdown-frontend.b5946dd8966a97654b1d.css?ver=ac-block-menu-dropdown-frontend.b5946dd8966a97654b1d.css' media='all' /> <link rel='stylesheet' id='bcct_style-css' href='https://www.activecampaign.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=3.0' media='all' /> <link rel='stylesheet' id='wpml-blocks-css' href='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=4.6.6' media='all' /> <link rel='stylesheet' id='wpml-legacy-dropdown-0-css' href='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css?ver=1' media='all' /> <style id='wp-webfonts-inline-css'> @font-face{font-family:"IBM Plex Regular";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-regular.woff2') format('woff2');}@font-face{font-family:"IBM Plex Medium";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-500.woff2') format('woff2');}@font-face{font-family:"IBM Plex Semi Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-600.woff2') format('woff2');}@font-face{font-family:"IBM Plex Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-700.woff2') format('woff2');}@font-face{font-family:"Poppins Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/poppins-v15-latin-700.woff2') format('woff2');}@font-face{font-family:"IBM Plex Mono Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/IBMPlexMono-Bold.ttf') format('truetype');} </style> <link rel='stylesheet' id='active-campaign-styles-css' href='https://www.activecampaign.com/wp-content/themes/activecampaign/build/css/index.css?ver=1722438044' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.23.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1732290523' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-6-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-6.css?ver=1732290514' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/custom-pro-frontend.min.css?ver=1732290523' media='all' /> <link rel='stylesheet' id='elementor-post-435-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-435.css?ver=1732290531' media='all' /> <link rel='stylesheet' id='elementor-post-102-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-102.css?ver=1732290532' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.activecampaign.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js?ver=1' id='wpml-legacy-dropdown-0-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js' defer></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.activecampaign.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://www.activecampaign.com/?p=2221' /> <link rel="alternate" type="application/json+oembed" href="https://www.activecampaign.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.activecampaign.com%2Fglossary" /> <link rel="alternate" type="text/xml+oembed" href="https://www.activecampaign.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.activecampaign.com%2Fglossary&#038;format=xml" /> <!-- HFCM by 99 Robots - Snippet # 2: GTM --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NQ88L9R');</script> <!-- End Google Tag Manager --> <!-- Add GTM script part 2 after body tag --> <script type="text/javascript"> document.onload = function() { let gtm = document.createElement('noscript'); let iframe = document.createElement('iframe') iframe.src = 'https://www.googletagmanager.com/ns.html?id=GTM-NQ88L9R'; iframe.style.display = 'none'; iframe.style.visibility = 'hidden'; iframe.style.width = '0'; iframe.style.height = '0'; gtm.appendChild(iframe); document.body.parentNode.insertBefore(gtm, document.body.firstChild); } </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 18: Adobe --> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 20: --> <style> .otgs-development-site-front-end{ display:none !important; } </style> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 22: Adobe Pre-Hiding Snippet --> <script data-nolazy> //prehiding snippet for Adobe Target with asynchronous tags deployment ;(function(win, doc, style, timeout) { var STYLE_ID = 'at-body-style'; function getParent() { return doc.getElementsByTagName('head')[0]; } function addStyle(parent, id, def) { if (!parent) { return; } var style = doc.createElement('style'); style.id = id; style.innerHTML = def; parent.appendChild(style); } function removeStyle(parent, id) { if (!parent) { return; } var style = doc.getElementById(id); if (!style) { return; } parent.removeChild(style); } addStyle(getParent(), STYLE_ID, style); setTimeout(function() { removeStyle(getParent(), STYLE_ID); }, timeout); }(window, document, "body {opacity: 0 !important}", 3000)); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 23: Adobe Async --> <script src="https://assets.adobedtm.com/fccae223403d/b9ca3c9bef1d/launch-dab30381be28.min.js" async></script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 24: Whisperlink style fixes --> <style> .camp ul.is-style-check-white-tick li a{ color: white; text-decoration:underline } .camp ul.is-style-check-white-tick li a:hover{ color:white; text-decoration:none; } </style> <!-- /end HFCM by 99 Robots --> <meta name="generator" content="WPML ver:4.6.6 stt:1,4,3,27,66,2;" /> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-regular.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-500.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-600.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-700.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/poppins-v15-latin-700.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" crossorigin><meta name="generator" content="Elementor 3.16.5; features: e_dom_optimization, e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-270x270.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> </head> <body class="page-template page-template-page-templates page-template-archive-glossary page-template-page-templatesarchive-glossary-php page page-id-2221 wp-custom-logo wp-embed-responsive site-wrapper page-glossary group-blog no-js lang-en elementor-default elementor-kit-6 elementor-page elementor-page-2221"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div class="craftHeader craft-api"> <div class="skeleton-loader"> <div class="skeleton-logo"></div> <div class="skeleton-links"> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> </div> <div class="skeleton-buttons"> <div class="skeleton-button"></div> <div class="skeleton-button"></div> <div class="skeleton-mobile-menu"></div> </div> </div> <div class="dynamic-header loading"></div> </div> <main id="main" class="site-main"> <header class="archive-header archive-header-bg-color bg-ocean-100" > <div class="header-wrapper container"> <div class="header-content"> <p class="header-eyebrow lead-in">Glossary</p> <h1 class="header-heading">Brush up on the latest marketing, business and customer experience terms</h1> <p class="header-body">Wondering what that acronym means? Type it in below and search the glossary.</p> <form method="get" class="glossary-search" id="glossary-search" action=""> <label for="search-field-4039332582"> <span class="screen-reader-text" aria-label="Enter a search term">To search this site, enter a search term</span> <input class="search-field large" id="search-field-4039332582" type="search" name="search" value="" aria-required="false" autocomplete="off" placeholder="What is..."/> </label> <button type="submit" style="background-color: #00212C;" class="act-button large search" href="#">Search</button> </form> </div><!-- .header-content --> </div><!-- .archive-header-wrapper --> </header><!-- .archive-header --> <section class="glossary-browse-container container"> <div class="glossary-browse-nav"> <nav id="glossary-browse-nav-wrap" class="glossary-browse-nav-wrap" data-state="collapsed" aria-expanded="false"> <div class="glossary-browse-nav-heading-wrap"> <div class="glossary-browse-nav-heading"> <h2 class="browse-heading">Browse definitions by letter</h2> </div> <button class="glossary-browse-nav-button" aria-haspopup="true"> <i class="fa fa-caret-down"></i> </button> </div><!-- .glossary-browse-nav-heading-wrap --> <div class="alpha-nav" id="alpha-nav"> <span class="anchor search-anchor"><a class="search-item anchor-item" href="#glossary-search"><i aria-hidden="true" class="fas fa-search"></i></a></span> <span class="anchor"><a class="anchor-item" href="#browse-num" data-scroll="browse-num">#</a></span> <span class="anchor"><a class="anchor-item" href="#browse-A" data-scroll="browse-A">A</a></span> <span class="anchor"><a class="anchor-item" href="#browse-B" data-scroll="browse-B">B</a></span> <span class="anchor"><a class="anchor-item" href="#browse-C" data-scroll="browse-C">C</a></span> <span class="anchor"><a class="anchor-item" href="#browse-D" data-scroll="browse-D">D</a></span> <span class="anchor"><a class="anchor-item" href="#browse-E" data-scroll="browse-E">E</a></span> <span class="anchor"><a class="anchor-item" href="#browse-F" data-scroll="browse-F">F</a></span> <span class="anchor"><a class="anchor-item" href="#browse-G" data-scroll="browse-G">G</a></span> <span class="anchor"><a class="anchor-item" href="#browse-H" data-scroll="browse-H">H</a></span> <span class="anchor"><a class="anchor-item" href="#browse-I" data-scroll="browse-I">I</a></span> <span class="anchor"><a class="anchor-item" href="#browse-J" data-scroll="browse-J">J</a></span> <span class="anchor"><a class="anchor-item" href="#browse-K" data-scroll="browse-K">K</a></span> <span class="anchor"><a class="anchor-item" href="#browse-L" data-scroll="browse-L">L</a></span> <span class="anchor"><a class="anchor-item" href="#browse-M" data-scroll="browse-M">M</a></span> <span class="anchor"><a class="anchor-item" href="#browse-N" data-scroll="browse-N">N</a></span> <span class="anchor"><a class="anchor-item" href="#browse-O" data-scroll="browse-O">O</a></span> <span class="anchor"><a class="anchor-item" href="#browse-P" data-scroll="browse-P">P</a></span> <span class="anchor"><a class="anchor-item" href="#browse-Q" data-scroll="browse-Q">Q</a></span> <span class="anchor"><a class="anchor-item" href="#browse-R" data-scroll="browse-R">R</a></span> <span class="anchor"><a class="anchor-item" href="#browse-S" data-scroll="browse-S">S</a></span> <span class="anchor"><a class="anchor-item" href="#browse-T" data-scroll="browse-T">T</a></span> <span class="anchor"><a class="anchor-item" href="#browse-U" data-scroll="browse-U">U</a></span> <span class="anchor"><a class="anchor-item" href="#browse-V" data-scroll="browse-V">V</a></span> <span class="anchor"><a class="anchor-item" href="#browse-W" data-scroll="browse-W">W</a></span> <span class="anchor"><a class="anchor-item" href="#browse-X" data-scroll="browse-X">X</a></span> <span class="anchor"><a class="anchor-item" href="#browse-Y" data-scroll="browse-Y">Y</a></span> <span class="anchor"><a class="anchor-item" href="#browse-Z" data-scroll="browse-Z">Z</a></span> </div><!-- .alpha-nav --> </nav><!-- .glossary-browse-nav-wrap --> </div><!-- .glossary-browse-nav --> <div class="glossary-browse-block"> <section class="glossary-item-container" id="browse-num"> <div class="glossary-item-terms"> <h3 class="browse-anchor">#</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/301-redirect" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">301 Redirect</h2> <div class="card-content"> A 301 redirect is a permanent redirect from one page of a website to another page of a website. Unlike a 302 redirect, which is temporary, a... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/302-redirect" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">302 Redirect</h2> <div class="card-content"> A 302 redirect is a temporary redirect from one page of a website to another page of a website. Unlike a 301 redirect, which is permanent, a... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/404-error" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">404 Error</h2> <div class="card-content"> A 404 error occurs when trying to visit a web page that does not exist. 404 errors (alternatively called HTTP 404, Page Not Found, Server Not Found,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-A"> <div class="glossary-item-terms"> <h3 class="browse-anchor">A</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/abandoned-cart-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Abandoned Cart Email</h2> <div class="card-content"> An abandoned cart email is an email sent after a customer leaves a website&#039;s checkout process without completing their purchase. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/acceptable-spam-report-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Acceptable Spam Report Rate</h2> <div class="card-content"> What is an acceptable spam report rate? An acceptable spam report rate refers to the percentage of reported emails that are flagged as spam by recipients or... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/affiliate-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Affiliate Marketing</h2> <div class="card-content"> Affiliate marketing is a marketing partnership program that allows individuals to become &#039;Affiliates&#039; and rewards them for successfully referring them to a business. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/algorithm" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Algorithm</h2> <div class="card-content"> An algorithm is a set of rules used to calculate the answer to a problem. Algorithms power many computer programs. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/anchor-text" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Anchor Text</h2> <div class="card-content"> Anchor text is the clickable, colored (usually blue) text that indicates a hyperlink. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/anti-spam-laws" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Anti-spam Laws</h2> <div class="card-content"> Anti-spam laws are regulations designed to protect consumers from getting unsolicited and unwanted commercial emails. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/attribution-model" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Attribution Model</h2> <div class="card-content"> An attribution model is a system that assigns a value to any given sales or marketing goal/touchpoint in the buying process. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/audience" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Audience</h2> <div class="card-content"> What is an audience? An audience refers to a specific group of individuals or potential customers who have an interest in a particular product, service, or topic.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/automating" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Automating</h2> <div class="card-content"> Automating refers to using technology to automate repetitive or manual tasks, reducing the need for human intervention. This can include using sales and marketing software, scripts, or... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/automatization" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Automatization</h2> <div class="card-content"> Automatization, also known simply as automation, refers to using technology to automate tasks that would otherwise require human intervention. This can include the use of software, hardware,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/autoresponder" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Autoresponder</h2> <div class="card-content"> An autoresponder is a message that is automatically sent after someone subscribes to an email list. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/average-open-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Average Open Rate</h2> <div class="card-content"> Average open rate is the percentage of email recipients that open an email message from a sender. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-B"> <div class="glossary-item-terms"> <h3 class="browse-anchor">B</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/b2b-business-to-business" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">B2B (Business to Business)</h2> <div class="card-content"> B2B (Business to Business) is when a business buys or sells to another business, rather than an individual consumer (Business to Consumer [B2C]). </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/b2c-business-to-consumer" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">B2C (Business to Consumer)</h2> <div class="card-content"> B2C (Business to Consumer) is when a business targets an individual consumer to sell to, rather than another business. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/b2c-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">B2C Marketing</h2> <div class="card-content"> B2C marketing is about promoting products or services directly to consumers. This type of marketing focuses on reaching individuals likely to purchase a product or service for... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/backlinks" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Backlinks</h2> <div class="card-content"> Backlinks are hyperlinks linking one webpage or website to another webpage or website. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/banner-ad" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Banner Ad</h2> <div class="card-content"> A banner ad, also called a web banner, is a form of online advertising embedded on a web page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/bbc-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">BBC Email</h2> <div class="card-content"> What is a BBC email? A BBC email, also known as a blind carbon copy email, is a type of email communication where the sender includes recipients... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/behavioral-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Behavioral Marketing</h2> <div class="card-content"> What is behavioral marketing? Behavioral marketing is a marketing strategy focusing on understanding and leveraging consumer behaviors, preferences, and actions to deliver personalized and targeted marketing messages... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/behavioral-segmentation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Behavioral Segmentation</h2> <div class="card-content"> Behavioral segmentation is a marketing strategy that groups consumers based on their past behaviors, such as their purchase history, website browsing behavior, and engagement with marketing campaigns.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/behavioral-targeting" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Behavioral Targeting</h2> <div class="card-content"> Behavioral targeting is a marketing technique that uses existing customer data to optimize the effectiveness of marketing campaigns (especially email campaigns). </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/blog" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Blog</h2> <div class="card-content"> Learn what a blog is, what the benefits of optimizing your blog strategy are, some best practices, and some great blog post examples. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/bounce-back-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Bounce Back Email</h2> <div class="card-content"> A bounce back email is an email sent shortly after a customer purchase, intended to prompt a second purchase by the customer. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/bounce-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Bounce Rate</h2> <div class="card-content"> Bounce rate is the percentage of website visitors that leave a website after looking at only one page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/bounced-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Bounced Email</h2> <div class="card-content"> A bounced email, or bounce, is an email message that gets rejected by a mail server. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/brand-evangelist" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Brand Evangelist</h2> <div class="card-content"> A brand evangelist is a customer who loves your brand so much that they regularly promote it to others. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/brand-integration" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Brand Integration</h2> <div class="card-content"> What is brand integration? Brand integration refers to the strategic process of incorporating a brand&#8217;s identity, values, and messaging into various aspects of a company&#8217;s operations, marketing... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/brand-mention" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Brand Mention</h2> <div class="card-content"> Brand mentions are online references to your brand, company, or product. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/brand-positioning" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Brand Positioning</h2> <div class="card-content"> Brand positioning refers to the strategic process of establishing a distinctive and desirable position for a brand in the minds of consumers. It involves crafting a unique... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/brand-strategy" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Brand Strategy</h2> <div class="card-content"> What is brand strategy? Brand strategy is a long-term plan that outlines how a company positions and differentiates its brand in the marketplace. It involves defining your... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/branding" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Branding</h2> <div class="card-content"> Branding is the process creating a distinct style of a company or series of related products. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/broadcast-text-message" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Broadcast Text Message</h2> <div class="card-content"> A broadcast text message, also known as a mass text message or bulk SMS, is a type of marketing communication that allows businesses to send a message... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/bulk-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Bulk Email</h2> <div class="card-content"> A bulk email is an email that is sent to a large group of recipients at once. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/business-email-compromise" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Business Email Compromise</h2> <div class="card-content"> What is a business email compromise? A business email compromise (BEC) is a type of scam that targets businesses, particularly those with high financial transactions. The attack... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/business-pitch" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Business Pitch</h2> <div class="card-content"> What is a business pitch? A business pitch is a concise and compelling presentation or proposal that outlines the key elements of a product, service, or business... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/business-proposal" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Business Proposal</h2> <div class="card-content"> What is a business proposal? A business proposal is a document that outlines a product or service offering, typically used to initiate a business relationship or secure... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/buyer-persona" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Buyer Persona</h2> <div class="card-content"> A buyer persona is a detailed profile of your target customer created from real customer data and market research. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/buyers-journey" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Buyer&#8217;s Journey</h2> <div class="card-content"> The buyer’s journey is the steps that a buyer goes through before they eventually make a purchase. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-C"> <div class="glossary-item-terms"> <h3 class="browse-anchor">C</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/call-to-action" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Call to Action</h2> <div class="card-content"> A call to action (or CTA) refers to the phrase or button that a marketer presents to potential customers. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/campaign-platform" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Campaign Platform</h2> <div class="card-content"> What is a campaign platform? A campaign platform refers to a software or technology solution that enables businesses to plan, execute, and manage their marketing campaigns effectively.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/can-spam" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">CAN-SPAM</h2> <div class="card-content"> CAN-SPAM is an acronym for Controlling the Assault of Non-Solicited Pornography And Marketing. CAN-SPAM is a law created in 2003 that establishes the rules for commercial email... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/capture-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Capture Rate</h2> <div class="card-content"> What is the definition of capture rate in business? Capture rate, or conversion rate, refers to the percentage of individuals who take a desired action out of... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/cc-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">CC Email</h2> <div class="card-content"> What is a CC email? CC in email stands for &#8220;carbon copy email.&#8221; It is a feature that allows you to send a copy of an email... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/channel-strategy" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Channel Strategy</h2> <div class="card-content"> What is a channel strategy? A channel strategy refers to a business&#8217;s plan and approach to reach its target audience through various distribution channels. It involves selecting... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/click-bait" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Click Bait</h2> <div class="card-content"> Click bait is content that intentionally exaggerates or dramatizes a topic in order to encourage visitors to click on a link to a web page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/click-to-open-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Click to Open Rate</h2> <div class="card-content"> Click to Open Rate (CTOR) is the percentage of people who open and email campaign and also click on a link within that campaign. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/click-through-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Click-Through Rate</h2> <div class="card-content"> Click-Through Rate (CTR) is a ratio that compares how many people click a specific link to the number of total users that view a webpage or email. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/clickbait" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Clickbait Definition</h2> <div class="card-content"> Clickbait refers to content, such as headlines or thumbnails, designed to attract attention and encourage clicks. Clickbait often employs sensational or exaggerated language and may use misleading... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/client-success" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Client Success</h2> <div class="card-content"> What is client success? Client success refers to the strategic approach and actions businesses take to ensure the long-term satisfaction, retention, and growth of their clients or... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/cold-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Cold Email</h2> <div class="card-content"> A cold email is an unsolicited email sent to a recipient who has no prior relationship or connection with the sender. The purpose of a cold email... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/company-domain" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Company Domain</h2> <div class="card-content"> What is a company domain? A company domain is a unique web address or URL associated with a specific business or organization. It serves as the digital... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/contact-management" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Contact Management</h2> <div class="card-content"> What is the definition of contact management in business? In a business context, contact management refers to storing, organizing, and tracking all the information related to an... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-advertising" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Advertising</h2> <div class="card-content"> Content advertising is the creation of high-quality content for paid advertising channels – including pay-per click (or PPC), paid social, and advertisements. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-curation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Curation</h2> <div class="card-content"> Content curation is the practice of collecting and sharing high-quality resources on a particular topic. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-curation-tools" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Curation Tools</h2> <div class="card-content"> Content curation tools are applications that help you find and share relevant, valuable content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-distribution" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Distribution</h2> <div class="card-content"> Content distribution is how you share and promote content to your online audiences. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Marketing</h2> <div class="card-content"> Content marketing is a form of marketing that involves creating, publishing, and sharing content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-optimization" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Optimization</h2> <div class="card-content"> Content optimization is the process of making sure your content reaches the largest possible target audience. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-promotion" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Promotion</h2> <div class="card-content"> Content promotion is the process of getting your content in front of your target audience. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-quality" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Quality</h2> <div class="card-content"> Content quality is how well your content achieves its goal(s). It refers to the depth of information and insight contained within a piece of content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/content-template" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Content Template</h2> <div class="card-content"> A content template is a document that makes it easy to keep your content consistent and developer-friendly. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/conversion" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Conversion</h2> <div class="card-content"> A conversion is a marketing term for a person who has received a marketing email, seen an online ad, or visited a website and has completed a... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/cpc" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">CPC</h2> <div class="card-content"> CPC is short for cost per click, and refers to the cost of one click on an online advertisement. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/cpm" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">CPM</h2> <div class="card-content"> CPM, or cost per mille, is the cost of 1000 advertising impressions, views, or clicks. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/cross-selling" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Cross-selling</h2> <div class="card-content"> What is cross-selling? Cross-selling is a sales strategy that involves offering customers additional, complementary products or services that are related to what they have already purchased. It’s... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/crowdfunding-for-business" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Crowdfunding in Business</h2> <div class="card-content"> Crowdfunding is a method of fundraising involving many people contributing small amounts of money to a project or venture. This is usually done through special online websites... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-experience-automation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Experience Automation</h2> <div class="card-content"> What is customer experience automation? CXA creates unique experiences for every customer by delegating decision making to your customer data. Learn how to build true personalization. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-experience-strategy" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Experience Strategy</h2> <div class="card-content"> What is a customer experience strategy? A customer experience strategy refers to a comprehensive plan and set of activities a business implements to deliver exceptional and consistent... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-journey" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Journey</h2> <div class="card-content"> What is the customer journey? The customer journey refers to the process that a potential customer goes through from the initial contact with a business or brand... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-lifetime-value" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Lifetime Value</h2> <div class="card-content"> Customer lifetime value (CLV, or LTV for life-time value), is the predicted amount of revenue an average customer will generate for your business over the entire lifespan of your relationship with... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-management" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Management</h2> <div class="card-content"> What is customer management? Customer management refers to the processes and strategies implemented by businesses to effectively handle their interactions and relationships with customers throughout their journey.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-persona" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Persona</h2> <div class="card-content"> What is a customer persona? A customer persona, also known as a buyer persona or marketing persona, refers to a semi-fictional representation of your ideal customer. It... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-profile" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Profile</h2> <div class="card-content"> A customer profile is a detailed description of your ideal customer based on their demographics, interests, behaviors, motivations, and pain points. It helps businesses understand their customers&#8217;... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-relations" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Relations</h2> <div class="card-content"> What is customer relations? Customer relations refers to the interactions, communication, and overall relationship management between a business or organization and its customers. It encompasses the strategies,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-sales-promotion" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Sales Promotion</h2> <div class="card-content"> What is consumer sales promotion? Consumer sales promotion refers to the marketing activities and techniques businesses implement to stimulate and encourage consumers to purchase or engage in... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-value-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Customer Value Marketing</h2> <div class="card-content"> What is customer value marketing? Customer value marketing refers to a strategic approach in which businesses focus on delivering maximum value to their customers throughout the entire... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-D"> <div class="glossary-item-terms"> <h3 class="browse-anchor">D</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/data-hygiene" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Data Hygiene</h2> <div class="card-content"> Data hygiene refers to maintaining accurate, complete, and reliable data in a database or information system. It involves the ongoing tasks of identifying, cleaning, updating, and removing... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/demographic-segmentation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Demographic Segmentation</h2> <div class="card-content"> Demographic segmentation is dividing a target market based on demographic characteristics like age, gender, income, etc. This helps businesses tailor marketing efforts to specific groups, improve customer... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/digital-marketing-strategy" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Digital Marketing Strategy</h2> <div class="card-content"> A digital marketing strategy is a comprehensive plan that outlines how a business will use digital channels, such as email marketing, social media, and website optimization, to... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/digital-medium" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Digital Medium</h2> <div class="card-content"> What is a digital medium? A digital medium refers to any electronic platform or channel used for the creation, storage, and distribution of digital content. Digital mediums... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/direct-mail-advertising" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Direct Mail Advertising Definition</h2> <div class="card-content"> Direct mail advertising is a marketing technique that involves sending promotional materials, such as letters, postcards, or brochures, directly to potential customers through the mail. This type... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/dmarc" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">DMARC</h2> <div class="card-content"> Domain-based Message Authentication, Reporting, and Conformance, commonly known as DMARC, is an email validation protocol designed to protect email domains from being used in phishing and spoofing... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/domain-authority" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Domain Authority</h2> <div class="card-content"> Domain authority is 1-100 score that indicates how well positioned your website is to appear in search engine results. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/double-opt-in" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Double Opt-In</h2> <div class="card-content"> A double opt-in is a process where subscribers to an email list must verify their interest in signing up before being sent emails. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/duplicate-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Duplicate Content</h2> <div class="card-content"> Duplicate content is content that appears on more than one web page. If the same content appears on pages with different web URLs, that is duplicate content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/dynamic-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Dynamic Content</h2> <div class="card-content"> Dynamic content is website or email content that changes based on who is viewing it. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-E"> <div class="glossary-item-terms"> <h3 class="browse-anchor">E</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/earned-media" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Earned Media</h2> <div class="card-content"> Earned media is any media created about your business that was not paid for or created by you, and is hosted by a third party. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/ebook" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Ebook</h2> <div class="card-content"> An eBook is a non-editable book that is displayed on a digital format and is optimized to be read on any digital device such as computers, tablets,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/editorial-calendar" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Editorial Calendar</h2> <div class="card-content"> An editorial calendar is an organizational scheduling system used by bloggers, publishers, businesses, and content marketers to control publication of content across different channels. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-ab-testing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email A/B Testing</h2> <div class="card-content"> Email A/B testing (also known as split testing) measures response rate to different variations of the same email. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-automation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Automation</h2> <div class="card-content"> Email automation is a marketing technique that lets marketers schedule and trigger emails based on date, characteristics of their contacts, or the behavior their contacts take. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-blast" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Blast</h2> <div class="card-content"> An email blast is a single email sent out to a large group of recipients all at once. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-blocklist" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Blocklist</h2> <div class="card-content"> An email blacklist / blocklist is a list of blocked emails, domains, or IP addresses that are suspected of sending spam or malicious content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-campaign" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Campaign</h2> <div class="card-content"> An email campaign is one email (or a series of email) sent to achieve a specific goal for the marketer. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-click-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Click Rate</h2> <div class="card-content"> Email click rate is the percentage of people who click on an email link after receiving an email campaign. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-client" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Client</h2> <div class="card-content"> What is an email client? An email client is a software application that is used to access, manage, and send emails. It provides users with a user... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-deliverability" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Deliverability</h2> <div class="card-content"> Email deliverability is a term that refers to the ability of an email message to arrive in the recipient&#039;s email inbox. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-deployment" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Deployment</h2> <div class="card-content"> Email deployment is the sending of emails to a list of subscribers using an email platform or program. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-domain" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Domain</h2> <div class="card-content"> What is an email domain? An email domain refers to the unique identifier that appears after the &#8220;@&#8221; symbol in an email address. It represents the online... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-etiquette" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Etiquette</h2> <div class="card-content"> What is Email Etiquette? Email etiquette refers to the set of rules and principles governing the proper conduct of email communication. It involves using appropriate language, tone,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-format" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Format</h2> <div class="card-content"> What is an email format? Email format refers to the structure and design of an email message. It encompasses various elements, including the layout, visual appearance, typography,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-forwarding" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Forwarding</h2> <div class="card-content"> What is email forwarding? Email forwarding is a feature that allows you to automatically redirect incoming emails from one email address to another. When email forwarding is... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-header" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Header</h2> <div class="card-content"> What is an email header? An email header is a section of an email message that contains essential information about the email. It is located at the... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-integrations" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Integrations</h2> <div class="card-content"> Email integrations are tools that connect and provide additional functionality to an existing email provider. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-leads" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Leads</h2> <div class="card-content"> Email leads are people whose email address you’ve collected through an opt-in form (with their permission). </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-list" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email List</h2> <div class="card-content"> What is an email list? An email list is a collection of email addresses used by businesses and individuals to send email messages, newsletters, updates, and promotional... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-list-fatigue" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email List Fatigue</h2> <div class="card-content"> Email list fatigue occurs when subscribers stop engaging with your email marketing campaigns. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketer" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketer</h2> <div class="card-content"> What is an email marketer? An email marketer is a professional who specializes in creating and executing email marketing campaigns. Email marketers are crucial in helping businesses... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing</h2> <div class="card-content"> Email marketing is a form of direct marketing that uses emails to promote your business. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-benchmarks" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing Benchmarks</h2> <div class="card-content"> Email marketing benchmarks are the metrics used to measure the success of an email campaign. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-campaign" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing Campaign</h2> <div class="card-content"> What is an email marketing campaign? An email marketing campaign refers to a targeted and coordinated series of email communications sent by a business or organization to... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-conversion-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing Conversion Rate</h2> <div class="card-content"> Email Marketing Conversion Rate is the percentage of subscribers that complete an email CTA (call-to-action). </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-software" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing Software</h2> <div class="card-content"> Email marketing software platforms are programs and applications that are used to plan, create, and track email marketing campaigns. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-template" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing Template</h2> <div class="card-content"> An email marketing template is a pre-built HTML email template. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-tools" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Marketing Tools</h2> <div class="card-content"> Email marketing tools are the software and applications used in email campaigns. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-newsletters" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Newsletters</h2> <div class="card-content"> Email newsletters are regularly scheduled emails sent to email list subscribers. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-open-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Open Rate</h2> <div class="card-content"> Email open rate is the percentage of people who received an email and opened it. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-preheader" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Preheader</h2> <div class="card-content"> An email preheader is a small line of text that appears after the subject line in an email inbox. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-safelist" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Safelist</h2> <div class="card-content"> An email safelist is a list of &quot;approved&quot; or &quot;safe&quot; email senders. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-service-provider" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Service Provider (ESP)</h2> <div class="card-content"> An email service provider (ESP) allows users to send email campaigns to a list of subscribers. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-spam" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Spam</h2> <div class="card-content"> Email Spam is email that the recipient has not given permission to receive, and is therefore unsolicited. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-spoofing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Spoofing</h2> <div class="card-content"> What is Email Spoofing? Email spoofing is a technique in which an attacker sends emails with a forged sender address, making it appear as if the email... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-thread" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Thread</h2> <div class="card-content"> What is an email thread? An email thread refers to a series of related email messages exchanged between individuals or parties. It represents a chronological sequence of... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-whitelist" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Whitelist</h2> <div class="card-content"> What is an email whitelist? An email whitelist refers to a list of approved email addresses or domains that are deemed safe and trustworthy by the recipient&#8217;s... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-workflow" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Email Workflow</h2> <div class="card-content"> An email workflow is a series of automated emails that are triggered by specific actions or behavior. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/ending-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Ending of an Email</h2> <div class="card-content"> What is the ending of an email called? The ending of an email is commonly referred to as the email signature. It is the section at the... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/engagement-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Engagement Marketing</h2> <div class="card-content"> What is engagement marketing? Engagement marketing is a strategic approach that focuses on building meaningful and long-lasting relationships with customers by actively involving them in interactive and... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/event-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Event Marketing</h2> <div class="card-content"> What is Event Marketing? Event marketing is a type of marketing that involves creating and executing an event to promote a product, service, or brand. It is... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/evergreen-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Evergreen Content</h2> <div class="card-content"> Evergreen content is content that remains relevant long after its date of publication. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-F"> <div class="glossary-item-terms"> <h3 class="browse-anchor">F</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/follow-up" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Follow Up</h2> <div class="card-content"> What is a Follow-Up? A follow-up refers to the communication or actions taken after an initial interaction, such as a sales call, email, meeting, or event. These... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/footer" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Footer</h2> <div class="card-content"> What is a footer? The footer is a section at the bottom of a web page or email containing important information, navigational links, and additional content. It... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-G"> <div class="glossary-item-terms"> <h3 class="browse-anchor">G</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/gated-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Gated Content</h2> <div class="card-content"> Gated content is any content, including blog posts, articles, white papers, webinars, or ebooks, that cannot be accessed until the visitor submits their contact information or logs... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/giving-tuesday" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Giving Tuesday</h2> <div class="card-content"> What is the definition of Giving Tuesday in business? Giving Tuesday, often stylized as #GivingTuesday, is a global movement encouraging individuals and organizations to donate their time,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/good-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Good Marketing</h2> <div class="card-content"> What is good marketing? Good marketing refers to the strategic and effective practices and techniques employed by businesses to promote their products or services, engage their target... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/google-analytics" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Google Analytics</h2> <div class="card-content"> Google Analytics is a popular free website analytics platform. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/google-search-console" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Google Search Console</h2> <div class="card-content"> Google Search Console is a platform that helps website owners and webmasters understand the performance of their websites in Google search. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/guerilla-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Guerilla Marketing</h2> <div class="card-content"> Guerilla marketing is a marketing strategy that involves unconventional, low-cost, and creative techniques to promote a product, service, or brand. It is designed to create buzz and... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/guest-blogging" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Guest Blogging</h2> <div class="card-content"> Guest blogging is when a blog is written by a writer who does not typically contribute to the website the blog is published in. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-H"> <div class="glossary-item-terms"> <h3 class="browse-anchor">H</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/hard-bounce" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Hard Bounce</h2> <div class="card-content"> A hard bounce is an email that cannot be delivered because of a permanent issue. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/high-ticket-affiliate-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">High Ticket Affiliate Marketing</h2> <div class="card-content"> High-ticket affiliate marketing is a form of affiliate marketing in which an affiliate marketer promotes high-ticket products or services, typically those with a higher price point, to... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/drip-campaigns" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">High-converting drip campaigns in 7 steps</h2> <div class="card-content"> A drip campaign is a series of marketing emails sent out on an automated schedule. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/customer-engagement-platform" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">How To Choose a Customer Engagement Platform</h2> <div class="card-content"> A customer engagement platform is software that helps businesses analyze, manage and optimize the customer journey. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/html" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">HTML</h2> <div class="card-content"> HTML stands for Hypertext Markup Language, and it is a standardized markup language system for displaying documents on web browsers. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/hyperlink" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Hyperlink</h2> <div class="card-content"> A hyperlink is an icon, graphic, or often underlined phrase in a document that links to another resource or web page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-I"> <div class="glossary-item-terms"> <h3 class="browse-anchor">I</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/inbound-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Inbound Marketing</h2> <div class="card-content"> Inbound marketing is a business technique for attract customers to a brand’s products and services </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/influencer" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Influencer</h2> <div class="card-content"> An influencer is a person who has the ability to affect the behavior of other people as a result of the size of their audience or their... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/infographic" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Infographic</h2> <div class="card-content"> An infographic is an image or graphic used to present information or data. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/inside-sales" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Inside Sales</h2> <div class="card-content"> What is Inside Sales? Inside sales refers to the sales process that is conducted remotely, typically over the phone or internet, as opposed to in-person. Inside sales... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/integrated-campaigns" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Integrated Campaigns</h2> <div class="card-content"> Integrated campaigns combine multiple channels such as content, email, display advertising and social media in order to promote a consistent message to a specific audience. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/interactive-content-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Interactive Content Marketing</h2> <div class="card-content"> Interactive content marketing is the practice of using content that requires action from users. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/interactive-tools" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Interactive Tools</h2> <div class="card-content"> An interactive tool is a way to increase engagement with a target audience by getting them to click, tap, type, or take some other action. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-J"> <div class="glossary-item-terms"> <h3 class="browse-anchor">J</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/javascript" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">JavaScript</h2> <div class="card-content"> JavaScript, sometimes abbreviated as JS, is a high-level, interpreted programming language that lets you implement complex elements on web pages. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/email-marketing-jobs" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Jobs In Email Marketing</h2> <div class="card-content"> What is an email marketing job? An email marketing job refers to a role within an organization that focuses on planning, creating, and executing email marketing campaigns... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-K"> <div class="glossary-item-terms"> <h3 class="browse-anchor">K</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/keyword" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Keyword</h2> <div class="card-content"> A keyword (sometimes referred to as a search query or keyphrase) is a word that defines the main theme of the content on your page or post. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/keyword-density" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Keyword Density</h2> <div class="card-content"> Keyword density is ratio of the number of times that a keyword or phrase appears on a web page compared to the overall word count of the... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/keyword-frequency" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Keyword Frequency</h2> <div class="card-content"> Keyword frequency refers to how often a keyword appears on a given web page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/keyword-research" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Keyword Research</h2> <div class="card-content"> Keyword research is the process of determining which search keywords are relevant to a given web page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/key-performance-indicator" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">KPI (Key Performance Indicator)</h2> <div class="card-content"> A key performance indicator (or KPI) is a way to measure the performance of a business and its employees over time. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-L"> <div class="glossary-item-terms"> <h3 class="browse-anchor">L</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/landing-page" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Landing Page</h2> <div class="card-content"> A landing page is a stand-alone web page created about a specific topic to acquire a lead’s contact info through opt-in forms and gated content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/lead-generation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Lead Generation</h2> <div class="card-content"> Lead generation is the process of converting prospects into a lead based on the interest they show in your business. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/lead-generation-website" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Lead Generation Website</h2> <div class="card-content"> What is a lead generation website? A lead generation website is specifically designed to collect and nurture potential customers, or &#8216;leads,&#8217; for a business. Its primary goal... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/lifecycle-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Lifecycle Marketing</h2> <div class="card-content"> Lifecycle marketing is the process of guiding potential customers through stages in the customer journey. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/lifetime-value" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Lifetime Value</h2> <div class="card-content"> Lifetime value (LTV, or customer lifetime value) measures how valuable a customer is to your business. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/link-baiting" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Link Baiting</h2> <div class="card-content"> Link baiting is the creation of content with the singular purpose of getting people to link to it. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/list-cleaning" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">List Cleaning</h2> <div class="card-content"> List cleaning is the practice of removing unengaged or outdated emails from your email marketing database. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/list-hygiene" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">List Hygiene</h2> <div class="card-content"> Email list hygiene is the practice of keeping your email list full of engaged, active contacts. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/long-form-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Long Form Content</h2> <div class="card-content"> Long form content is content, typically written or video, that takes an above average amount of time to consume. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/long-tail-keywords" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Long Tail Keywords</h2> <div class="card-content"> Long tail keywords are keywords that are not searched as often as other phrases related to their topic. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-M"> <div class="glossary-item-terms"> <h3 class="browse-anchor">M</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/mail-server" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Mail Server</h2> <div class="card-content"> What is a mail server? A mail server, also known as an email server, is a computerized system that facilitates the sending, receiving, and storage of electronic... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/market-positioning" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Market Positioning</h2> <div class="card-content"> What is market positioning? Market positioning refers to the process of creating an image or identity for a product, service, or brand in the minds of the... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/market-test" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Market Test</h2> <div class="card-content"> What is a market test? A market test refers to the process of testing a product, service, or marketing campaign in a specific market or audience to... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/marketing-automation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Marketing Automation</h2> <div class="card-content"> Marketing automation is the use of software and technology to automate repetitive, manual marketing activities. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/marketing-campaign" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Marketing Campaign</h2> <div class="card-content"> In marketing, a campaign describes a series of marketing tactics designed to achieve an overall goal. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/marketing-management" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Marketing Management</h2> <div class="card-content"> What is marketing management? Marketing management refers to the process of planning, organizing, directing, and controlling an organization&#8217;s marketing activities. The ultimate goal of marketing management is... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/marketing-promotion" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Marketing Promotion</h2> <div class="card-content"> What is marketing promotion? Marketing promotion refers to the strategic activities and communication efforts undertaken by businesses to promote their products, services, or brand to their target... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/marketing-publicity" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Marketing Publicity</h2> <div class="card-content"> What is marketing publicity? Marketing publicity refers to gaining public visibility or awareness for a product, service, or your company via the media and other communication channels.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/mass-email-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Mass Email Marketing</h2> <div class="card-content"> Mass email marketing refers to sending one email message to a large group or list of contacts. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/media-channel" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Media Channel</h2> <div class="card-content"> What is a media channel? A media channel refers to a specific platform or medium through which content is distributed to an audience. It represents the means... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/media-company" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Media Company</h2> <div class="card-content"> What is a media company? A media company is an organization that operates in the field of mass communication, producing and distributing content to a wide audience... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/media-coverage" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Media Coverage</h2> <div class="card-content"> What is media coverage? Media coverage refers to the attention and exposure received by a person, brand, event, or topic in various forms of media, including print,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/meta-description" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Meta Description</h2> <div class="card-content"> This is a meta description. A meta description is a snippet of text used to summarize a web page’s content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/meta-tags" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Meta Tags</h2> <div class="card-content"> Meta tags are HTML tags that help define the contents of a web page. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/meta-title" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Meta Title</h2> <div class="card-content"> A meta title is the title of a web page as defined in the page’s HTML code. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/microblogging" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Microblogging Definition</h2> <div class="card-content"> Microblogging is a form of online communication that allows users to post and share short messages, typically limited to a certain number of characters or words. The... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/mobile-optimization" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Mobile Optimization</h2> <div class="card-content"> What is mobile optimization? Mobile optimization refers to designing and formatting your website so it&#8217;s easy to read and navigate from a mobile device. This could mean... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/multimedia-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Multimedia Content</h2> <div class="card-content"> What is multimedia content? Multimedia content refers to the combination of various media elements, such as text, images, audio, video, and interactive elements, to deliver information or... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/multivariate-testing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Multivariate Testing</h2> <div class="card-content"> Multivariate testing is a process for testing hypotheses where more than one variable is changed. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-N"> <div class="glossary-item-terms"> <h3 class="browse-anchor">N</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/nofollow-links" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Nofollow Links</h2> <div class="card-content"> Nofollow links are links with a nofollow HTML tag applied to them. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-O"> <div class="glossary-item-terms"> <h3 class="browse-anchor">O</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/one-to-one-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">One-to-One Marketing Definition</h2> <div class="card-content"> One-to-one marketing, also known as personalized marketing, is a marketing approach that tailors products, services, and promotional messages to individual customers based on their unique preferences and... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/opt-out" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Opt Out</h2> <div class="card-content"> To opt out refers to the different ways a contact can unsubscribe or voluntarily remove themselves from an email list. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/opt-in-email-lists" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Opt-in Email Lists</h2> <div class="card-content"> Opt-in email lists are lists of contacts that have willingly given you their email address, with the knowledge that they would be added to your list and... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/opt-in-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Opt-in Marketing</h2> <div class="card-content"> Opt-in marketing is a type of permission based marketing that involves using an opt-in process to confirm email addresses. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/outreach-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Outreach Marketing</h2> <div class="card-content"> What is outreach marketing? Outreach marketing is a strategic approach to promoting products, services, or brand messaging by proactively reaching out to target audiences and establishing meaningful... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/owned-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Owned Content</h2> <div class="card-content"> What is owned content? Owned content refers to digital assets and media fully owned and controlled by a business or individual. It includes various forms of content,... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/owned-media" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Owned Media</h2> <div class="card-content"> Owned media includes any marketing channel completely under your company’s control. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-P"> <div class="glossary-item-terms"> <h3 class="browse-anchor">P</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/page-title" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Page Title</h2> <div class="card-content"> A page title is the title of a web page as it appears at the top of the browser window and in search engine results. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/paid-media" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Paid Media</h2> <div class="card-content"> Paid media is marketing that you pay for. Paid media includes TV ads, print advertising, sponsorships, and other types of media. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/path-to-purchase" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Path to Purchase</h2> <div class="card-content"> What is the path to purchase? The path to purchase refers to the journey that a potential customer takes from the initial awareness of a product or... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/pay-per-click" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Pay-Per-Click (PPC)</h2> <div class="card-content"> Pay-per-click (PPC) is a model of digital advertising that charges advertisers each time someone clicks on one of their ads. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/permission-email-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Permission Email Marketing</h2> <div class="card-content"> Permission email marketing is marketing focused on getting permission ti contact prospects at a later date with information, promotions, and offers. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/personalization" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Personalization</h2> <div class="card-content"> Personalization in email marketing refers to the gathering and use of personal information of a contact </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/personalize" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Personalize</h2> <div class="card-content"> What is personalization in email marketing? Personalization in email marketing refers to the practice of tailoring email messages and content to individual recipients based on their unique... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/pipeline" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Pipeline</h2> <div class="card-content"> What is a pipeline? A pipeline is a systematic and visual representation of a process or workflow involving multiple stages, each representing a step toward a desired... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/pitch-deck" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Pitch Deck</h2> <div class="card-content"> A pitch deck is a brief presentation, usually in the form of a slideshow, that outlines the key elements of a business idea or startup. It is... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/plain-text-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Plain Text Email</h2> <div class="card-content"> A plain text email is an email that uses only text, without the use of images, links, graphics, HTML code, or formatting. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/podcast" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Podcast</h2> <div class="card-content"> A podcast is a digital audio file that you can download to your computer, smartphone, iPod, or tablet. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/prevision" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Prevision</h2> <div class="card-content"> What is prevision in business? Prevision in business, akin to foresight or forecasting, refers to predicting and preparing for future events and trends in the market. This... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/product-launch" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Product Launch</h2> <div class="card-content"> What is the definition of a product launch in business? A product launch, also known as a product rollout or market introduction, is the planned and coordinated... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/product-offer-definition" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Product Offer</h2> <div class="card-content"> What is a product offer? A product offer is a detailed description of the tangible products, goods, or services a company provides to its customers. It encompasses... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/product-positioning" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Product Positioning</h2> <div class="card-content"> What is product positioning? Product positioning refers to the strategic process of creating a distinct and desirable image of a product or service in the minds of... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/promotional-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Promotional Email</h2> <div class="card-content"> A promotional email is an email sent to inform the email list of your new or existing products or services. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/promotional-plan" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Promotional Plan</h2> <div class="card-content"> What is a promotional plan? A promotional plan is a strategic document outlining the specific marketing activities, tactics, and channels to promote a product, service, or brand.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/promotional-pricing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Promotional Pricing</h2> <div class="card-content"> What is promotional pricing? Promotional pricing refers to businesses&#8217; strategic use of temporary price reductions or discounts to attract customers, increase sales, and generate interest in their... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/psychographic-segmentation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Psychographic Segmentation</h2> <div class="card-content"> Psychographic segmentation is a marketing strategy that groups consumers based on their personality traits, values, interests, attitudes, and lifestyle. It&#8217;s used to create more targeted and effective... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/push-notification" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Push Notification</h2> <div class="card-content"> A push notification is a message or alert sent from a mobile app or marketing software to a user&#8217;s device, even when the user is not actively... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-Q"> <div class="glossary-item-terms"> <h3 class="browse-anchor">Q</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/query" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Query</h2> <div class="card-content"> In SEO, a query is the actual word or phrase that someone types into a search engine. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-R"> <div class="glossary-item-terms"> <h3 class="browse-anchor">R</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/re-sent" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">RE: sent</h2> <div class="card-content"> What is RE: sent? RE: in email refers to the subject line when responding to a previous email message. It&#8217;s an abbreviation for &#8220;regarding&#8221; or &#8220;in reference... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/reach-in-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Reach in Marketing</h2> <div class="card-content"> Reach in marketing refers to the total number of people exposed to a particular message, advertisement, or content through a given medium or channel. This metric determines... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/real-estate-crm" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Real Estate CRM</h2> <div class="card-content"> What is a real estate CRM? A real estate CRM (customer relationship management) is a software tool designed specifically for real estate professionals to manage their customer... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/real-time-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Real-Time Marketing Definition and Benefits</h2> <div class="card-content"> Real-time marketing is a marketing strategy that involves creating relevant and timely marketing messages and delivering them to consumers at the right moment. Real-time marketing is often... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/recipient" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Recipient</h2> <div class="card-content"> A recipient is a contact that has opted-in to receive emails as part of a mailing list. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/relationship-management" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Relationship Management</h2> <div class="card-content"> What is relationship management? Relationship management refers to the strategies, processes, and tools used by businesses to build and maintain strong, long-lasting relationships with customers. It involves... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/relationship-selling" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Relationship Selling</h2> <div class="card-content"> What is the definition of relationship selling in business? Relationship selling, sometimes referred to as consultative selling, is a sales approach that prioritizes building strong, long-term relationships... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/remittance-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Remittance Email</h2> <div class="card-content"> What is a remittance email? A remittance email refers to an electronic communication sent from a customer or client to a business or organization to convey payment... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/repurposed-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Repurposed Content</h2> <div class="card-content"> Repurposed content is content that has been altered from its original form to serve a different marketing goal. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/retail-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Retail Marketing</h2> <div class="card-content"> What is retail marketing? Retail marketing is a strategic approach used by businesses to promote and sell their products or services directly to consumers. It encompasses various... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/retargeting" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Retargeting</h2> <div class="card-content"> Retargeting is a form of online advertising that serves your ads to people who are already on your contact list or have already visited your website. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/return-on-sales" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Return On Sales</h2> <div class="card-content"> What is a good return on sales? A good return on sales, also known as ROS, is a financial metric used to evaluate the profitability and efficiency... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/really-simple-syndication" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">RSS</h2> <div class="card-content"> RSS stands for Really Simple Syndication, a standardized system for distributing content from a website or blog to readers. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/rss-subscription" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">RSS Subscription</h2> <div class="card-content"> What is an RSS subscription? The term &#8220;What is an RSS subscription?&#8221; often comes up in digital marketing and content management discussions. RSS, an acronym for &#8220;Really... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-S"> <div class="glossary-item-terms"> <h3 class="browse-anchor">S</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sales-channel" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Sales Channel</h2> <div class="card-content"> What is a sales channel?&nbsp; A sales channel refers to the various methods and avenues businesses distribute and sell products and services to customers. It encompasses different... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sales-discount" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Sales Discount</h2> <div class="card-content"> What is the definition of sales discount in business? In business, a sales discount, also known as a purchase discount or cash discount, is a reduction in... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sales-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Sales Marketing</h2> <div class="card-content"> What is sales marketing? Sales marketing refers to businesses&#8217; strategic approach and activities to promote their products or services, generate leads, and drive revenue through sales channels.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sales-pitch" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Sales Pitch</h2> <div class="card-content"> What is a Sales Pitch? A sales pitch is a persuasive message designed to convince potential customers to purchase a product or service. It involves communicating the... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sales-prospecting" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Sales Prospecting</h2> <div class="card-content"> Sales prospecting is the process of identifying and reaching out to potential customers or clients in order to create new business opportunities. The goal of sales prospecting... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/scaling-business" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Scaling In Business</h2> <div class="card-content"> What is scaling in business? Scaling in business refers to the capability of a company to manage a growing workload or potential increase in its output in... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/schema-org" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Schema.org</h2> <div class="card-content"> Schema.org is a form of markup that makes it easier for search engines to read and index your content. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/segmentation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Segmentation</h2> <div class="card-content"> Segmentation is the act of grouping your contacts by their characteristics or the actions they take. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/segmenting" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Segmenting</h2> <div class="card-content"> What is segmenting? Segmenting refers to the practice of dividing a target audience or customer base into smaller, more specific groups or segments based on certain criteria... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/selling-in-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Selling in Marketing</h2> <div class="card-content"> What is selling in marketing? Selling in marketing refers to the strategic process of persuading potential customers to purchase a product or service by effectively communicating its... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sem-search-engine-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">SEM (Search Engine Marketing)</h2> <div class="card-content"> Search engine marketing (SEM) is any paid digital marketing effort that increases your website’s visibility in search results. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/search-engine-optimization" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">SEO (Search Engine Optimization)</h2> <div class="card-content"> Search engine optimization (SEO) is the practice of improving the ranking of information in search results. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/search-engine-results-page" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">SERP (Search Engine Results Page)</h2> <div class="card-content"> The search engine results page (SERP) is the page that displays all of the results for a user’s query. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/shared-media" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Shared Media</h2> <div class="card-content"> What is the definition of shared media in business? Shared media, also known as earned media, refers to the publicity gained through promotional efforts other than paid... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/small-business-loan" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Small Business Loan</h2> <div class="card-content"> What is a small business loan? A small business loan refers to a financial product specifically tailored to meet the funding needs of small and medium-sized enterprises... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sms-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">SMS Marketing</h2> <div class="card-content"> SMS marketing is a form of mobile marketing that uses short message service (SMS) to communicate with customers via text messages. SMS messages are typically used to... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/sms-messaging" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">SMS Messaging</h2> <div class="card-content"> SMS messaging, which stands for short message service messaging, is a text messaging service available on mobile phones, smartphones, and other mobile devices. It allows users to... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/soft-bounce" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Soft Bounce</h2> <div class="card-content"> A soft bounce is an email that cannot be delivered due to a temporary issue. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/spam-filter" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Spam Filter</h2> <div class="card-content"> What is a spam filter? A spam filter is a software or program designed to detect and prevent unsolicited or unwanted emails from reaching a user&#8217;s inbox.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/spin-selling" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Spin Selling</h2> <div class="card-content"> Spin Selling is a consultative selling technique developed by Neil Rackham in the 1980s. It is based on the idea that successful sales require a deep understanding... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/stealth-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Stealth Marketing</h2> <div class="card-content"> What is Stealth Marketing? Stealth marketing is a form of advertising that promotes a product or service in a subtle or disguised way to create a buzz... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/subject-line" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Subject Line</h2> <div class="card-content"> A subject line is the headline of an email, the copy that appears in a recipient&#039;s email inbox. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/subject-line-length" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Subject Line Length</h2> <div class="card-content"> What is the ideal length of an email subject line? The ideal length of an email subject line refers to the recommended number of characters or words... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/subprocessor" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Subprocessor</h2> <div class="card-content"> What is the definition of a subprocessor in business? A subprocessor, also known as a data subprocessor or third-party subprocessor, is an external entity engaged by a... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/suggestion-selling" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Suggestion Selling</h2> <div class="card-content"> What is Suggestion Selling? Suggestion selling is a sales technique where the salesperson encourages the customer to purchase additional items, often complementary or associated with the primary... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/systemize" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Systemize</h2> <div class="card-content"> What is systemize? Systemize, also known as systematize, refers to organizing and standardizing business operations, tasks, and procedures to create efficient and repeatable workflows. It involves implementing... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-T"> <div class="glossary-item-terms"> <h3 class="browse-anchor">T</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/target-segmentation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Target Segmentation</h2> <div class="card-content"> What is target segmentation?&nbsp; Target segmentation, or market segmentation, divides a broader market into distinct groups or segments based on similar characteristics, behaviors, or needs. It involves... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/tf-idf" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">TF-IDF (Term Frequency Inverse Document Frequency)</h2> <div class="card-content"> TF-IDF is short for term frequency–inverse document frequency. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/thought-leadership" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Thought Leadership</h2> <div class="card-content"> Thought leadership is the process of becoming known for your expertise on a narrow subject. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/time-to-market" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Time To Market (TTM)</h2> <div class="card-content"> What is Time to Market? Time to Market (TTM) is a business term that refers to the period from a product being conceived until its availability on... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/transactional-email" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Transactional Email</h2> <div class="card-content"> A transactional email is a type of email that is triggered by an action on a website or mobile application – usually a purchase. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/tripwire-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Tripwire Marketing</h2> <div class="card-content"> Tripwire marketing is the practice of offering leads a low-cost product with the intention of selling them more expensive products later. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-U"> <div class="glossary-item-terms"> <h3 class="browse-anchor">U</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/unique-selling-proposition" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Unique Selling Proposition (USP)</h2> <div class="card-content"> A unique selling proposition (USP) is a statement that describes the unique value proposition of a product or service, and how it differentiates from the competition. The... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/unique-value-proposition" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Unique Value Proposition (UVP)</h2> <div class="card-content"> A unique value proposition (UVP) is a statement that describes the unique benefit that a company, product, or service provides to its customers or clients. It explains... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/unsubscribe" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Unsubscribe</h2> <div class="card-content"> Unsubscribe or &#039;opt-out&#039; means that a contact has expressed their desire to be removed from an email list. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/user-generated-content" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">User Generated Content (UGC)</h2> <div class="card-content"> User-generated content (UGC) is any written content, video, imagery, or other content format that is created by users of a product or service, rather than the company... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/utm-code" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">UTM Code</h2> <div class="card-content"> What are UTM codes? UTM codes, short for Urchin Tracking Module codes, are snippets of text added to URLs to track the effectiveness of marketing campaigns and... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-V"> <div class="glossary-item-terms"> <h3 class="browse-anchor">V</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/video-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Video Marketing</h2> <div class="card-content"> What is video marketing? Video marketing refers to the strategic use of video content to promote products, services, brands, or ideas to a target audience. It involves... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/view-rate" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">View Rate</h2> <div class="card-content"> What is a view rate? View rate refers to the percentage of recipients who open and view a specific email or campaign out of the total number... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/viral-email-marketing" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Viral Email Marketing</h2> <div class="card-content"> Viral email marketing is a method of email marketing with the goal of getting content spread quickly across many different channels. </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-W"> <div class="glossary-item-terms"> <h3 class="browse-anchor">W</h3> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/webhook" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Webhook</h2> <div class="card-content"> What is a webhook? A webhook is a way for one application to provide other applications with real-time information. In simpler terms, a webhook is a tool... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/website-integration" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Website Integration</h2> <div class="card-content"> A website integration is when your website sends or receives information from another application, system, or website. Website integrations are useful when you want to connect data... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/good-return-on-sales" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">What Is a Good Return on Sales</h2> <div class="card-content"> What is a good return on sales? A good return on sales, also known as ROS, is a financial metric used to evaluate the profitability and efficiency... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/best-way-describe-automation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">What Is the Best Way to Describe Automation?</h2> <div class="card-content"> Automation refers to using technology to streamline processes and tasks, reducing the need for human intervention. Businesses can use several different types of automation, each with unique... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/white-paper-in-business" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">White Paper in Business</h2> <div class="card-content"> What is a white paper in business? A white paper in business refers to a comprehensive, authoritative, and informative document that addresses a specific problem, provides in-depth... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> <div class="card-wrap is-actionable text "> <a href="https://www.activecampaign.com/glossary/workflow-automation" target="_self" > <div class="card-content-wrapper"> <h2 class="card-title ">Workflow Automation</h2> <div class="card-content"> What is workflow automation? Workflow automation is the process of using technology to automate repetitive and manual tasks that are part of a larger process or &#8220;workflow&#8221;.... </div><!-- .card-content --> </div><!-- .card-content-wrapper --> </a><!-- .is-actionable .act-button --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-X"> <div class="glossary-item-terms"> <h3 class="browse-anchor">X</h3> <div class="card-wrap text disable "> <div class="card-content-wrapper"> <h2 class="card-title ">There are no entries for this letter.</h2> </div><!-- .card-content-wrapper --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-Y"> <div class="glossary-item-terms"> <h3 class="browse-anchor">Y</h3> <div class="card-wrap text disable "> <div class="card-content-wrapper"> <h2 class="card-title ">There are no entries for this letter.</h2> </div><!-- .card-content-wrapper --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> <section class="glossary-item-container" id="browse-Z"> <div class="glossary-item-terms"> <h3 class="browse-anchor">Z</h3> <div class="card-wrap text disable "> <div class="card-content-wrapper"> <h2 class="card-title ">There are no entries for this letter.</h2> </div><!-- .card-content-wrapper --> </div><!-- .card-wrap --> </div><!-- .glossary-item-terms --> </section><!-- .glossary-item-container --> </div><!-- .glossary-browse-block --> </section><!-- .glossary-browse-container --> </main><!-- #main --> <div class="craftFooter craft-api"></div> <!-- HFCM by 99 Robots - Snippet # 1: Tracking --> <!-- AC conversion reporting --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var trackac = document.createElement("script"); trackac.defer = true; trackac.type = "text/javascript"; trackac.src = "//www.activecampaign.com/_track.php?r="+encodeURIComponent(document.referrer)+"&u="+encodeURIComponent(window.location.href); var trackac_s = document.getElementsByTagName("script"); if (trackac_s.length) { trackac_s[0].parentNode.appendChild(trackac); } else { var trackac_h = document.getElementsByTagName("head"); trackac_h.length && trackac_h[0].appendChild(trackac); } </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } var url = window.location.href; var arr = url.match(/(\?|&)_r=([^&]*)/); if (arr) { setCookie("acAffiliate", arr[2], 90); } </script> <script type="rocketlazyloadscript" src='https://js.sentry-cdn.com/b822c481a6c34679af9122e5576d7311.min.js' crossorigin="anonymous" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { Sentry.onLoad(function() { Sentry.init({ environment: "{{ if { env:APP_ENV } === 'dev' }}development{{ else }}{{ if { env:IS_STAGING } }}staging{{ else }}production{{ /if }}{{ /if }}", denyUrls: [ /* Facebook flakiness */ /graph\.facebook\.com/i, /* Facebook blocked */ /connect\.facebook\.net\/en_US\/all\.js/i, /* Woopra flakiness */ /eatdifferent\.com\.woopra-ns\.com/i, /static\.woopra\.com\/js\/woopra\.js/i, /* Chrome extensions */ /extensions\//i, /^chrome:\/\//i, /* Other plugins */ /127\.0\.0\.1:4001\/isrunning/i, /* Cacaoweb */ /webappstoolbarba\.texthelp\.com\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i, // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i ], ignoreErrors: [ /* Random plugins/extensions */ 'top.GLOBALS', /* See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html */ 'originalCreateNotification', 'canvas.contentDocument', 'MyApp_RemoveAllHighlights', 'http://tt.epicplay.com', 'https://distillery.wistia.com', 'Can\'t find variable: ZiteReader', 'jigsaw is not defined', 'ComboSearch is not defined', 'http://loading.retry.widdit.com/', 'atomicFindClose', /* Facebook borked */ 'fb_xd_fragment', /* ISP "optimizing" proxy - `Cache-Control: no-transform` seems to / reduce this. (thanks @acdha) / See http://stackoverflow.com/questions/4113268 */ 'bmi_SafeAddOnload', 'EBCallBackMessageReceived', /* See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx */ 'conduitPage', // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i, ], blacklistUrls: [ /* Facebook flakiness */ /graph\.facebook\.com/i, /* Facebook blocked */ /connect\.facebook\.net\/en_US\/all\.js/i, /* Woopra flakiness */ /eatdifferent\.com\.woopra-ns\.com/i, /static\.woopra\.com\/js\/woopra\.js/i, /* Chrome extensions */ /extensions\//i, /^chrome:\/\//i, /* Other plugins */ /127\.0\.0\.1:4001\/isrunning/i, /* Cacaoweb */ /webappstoolbarba\.texthelp\.com\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i, // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i ] }); }); }) </script> <!-- Leads tracking - minified script --> <!-- <script type="rocketlazyloadscript">var queryForm=function(e){var t=!(!e||!e.reset)&&e.reset,o=window.location.toString().split("?"),n=document.referrer,r=new Date;if(window.localStorage.setItem("date",r),n.length>0){var i=(n=n.replace(/^http(s?):\/\//i,"")).split(".");"www"==i[0]?refDomain=i[1].toString():refDomain=i[0].toString(),sessionStorage.setItem("referring_domain",decodeURIComponent(refDomain))}if(o.length>1){var a=o[1].split("&");for(l in a){var s=a[l].split("=");(t||null===sessionStorage.getItem(s[0]))&&sessionStorage.setItem(s[0],decodeURIComponent(s[1]))}}for(var m=document.querySelectorAll("input[type=hidden], input[type=text]"),l=0;l<m.length;l++){var g=m[l].name.match(/\[(.*?)\]/);if(g)if("current_date"===g[1])var d=window.localStorage.getItem("date");else d=sessionStorage.getItem(g[1]);d&&(document.getElementsByName(m[l].name)[0].value=d)}};setTimeout(function(){queryForm()},3e3);</script>--> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 17: Geo Form Fix --> <script> (function () { var storageCheck = (function() { var uid = 'ACLocalStorageTest'; var result; try { localStorage.setItem(uid, uid); result = localStorage.getItem(uid) === uid; localStorage.removeItem(uid); return result && localStorage; } catch (exception) {} }()); var initGeoField = function (locationField) { if (locationField && locationField.value.match(/^([A-Z]{2})/)) { if (storageCheck && localStorage.getItem('GeoLoc') && localStorage.getItem('GeoLoc').match(/^([A-Z]{2})/)){ locationField.value = localStorage.getItem('GeoLoc'); } else { fetch('https://www.activecampaign.com/wp-content/themes/activecampaign/json/location.php') .then(res => res.json()) .then((out) => { if (storageCheck && out.location !== 'XX'){ localStorage.setItem('GeoLoc', out.location); } //console.log('Original Location: ', locationField.value); locationField.value = out.location //console.log('Updated Location: ', locationField.value); }).catch(err => console.error(err)); } } } // Elementor Forms var forms = document.querySelectorAll('.elementor-form'); if (forms) { forms.forEach(function (item) { var locationField = item.querySelector('.elementor-field-type-hidden > input[type=hidden]'); if (locationField){ initGeoField(locationField); } }); } // Blog Signup var fields = document.querySelectorAll('input[data-name="geoip_country"]'); if (fields) { fields.forEach(function (locationField) { initGeoField(locationField); }); } })(); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 21: URL Tracking --> <script type="rocketlazyloadscript"> (function(){ const setSessionParams = () => { const urlParams = new URLSearchParams(location.search); const trackedParameters = [ 'cid', 'mMact', 'mMc', 'mMsta', 'mMt', 'utm_campaign', 'utm_medium', 'utm_source', 'wid' ]; if (urlParams){ trackedParameters.forEach((param) => { if (urlParams.has(param)){ sessionStorage.setItem(param,urlParams.get(param)); } }) } } //check referring domain const setReferringDomain = () => { if (sessionStorage.getItem('referring_domain') === null){ try { let url = (new URL(document.referrer)); if (url.host){ // ignore staging and live environments if (!url.host.includes('wpengine') && !url.host.includes('activecampaign')){ sessionStorage.setItem('referring_domain', url.host); } } } catch (e){ //console.log(e); } } } setReferringDomain(); setSessionParams(); })() </script> <!-- /end HFCM by 99 Robots --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /** * We define our custom disqus configs here. This function is invoked from: * /disqus-comment-system/public/js/comment_embed.js by variable `disqus_config_custom` */ var disqus_config = function () { this.language = "en"; }; </script><style id='wp-block-heading-inline-css'> h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em} </style> <style id='wp-block-paragraph-inline-css'> .is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit} </style> <style id='wp-block-list-inline-css'> ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em} </style> <style id='wp-block-quote-inline-css'> .wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right} </style> <script src='https://www.activecampaign.com/wp-content/mu-plugins/ac-blocks/build/ac-block-menu-dropdown-frontend.c3470337b392f0c390bb.js?ver=ac-block-menu-dropdown-frontend.c3470337b392f0c390bb.js' id='ac-block-menu-dropdown-frontend-js-js' defer></script> <script id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id='rocket-preload-links-js-extra'> var RocketPreloadLinksConfig = {"excludeUris":"\/it\/sales-crm|\/br\/marketing-automation|\/br\/email-marketing|\/lp\/sem\/marketing-automation|\/about|\/es\/marketing-automation|\/about\/events|\/resources\/customer-enablement-workshops|\/security\/security-package|\/email-marketing|\/contact|\/search|\/customer-experience-automation|\/br\/feature\/marketing-automation|\/br\/glossary\/dmarc|\/about\/diversity-equity-inclusion|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.activecampaign.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script src='https://www.activecampaign.com/wp-content/themes/activecampaign/build/js/index.js?ver=1722438045' id='active-campaign-scripts-js' defer></script> <div class="svg-sprite-wrapper"><svg width="0" height="0" style="position:absolute"><symbol viewBox="0 0 24 24" id="arrow-back" xmlns="http://www.w3.org/2000/svg"><path fill="#356AE6" d="M5.414 11H22v2H5.414l7.293 7.293-1.414 1.414L1.586 12l9.707-9.707 1.414 1.414L5.414 11z"/></symbol><symbol fill="none" viewBox="0 0 24 25" id="arrow-left" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#aba)"><path fill-rule="evenodd" clip-rule="evenodd" d="M23 13.54H4.375l9.085 9.3-1.431 1.398L.602 12.54 12.03.84l1.43 1.398-9.084 9.302H23v2Z" fill="#1F2129"/></g><defs><clipPath id="aba"><path fill="#fff" transform="translate(0 .54)" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 24 24" id="back-arrow" xmlns="http://www.w3.org/2000/svg"><defs><path id="aca" d="M5.414 11H22v2H5.414l7.293 7.293-1.414 1.414L1.586 12l9.707-9.707 1.414 1.414L5.414 11z"/></defs><g fill="none" fill-rule="evenodd"><mask id="acb" fill="#fff"><use xlink:href="#aca"/></mask><use fill="currentColor" fill-rule="nonzero" xlink:href="#aca"/><g mask="url(#acb)"><path d="M0 0h24v24H0z"/></g></g></symbol><symbol fill="none" viewBox="0 0 16 16" id="calendar" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0h-2v2H4V0H2v2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2V0Zm0 6H2v8h12V6Zm-2 2H9v3h3V8Z" fill="#5F667E"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="calendar-event" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 0h-3v3H8V0H5v3H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-2V0ZM3 9h18v12H3V9Zm16 2h-4v4h4v-4Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 16 28" id="caret-down" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M16 11a.99.99 0 0 1-.297.703l-7 7C8.516 18.89 8.265 19 8 19s-.516-.109-.703-.297l-7-7A.996.996 0 0 1 0 11c0-.547.453-1 1-1h14c.547 0 1 .453 1 1z"/></symbol><symbol viewBox="0 0 24 24" id="check" xmlns="http://www.w3.org/2000/svg"><path fill="#19CCA3" d="M8.382 16.956 20.202 4 22 5.64 8.5 20.44 2 14.22l1.683-1.76z"/></symbol><symbol fill="none" viewBox="0 0 8 8" id="chevron-filled-right" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4Z" fill="#356AE6"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-banana" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#facf3f"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-creamsicle" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#ff8730"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-lavender" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#73f"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-mint" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#19cca3"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-ocean" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#356ae6"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-slate" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#4e5468"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-strawberry" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#f3376b"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-white" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#fff"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="chevron-lined-right" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.707.293 6.293 1.707 16.586 12 6.293 22.293l1.414 1.414L19.414 12 7.707.293Z" fill="#1F2129"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="clock-time" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-11-.054V5h-2v8.054l4.47 2.794 1.06-1.696L13 11.946Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 22.5 22.27" id="close" xmlns="http://www.w3.org/2000/svg"><defs><style>.ase976b01e-b823-4a33-afa4-7e423e5efc07{fill:#303536}</style></defs><g id="asbc0933f0-4035-477f-a26f-3729a5f20fc6" data-name="Layer 2"><g id="asac142a7b-f51d-4aa6-8dfb-c0c4fdfa64fb" data-name="Layer 1"><path class="ase976b01e-b823-4a33-afa4-7e423e5efc07" d="m.4 2.17 19.44 19.44a1.25 1.25 0 1 0 1.77-1.77L2.17.4A1.18 1.18 0 0 0 .4.4a1.18 1.18 0 0 0 0 1.77Z"/><path class="ase976b01e-b823-4a33-afa4-7e423e5efc07" d="M2.66 21.87 22.1 2.43a1.18 1.18 0 0 0 0-1.77 1.18 1.18 0 0 0-1.77 0L.89 20.1a1.18 1.18 0 0 0 0 1.77 1.18 1.18 0 0 0 1.77 0Z"/></g></g></symbol><symbol viewBox="0 0 48 48" id="divider-handle" xmlns="http://www.w3.org/2000/svg"><circle fill="#1f2129" cx="24" cy="24" r="24"/><path d="M28.5 30V18l7 6zm-9-12v12l-7-6z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 16 16" id="download" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="m11.226 5.843-.284-1.431a3 3 0 0 0-5.885 0l-.284 1.431-1.45.167A1.5 1.5 0 0 0 3.5 9H5v2H3.5a3.5 3.5 0 0 1-.405-6.977 5.002 5.002 0 0 1 9.81 0A3.5 3.5 0 0 1 12.5 11H11V9h1.5a1.5 1.5 0 0 0 .176-2.99l-1.45-.167zM7 13V6h2v7h2l-3 3-3-3h2z" fill="#004cff"/></symbol><symbol fill="none" viewBox="0 0 17 17" id="earth-globe" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ava)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.577 14.53c2.221 0 4.16-1.207 5.197-3h-.197a2 2 0 0 1-2-2 2 2 0 0 1 0-4h2.197a5.998 5.998 0 0 0-5.197-3 5.998 5.998 0 0 0-5.197 3h.697a2.5 2.5 0 0 1 2 4h1a1.5 1.5 0 0 1 0 3H4.105a5.985 5.985 0 0 0 4.472 2Zm0 2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" fill="#fff"/></g><defs><clipPath id="ava"><path fill="#fff" transform="translate(.577 .53)" d="M0 0h16v16H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="email-love" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#awa)"><mask id="awb" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="7" width="30" height="22"><rect x="2" y="8" width="28" height="20" rx="1" fill="#fff" stroke="#004CFF" stroke-width="2"/></mask><g mask="url(#awb)" fill="#fff" stroke="#004CFF" stroke-width="2"><rect x="2" y="8" width="28" height="20" rx="1"/><path d="M15.276 14.233 2.315 28h27.371L16.732 14.233a1 1 0 0 0-1.456 0Z"/><path d="M15.32 19.988 2.53 8h26.942L16.688 19.988a1 1 0 0 1-1.368 0Z"/></g><path d="m17.491 12.833 5.223-5.842A4.244 4.244 0 0 0 17.237.603L16 1.407 14.763.603a4.244 4.244 0 0 0-5.477 6.388l5.223 5.842a2 2 0 0 0 2.982 0Z" fill="#004CFF" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="awa"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 24 28" id="facebook-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M19.5 2q1.859 0 3.18 1.32T24 6.5v15q0 1.859-1.32 3.18T19.5 26h-2.938v-9.297h3.109l.469-3.625h-3.578v-2.312q0-.875.367-1.313t1.43-.438l1.906-.016V5.765q-.984-.141-2.781-.141-2.125 0-3.398 1.25t-1.273 3.531v2.672H9.688v3.625h3.125v9.297H4.5q-1.859 0-3.18-1.32T0 21.499v-15q0-1.859 1.32-3.18t3.18-1.32h15z"/></symbol><symbol viewBox="0 0 20 20" id="globe" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM8.964 18.51a8.507 8.507 0 0 1-5.025-2.45A8.515 8.515 0 0 1 1.429 10c0-2.061.722-4.01 2.048-5.56.034.409.118.848.097 1.162-.08 1.144-.192 1.86.477 2.825.261.376.325.915.452 1.35.125.425.62.649.963.91.69.53 1.35 1.145 2.083 1.611.483.308.784.46.643 1.05-.114.474-.146.766-.39 1.189-.076.129.282.957.4 1.076.361.36.719.691 1.112 1.016.609.503-.06 1.157-.35 1.88zm7.097-2.45a8.51 8.51 0 0 1-4.45 2.36 3.55 3.55 0 0 1 1.053-1.411c.341-.263.768-.77.947-1.17.178-.401.414-.749.652-1.117.34-.524-.837-1.314-1.219-1.48-.858-.373-1.504-.875-2.267-1.412-.543-.383-1.647.2-2.26-.068-.841-.367-1.533-1.005-2.264-1.555-.754-.568-.717-1.23-.717-2.067.59.022 1.43-.164 1.822.311.124.15.55.82.834.582.233-.195-.172-.974-.25-1.157-.241-.563.548-.783.951-1.165.527-.498 1.658-1.28 1.568-1.637-.089-.357-1.13-1.369-1.742-1.21-.092.023-.9.87-1.055 1.002l.012-.829c.003-.174-.325-.353-.31-.466.039-.284.83-.8 1.027-1.026-.138-.087-.609-.491-.751-.432-.345.144-.735.243-1.08.387 0-.12-.014-.232-.031-.343a8.49 8.49 0 0 1 2.178-.632l.677.272.478.567.477.492.417.134.663-.624-.171-.446v-.401c1.31.19 2.547.679 3.63 1.432-.193.018-.406.046-.646.077-.1-.059-.227-.085-.335-.126.314.675.641 1.34.974 2.007.355.711 1.144 1.475 1.282 2.226.164.885.05 1.69.14 2.731.086 1.003 1.13 2.143 1.13 2.143s.483.164.884.107a8.519 8.519 0 0 1-2.248 3.945z" fill="currentColor"/></symbol><symbol viewBox="0 0 30 20" id="hamburger" xmlns="http://www.w3.org/2000/svg"><g data-name="Layer 2"><path d="M12.5 11.25h16.25A1.18 1.18 0 0 0 30 10a1.18 1.18 0 0 0-1.25-1.25H12.5A1.18 1.18 0 0 0 11.25 10a1.18 1.18 0 0 0 1.25 1.25ZM1.25 2.5h27.5A1.18 1.18 0 0 0 30 1.25 1.18 1.18 0 0 0 28.75 0H1.25A1.18 1.18 0 0 0 0 1.25 1.18 1.18 0 0 0 1.25 2.5Zm0 17.5h27.5a1.25 1.25 0 0 0 0-2.5H1.25a1.25 1.25 0 0 0 0 2.5Z" style="fill:#000" data-name="Layer 1"/></g></symbol><symbol fill="none" viewBox="0 0 12 12" id="icon-link" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h5v2H2v8h8V8h2v4H0V0Z" fill="#5F667E"/><path d="M10.207 3.207 12 5V0H7l1.793 1.793-4.5 4.5 1.414 1.414 4.5-4.5Z" fill="#5F667E"/></symbol><symbol viewBox="0 0 27 32" id="instagram-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M18.286 16q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339T9.144 16t1.339 3.232 3.232 1.339 3.232-1.339T18.286 16zm2.464 0q0 2.929-2.054 4.982t-4.982 2.054-4.982-2.054T6.678 16t2.054-4.982 4.982-2.054 4.982 2.054T20.75 16zm1.929-7.321q0 .679-.482 1.161t-1.161.482-1.161-.482-.482-1.161.482-1.161 1.161-.482 1.161.482.482 1.161zM13.714 4.75l-1.366-.009q-1.241-.009-1.884 0t-1.723.054-1.839.179-1.277.33q-.893.357-1.571 1.036T3.018 7.911q-.196.518-.33 1.277t-.179 1.839-.054 1.723 0 1.884T2.464 16t-.009 1.366 0 1.884.054 1.723.179 1.839.33 1.277q.357.893 1.036 1.571t1.571 1.036q.518.196 1.277.33t1.839.179 1.723.054 1.884 0 1.366-.009 1.366.009 1.884 0 1.723-.054 1.839-.179 1.277-.33q.893-.357 1.571-1.036t1.036-1.571q.196-.518.33-1.277t.179-1.839.054-1.723 0-1.884T24.964 16t.009-1.366 0-1.884-.054-1.723-.179-1.839-.33-1.277q-.357-.893-1.036-1.571t-1.571-1.036q-.518-.196-1.277-.33t-1.839-.179-1.723-.054-1.884 0-1.366.009zM27.429 16q0 4.089-.089 5.661-.179 3.714-2.214 5.75t-5.75 2.214q-1.571.089-5.661.089t-5.661-.089q-3.714-.179-5.75-2.214T.09 21.661Q.001 20.09.001 16t.089-5.661q.179-3.714 2.214-5.75t5.75-2.214q1.571-.089 5.661-.089t5.661.089q3.714.179 5.75 2.214t2.214 5.75q.089 1.571.089 5.661z"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="language" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 2h11v7h-2c-1.1 0-1.833-.433-2.3-1.004A3.23 3.23 0 0 1 8 6h3V5H8V3H7v2H4v1h3c0 .65-.22 1.409-.7 1.996C5.834 8.567 5.1 9 4 9v1c1.348 0 2.341-.526 3-1.283V12h1V8.717c.375.431.859.787 1.454 1.014A1.992 1.992 0 0 0 9 11v2H2V2Zm7 13H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7h7a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2v-7Zm6-3h3l3 9h-2l-.667-2h-3.666L14 21h-2l3-9Zm1.5 1.5L15.333 17h2.334L16.5 13.5Z" fill="#1F2129"/></symbol><symbol fill="none" viewBox="0 0 9 5" id="language-caret-down" xmlns="http://www.w3.org/2000/svg"><path d="m4.577 4.53 4-4h-8l4 4Z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 19 19" id="language-check" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.468 18.178a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm-2.25-4.189 8.03-8.03-1.06-1.06-6.97 6.969-2.47-2.47-1.06 1.061 3.53 3.53Z" fill="#004CFF"/></symbol><symbol fill="none" viewBox="0 0 12 13" id="lightbulb" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bga)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.582c0 1.48-.804 2.773-2 3.465v1.535H4V8.047a4 4 0 1 1 6-3.465Zm-2 8v-2H4v2h4Z" fill="#4E5468"/></g><defs><clipPath id="bga"><path fill="#fff" transform="translate(0 .582)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="lightbulb-creamcicle" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4c0 1.48-.804 2.773-2 3.465V9H4V7.465A4 4 0 1 1 10 4Zm-2 8v-2H4v2h4Z" fill="#E66000"/></symbol><symbol fill="none" viewBox="0 0 12 13" id="lightning" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bia)"><path d="M3 .582v7h2v5l4-7H7l2-5H3Z" fill="#4E5468"/></g><defs><clipPath id="bia"><path fill="#fff" transform="translate(0 .582)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="lightning-mint" xmlns="http://www.w3.org/2000/svg"><path d="M3 0v7h2v5l4-7H7l2-5H3Z" fill="#11866F"/></symbol><symbol viewBox="0 0 24 28" id="linkedin-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M3.703 22.094h3.609V11.25H3.703v10.844zM7.547 7.906q-.016-.812-.562-1.344t-1.453-.531-1.477.531-.57 1.344q0 .797.555 1.336t1.445.539h.016q.922 0 1.484-.539t.562-1.336zm9.141 14.188h3.609v-6.219q0-2.406-1.141-3.641T16.14 11q-2.125 0-3.266 1.828h.031V11.25H9.296q.047 1.031 0 10.844h3.609v-6.062q0-.594.109-.875.234-.547.703-.93t1.156-.383q1.813 0 1.813 2.453v5.797zM24 6.5v15q0 1.859-1.32 3.18T19.5 26h-15q-1.859 0-3.18-1.32T0 21.5v-15q0-1.859 1.32-3.18T4.5 2h15q1.859 0 3.18 1.32T24 6.5z"/></symbol><symbol viewBox="0 0 24 24" id="magnifying-glass" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm6.676-1.238 4.48 4.48-1.413 1.415-4.481-4.481a8.5 8.5 0 1 1 1.414-1.414z"/></symbol><symbol viewBox="0 0 24 24" id="magnifying-glass-lt-grey" xmlns="http://www.w3.org/2000/svg"><path fill="#ced3e0" d="M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm6.676-1.238 4.48 4.48-1.413 1.415-4.481-4.481a8.5 8.5 0 1 1 1.414-1.414z"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="map-pin-location" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 24s9-9.732 9-14.809C21 4.115 16.97 0 12 0S3 4.115 3 9.191C3 14.268 12 24 12 24Zm0-12a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 148 148" fill="none" id="overlay-play-button" xmlns="http://www.w3.org/2000/svg"><g filter="url(#bna)"><path d="M134.897 70c0 33.69-27.288 61-60.948 61S13 103.69 13 70 40.288 9 73.948 9c33.661 0 60.949 27.31 60.949 61Z" stroke="#fff" stroke-width="2"/><path d="m98.728 69.256-42.124 23.56v-47.12l42.124 23.56Z" fill="#fff"/></g><defs><filter id="bna" x="0" y="0" width="147.897" height="148" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="6"/><feColorMatrix values="0 0 0 0 0.121569 0 0 0 0 0.129412 0 0 0 0 0.160784 0 0 0 0.08 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter></defs></symbol><symbol viewBox="0 0 24 28" id="pause" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M24 3v22c0 .547-.453 1-1 1h-8c-.547 0-1-.453-1-1V3c0-.547.453-1 1-1h8c.547 0 1 .453 1 1zM10 3v22c0 .547-.453 1-1 1H1c-.547 0-1-.453-1-1V3c0-.547.453-1 1-1h8c.547 0 1 .453 1 1z"/></symbol><symbol viewBox="0 0 22 28" id="play" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M21.625 14.484.875 26.015c-.484.266-.875.031-.875-.516v-23c0-.547.391-.781.875-.516l20.75 11.531c.484.266.484.703 0 .969z"/></symbol><symbol id="play-btn-white" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style>.bpst0{fill:#fff}</style><path class="bpst0" d="M30 60C13.5 60 0 46.5 0 30S13.5 0 30 0s30 13.5 30 30-13.5 30-30 30zm0-58C14.6 2 2 14.6 2 30s12.6 28 28 28 28-12.6 28-28S45.4 2 30 2z"/><path class="bpst0" d="M44 30.3 21.3 43V17.7L44 30.3z"/></symbol><symbol viewBox="0 0 110 110" id="play-button" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="55" cy="55" r="55" fill="#FFF"/><path fill="#356AE6" d="M78 55 39 77V33z"/></g></symbol><symbol viewBox="0 0 110 110" id="play-button-3" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="55" cy="55" r="55" fill="#FFF"/><path fill="#356AE6" d="M78 55 39 77V33z"/></g></symbol><symbol fill="none" viewBox="0 0 16 16" id="question-icon-blue" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 1 0 0 16zm-1.29-4.127A1.13 1.13 0 0 0 7.845 13a1.13 1.13 0 0 0 1.136-1.127 1.13 1.13 0 0 0-1.136-1.127 1.13 1.13 0 0 0-1.136 1.127zm4.118-4.645c-.167.4-.545.91-1.09 1.248-.188.118-.45.284-.77.584a.96.96 0 0 0-.205.438c-.01.065 0 .32 0 .32H6.88a2.59 2.59 0 0 1 .008-.588l.003-.03c.012-.11.044-.406.173-.633.18-.317.335-.474.86-.828l.095-.064c.63-.422.98-.658 1.06-.966.077-.285.107-.616-.14-.888-.22-.24-.515-.282-.842-.293-.308-.01-.73.034-1 .328-.243.267-.218.978-.218.978H5a3.196 3.196 0 0 1 .038-.576c.02-.142.085-.494.233-.82.212-.466.568-.938 1.198-1.207.487-.21.942-.237 1.617-.226.705.01 1.27.116 1.845.502.2.136.797.55 1 1.332a2.21 2.21 0 0 1-.105 1.392z" fill="#356ae6"/></symbol><symbol viewBox="0 0 40 30" id="quotes" xmlns="http://www.w3.org/2000/svg"><path d="M24.295 26.864c-5.094-5.719-1.585-15.673 2.657-19.522 3.615-3.28 9.605-5.96 10.17-5.024.897 1.49-2.636 2.547-5.293 4.938-3.316 3.586-4.43 5.198.16 7.221 4.918 2.22 5.012 4.391 5.17 7.153.398 6.954-7.89 10.207-12.864 5.234zm-19.172-.099C.028 21.046 3.538 11.09 7.78 7.243c3.614-3.28 9.604-5.96 10.17-5.024.897 1.49-2.636 2.547-5.293 4.938-3.316 3.586-4.43 5.198.159 7.221 4.918 2.22 5.013 4.391 5.17 7.153.399 6.954-7.89 10.207-12.863 5.234z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 63 47" id="quotes-ocean" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bua)" fill="#e3ebfc"><path d="M23.304 2.66c-2.207.76-5.673 2.327-8.608 5.648-4.782 5.4-6.74 13.772-4.304 15.688 1.445 1.136 3.227-1.074 7.378-.627.345.037 5.728.698 8.607 5.02 3.15 4.73 2.36 12.423-2.46 16.316-5.965 4.818-13.95.458-14.756 0-5.355-3.037-7.1-8.536-7.993-11.295-2.262-7.082-.668-13.24 0-15.688C4.857 4.205 19.1 0 23.518 0m31.286 2.66c-2.207.76-5.672 2.327-8.607 5.648-4.782 5.4-6.74 13.772-4.304 15.688 1.445 1.136 3.227-1.074 7.378-.627.345.037 5.728.698 8.608 5.02 3.15 4.73 2.36 12.423-2.46 16.316-5.965 4.818-13.95.458-14.756 0-5.355-3.037-7.1-8.536-7.993-11.295-2.262-7.082-.668-13.24 0-15.688C36.357 4.205 50.6 0 55.018 0"/></g><defs><clipPath id="bua"><path fill="#fff" d="M0 0h63v47H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 64.27 47.97" id="quotes-white" xmlns="http://www.w3.org/2000/svg"><path d="M23.67 2.72a20.41 20.41 0 0 0-8.74 5.76c-4.86 5.53-6.85 14.07-4.37 16 1.47 1.16 3.28-1.1 7.49-.64.35 0 5.82.71 8.75 5.12 3.2 4.83 2.4 12.69-2.5 16.67-6.06 4.92-14.17.46-15 0-5.44-3.11-7.22-8.72-8.12-11.54a27.91 27.91 0 0 1 0-16C4.93 4.29 19.39 0 23.89 0m35.34 2.74a20.55 20.55 0 0 0-8.74 5.77c-4.86 5.52-6.85 14.06-4.38 16 1.47 1.16 3.28-1.1 7.5-.64.35 0 5.82.71 8.74 5.13 3.2 4.83 2.4 12.68-2.5 16.66-6.06 4.92-14.17.47-15 0-5.44-3.1-7.22-8.72-8.12-11.54a28.09 28.09 0 0 1 0-16C40.49 4.32 55 0 59.45 0" style="fill:#fff"/></symbol><symbol fill="none" viewBox="0 0 25 25" id="rss-blue" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bxa)"><path fill-rule="evenodd" clip-rule="evenodd" d="M.707 4.418c11.046 0 20 8.954 20 20h4c0-13.255-10.745-24-24-24v4Zm12 20c0-6.627-5.372-12-12-12v-4c8.837 0 16 7.163 16 16h-4Zm-5-3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="#356AE6"/></g><defs><clipPath id="bxa"><path fill="#fff" transform="translate(.707 .418)" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 22.48 23.43" id="star-with-check" xmlns="http://www.w3.org/2000/svg"><path d="M10.11 1.35a2 2 0 0 1 2.78 0l1 1a2 2 0 0 0 1.67.54l1.37-.19a2 2 0 0 1 2.25 1.63l.24 1.37a2 2 0 0 0 1 1.42l1.23.65a2 2 0 0 1 .86 2.65l-.61 1.24a2 2 0 0 0 0 1.76l.61 1.24a2 2 0 0 1-.86 2.65l-1.23.65a2 2 0 0 0-1 1.42l-.24 1.37a2 2 0 0 1-2.25 1.63l-1.37-.19a2 2 0 0 0-1.67.54l-1 1a2 2 0 0 1-2.78 0l-1-1a2 2 0 0 0-1.67-.54l-1.37.19a2 2 0 0 1-2.25-1.63l-.24-1.37a2 2 0 0 0-1-1.42l-1.23-.65a2 2 0 0 1-.86-2.65l.61-1.24a2 2 0 0 0 0-1.76l-.64-1.28a2 2 0 0 1 .86-2.65l1.23-.65a2 2 0 0 0 1-1.42l.24-1.37a2 2 0 0 1 2.28-1.63l1.37.19a2 2 0 0 0 1.67-.54Z" transform="translate(-.26 -.78)" style="fill:#1bddb1"/><path d="M17.21 9.35 9.5 17.06l-3.71-3.71 1.42-1.41 2.29 2.29 6.29-6.29Z" transform="translate(-.26 -.78)" style="fill:#fff;fill-rule:evenodd"/></symbol><symbol viewBox="0 0 24 28" id="twitter-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M20 9.531q-.875.391-1.891.531 1.062-.625 1.453-1.828-1.016.594-2.094.797Q16.515 8 15.077 8q-1.359 0-2.32.961t-.961 2.32q0 .453.078.75-2.016-.109-3.781-1.016t-3-2.422q-.453.781-.453 1.656 0 1.781 1.422 2.734-.734-.016-1.563-.406v.031q0 1.172.781 2.086t1.922 1.133q-.453.125-.797.125-.203 0-.609-.063.328.984 1.164 1.625t1.898.656q-1.813 1.406-4.078 1.406-.406 0-.781-.047 2.312 1.469 5.031 1.469 1.75 0 3.281-.555t2.625-1.484 1.883-2.141 1.172-2.531.383-2.633q0-.281-.016-.422.984-.703 1.641-1.703zM24 6.5v15q0 1.859-1.32 3.18T19.5 26h-15q-1.859 0-3.18-1.32T0 21.5v-15q0-1.859 1.32-3.18T4.5 2h15q1.859 0 3.18 1.32T24 6.5z"/></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-email" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#caa)"><mask id="cab" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="7" width="30" height="22"><rect x="2" y="8" width="28" height="20" rx="1" fill="#fff" stroke="#004CFF" stroke-width="2"/></mask><g mask="url(#cab)" fill="#fff" stroke="#0E1C38" stroke-width="2"><rect x="2" y="8" width="28" height="20" rx="1"/><path d="M15.276 14.233 2.315 28h27.371L16.732 14.233a1 1 0 0 0-1.456 0Z"/><path d="M15.32 19.988 2.53 8h26.942L16.688 19.988a1 1 0 0 1-1.368 0Z"/></g><path d="m17.491 12.833 5.223-5.842A4.244 4.244 0 0 0 17.237.603L16 1.407 14.763.603a4.244 4.244 0 0 0-5.477 6.388l5.223 5.842a2 2 0 0 0 2.982 0Z" fill="#004CFF" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="caa"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-question" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="14" stroke="#0E1C38" stroke-width="2"/><path d="M17.168 17.456c-.063.2-.098.51-.103.93h-2.13c.031-.888.116-1.501.252-1.838.137-.342.49-.733 1.058-1.175l.575-.45c.19-.142.342-.297.458-.465.21-.29.316-.608.316-.955 0-.4-.119-.763-.355-1.089-.232-.331-.658-.497-1.278-.497-.61 0-1.045.203-1.302.608a2.353 2.353 0 0 0-.379 1.262H12c.063-1.499.586-2.562 1.57-3.187.62-.4 1.383-.6 2.288-.6 1.189 0 2.175.284 2.959.852.788.568 1.183 1.41 1.183 2.525 0 .683-.17 1.26-.513 1.727-.2.285-.584.648-1.152 1.09l-.56.433c-.305.237-.507.513-.607.829Zm.063 4.291H14.88v-2.28h2.35v2.28Z" fill="#004CFF"/></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-rss" xmlns="http://www.w3.org/2000/svg"><path d="M19 27c0-7.732-6.268-14-14-14M27 27C27 14.85 17.15 5 5 5" stroke="#0E1C38" stroke-width="2"/><circle cx="8" cy="24" r="3" fill="#004CFF"/></symbol></svg></div><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.activecampaign.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8eaa857e0cb34028',t:'MTczMjk2NjM5NC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->

Pages: 1 2 3 4 5 6 7 8 9 10