Google Analytics Dashboard for WP (GADWP) - Version 6.6.1

Version Description

Download this release

Release Info

Developer gripgrip
Plugin Icon 128x128 Google Analytics Dashboard for WP (GADWP)
Version 6.6.1
Comparing to
See all releases

Code changes from version 6.6.0 to 6.6.1

assets/js/frontend-gtag.js CHANGED
@@ -17,6 +17,7 @@ var ExactMetrics = function () {
17
  for IE 7/8 will continue to work, with the exception of events tracking of downloads. */
18
  var lastClicked = [];
19
  var internalAsOutboundCategory = '';
 
20
 
21
  this.setLastClicked = function ( valuesArray, fieldsArray, tracked ) {
22
  valuesArray = typeof valuesArray !== 'undefined' ? valuesArray : [];
@@ -358,6 +359,7 @@ var ExactMetrics = function () {
358
  if ( __gtagTrackerHitBackRun ) {
359
  return;
360
  }
 
361
  __gtagTrackerHitBackRun = true;
362
  window.location.href = link;
363
  };
@@ -446,6 +448,7 @@ var ExactMetrics = function () {
446
 
447
  __gtagTrackerSend( 'event', action || link, fieldsArray, valuesArray );
448
  } else if ( type == 'internal-as-outbound' ) {
 
449
  window.onbeforeunload = function ( e ) {
450
  if ( !event.defaultPrevented ) {
451
  if ( event.preventDefault ) {
@@ -469,6 +472,7 @@ var ExactMetrics = function () {
469
  setTimeout( __gtagTrackerHitBack, 1000 );
470
  };
471
  } else if ( type == 'external' ) {
 
472
  window.onbeforeunload = function ( e ) {
473
  if ( !event.defaultPrevented ) {
474
  if ( event.preventDefault ) {
@@ -492,6 +496,7 @@ var ExactMetrics = function () {
492
  setTimeout( __gtagTrackerHitBack, 1000 );
493
  };
494
  } else if ( type == 'cross-hostname' ) {
 
495
  window.onbeforeunload = function ( e ) {
496
  if ( !event.defaultPrevented ) {
497
  if ( event.preventDefault ) {
@@ -543,6 +548,7 @@ var ExactMetrics = function () {
543
  }
544
  }
545
  } else {
 
546
  valuesArray.exit = 'internal';
547
  __gtagTrackerNotSend( valuesArray );
548
  }
@@ -567,6 +573,12 @@ var ExactMetrics = function () {
567
  }
568
  }
569
 
 
 
 
 
 
 
570
  /* Attach the event to all clicks in the document after page has loaded */
571
  var __gtagTrackerWindow = window;
572
  if ( __gtagTrackerWindow.addEventListener ) {
17
  for IE 7/8 will continue to work, with the exception of events tracking of downloads. */
18
  var lastClicked = [];
19
  var internalAsOutboundCategory = '';
20
+ var beforeUnloadChanged = false;
21
 
22
  this.setLastClicked = function ( valuesArray, fieldsArray, tracked ) {
23
  valuesArray = typeof valuesArray !== 'undefined' ? valuesArray : [];
359
  if ( __gtagTrackerHitBackRun ) {
360
  return;
361
  }
362
+ maybePreventBeforeUnload();
363
  __gtagTrackerHitBackRun = true;
364
  window.location.href = link;
365
  };
448
 
449
  __gtagTrackerSend( 'event', action || link, fieldsArray, valuesArray );
450
  } else if ( type == 'internal-as-outbound' ) {
451
+ beforeUnloadChanged = true;
452
  window.onbeforeunload = function ( e ) {
453
  if ( !event.defaultPrevented ) {
454
  if ( event.preventDefault ) {
472
  setTimeout( __gtagTrackerHitBack, 1000 );
473
  };
474
  } else if ( type == 'external' ) {
475
+ beforeUnloadChanged = true;
476
  window.onbeforeunload = function ( e ) {
477
  if ( !event.defaultPrevented ) {
478
  if ( event.preventDefault ) {
496
  setTimeout( __gtagTrackerHitBack, 1000 );
497
  };
498
  } else if ( type == 'cross-hostname' ) {
499
+ beforeUnloadChanged = true;
500
  window.onbeforeunload = function ( e ) {
501
  if ( !event.defaultPrevented ) {
502
  if ( event.preventDefault ) {
548
  }
549
  }
550
  } else {
551
+ maybePreventBeforeUnload();
552
  valuesArray.exit = 'internal';
553
  __gtagTrackerNotSend( valuesArray );
554
  }
573
  }
574
  }
575
 
576
+ function maybePreventBeforeUnload() {
577
+ if ( beforeUnloadChanged ) {
578
+ window.onbeforeunload = null;
579
+ }
580
+ }
581
+
582
  /* Attach the event to all clicks in the document after page has loaded */
583
  var __gtagTrackerWindow = window;
584
  if ( __gtagTrackerWindow.addEventListener ) {
assets/js/frontend-gtag.min.js CHANGED
@@ -1,46 +1,46 @@
1
- ;var ExactMetrics=function(){var e=[],a='';this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(e,n,i){t(e,n,i,[])};function s(){if(window.exactmetrics_debug_mode){return!0}
2
- else{return!1}};function t(t,n,a,r){t=typeof t!=='undefined'?t:'event';n=typeof n!=='undefined'?n:'';r=typeof r!=='undefined'?r:[];a=typeof a!=='undefined'?a:{};__gtagTracker(t,n,a);e.valuesArray=r;e.fieldsArray=a;e.fieldsArray.event_action=n;e.tracked=!0;i('Tracked: '+r.type);i(e)};function n(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;i('Not Tracked: '+t.exit);i(e)};function i(e){if(s()){console.dir(e)}};function o(e){return e.replace(/^\s+|\s+$/gm,'')};function f(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function u(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e}
3
- else{return''}};function p(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function c(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function d(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function m(e){if(e.which==1){return'event.which=1'}
4
  else if(e.which==2){return'event.which=2'}
5
  else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
- else{return''}};function b(e){var h=c(),i=d(),t='unknown',g=e.href,p=u(e.href),v=f(),l=e.hostname,r=e.protocol,m=e.pathname;g=g.toString();var s,b,y=e.getAttribute('data-vars-ga-category');if(y){return y};if(g.match(/^javascript\:/i)){t='internal'}
10
- else if(r&&r.length>0&&(o(r)=='tel'||o(r)=='tel:')){t='tel'}
11
- else if(r&&r.length>0&&(o(r)=='mailto'||o(r)=='mailto:')){t='mailto'}
12
- else if(l&&v&&l.length>0&&v.length>0&&!l.endsWith('.'+v)&&l!==v){t='external'}
13
  else if(m&&JSON.stringify(i)!='{}'&&m.length>0){var w=i.length;for(var n=0;n<w;n++){if(i[n].path&&i[n].label&&i[n].path.length>0&&i[n].label.length>0&&m.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
14
- else if(l&&window.exactmetrics_experimental_mode&&l.length>0&&document.domain.length>0&&l!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&h.length>0&&p.length>0){for(s=0,b=h.length;s<b;++s){if(h[s].length>0&&(g.endsWith(h[s])||h[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function y(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function h(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
18
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
19
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
20
- else{return undefined}};function w(e){var i=e.children,a=0,r,n;for(var t=0;t<i.length;t++){r=i[t];n=h(r);if(n){return n};if(a==99){return undefined};a++};return undefined};function g(i){var o=i.srcElement||i.target,e=[],l;e.el=o;e.click_type=m(i);if('undefined'===typeof __gtagTracker||!p(i)){e.exit='loaded';n(e);return}
21
- while(o&&(typeof o.tagName=='undefined'||o.tagName.toLowerCase()!='a'||!o.href)){o=o.parentNode};if(o&&o.href&&!o.hasAttribute('xlink:href')){var x=o.href,D=u(o.href),C=c(),I=d(),M=exactmetrics_frontend.home_url,S=f(),r=b(o),T=y(o,i),k=o.getAttribute('data-vars-ga-action'),g=o.getAttribute('data-vars-ga-label');e.el=o;e.el_href=o.href;e.el_protocol=o.protocol;e.el_hostname=o.hostname;e.el_port=o.port;e.el_pathname=o.pathname;e.el_search=o.search;e.el_hash=o.hash;e.el_host=o.host;e.debug_mode=s();e.download_extensions=C;e.inbound_paths=I;e.home_url=M;e.link=x;e.extension=D;e.type=r;e.target=T;e.title=h(o);if(!e.label&&!e.title){e.title=w(o)};if(r!=='internal'&&r!=='javascript'){var A=!1,v=function(){if(A){return};A=!0;window.location.href=x},O=function(){e.exit='external';n(e)},K=function(){e.exit='internal-as-outbound';n(e)},E=function(){e.exit='cross-hostname';n(e)};if(T||r=='mailto'||r=='tel'){if(r=='download'){l={event_category:'download',event_label:g||e.title,}}
22
- else if(r=='tel'){l={event_category:'tel',event_label:g||e.title.replace('tel:',''),}}
23
- else if(r=='mailto'){console.log(g||e.title.replace('mailto:',''));l={event_category:'mailto',event_label:g||e.title.replace('mailto:',''),}}
24
- else if(r=='internal-as-outbound'){l={event_category:a,event_label:g||e.title,}}
25
- else if(r=='external'){l={event_category:'outbound-link',event_label:g||e.title,}}
26
- else if(r=='cross-hostname'){l={event_category:'cross-hostname',event_label:g||e.title,}};if(l){t('event',k||x,l,e)}
27
- else{if(r&&r!='internal'){l={event_category:r,event_label:g||e.title,};t('event',k||x,l,e)}
28
  else{e.exit='type';n(e)}}}
29
  else{if(r!='cross-hostname'&&r!='external'&&r!='internal-as-outbound'){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
30
- else{i.returnValue=!1}}};if(r=='download'){l={event_category:'download',event_label:g||e.title,event_callback:v,};t('event',k||x,l,e)}
31
- else if(r=='internal-as-outbound'){window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
32
- else{i.returnValue=!1}};l={event_category:a,event_label:g||e.title,event_callback:v,};if(navigator.sendBeacon){l.transport='beacon'};t('event',k||x,l,e);setTimeout(v,1000)}}
33
- else if(r=='external'){window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
34
- else{i.returnValue=!1}};l={event_category:'outbound-link',event_label:g||e.title,event_callback:v,};if(navigator.sendBeacon){l.transport='beacon'};t('event',k||x,l,e);setTimeout(v,1000)}}
35
- else if(r=='cross-hostname'){window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
36
- else{i.returnValue=!1}};l={event_category:'cross-hostname',event_label:g||e.title,event_callback:v,};if(navigator.sendBeacon){l.transport='beacon'};t('event',k||x,l,e);setTimeout(v,1000)}}
37
- else{if(r&&r!=='internal'){l={event_category:r,event_label:g||e.title,event_callback:v,};t('event',k||x,l,e)}
38
- else{e.exit='type';n(e)}};if(r!='external'&&r!='cross-hostname'&&r!='internal-as-outbound'){setTimeout(v,1000)}
39
- else{if(r=='external'){setTimeout(O,1100)}
40
- else if(r=='cross-hostname'){setTimeout(E,1100)}
41
- else{setTimeout(K,1100)}}}}
42
- else{e.exit='internal';n(e)}}
43
- else{e.exit='notlink';n(e)}};var l=window.location.hash;function v(){if(exactmetrics_frontend.hash_tracking==='true'&&l!=window.location.hash&&exactmetrics_frontend.ua){l=window.location.hash;__gtagTracker('config',exactmetrics_frontend.ua,{page_path:location.pathname+location.search+location.hash,});i('Hash change to: '+location.pathname+location.search+location.hash)}
44
- else{i('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};var r=window;if(r.addEventListener){r.addEventListener('load',function(){document.body.addEventListener('click',g,!1)},!1);window.addEventListener('hashchange',v,!1)}
45
- else{if(r.attachEvent){r.attachEvent('onload',function(){document.body.attachEvent('onclick',g)});window.attachEvent('onhashchange',v)}};if(typeof String.prototype.endsWith!=='function'){String.prototype.endsWith=function(e){return this.indexOf(e,this.length-e.length)!==-1}};if(typeof String.prototype.startsWith!=='function'){String.prototype.startsWith=function(e){return this.indexOf(e)===0}};if(typeof Array.prototype.lastIndexOf!=='function'){Array.prototype.lastIndexOf=function(e){'use strict';if(this===void 0||this===null){throw new TypeError()};var t,n,a=Object(this),i=a.length>>>0;if(i===0){return-1};t=i-1;if(arguments.length>1){t=Number(arguments[1]);if(t!=t){t=0}
46
  else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},ExactMetricsObject=new ExactMetrics();
1
+ ;var ExactMetrics=function(){var e=[],a='',o=!1;this.setLastClicked=function(t,n,i){t=typeof t!=='undefined'?t:[];n=typeof n!=='undefined'?n:[];i=typeof i!=='undefined'?i:!1;e.valuesArray=t;e.fieldsArray=n};this.getLastClicked=function(){return e};this.setInternalAsOutboundCategory=function(e){a=e};this.getInternalAsOutboundCategory=function(){return a};this.sendEvent=function(e,n,i){t(e,n,i,[])};function f(){if(window.exactmetrics_debug_mode){return!0}
2
+ else{return!1}};function t(t,n,a,r){t=typeof t!=='undefined'?t:'event';n=typeof n!=='undefined'?n:'';r=typeof r!=='undefined'?r:[];a=typeof a!=='undefined'?a:{};__gtagTracker(t,n,a);e.valuesArray=r;e.fieldsArray=a;e.fieldsArray.event_action=n;e.tracked=!0;i('Tracked: '+r.type);i(e)};function n(t){t=typeof t!=='undefined'?t:[];e.valuesArray=t;e.fieldsArray=[];e.tracked=!1;i('Not Tracked: '+t.exit);i(e)};function i(e){if(f()){console.dir(e)}};function l(e){return e.replace(/^\s+|\s+$/gm,'')};function u(){var n=0,e=document.domain,i=e.split('.'),t='_gd'+(new Date()).getTime();while(n<(i.length-1)&&document.cookie.indexOf(t+'='+t)==-1){e=i.slice(-1-(++n)).join('.');document.cookie=t+'='+t+';domain='+e+';'};document.cookie=t+'=;expires=Thu, 01 Jan 1970 00:00:01 GMT;domain='+e+';';return e};function c(e){e=e.toString();e=e.substring(0,(e.indexOf('#')==-1)?e.length:e.indexOf('#'));e=e.substring(0,(e.indexOf('?')==-1)?e.length:e.indexOf('?'));e=e.substring(e.lastIndexOf('/')+1,e.length);if(e.length>0&&e.indexOf('.')!==-1){e=e.substring(e.indexOf('.')+1);return e}
3
+ else{return''}};function b(e){return e.which==1||e.which==2||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey};function d(){var e=[];if(typeof exactmetrics_frontend.download_extensions=='string'){e=exactmetrics_frontend.download_extensions.split(',')};return e};function h(){var e=[];if(typeof exactmetrics_frontend.inbound_paths=='string'){e=JSON.parse(exactmetrics_frontend.inbound_paths)};return e};function y(e){if(e.which==1){return'event.which=1'}
4
  else if(e.which==2){return'event.which=2'}
5
  else if(e.metaKey){return'metaKey'}
6
  else if(e.ctrlKey){return'ctrlKey'}
7
  else if(e.shiftKey){return'shiftKey'}
8
  else if(e.altKey){return'altKey'}
9
+ else{return''}};function w(e){var f=d(),i=h(),t='unknown',g=e.href,p=c(e.href),v=u(),o=e.hostname,r=e.protocol,m=e.pathname;g=g.toString();var s,b,y=e.getAttribute('data-vars-ga-category');if(y){return y};if(g.match(/^javascript\:/i)){t='internal'}
10
+ else if(r&&r.length>0&&(l(r)=='tel'||l(r)=='tel:')){t='tel'}
11
+ else if(r&&r.length>0&&(l(r)=='mailto'||l(r)=='mailto:')){t='mailto'}
12
+ else if(o&&v&&o.length>0&&v.length>0&&!o.endsWith('.'+v)&&o!==v){t='external'}
13
  else if(m&&JSON.stringify(i)!='{}'&&m.length>0){var w=i.length;for(var n=0;n<w;n++){if(i[n].path&&i[n].label&&i[n].path.length>0&&i[n].label.length>0&&m.startsWith(i[n].path)){t='internal-as-outbound';a='outbound-link-'+i[n].label;break}}}
14
+ else if(o&&window.exactmetrics_experimental_mode&&o.length>0&&document.domain.length>0&&o!==document.domain){t='cross-hostname'};if(p&&(t==='unknown'||'external'===t)&&f.length>0&&p.length>0){for(s=0,b=f.length;s<b;++s){if(f[s].length>0&&(g.endsWith(f[s])||f[s]==p)){t='download';break}}};if(t==='unknown'){t='internal'};return t};function x(e,t){var n=(e.target&&!e.target.match(/^_(self|parent|top)$/i))?e.target:!1;if(t.ctrlKey||t.shiftKey||t.metaKey||t.which==2){n='_blank'};return n};function g(e){if(e.getAttribute('data-vars-ga-label')&&e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')){return e.getAttribute('data-vars-ga-label').replace(/\n/ig,'')}
15
  else if(e.title&&e.title.replace(/\n/ig,'')){return e.title.replace(/\n/ig,'')}
16
  else if(e.innerText&&e.innerText.replace(/\n/ig,'')){return e.innerText.replace(/\n/ig,'')}
17
  else if(e.getAttribute('aria-label')&&e.getAttribute('aria-label').replace(/\n/ig,'')){return e.getAttribute('aria-label').replace(/\n/ig,'')}
18
  else if(e.alt&&e.alt.replace(/\n/ig,'')){return e.alt.replace(/\n/ig,'')}
19
  else if(e.textContent&&e.textContent.replace(/\n/ig,'')){return e.textContent.replace(/\n/ig,'')}
20
+ else{return undefined}};function k(e){var i=e.children,a=0,r,n;for(var t=0;t<i.length;t++){r=i[t];n=g(r);if(n){return n};if(a==99){return undefined};a++};return undefined};function v(i){var l=i.srcElement||i.target,e=[],s;e.el=l;e.click_type=y(i);if('undefined'===typeof __gtagTracker||!b(i)){e.exit='loaded';n(e);return}
21
+ while(l&&(typeof l.tagName=='undefined'||l.tagName.toLowerCase()!='a'||!l.href)){l=l.parentNode};if(l&&l.href&&!l.hasAttribute('xlink:href')){var A=l.href,I=c(l.href),M=d(),S=h(),L=exactmetrics_frontend.home_url,N=u(),r=w(l),K=x(l,i),T=l.getAttribute('data-vars-ga-action'),v=l.getAttribute('data-vars-ga-label');e.el=l;e.el_href=l.href;e.el_protocol=l.protocol;e.el_hostname=l.hostname;e.el_port=l.port;e.el_pathname=l.pathname;e.el_search=l.search;e.el_hash=l.hash;e.el_host=l.host;e.debug_mode=f();e.download_extensions=M;e.inbound_paths=S;e.home_url=L;e.link=A;e.extension=I;e.type=r;e.target=K;e.title=g(l);if(!e.label&&!e.title){e.title=k(l)};if(r!=='internal'&&r!=='javascript'){var O=!1,p=function(){if(O){return};m();O=!0;window.location.href=A},E=function(){e.exit='external';n(e)},D=function(){e.exit='internal-as-outbound';n(e)},C=function(){e.exit='cross-hostname';n(e)};if(K||r=='mailto'||r=='tel'){if(r=='download'){s={event_category:'download',event_label:v||e.title,}}
22
+ else if(r=='tel'){s={event_category:'tel',event_label:v||e.title.replace('tel:',''),}}
23
+ else if(r=='mailto'){console.log(v||e.title.replace('mailto:',''));s={event_category:'mailto',event_label:v||e.title.replace('mailto:',''),}}
24
+ else if(r=='internal-as-outbound'){s={event_category:a,event_label:v||e.title,}}
25
+ else if(r=='external'){s={event_category:'outbound-link',event_label:v||e.title,}}
26
+ else if(r=='cross-hostname'){s={event_category:'cross-hostname',event_label:v||e.title,}};if(s){t('event',T||A,s,e)}
27
+ else{if(r&&r!='internal'){s={event_category:r,event_label:v||e.title,};t('event',T||A,s,e)}
28
  else{e.exit='type';n(e)}}}
29
  else{if(r!='cross-hostname'&&r!='external'&&r!='internal-as-outbound'){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
30
+ else{i.returnValue=!1}}};if(r=='download'){s={event_category:'download',event_label:v||e.title,event_callback:p,};t('event',T||A,s,e)}
31
+ else if(r=='internal-as-outbound'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
32
+ else{i.returnValue=!1}};s={event_category:a,event_label:v||e.title,event_callback:p,};if(navigator.sendBeacon){s.transport='beacon'};t('event',T||A,s,e);setTimeout(p,1000)}}
33
+ else if(r=='external'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
34
+ else{i.returnValue=!1}};s={event_category:'outbound-link',event_label:v||e.title,event_callback:p,};if(navigator.sendBeacon){s.transport='beacon'};t('event',T||A,s,e);setTimeout(p,1000)}}
35
+ else if(r=='cross-hostname'){o=!0;window.onbeforeunload=function(n){if(!i.defaultPrevented){if(i.preventDefault){i.preventDefault()}
36
+ else{i.returnValue=!1}};s={event_category:'cross-hostname',event_label:v||e.title,event_callback:p,};if(navigator.sendBeacon){s.transport='beacon'};t('event',T||A,s,e);setTimeout(p,1000)}}
37
+ else{if(r&&r!=='internal'){s={event_category:r,event_label:v||e.title,event_callback:p,};t('event',T||A,s,e)}
38
+ else{e.exit='type';n(e)}};if(r!='external'&&r!='cross-hostname'&&r!='internal-as-outbound'){setTimeout(p,1000)}
39
+ else{if(r=='external'){setTimeout(E,1100)}
40
+ else if(r=='cross-hostname'){setTimeout(C,1100)}
41
+ else{setTimeout(D,1100)}}}}
42
+ else{m();e.exit='internal';n(e)}}
43
+ else{e.exit='notlink';n(e)}};var s=window.location.hash;function p(){if(exactmetrics_frontend.hash_tracking==='true'&&s!=window.location.hash&&exactmetrics_frontend.ua){s=window.location.hash;__gtagTracker('config',exactmetrics_frontend.ua,{page_path:location.pathname+location.search+location.hash,});i('Hash change to: '+location.pathname+location.search+location.hash)}
44
+ else{i('Hash change to (untracked): '+location.pathname+location.search+location.hash)}};function m(){if(o){window.onbeforeunload=null}};var r=window;if(r.addEventListener){r.addEventListener('load',function(){document.body.addEventListener('click',v,!1)},!1);window.addEventListener('hashchange',p,!1)}
45
+ else{if(r.attachEvent){r.attachEvent('onload',function(){document.body.attachEvent('onclick',v)});window.attachEvent('onhashchange',p)}};if(typeof String.prototype.endsWith!=='function'){String.prototype.endsWith=function(e){return this.indexOf(e,this.length-e.length)!==-1}};if(typeof String.prototype.startsWith!=='function'){String.prototype.startsWith=function(e){return this.indexOf(e)===0}};if(typeof Array.prototype.lastIndexOf!=='function'){Array.prototype.lastIndexOf=function(e){'use strict';if(this===void 0||this===null){throw new TypeError()};var t,n,a=Object(this),i=a.length>>>0;if(i===0){return-1};t=i-1;if(arguments.length>1){t=Number(arguments[1]);if(t!=t){t=0}
46
  else if(t!=0&&t!=(1/0)&&t!=-(1/0)){t=(t>0||-1)*Math.floor(Math.abs(t))}};for(n=t>=0?Math.min(t,i-1):i-Math.abs(t);n>=0;n--){if(n in a&&a[n]===e){return n}};return-1}}},ExactMetricsObject=new ExactMetrics();
gadwp.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://exactmetrics.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: ExactMetrics
7
- * Version: 6.6.0
8
  * Requires at least: 3.8.0
9
  * Requires PHP: 5.2
10
  * Author URI: https://exactmetrics.com
@@ -44,7 +44,7 @@ final class ExactMetrics_Lite {
44
  * @access public
45
  * @var string $version Plugin version.
46
  */
47
- public $version = '6.6.0';
48
 
49
  /**
50
  * Plugin file.
4
  * Plugin URI: https://exactmetrics.com
5
  * Description: Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
6
  * Author: ExactMetrics
7
+ * Version: 6.6.1
8
  * Requires at least: 3.8.0
9
  * Requires PHP: 5.2
10
  * Author URI: https://exactmetrics.com
44
  * @access public
45
  * @var string $version Plugin version.
46
  */
47
+ public $version = '6.6.1';
48
 
49
  /**
50
  * Plugin file.
includes/frontend/tracking/class-tracking-gtag.php CHANGED
@@ -254,13 +254,13 @@ class ExactMetrics_Tracking_Gtag extends ExactMetrics_Tracking_Abstract {
254
  ?>
255
  } );
256
  <?php
257
- /**
258
- * Extend or enhance the functionality by adding custom code to frontend
259
- * tracking via this hook.
260
- *
261
- * @since 7.15.0
262
- */
263
- do_action( 'exactmetrics_frontend_tracking_gtag_after_pageview' );
264
  ?>
265
  <?php echo esc_js( $compat ); ?>
266
  <?php if ( apply_filters( 'exactmetrics_tracking_gtag_frontend_gatracker_compatibility', true ) ) { ?>
@@ -289,39 +289,55 @@ class ExactMetrics_Tracking_Gtag extends ExactMetrics_Tracking_Abstract {
289
  var f = arguments[len - 1];
290
  if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
291
  if ( 'send' === arguments[0] ) {
 
292
  if ( 'event' === arguments[1] ) {
293
- __gtagTracker( 'event', arguments[3], {
294
- 'event_category': arguments[2],
295
- 'event_label': arguments[4],
296
- 'value': 1
297
- } );
298
- return;
299
- }
300
- if ( 'undefined' !== typeof ( arguments[1].hitType ) ) {
301
- var hitDetails = {};
302
- var gagtag_map = {
303
- 'eventCategory': 'event_category',
304
- 'eventAction': 'event_action',
305
- 'eventLabel': 'event_label',
306
- 'eventValue': 'event_value',
307
- 'nonInteraction': 'non_interaction',
308
- 'timingCategory': 'event_category',
309
- 'timingVar': 'name',
310
- 'timingValue': 'value',
311
- 'timingLabel': 'event_label',
312
- };
313
- var gaKey;
314
- for ( gaKey in gagtag_map ) {
315
- if ( 'undefined' !== typeof arguments[1][gaKey] ) {
316
- hitDetails[gagtag_map[gaKey]] = arguments[1][gaKey];
317
  }
318
  }
319
- var action = 'timing' === arguments[1].hitType ? 'timing_complete' : arguments[1].eventAction;
320
- __gtagTracker( 'event', action, hitDetails );
 
 
 
 
 
 
 
 
 
 
 
321
  }
322
  }
323
  return;
324
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  try {
326
  f.hitCallback();
327
  } catch ( ex ) {
@@ -344,11 +360,11 @@ class ExactMetrics_Tracking_Gtag extends ExactMetrics_Tracking_Abstract {
344
  <?php if ( $this->should_do_optout() ) { ?>
345
  console.log( "<?php echo esc_js( $reason );?>" );
346
  ( function () {
347
- function __gtagTracker() {
348
- return null;
349
- }
350
- window['__gtagTracker'] = __gtagTracker;
351
- window['gtag'] = __gtagTracker;
352
  } )();
353
  <?php } ?>
354
  }
254
  ?>
255
  } );
256
  <?php
257
+ /**
258
+ * Extend or enhance the functionality by adding custom code to frontend
259
+ * tracking via this hook.
260
+ *
261
+ * @since 7.15.0
262
+ */
263
+ do_action( 'exactmetrics_frontend_tracking_gtag_after_pageview' );
264
  ?>
265
  <?php echo esc_js( $compat ); ?>
266
  <?php if ( apply_filters( 'exactmetrics_tracking_gtag_frontend_gatracker_compatibility', true ) ) { ?>
289
  var f = arguments[len - 1];
290
  if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
291
  if ( 'send' === arguments[0] ) {
292
+ var hitConverted, hitObject = false, action;
293
  if ( 'event' === arguments[1] ) {
294
+ if ( 'undefined' !== typeof arguments[3] ) {
295
+ hitObject = {
296
+ 'eventAction': arguments[3],
297
+ 'eventCategory': arguments[2],
298
+ 'eventLabel': arguments[4],
299
+ 'value': arguments[5] ? arguments[5] : 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  }
301
  }
302
+ }
303
+ if ( typeof arguments[2] === 'object' ) {
304
+ hitObject = arguments[2];
305
+ }
306
+ if ( 'undefined' !== typeof (
307
+ arguments[1].hitType
308
+ ) ) {
309
+ hitObject = arguments[1];
310
+ }
311
+ if ( hitObject ) {
312
+ action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
313
+ hitConverted = mapArgs( hitObject );
314
+ __gtagTracker( 'event', action, hitConverted );
315
  }
316
  }
317
  return;
318
  }
319
+
320
+ function mapArgs( args ) {
321
+ var gaKey, hit = {};
322
+ var gaMap = {
323
+ 'eventCategory': 'event_category',
324
+ 'eventAction': 'event_action',
325
+ 'eventLabel': 'event_label',
326
+ 'eventValue': 'event_value',
327
+ 'nonInteraction': 'non_interaction',
328
+ 'timingCategory': 'event_category',
329
+ 'timingVar': 'name',
330
+ 'timingValue': 'value',
331
+ 'timingLabel': 'event_label',
332
+ };
333
+ for ( gaKey in gaMap ) {
334
+ if ( 'undefined' !== typeof args[gaKey] ) {
335
+ hit[gaMap[gaKey]] = args[gaKey];
336
+ }
337
+ }
338
+ return hit;
339
+ }
340
+
341
  try {
342
  f.hitCallback();
343
  } catch ( ex ) {
360
  <?php if ( $this->should_do_optout() ) { ?>
361
  console.log( "<?php echo esc_js( $reason );?>" );
362
  ( function () {
363
+ function __gtagTracker() {
364
+ return null;
365
+ }
366
+ window['__gtagTracker'] = __gtagTracker;
367
+ window['gtag'] = __gtagTracker;
368
  } )();
369
  <?php } ?>
370
  }
languages/google-analytics-dashboard-for-wp.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Google Analytics Dashboard for WP (GADWP) plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Google Analytics Dashboard for WP (GADWP) 6.6.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
7
  "Last-Translator: ExactMetrics Team <support@exactmetrics.com>\n"
8
  "Language-Team: ExactMetrics Team <support@exactmetrics.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-02-09T09:13:03+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
@@ -75,7 +75,7 @@ msgid "Theme:"
75
  msgstr ""
76
 
77
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
78
- #: languages/vue.php:1998
79
  msgid "Theme Preview"
80
  msgstr ""
81
 
@@ -228,7 +228,7 @@ msgstr ""
228
  #: lite/includes/admin/wp-site-health.php:372
229
  #: lite/includes/admin/wp-site-health.php:398
230
  #: lite/includes/admin/wp-site-health.php:425
231
- #: languages/vue.php:1777
232
  msgid "View Addons"
233
  msgstr ""
234
 
@@ -361,8 +361,8 @@ msgid "%1$sBonus:%2$s You also get 50%% off discount for being a loyal ExactMetr
361
  msgstr ""
362
 
363
  #: lite/includes/admin/helpers.php:83
364
- #: languages/vue.php:2711
365
- #: languages/vue.php:2921
366
  msgid "Upgrade to ExactMetrics Pro"
367
  msgstr ""
368
 
@@ -381,12 +381,12 @@ msgid "You are not allowed to install plugins"
381
  msgstr ""
382
 
383
  #: lite/includes/admin/reports/report-queries.php:22
384
- #: languages/vue.php:246
385
  msgid "Search Console"
386
  msgstr ""
387
 
388
  #: lite/includes/admin/reports/report-ecommerce.php:22
389
- #: languages/vue.php:317
390
  msgid "eCommerce"
391
  msgstr ""
392
 
@@ -399,17 +399,17 @@ msgid "Real Time"
399
  msgstr ""
400
 
401
  #: lite/includes/admin/reports/report-publisher.php:22
402
- #: languages/vue.php:335
403
  msgid "Publishers"
404
  msgstr ""
405
 
406
  #: lite/includes/admin/reports/report-dimensions.php:22
407
- #: languages/vue.php:381
408
  msgid "Dimensions"
409
  msgstr ""
410
 
411
  #: lite/includes/admin/reports/report-forms.php:22
412
- #: languages/vue.php:341
413
  msgid "Forms"
414
  msgstr ""
415
 
@@ -670,7 +670,7 @@ msgid "Question"
670
  msgstr ""
671
 
672
  #: includes/gutenberg/headline-tool/headline-tool.php:302
673
- #: languages/vue.php:311
674
  msgid "General"
675
  msgstr ""
676
 
@@ -3203,7 +3203,7 @@ msgstr ""
3203
  #: includes/admin/notifications/notification-bounce-rate.php:40
3204
  #: includes/admin/notifications/notification-headline-analyzer.php:30
3205
  #: includes/admin/notifications/notification-audience.php:43
3206
- #: languages/vue.php:366
3207
  msgid "Learn More"
3208
  msgstr ""
3209
 
@@ -3230,14 +3230,14 @@ msgid "View 2020 Year in Review report!"
3230
  msgstr ""
3231
 
3232
  #: includes/admin/common.php:940
3233
- #: languages/vue.php:2747
3234
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3235
  msgstr ""
3236
 
3237
  #: includes/admin/admin.php:34
3238
  #: includes/admin/admin.php:42
3239
  #: includes/admin/admin.php:188
3240
- #: languages/vue.php:308
3241
  msgid "Settings"
3242
  msgstr ""
3243
 
@@ -3253,7 +3253,7 @@ msgstr ""
3253
 
3254
  #: includes/admin/admin.php:39
3255
  #: includes/admin/admin.php:98
3256
- #: languages/vue.php:1110
3257
  msgid "Reports"
3258
  msgstr ""
3259
 
@@ -3263,7 +3263,7 @@ msgstr ""
3263
 
3264
  #: includes/admin/admin.php:51
3265
  #: languages/gutenberg.php:83
3266
- #: languages/vue.php:3066
3267
  msgid "Popular Posts"
3268
  msgstr ""
3269
 
@@ -3292,7 +3292,7 @@ msgstr ""
3292
 
3293
  #: includes/admin/admin.php:63
3294
  #: includes/admin/admin.php:106
3295
- #: languages/vue.php:284
3296
  msgid "About Us"
3297
  msgstr ""
3298
 
@@ -3325,7 +3325,7 @@ msgstr ""
3325
 
3326
  #: includes/admin/admin.php:178
3327
  #: includes/admin/admin.php:181
3328
- #: languages/vue.php:507
3329
  msgid "Support"
3330
  msgstr ""
3331
 
@@ -3335,17 +3335,17 @@ msgid "Please rate %1$sExactMetrics%2$s on %3$s %4$sWordPress.org%5$s to help us
3335
  msgstr ""
3336
 
3337
  #: includes/admin/admin.php:284
3338
- #: languages/vue.php:357
3339
  msgid "Please Setup Website Analytics to See Audience Insights"
3340
  msgstr ""
3341
 
3342
  #: includes/admin/admin.php:285
3343
- #: languages/vue.php:363
3344
  msgid "Connect ExactMetrics and Setup Website Analytics"
3345
  msgstr ""
3346
 
3347
  #: includes/admin/admin.php:289
3348
- #: languages/vue.php:360
3349
  msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 1 million website owners use ExactMetrics to see the stats that matter and grow their business."
3350
  msgstr ""
3351
 
@@ -3356,17 +3356,17 @@ msgstr ""
3356
 
3357
  #. Translators: Adds a link to the license renewal.
3358
  #: includes/admin/admin.php:310
3359
- #: languages/vue.php:1939
3360
  msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
3361
  msgstr ""
3362
 
3363
  #: includes/admin/admin.php:312
3364
- #: languages/vue.php:1942
3365
  msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
3366
  msgstr ""
3367
 
3368
  #: includes/admin/admin.php:314
3369
- #: languages/vue.php:1945
3370
  msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
3371
  msgstr ""
3372
 
@@ -3510,7 +3510,7 @@ msgstr ""
3510
  #. Translators: visitors notification title
3511
  #. Translators: Number of visitors.
3512
  #: includes/admin/notifications/notification-visitors.php:37
3513
- #: languages/vue.php:1486
3514
  msgid "See how %s visitors found your site!"
3515
  msgstr ""
3516
 
@@ -3601,12 +3601,12 @@ msgid "By upgrading to ExactMetrics Pro you get access to additional reports rig
3601
  msgstr ""
3602
 
3603
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3604
- #: languages/vue.php:534
3605
  msgid "Upgrade to Pro"
3606
  msgstr ""
3607
 
3608
  #: includes/admin/reports/overview.php:34
3609
- #: languages/vue.php:332
3610
  msgid "Overview"
3611
  msgstr ""
3612
 
@@ -3698,7 +3698,7 @@ msgid "Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, pur
3698
  msgstr ""
3699
 
3700
  #: includes/admin/reports/abstract-report.php:383
3701
- #: languages/vue.php:190
3702
  msgid "Upgrade Now"
3703
  msgstr ""
3704
 
@@ -4893,7 +4893,7 @@ msgid "Theme"
4893
  msgstr ""
4894
 
4895
  #: languages/gutenberg.php:77
4896
- #: languages/vue.php:299
4897
  msgid "Inline Popular Posts"
4898
  msgstr ""
4899
 
@@ -4930,7 +4930,7 @@ msgid "Comment Color"
4930
  msgstr ""
4931
 
4932
  #: languages/gutenberg.php:107
4933
- #: languages/vue.php:2028
4934
  msgid "Wide-Layout Options"
4935
  msgstr ""
4936
 
@@ -4939,12 +4939,12 @@ msgid "Choose Layout"
4939
  msgstr ""
4940
 
4941
  #: languages/gutenberg.php:113
4942
- #: languages/vue.php:2031
4943
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4944
  msgstr ""
4945
 
4946
  #: languages/gutenberg.php:116
4947
- #: languages/vue.php:2052
4948
  msgid "Post Count"
4949
  msgstr ""
4950
 
@@ -4953,7 +4953,7 @@ msgid "Number of posts displayed."
4953
  msgstr ""
4954
 
4955
  #: languages/gutenberg.php:122
4956
- #: languages/vue.php:2034
4957
  msgid "Display Options"
4958
  msgstr ""
4959
 
@@ -4966,7 +4966,7 @@ msgid "Display Widget Title"
4966
  msgstr ""
4967
 
4968
  #: languages/gutenberg.php:131
4969
- #: languages/vue.php:1049
4970
  msgid "Widget Title"
4971
  msgstr ""
4972
 
@@ -4975,17 +4975,17 @@ msgid "Only Show Posts From These Categories"
4975
  msgstr ""
4976
 
4977
  #: languages/gutenberg.php:137
4978
- #: languages/vue.php:2040
4979
  msgid "Display Author"
4980
  msgstr ""
4981
 
4982
  #: languages/gutenberg.php:140
4983
- #: languages/vue.php:2043
4984
  msgid "Display Date"
4985
  msgstr ""
4986
 
4987
  #: languages/gutenberg.php:143
4988
- #: languages/vue.php:2046
4989
  msgid "Display Comments"
4990
  msgstr ""
4991
 
@@ -5206,7 +5206,7 @@ msgid "Goal: "
5206
  msgstr ""
5207
 
5208
  #: languages/gutenberg.php:312
5209
- #: languages/vue.php:2096
5210
  msgid "Headline Analyzer"
5211
  msgstr ""
5212
 
@@ -5226,3870 +5226,3870 @@ msgstr ""
5226
  msgid "2"
5227
  msgstr ""
5228
 
5229
- #: languages/vue.php:13
5230
  msgid "Error"
5231
  msgstr ""
5232
 
5233
- #: languages/vue.php:16
5234
  msgid "Please try again."
5235
  msgstr ""
5236
 
5237
- #: languages/vue.php:19
5238
  msgid "Today"
5239
  msgstr ""
5240
 
5241
- #: languages/vue.php:23
5242
  msgid "Yesterday"
5243
  msgstr ""
5244
 
5245
- #: languages/vue.php:26
5246
  msgid "Last Week"
5247
  msgstr ""
5248
 
5249
- #: languages/vue.php:29
5250
  msgid "Last Month"
5251
  msgstr ""
5252
 
5253
- #: languages/vue.php:32
5254
  msgid "Last 7 days"
5255
  msgstr ""
5256
 
5257
- #: languages/vue.php:35
5258
  msgid "Last 30 days"
5259
  msgstr ""
5260
 
5261
- #: languages/vue.php:38
5262
  msgid "Loading Settings"
5263
  msgstr ""
5264
 
5265
- #: languages/vue.php:41
5266
  msgid "Please wait..."
5267
  msgstr ""
5268
 
5269
- #: languages/vue.php:44
5270
  msgid "Saving Changes..."
5271
  msgstr ""
5272
 
5273
- #: languages/vue.php:47
5274
  msgid "Settings Updated"
5275
  msgstr ""
5276
 
5277
  #. Translators: Add a link to the onboarding wizard.
5278
- #: languages/vue.php:51
5279
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5280
  msgstr ""
5281
 
5282
- #: languages/vue.php:54
5283
  msgid "Could Not Save Changes"
5284
  msgstr ""
5285
 
5286
- #: languages/vue.php:57
5287
  msgid "Loading new report data"
5288
  msgstr ""
5289
 
5290
- #. Translators: Placeholder gets replaced with an arrow icon.
5291
- #: languages/vue.php:61
5292
  msgid "Continue %s"
5293
  msgstr ""
5294
 
5295
- #: languages/vue.php:64
5296
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5297
  msgstr ""
5298
 
5299
- #: languages/vue.php:67
5300
  msgid "Stop guessing about what content your visitors are interested in. ExactMetrics Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5301
  msgstr ""
5302
 
5303
- #: languages/vue.php:70
5304
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5305
  msgstr ""
5306
 
5307
- #: languages/vue.php:73
5308
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5309
  msgstr ""
5310
 
5311
- #: languages/vue.php:76
5312
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5313
  msgstr ""
5314
 
5315
- #: languages/vue.php:79
5316
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5317
  msgstr ""
5318
 
5319
- #: languages/vue.php:82
5320
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5321
  msgstr ""
5322
 
5323
- #: languages/vue.php:85
5324
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5325
  msgstr ""
5326
 
5327
- #: languages/vue.php:88
5328
  msgid "Unlock the Forms Report and Improve Conversions"
5329
  msgstr ""
5330
 
5331
- #: languages/vue.php:91
5332
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5333
  msgstr ""
5334
 
5335
- #: languages/vue.php:94
5336
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5337
  msgstr ""
5338
 
5339
- #: languages/vue.php:97
5340
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5341
  msgstr ""
5342
 
5343
- #: languages/vue.php:100
5344
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5345
  msgstr ""
5346
 
5347
- #: languages/vue.php:103
5348
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5349
  msgstr ""
5350
 
5351
- #: languages/vue.php:106
5352
  msgid "Loading settings"
5353
  msgstr ""
5354
 
5355
- #: languages/vue.php:109
5356
  msgid "Success! "
5357
  msgstr ""
5358
 
5359
- #: languages/vue.php:112
5360
  msgid "You're now using ExactMetrics Pro with all the features."
5361
  msgstr ""
5362
 
5363
  #. Translators: Placeholder gets replaced with an arrow icon.
5364
- #: languages/vue.php:116
5365
  msgid "Get Started %s"
5366
  msgstr ""
5367
 
5368
  #. Translators: Current PHP version and recommended PHP version.
5369
- #: languages/vue.php:120
5370
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5371
  msgstr ""
5372
 
5373
  #. Translators: Current WordPress version.
5374
- #: languages/vue.php:124
5375
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5376
  msgstr ""
5377
 
5378
- #: languages/vue.php:127
5379
  msgid "Yikes! PHP Update Required"
5380
  msgstr ""
5381
 
5382
  #. Translators: Current PHP version and recommended PHP version.
5383
- #: languages/vue.php:131
5384
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5385
  msgstr ""
5386
 
5387
- #: languages/vue.php:134
5388
  msgid "Learn more about updating PHP"
5389
  msgstr ""
5390
 
5391
- #: languages/vue.php:137
5392
  msgid "Yikes! WordPress Update Required"
5393
  msgstr ""
5394
 
5395
  #. Translators: Current WordPress version.
5396
- #: languages/vue.php:141
5397
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5398
  msgstr ""
5399
 
5400
- #: languages/vue.php:144
5401
  msgid "Learn more about updating WordPress"
5402
  msgstr ""
5403
 
5404
- #. Translators: Makes the text bold.
5405
- #: languages/vue.php:148
5406
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5407
  msgstr ""
5408
 
5409
- #. Translators: Makes the text bold.
5410
- #: languages/vue.php:152
5411
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5412
  msgstr ""
5413
 
5414
- #. Translators: Makes the text bold.
5415
- #: languages/vue.php:156
5416
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5417
  msgstr ""
5418
 
5419
  #. Translators: Makes text bold.
5420
- #: languages/vue.php:160
5421
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5422
  msgstr ""
5423
 
5424
- #. Translators: Makes the text bold.
5425
- #: languages/vue.php:164
5426
  msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5427
  msgstr ""
5428
 
5429
- #. Translators: Makes the text bold.
5430
- #: languages/vue.php:168
5431
  msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5432
  msgstr ""
5433
 
5434
- #. Translators: Makes the text bold.
5435
- #: languages/vue.php:172
5436
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5437
  msgstr ""
5438
 
5439
  #. Translators: Makes text bold.
5440
- #: languages/vue.php:176
5441
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5442
  msgstr ""
5443
 
5444
- #. Translators: Adds a link and an arrow icon.
5445
- #: languages/vue.php:180
5446
  msgid "%1$sSee All Features%2$s"
5447
  msgstr ""
5448
 
5449
- #: languages/vue.php:183
5450
  msgid "Pro Plan"
5451
  msgstr ""
5452
 
5453
- #: languages/vue.php:186
5454
  msgid "per year"
5455
  msgstr ""
5456
 
5457
- #: languages/vue.php:193
5458
  msgid "Upgrade to ExactMetrics Pro Now"
5459
  msgstr ""
5460
 
5461
- #: languages/vue.php:196
5462
  msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
5463
  msgstr ""
5464
 
5465
- #: languages/vue.php:199
5466
  msgid "Daniel Monaghan - Experienced"
5467
  msgstr ""
5468
 
5469
- #: languages/vue.php:202
5470
  msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
5471
  msgstr ""
5472
 
5473
- #: languages/vue.php:205
5474
  msgid "Naomi Spirit - From This Day"
5475
  msgstr ""
5476
 
5477
- #: languages/vue.php:208
5478
  msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
5479
  msgstr ""
5480
 
5481
- #: languages/vue.php:211
5482
  msgid "Julie Dupuis - Faraway Land Travel"
5483
  msgstr ""
5484
 
5485
- #: languages/vue.php:214
5486
  msgid "Guides and Documentation:"
5487
  msgstr ""
5488
 
5489
- #: languages/vue.php:219
5490
  msgid "Upgrade to PRO"
5491
  msgstr ""
5492
 
5493
- #: languages/vue.php:222
5494
  msgid "eCommerce Tracking"
5495
  msgstr ""
5496
 
5497
- #: languages/vue.php:225
5498
  msgid "Custom Dimensions"
5499
  msgstr ""
5500
 
5501
- #: languages/vue.php:228
5502
  msgid "Form Tracking"
5503
  msgstr ""
5504
 
5505
- #: languages/vue.php:231
5506
  msgid "AMP Support"
5507
  msgstr ""
5508
 
5509
- #: languages/vue.php:234
5510
  msgid "Author Tracking"
5511
  msgstr ""
5512
 
5513
- #: languages/vue.php:237
5514
  msgid "EU Compliance Addon"
5515
  msgstr ""
5516
 
5517
- #: languages/vue.php:240
5518
  msgid "Real Time Report"
5519
  msgstr ""
5520
 
5521
- #: languages/vue.php:243
5522
  msgid "Google Optimize"
5523
  msgstr ""
5524
 
5525
- #: languages/vue.php:249
5526
  msgid "Custom Date Ranges"
5527
  msgstr ""
5528
 
5529
- #: languages/vue.php:252
5530
  msgid "Getting Started with ExactMetrics"
5531
  msgstr ""
5532
 
5533
- #: languages/vue.php:255
5534
  msgid "ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
5535
  msgstr ""
5536
 
5537
- #: languages/vue.php:258
5538
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
5539
  msgstr ""
5540
 
5541
- #: languages/vue.php:261
5542
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
5543
  msgstr ""
5544
 
5545
- #: languages/vue.php:264
5546
  msgid "Launch the wizard!"
5547
  msgstr ""
5548
 
5549
- #: languages/vue.php:267
5550
  msgid "Welcome to"
5551
  msgstr ""
5552
 
5553
  #. Translators: Adds a line break.
5554
- #: languages/vue.php:271
5555
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5556
  msgstr ""
5557
 
5558
- #. Translators: Makes the product name bold.
5559
- #: languages/vue.php:275
5560
  msgid "%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5561
  msgstr ""
5562
 
5563
- #: languages/vue.php:278
5564
  msgid "ExactMetrics Features & Addons"
5565
  msgstr ""
5566
 
5567
- #: languages/vue.php:281
5568
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5569
  msgstr ""
5570
 
5571
- #: languages/vue.php:287
5572
  msgid "Getting Started"
5573
  msgstr ""
5574
 
5575
- #: languages/vue.php:290
5576
  msgid "Lite vs Pro"
5577
  msgstr ""
5578
 
5579
- #: languages/vue.php:293
5580
  msgid "Import Export"
5581
  msgstr ""
5582
 
5583
- #: languages/vue.php:296
5584
  msgid "PrettyLinks Integration"
5585
  msgstr ""
5586
 
5587
- #: languages/vue.php:302
5588
  msgid "Popular Posts Widget"
5589
  msgstr ""
5590
 
5591
- #: languages/vue.php:305
5592
  msgid "Popular Products"
5593
  msgstr ""
5594
 
5595
- #: languages/vue.php:314
5596
  msgid "Engagement"
5597
  msgstr ""
5598
 
5599
- #: languages/vue.php:320
5600
  msgid "Publisher"
5601
  msgstr ""
5602
 
5603
- #: languages/vue.php:323
5604
  msgid "Conversions"
5605
  msgstr ""
5606
 
5607
- #: languages/vue.php:326
5608
  msgid "Advanced"
5609
  msgstr ""
5610
 
5611
- #: languages/vue.php:329
5612
  msgid "URL Builder"
5613
  msgstr ""
5614
 
5615
- #: languages/vue.php:338
5616
  msgid "Dimensions Report"
5617
  msgstr ""
5618
 
5619
- #: languages/vue.php:344
5620
  msgid "Real-Time"
5621
  msgstr ""
5622
 
5623
- #: languages/vue.php:347
5624
  msgid "Exit Setup"
5625
  msgstr ""
5626
 
5627
- #: languages/vue.php:350
5628
  msgid "Go back"
5629
  msgstr ""
5630
 
5631
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5632
- #: languages/vue.php:354
5633
  msgid "Step %1$s of %2$s"
5634
  msgstr ""
5635
 
5636
- #: languages/vue.php:369
5637
  msgid "You must connect with ExactMetrics before you can view reports."
5638
  msgstr ""
5639
 
5640
- #: languages/vue.php:372
5641
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5642
  msgstr ""
5643
 
5644
- #: languages/vue.php:375
5645
  msgid "Launch Setup Wizard"
5646
  msgstr ""
5647
 
5648
- #: languages/vue.php:378
5649
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5650
  msgstr ""
5651
 
5652
- #: languages/vue.php:384
5653
  msgid "Inbox"
5654
  msgstr ""
5655
 
5656
- #: languages/vue.php:387
5657
  msgid "Back to Inbox"
5658
  msgstr ""
5659
 
5660
- #: languages/vue.php:390
5661
  msgid "View Dismissed"
5662
  msgstr ""
5663
 
5664
- #: languages/vue.php:393
5665
  msgid "Notifications"
5666
  msgstr ""
5667
 
5668
- #: languages/vue.php:396
5669
  msgid "Dismiss All"
5670
  msgstr ""
5671
 
5672
- #: languages/vue.php:399
5673
  msgid "Dismissed"
5674
  msgstr ""
5675
 
5676
- #: languages/vue.php:402
5677
  msgid "No Notifications"
5678
  msgstr ""
5679
 
5680
- #: languages/vue.php:405
5681
- #: languages/vue.php:582
5682
  msgid "ExactMetrics Addons"
5683
  msgstr ""
5684
 
5685
- #: languages/vue.php:408
5686
  msgid "Search Addons"
5687
  msgstr ""
5688
 
5689
- #: languages/vue.php:411
5690
  msgid "Save Changes"
5691
  msgstr ""
5692
 
5693
- #: languages/vue.php:414
5694
  msgid "ExactMetrics encountered an error loading your report data"
5695
  msgstr ""
5696
 
5697
- #: languages/vue.php:417
5698
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5699
  msgstr ""
5700
 
5701
- #: languages/vue.php:420
5702
- #: languages/vue.php:2690
5703
  msgid "Reconnect ExactMetrics"
5704
  msgstr ""
5705
 
5706
- #: languages/vue.php:423
5707
  msgid "Re-Authenticating"
5708
  msgstr ""
5709
 
5710
- #: languages/vue.php:426
5711
  msgid "Ok"
5712
  msgstr ""
5713
 
5714
- #: languages/vue.php:429
5715
  msgid "See Quick Links"
5716
  msgstr ""
5717
 
5718
- #: languages/vue.php:432
5719
  msgid "Suggest a Feature"
5720
  msgstr ""
5721
 
5722
- #: languages/vue.php:435
5723
  msgid "Join Our Community"
5724
  msgstr ""
5725
 
5726
- #: languages/vue.php:438
5727
  msgid "Support & Docs"
5728
  msgstr ""
5729
 
5730
- #: languages/vue.php:441
5731
  msgid "Upgrade to Pro &#187;"
5732
  msgstr ""
5733
 
5734
- #: languages/vue.php:444
5735
  msgid "One-click Complete eCommerce tracking"
5736
  msgstr ""
5737
 
5738
- #: languages/vue.php:447
5739
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
5740
  msgstr ""
5741
 
5742
- #: languages/vue.php:450
5743
  msgid "Forms Tracking"
5744
  msgstr ""
5745
 
5746
- #: languages/vue.php:453
5747
  msgid "One-click Form Events Tracking"
5748
  msgstr ""
5749
 
5750
- #: languages/vue.php:456
5751
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
5752
  msgstr ""
5753
 
5754
- #: languages/vue.php:459
5755
  msgid "WordPress Admin Area Reports"
5756
  msgstr ""
5757
 
5758
- #: languages/vue.php:462
5759
  msgid "Standard Reports"
5760
  msgstr ""
5761
 
5762
- #: languages/vue.php:465
5763
  msgid "Overview Reports for the last 30 days."
5764
  msgstr ""
5765
 
5766
- #: languages/vue.php:468
5767
  msgid "Advanced Reports"
5768
  msgstr ""
5769
 
5770
- #: languages/vue.php:471
5771
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
5772
  msgstr ""
5773
 
5774
- #: languages/vue.php:474
5775
  msgid "Dashboard Widget"
5776
  msgstr ""
5777
 
5778
- #: languages/vue.php:477
5779
  msgid "Basic Widget"
5780
  msgstr ""
5781
 
5782
- #: languages/vue.php:480
5783
  msgid "Overview Report Synopsis"
5784
  msgstr ""
5785
 
5786
- #: languages/vue.php:483
5787
  msgid "Advanced Dashboard Widget"
5788
  msgstr ""
5789
 
5790
- #: languages/vue.php:486
5791
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
5792
  msgstr ""
5793
 
5794
- #: languages/vue.php:489
5795
  msgid "Publisher Reports"
5796
  msgstr ""
5797
 
5798
- #: languages/vue.php:492
5799
  msgid "Advanced Publisher Reports & Tracking"
5800
  msgstr ""
5801
 
5802
- #: languages/vue.php:495
5803
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
5804
  msgstr ""
5805
 
5806
- #: languages/vue.php:498
5807
  msgid "Not Available"
5808
  msgstr ""
5809
 
5810
- #: languages/vue.php:501
5811
  msgid "Complete Custom Dimensions Tracking"
5812
  msgstr ""
5813
 
5814
- #: languages/vue.php:504
5815
  msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
5816
  msgstr ""
5817
 
5818
- #: languages/vue.php:510
5819
  msgid "Limited Support"
5820
  msgstr ""
5821
 
5822
- #: languages/vue.php:513
5823
  msgid "Priority Support"
5824
  msgstr ""
5825
 
5826
- #: languages/vue.php:516
5827
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
5828
  msgstr ""
5829
 
5830
- #: languages/vue.php:519
5831
  msgid "Feature"
5832
  msgstr ""
5833
 
5834
- #: languages/vue.php:522
5835
  msgid "Lite"
5836
  msgstr ""
5837
 
5838
- #: languages/vue.php:525
5839
  msgid "Pro"
5840
  msgstr ""
5841
 
5842
- #: languages/vue.php:528
5843
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
5844
  msgstr ""
5845
 
5846
- #: languages/vue.php:531
5847
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
5848
  msgstr ""
5849
 
5850
- #: languages/vue.php:537
5851
  msgid "Universal Tracking"
5852
  msgstr ""
5853
 
5854
- #: languages/vue.php:540
5855
  msgid "Included"
5856
  msgstr ""
5857
 
5858
- #: languages/vue.php:543
5859
  msgid "Custom Google Analytics Link Tracking"
5860
  msgstr ""
5861
 
5862
- #: languages/vue.php:546
5863
  msgid "Standard Tracking"
5864
  msgstr ""
5865
 
5866
- #: languages/vue.php:549
5867
  msgid "Advanced Tracking"
5868
  msgstr ""
5869
 
5870
- #: languages/vue.php:552
5871
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
5872
  msgstr ""
5873
 
5874
- #: languages/vue.php:555
5875
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
5876
  msgstr ""
5877
 
5878
- #: languages/vue.php:558
5879
  msgid "No-Code-Needed Tracking Features"
5880
  msgstr ""
5881
 
5882
- #: languages/vue.php:561
5883
  msgid "Basic Tracking Options"
5884
  msgstr ""
5885
 
5886
- #: languages/vue.php:564
5887
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
5888
  msgstr ""
5889
 
5890
- #: languages/vue.php:567
5891
  msgid "Advanced Tracking Options"
5892
  msgstr ""
5893
 
5894
- #: languages/vue.php:570
5895
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
5896
  msgstr ""
5897
 
5898
- #: languages/vue.php:573
5899
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
5900
  msgstr ""
5901
 
5902
- #: languages/vue.php:576
5903
  msgid "No addons found."
5904
  msgstr ""
5905
 
5906
- #: languages/vue.php:579
5907
  msgid "Refresh Addons"
5908
  msgstr ""
5909
 
5910
  #. Translators: Adds a line break.
5911
- #: languages/vue.php:586
5912
  msgid "Upgrade to Pro to unlock addons and other great features."
5913
  msgstr ""
5914
 
5915
- #: languages/vue.php:589
5916
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
5917
  msgstr ""
5918
 
5919
- #: languages/vue.php:592
5920
  msgid "Refreshing Addons"
5921
  msgstr ""
5922
 
5923
- #: languages/vue.php:595
5924
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
5925
  msgstr ""
5926
 
5927
- #: languages/vue.php:598
5928
  msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
5929
  msgstr ""
5930
 
5931
- #: languages/vue.php:601
5932
  msgid "The ExactMetrics Team"
5933
  msgstr ""
5934
 
5935
  #. Translators: Placeholders make the text green.
5936
- #: languages/vue.php:605
5937
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
5938
  msgstr ""
5939
 
5940
- #: languages/vue.php:608
5941
  msgid "How to Connect to Google Analytics"
5942
  msgstr ""
5943
 
5944
- #: languages/vue.php:611
5945
  msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
5946
  msgstr ""
5947
 
5948
- #: languages/vue.php:614
5949
  msgid "Guide and Checklist for Advanced Insights"
5950
  msgstr ""
5951
 
5952
- #: languages/vue.php:617
5953
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking."
5954
  msgstr ""
5955
 
5956
- #: languages/vue.php:620
5957
  msgid "GDPR Guide"
5958
  msgstr ""
5959
 
5960
- #: languages/vue.php:623
5961
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
5962
  msgstr ""
5963
 
5964
- #: languages/vue.php:626
5965
  msgid "How to Install and Activate ExactMetrics Addons"
5966
  msgstr ""
5967
 
5968
- #: languages/vue.php:629
5969
  msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
5970
  msgstr ""
5971
 
5972
- #: languages/vue.php:632
5973
  msgid "Enabling eCommerce Tracking and Reports"
5974
  msgstr ""
5975
 
5976
- #: languages/vue.php:635
5977
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
5978
  msgstr ""
5979
 
5980
- #: languages/vue.php:638
5981
  msgid "Read Documentation"
5982
  msgstr ""
5983
 
5984
  #. Translators: Makes the text bold.
5985
- #: languages/vue.php:642
5986
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
5987
  msgstr ""
5988
 
5989
  #. Translators: Makes the text bold.
5990
- #: languages/vue.php:646
5991
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
5992
  msgstr ""
5993
 
5994
- #: languages/vue.php:649
5995
  msgid "ExactMetrics Recommends WPForms"
5996
  msgstr ""
5997
 
5998
- #: languages/vue.php:652
5999
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6000
  msgstr ""
6001
 
6002
- #: languages/vue.php:655
6003
  msgid "Used on over 3,000,000 websites!"
6004
  msgstr ""
6005
 
6006
- #: languages/vue.php:658
6007
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
6008
  msgstr ""
6009
 
6010
- #: languages/vue.php:661
6011
  msgid "Skip this Step"
6012
  msgstr ""
6013
 
6014
- #: languages/vue.php:664
6015
  msgid "Continue & Install WPForms"
6016
  msgstr ""
6017
 
6018
- #: languages/vue.php:668
6019
  msgid "Installing..."
6020
  msgstr ""
6021
 
6022
- #: languages/vue.php:671
6023
  msgid "Awesome, You're All Set!"
6024
  msgstr ""
6025
 
6026
- #: languages/vue.php:674
6027
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6028
  msgstr ""
6029
 
6030
  #. Translators: Make the text bold.
6031
- #: languages/vue.php:678
6032
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
6033
  msgstr ""
6034
 
6035
  #. Translators: Add link to blog.
6036
- #: languages/vue.php:682
6037
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6038
  msgstr ""
6039
 
6040
- #: languages/vue.php:685
6041
  msgid "Finish Setup & Exit Wizard"
6042
  msgstr ""
6043
 
6044
- #: languages/vue.php:688
6045
  msgid "Google Analytics"
6046
  msgstr ""
6047
 
6048
- #: languages/vue.php:691
6049
  msgid "Subscribe"
6050
  msgstr ""
6051
 
6052
- #: languages/vue.php:694
6053
  msgid "Checking your website..."
6054
  msgstr ""
6055
 
6056
  #. Translators: Placeholders make the text highlighted.
6057
- #: languages/vue.php:698
6058
  msgid "%1$sNeed%2$s to Grow FASTER??"
6059
  msgstr ""
6060
 
6061
- #: languages/vue.php:701
6062
  msgid "Get additional, actionable insights by going Pro."
6063
  msgstr ""
6064
 
6065
- #: languages/vue.php:704
6066
  msgid "Skip"
6067
  msgstr ""
6068
 
6069
- #: languages/vue.php:707
6070
  msgid "See All Features"
6071
  msgstr ""
6072
 
6073
- #: languages/vue.php:710
6074
  msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
6075
  msgstr ""
6076
 
6077
- #: languages/vue.php:713
6078
  msgid "Our Pro plan includes:"
6079
  msgstr ""
6080
 
6081
- #: languages/vue.php:716
6082
  msgid "Welcome to ExactMetrics!"
6083
  msgstr ""
6084
 
6085
- #: languages/vue.php:719
6086
  msgid "Let's get you set up."
6087
  msgstr ""
6088
 
6089
- #: languages/vue.php:722
6090
  msgid "Save and Continue"
6091
  msgstr ""
6092
 
6093
- #: languages/vue.php:725
6094
  msgid "Which category best describes your website?"
6095
  msgstr ""
6096
 
6097
- #: languages/vue.php:728
6098
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
6099
  msgstr ""
6100
 
6101
- #: languages/vue.php:731
6102
  msgid "Business Website"
6103
  msgstr ""
6104
 
6105
  #. Translators: Make text bold.
6106
- #: languages/vue.php:735
6107
  msgid "Publisher %1$s(Blog)%2$s"
6108
  msgstr ""
6109
 
6110
- #: languages/vue.php:738
6111
  msgid "Ecommerce"
6112
  msgstr ""
6113
 
6114
- #: languages/vue.php:741
6115
  msgid "Connect ExactMetrics to Your Website"
6116
  msgstr ""
6117
 
6118
- #: languages/vue.php:744
6119
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
6120
  msgstr ""
6121
 
6122
- #: languages/vue.php:747
6123
  msgid "Connect Google Analytics + WordPress"
6124
  msgstr ""
6125
 
6126
- #: languages/vue.php:750
6127
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
6128
  msgstr ""
6129
 
6130
- #: languages/vue.php:753
6131
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
6132
  msgstr ""
6133
 
6134
- #: languages/vue.php:756
6135
  msgid "Manually enter your UA code"
6136
  msgstr ""
6137
 
6138
- #: languages/vue.php:759
6139
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
6140
  msgstr ""
6141
 
6142
- #: languages/vue.php:762
6143
  msgid "UA code can't be empty"
6144
  msgstr ""
6145
 
6146
- #: languages/vue.php:765
6147
  msgid "Saving UA code..."
6148
  msgstr ""
6149
 
6150
- #: languages/vue.php:768
6151
  msgid "Recommended Addons"
6152
  msgstr ""
6153
 
6154
  #. Translators: Add a link to upgrade and make the text green.
6155
- #: languages/vue.php:772
6156
  msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
6157
  msgstr ""
6158
 
6159
- #: languages/vue.php:775
6160
  msgid "Save and continue"
6161
  msgstr ""
6162
 
6163
- #: languages/vue.php:778
6164
  msgid "Upgrade to PRO Now"
6165
  msgstr ""
6166
 
6167
- #: languages/vue.php:781
6168
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6169
  msgstr ""
6170
 
6171
- #: languages/vue.php:784
6172
  msgid "See All Your Important Store Metrics in One Place."
6173
  msgstr ""
6174
 
6175
- #: languages/vue.php:787
6176
  msgid "... and more:"
6177
  msgstr ""
6178
 
6179
- #: languages/vue.php:790
6180
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6181
  msgstr ""
6182
 
6183
- #: languages/vue.php:793
6184
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6185
  msgstr ""
6186
 
6187
- #: languages/vue.php:796
6188
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6189
  msgstr ""
6190
 
6191
- #: languages/vue.php:799
6192
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6193
  msgstr ""
6194
 
6195
- #: languages/vue.php:802
6196
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
6197
  msgstr ""
6198
 
6199
- #: languages/vue.php:805
6200
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
6201
  msgstr ""
6202
 
6203
- #: languages/vue.php:808
6204
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
6205
  msgstr ""
6206
 
6207
- #: languages/vue.php:811
6208
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
6209
  msgstr ""
6210
 
6211
- #: languages/vue.php:814
6212
  msgid "Recommended Settings"
6213
  msgstr ""
6214
 
6215
- #: languages/vue.php:817
6216
  msgid "ExactMetrics recommends the following settings based on your configuration."
6217
  msgstr ""
6218
 
6219
- #: languages/vue.php:820
6220
  msgid "Events Tracking"
6221
  msgstr ""
6222
 
6223
- #: languages/vue.php:823
6224
  msgid "Must have for all click tracking on site."
6225
  msgstr ""
6226
 
6227
- #: languages/vue.php:826
6228
  msgid "ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
6229
  msgstr ""
6230
 
6231
- #: languages/vue.php:829
6232
  msgid "Enhanced Link Attribution"
6233
  msgstr ""
6234
 
6235
- #: languages/vue.php:832
6236
  msgid "Improves the accuracy of your In-Page Analytics."
6237
  msgstr ""
6238
 
6239
- #: languages/vue.php:835
6240
  msgid "ExactMetrics will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
6241
  msgstr ""
6242
 
6243
- #: languages/vue.php:838
6244
  msgid "Install Updates Automatically"
6245
  msgstr ""
6246
 
6247
- #: languages/vue.php:841
6248
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6249
  msgstr ""
6250
 
6251
- #: languages/vue.php:844
6252
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
6253
  msgstr ""
6254
 
6255
- #: languages/vue.php:847
6256
  msgid "File Download Tracking"
6257
  msgstr ""
6258
 
6259
- #: languages/vue.php:850
6260
  msgid "Helps you see file downloads data."
6261
  msgstr ""
6262
 
6263
- #: languages/vue.php:853
6264
  msgid "ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
6265
  msgstr ""
6266
 
6267
  #. Translators: Example path (/go/).
6268
- #: languages/vue.php:857
6269
  msgid "Path (example: %s)"
6270
  msgstr ""
6271
 
6272
- #: languages/vue.php:860
6273
  msgid "Path has to start with a / and have no spaces"
6274
  msgstr ""
6275
 
6276
  #. Translators: Example label (aff).
6277
- #: languages/vue.php:864
6278
  msgid "Label (example: %s)"
6279
  msgstr ""
6280
 
6281
- #: languages/vue.php:867
6282
  msgid "Label can't contain any spaces"
6283
  msgstr ""
6284
 
6285
- #: languages/vue.php:870
6286
  msgid "Helps you increase affiliate revenue."
6287
  msgstr ""
6288
 
6289
- #: languages/vue.php:873
6290
  msgid "ExactMetrics will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
6291
  msgstr ""
6292
 
6293
- #: languages/vue.php:876
6294
  msgid "Affiliate Link Tracking"
6295
  msgstr ""
6296
 
6297
- #: languages/vue.php:879
6298
  msgid "Who Can See Reports"
6299
  msgstr ""
6300
 
6301
- #: languages/vue.php:882
6302
  msgid "These user roles will be able to access ExactMetrics's reports in the WordPress admin area."
6303
  msgstr ""
6304
 
6305
- #: languages/vue.php:886
6306
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6307
  msgstr ""
6308
 
6309
- #: languages/vue.php:889
6310
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6311
  msgstr ""
6312
 
6313
- #: languages/vue.php:892
6314
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6315
  msgstr ""
6316
 
6317
- #: languages/vue.php:896
6318
  msgid "+ Add Role"
6319
  msgstr ""
6320
 
6321
- #: languages/vue.php:899
6322
  msgid "Welcome to the all-new ExactMetrics"
6323
  msgstr ""
6324
 
6325
- #: languages/vue.php:902
6326
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
6327
  msgstr ""
6328
 
6329
- #: languages/vue.php:905
6330
  msgid "The New & Improved ExactMetrics includes:"
6331
  msgstr ""
6332
 
6333
- #: languages/vue.php:908
6334
  msgid "All-New Design"
6335
  msgstr ""
6336
 
6337
- #: languages/vue.php:911
6338
  msgid "Better Reporting"
6339
  msgstr ""
6340
 
6341
- #: languages/vue.php:914
6342
  msgid "Better Tracking"
6343
  msgstr ""
6344
 
6345
- #: languages/vue.php:917
6346
  msgid "Better Support"
6347
  msgstr ""
6348
 
6349
- #: languages/vue.php:920
6350
  msgid "Continue"
6351
  msgstr ""
6352
 
6353
- #: languages/vue.php:923
6354
  msgid "Your settings have been automatically transferred."
6355
  msgstr ""
6356
 
6357
- #: languages/vue.php:926
6358
  msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
6359
  msgstr ""
6360
 
6361
- #: languages/vue.php:929
6362
  msgid "Caching"
6363
  msgstr ""
6364
 
6365
- #: languages/vue.php:932
6366
  msgid "Enable Data Caching"
6367
  msgstr ""
6368
 
6369
- #: languages/vue.php:935
6370
  msgid "Refresh Cache Every"
6371
  msgstr ""
6372
 
6373
- #: languages/vue.php:938
6374
  msgid "Choose how often to refresh the cache."
6375
  msgstr ""
6376
 
6377
- #: languages/vue.php:941
6378
  msgid "Enable Ajaxify"
6379
  msgstr ""
6380
 
6381
- #: languages/vue.php:944
6382
  msgid "Ajaxify Widget"
6383
  msgstr ""
6384
 
6385
- #: languages/vue.php:947
6386
  msgid "Use to bypass page caching."
6387
  msgstr ""
6388
 
6389
- #: languages/vue.php:950
6390
  msgid "Empty Cache"
6391
  msgstr ""
6392
 
6393
- #: languages/vue.php:953
6394
  msgid "Click to manually wipe the cache right now."
6395
  msgstr ""
6396
 
6397
- #: languages/vue.php:956
6398
  msgid "Popular posts cache emptied"
6399
  msgstr ""
6400
 
6401
- #: languages/vue.php:959
6402
  msgid "Error emptying the popular posts cache. Please try again."
6403
  msgstr ""
6404
 
6405
- #: languages/vue.php:962
6406
  msgid "Choose Theme"
6407
  msgstr ""
6408
 
6409
- #: languages/vue.php:965
6410
  msgid "Behavior"
6411
  msgstr ""
6412
 
6413
- #: languages/vue.php:968
6414
  msgid "Widget Styling"
6415
  msgstr ""
6416
 
6417
- #: languages/vue.php:971
6418
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
6419
  msgstr ""
6420
 
6421
- #: languages/vue.php:974
6422
  msgid "Sort By"
6423
  msgstr ""
6424
 
6425
- #: languages/vue.php:977
6426
  msgid "Choose how you'd like the widget to determine your popular posts."
6427
  msgstr ""
6428
 
6429
- #: languages/vue.php:980
6430
  msgid "Placement"
6431
  msgstr ""
6432
 
6433
- #: languages/vue.php:983
6434
  msgid "Choose how you'd like to place the widget."
6435
  msgstr ""
6436
 
6437
- #: languages/vue.php:986
6438
  msgid "Insert After"
6439
  msgstr ""
6440
 
6441
- #: languages/vue.php:989
6442
  msgid "Choose where in the post body the widget will be placed."
6443
  msgstr ""
6444
 
6445
- #: languages/vue.php:992
6446
  msgid "Include in Post Types"
6447
  msgstr ""
6448
 
6449
- #: languages/vue.php:995
6450
  msgid "Exclude from specific posts"
6451
  msgstr ""
6452
 
6453
  #. Translators: Placeholders make the text bold.
6454
- #: languages/vue.php:999
6455
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
6456
  msgstr ""
6457
 
6458
  #. Translators: Placeholders make the text bold.
6459
- #: languages/vue.php:1003
6460
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
6461
  msgstr ""
6462
 
6463
- #: languages/vue.php:1006
6464
  msgid "Customize Design"
6465
  msgstr ""
6466
 
6467
- #: languages/vue.php:1009
6468
  msgid "Loading Themes"
6469
  msgstr ""
6470
 
6471
- #: languages/vue.php:1012
6472
  msgid "words"
6473
  msgstr ""
6474
 
6475
- #: languages/vue.php:1015
6476
  msgid "Please select at least one post to display."
6477
  msgstr ""
6478
 
6479
  #. Translators: placeholders make text small.
6480
- #: languages/vue.php:1019
6481
  msgid "Default Styles %1$s- As seen above.%2$s"
6482
  msgstr ""
6483
 
6484
  #. Translators: placeholders make text small.
6485
- #: languages/vue.php:1023
6486
  msgid "No Styles %1$s- Use your own CSS.%2$s"
6487
  msgstr ""
6488
 
6489
  #. Translators: placeholders make text small.
6490
- #: languages/vue.php:1027
6491
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
6492
  msgstr ""
6493
 
6494
  #. Translators: placeholders make text small.
6495
- #: languages/vue.php:1031
6496
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
6497
  msgstr ""
6498
 
6499
  #. Translators: placeholders make text small.
6500
- #: languages/vue.php:1035
6501
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
6502
  msgstr ""
6503
 
6504
  #. Translators: placeholders make text small.
6505
- #: languages/vue.php:1039
6506
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
6507
  msgstr ""
6508
 
6509
  #. Translators: placeholders make text small.
6510
- #: languages/vue.php:1043
6511
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
6512
  msgstr ""
6513
 
6514
- #: languages/vue.php:1046
6515
  msgid "Display Title"
6516
  msgstr ""
6517
 
6518
- #: languages/vue.php:1052
6519
  msgid "Title your widget and set it’s display preferences."
6520
  msgstr ""
6521
 
6522
- #: languages/vue.php:1055
6523
  msgid "File imported"
6524
  msgstr ""
6525
 
6526
- #: languages/vue.php:1058
6527
  msgid "Settings successfully updated!"
6528
  msgstr ""
6529
 
6530
- #: languages/vue.php:1061
6531
  msgid "Error importing settings"
6532
  msgstr ""
6533
 
6534
- #: languages/vue.php:1064
6535
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
6536
  msgstr ""
6537
 
6538
- #: languages/vue.php:1067
6539
  msgid "Import/Export"
6540
  msgstr ""
6541
 
6542
- #: languages/vue.php:1070
6543
  msgid "Import"
6544
  msgstr ""
6545
 
6546
- #: languages/vue.php:1073
6547
  msgid "Import settings from another ExactMetrics website."
6548
  msgstr ""
6549
 
6550
- #: languages/vue.php:1076
6551
  msgid "Export"
6552
  msgstr ""
6553
 
6554
- #: languages/vue.php:1079
6555
  msgid "Export settings to import into another ExactMetrics install."
6556
  msgstr ""
6557
 
6558
- #: languages/vue.php:1082
6559
  msgid "Import Settings"
6560
  msgstr ""
6561
 
6562
- #: languages/vue.php:1085
6563
  msgid "Export Settings"
6564
  msgstr ""
6565
 
6566
- #: languages/vue.php:1088
6567
  msgid "Please choose a file to import"
6568
  msgstr ""
6569
 
6570
- #: languages/vue.php:1091
6571
  msgid "Use the filepicker below to select the settings export file from another site."
6572
  msgstr ""
6573
 
6574
- #: languages/vue.php:1094
6575
  msgid "Use the button below to export a file with your ExactMetrics settings."
6576
  msgstr ""
6577
 
6578
- #: languages/vue.php:1097
6579
  msgid "Choose file"
6580
  msgstr ""
6581
 
6582
- #: languages/vue.php:1100
6583
  msgid "No file chosen"
6584
  msgstr ""
6585
 
6586
- #: languages/vue.php:1103
6587
  msgid "Uploading file..."
6588
  msgstr ""
6589
 
6590
  #. Translators: Adds a link to the Google reference.
6591
- #: languages/vue.php:1107
6592
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
6593
  msgstr ""
6594
 
6595
- #: languages/vue.php:1113
6596
  msgid "Automatic Updates"
6597
  msgstr ""
6598
 
6599
- #: languages/vue.php:1116
6600
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6601
  msgstr ""
6602
 
6603
- #: languages/vue.php:1119
6604
  msgid "Hide Admin Bar Reports"
6605
  msgstr ""
6606
 
6607
  #. Translators: placeholders make text small.
6608
- #: languages/vue.php:1123
6609
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6610
  msgstr ""
6611
 
6612
  #. Translators: placeholders make text small.
6613
- #: languages/vue.php:1127
6614
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6615
  msgstr ""
6616
 
6617
  #. Translators: placeholders make text small.
6618
- #: languages/vue.php:1131
6619
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6620
  msgstr ""
6621
 
6622
  #. Translators: placeholders make text small.
6623
- #: languages/vue.php:1135
6624
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6625
  msgstr ""
6626
 
6627
  #. Translators: placeholders make text small.
6628
- #: languages/vue.php:1139
6629
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6630
  msgstr ""
6631
 
6632
  #. Translators: placeholders make text small.
6633
- #: languages/vue.php:1143
6634
  msgid "None %1$s- Manually update everything.%2$s"
6635
  msgstr ""
6636
 
6637
  #. Translators: Adds a link to the general settings tab.
6638
- #: languages/vue.php:1147
6639
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
6640
  msgstr ""
6641
 
6642
- #: languages/vue.php:1150
6643
  msgid "Permissions"
6644
  msgstr ""
6645
 
6646
- #: languages/vue.php:1153
6647
  msgid "Email Summaries"
6648
  msgstr ""
6649
 
6650
- #: languages/vue.php:1156
6651
  msgid "Export PDF Reports"
6652
  msgstr ""
6653
 
6654
- #: languages/vue.php:1159
6655
  msgid "Allow These User Roles to See Reports"
6656
  msgstr ""
6657
 
6658
- #: languages/vue.php:1162
6659
  msgid "Users that have at least one of these roles will be able to view the reports."
6660
  msgstr ""
6661
 
6662
- #: languages/vue.php:1165
6663
  msgid "Allow These User Roles to Save Settings"
6664
  msgstr ""
6665
 
6666
- #: languages/vue.php:1168
6667
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6668
  msgstr ""
6669
 
6670
- #: languages/vue.php:1171
6671
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
6672
  msgstr ""
6673
 
6674
- #: languages/vue.php:1174
6675
  msgid "Exclude These User Roles From Tracking"
6676
  msgstr ""
6677
 
6678
- #: languages/vue.php:1177
6679
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6680
  msgstr ""
6681
 
6682
- #: languages/vue.php:1180
6683
  msgid "Custom code"
6684
  msgstr ""
6685
 
6686
- #: languages/vue.php:1183
6687
  msgid "License Key"
6688
  msgstr ""
6689
 
6690
  #. Translators: Adds link to the account area to retreive license key.
6691
- #: languages/vue.php:1187
6692
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
6693
  msgstr ""
6694
 
6695
- #: languages/vue.php:1190
6696
  msgid "Paste your license key here"
6697
  msgstr ""
6698
 
6699
- #: languages/vue.php:1193
6700
  msgid "Google Authentication"
6701
  msgstr ""
6702
 
6703
- #: languages/vue.php:1196
6704
  msgid "Verify"
6705
  msgstr ""
6706
 
6707
- #: languages/vue.php:1199
6708
  msgid "Setup Wizard"
6709
  msgstr ""
6710
 
6711
- #: languages/vue.php:1202
6712
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6713
  msgstr ""
6714
 
6715
- #: languages/vue.php:1205
6716
  msgid "Relaunch Setup Wizard"
6717
  msgstr ""
6718
 
6719
- #: languages/vue.php:1208
6720
  msgid "Connect ExactMetrics to Start Tracking Your Data"
6721
  msgstr ""
6722
 
6723
- #: languages/vue.php:1211
6724
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6725
  msgstr ""
6726
 
6727
  #. Translators: Adds link to upgrade.
6728
- #: languages/vue.php:1215
6729
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6730
  msgstr ""
6731
 
6732
- #: languages/vue.php:1218
6733
  msgid "Receive 50% off automatically applied at the checkout!"
6734
  msgstr ""
6735
 
6736
- #: languages/vue.php:1221
6737
  msgid "See all features"
6738
  msgstr ""
6739
 
6740
- #: languages/vue.php:1224
6741
  msgid "Complete Upgrade"
6742
  msgstr ""
6743
 
6744
- #: languages/vue.php:1227
6745
  msgid "Upgrade to Pro Version!"
6746
  msgstr ""
6747
 
6748
  #. Translators: Make text bold.
6749
- #: languages/vue.php:1231
6750
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
6751
  msgstr ""
6752
 
6753
- #: languages/vue.php:1234
6754
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
6755
  msgstr ""
6756
 
6757
- #: languages/vue.php:1237
6758
  msgid "Last 30 Days Analytics for "
6759
  msgstr ""
6760
 
6761
- #: languages/vue.php:1240
6762
  msgid "Your Website"
6763
  msgstr ""
6764
 
6765
- #: languages/vue.php:1244
6766
  msgid "Sessions"
6767
  msgstr ""
6768
 
6769
- #: languages/vue.php:1248
6770
  msgid "Pageviews"
6771
  msgstr ""
6772
 
6773
- #: languages/vue.php:1251
6774
  msgid "Avg. Duration"
6775
  msgstr ""
6776
 
6777
- #: languages/vue.php:1255
6778
  msgid "Bounce Rate"
6779
  msgstr ""
6780
 
6781
- #: languages/vue.php:1258
6782
  msgid "More data is available"
6783
  msgstr ""
6784
 
6785
- #: languages/vue.php:1261
6786
  msgid "Want to see page-specific stats?"
6787
  msgstr ""
6788
 
6789
- #: languages/vue.php:1264
6790
  msgid "Dismiss"
6791
  msgstr ""
6792
 
6793
  #. Translators: Error status and error text.
6794
- #: languages/vue.php:1268
6795
  msgid "Can't load settings. Error: %1$s, %2$s"
6796
  msgstr ""
6797
 
6798
- #: languages/vue.php:1272
6799
  msgid "You appear to be offline."
6800
  msgstr ""
6801
 
6802
  #. Translators: Error status and error text.
6803
- #: languages/vue.php:1276
6804
  msgid "Can't save settings. Error: %1$s, %2$s"
6805
  msgstr ""
6806
 
6807
- #: languages/vue.php:1279
6808
  msgid "Network error encountered. Settings not saved."
6809
  msgstr ""
6810
 
6811
  #. Translators: Error status and error text.
6812
- #: languages/vue.php:1283
6813
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
6814
  msgstr ""
6815
 
6816
- #: languages/vue.php:1286
6817
  msgid "You appear to be offline. Settings not saved."
6818
  msgstr ""
6819
 
6820
  #. Translators: Error status and error text.
6821
- #: languages/vue.php:1290
6822
  msgid "Can't load authentication details. Error: %1$s, %2$s"
6823
  msgstr ""
6824
 
6825
  #. Translators: Error status and error text.
6826
- #: languages/vue.php:1294
6827
  msgid "Can't authenticate. Error: %1$s, %2$s"
6828
  msgstr ""
6829
 
6830
  #. Translators: Error status and error text.
6831
- #: languages/vue.php:1298
6832
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
6833
  msgstr ""
6834
 
6835
  #. Translators: Error status and error text.
6836
- #: languages/vue.php:1302
6837
  msgid "Can't verify credentials. Error: %1$s, %2$s"
6838
  msgstr ""
6839
 
6840
- #: languages/vue.php:1305
6841
  msgid "Proceed"
6842
  msgstr ""
6843
 
6844
- #: languages/vue.php:1308
6845
  msgid "Connection Information"
6846
  msgstr ""
6847
 
6848
- #: languages/vue.php:1311
6849
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
6850
  msgstr ""
6851
 
6852
- #: languages/vue.php:1314
6853
  msgid "Hostname"
6854
  msgstr ""
6855
 
6856
- #: languages/vue.php:1317
6857
  msgid "FTP Username"
6858
  msgstr ""
6859
 
6860
- #: languages/vue.php:1320
6861
  msgid "FTP Password"
6862
  msgstr ""
6863
 
6864
- #: languages/vue.php:1323
6865
  msgid "This password will not be stored on the server."
6866
  msgstr ""
6867
 
6868
- #: languages/vue.php:1326
6869
  msgid "Connection Type"
6870
  msgstr ""
6871
 
6872
- #: languages/vue.php:1329
6873
  msgid "Cancel"
6874
  msgstr ""
6875
 
6876
- #: languages/vue.php:1332
6877
  msgid "Ecommerce Report"
6878
  msgstr ""
6879
 
6880
- #: languages/vue.php:1335
6881
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
6882
  msgstr ""
6883
 
6884
- #: languages/vue.php:1338
6885
  msgid "Here's what you get:"
6886
  msgstr ""
6887
 
6888
- #: languages/vue.php:1341
6889
  msgid "See Your Conversion Rate to Improve Funnel"
6890
  msgstr ""
6891
 
6892
- #: languages/vue.php:1344
6893
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
6894
  msgstr ""
6895
 
6896
- #: languages/vue.php:1347
6897
  msgid "See The Total Revenue to Track Growth"
6898
  msgstr ""
6899
 
6900
- #: languages/vue.php:1350
6901
  msgid "See Average Order Value to Find Offer Opportunities"
6902
  msgstr ""
6903
 
6904
- #: languages/vue.php:1353
6905
  msgid "See Your Top Products to See Individual Performance"
6906
  msgstr ""
6907
 
6908
- #: languages/vue.php:1356
6909
  msgid "See Your Top Conversion Sources and Focus on what's Working"
6910
  msgstr ""
6911
 
6912
- #: languages/vue.php:1359
6913
  msgid "See The Time it Takes for Customers to Purchase"
6914
  msgstr ""
6915
 
6916
- #: languages/vue.php:1362
6917
  msgid "See How Many Sessions are Needed for a Purchase"
6918
  msgstr ""
6919
 
6920
- #: languages/vue.php:1365
6921
  msgid "New"
6922
  msgstr ""
6923
 
6924
- #: languages/vue.php:1368
6925
  msgid "Returning"
6926
  msgstr ""
6927
 
6928
- #: languages/vue.php:1371
6929
  msgid "Desktop"
6930
  msgstr ""
6931
 
6932
- #: languages/vue.php:1374
6933
  msgid "Tablet"
6934
  msgstr ""
6935
 
6936
- #: languages/vue.php:1377
6937
  msgid "Mobile"
6938
  msgstr ""
6939
 
6940
- #: languages/vue.php:1380
6941
  msgid "Overview Report"
6942
  msgstr ""
6943
 
6944
- #: languages/vue.php:1383
6945
  msgid "Avg. Session Duration"
6946
  msgstr ""
6947
 
6948
- #: languages/vue.php:1386
6949
  msgid "New vs. Returning Visitors"
6950
  msgstr ""
6951
 
6952
- #: languages/vue.php:1389
6953
  msgid "Device Breakdown"
6954
  msgstr ""
6955
 
6956
- #: languages/vue.php:1392
6957
  msgid "Top 10 Countries"
6958
  msgstr ""
6959
 
6960
- #: languages/vue.php:1395
6961
  msgid "View Countries Report"
6962
  msgstr ""
6963
 
6964
- #: languages/vue.php:1398
6965
  msgid "Top 10 Referrals"
6966
  msgstr ""
6967
 
6968
- #: languages/vue.php:1401
6969
  msgid "View All Referral Sources"
6970
  msgstr ""
6971
 
6972
- #: languages/vue.php:1404
6973
  msgid "Top Posts/Pages"
6974
  msgstr ""
6975
 
6976
- #: languages/vue.php:1407
6977
  msgid "View Full Posts/Pages Report"
6978
  msgstr ""
6979
 
6980
- #: languages/vue.php:1410
6981
  msgid "A session is the browsing session of a single user to your site."
6982
  msgstr ""
6983
 
6984
- #: languages/vue.php:1413
6985
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6986
  msgstr ""
6987
 
6988
- #: languages/vue.php:1416
6989
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6990
  msgstr ""
6991
 
6992
- #: languages/vue.php:1419
6993
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6994
  msgstr ""
6995
 
6996
- #: languages/vue.php:1422
6997
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
6998
  msgstr ""
6999
 
7000
- #: languages/vue.php:1425
7001
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
7002
  msgstr ""
7003
 
7004
- #: languages/vue.php:1428
7005
  msgid "This list shows the top countries your website visitors are from."
7006
  msgstr ""
7007
 
7008
- #: languages/vue.php:1431
7009
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
7010
  msgstr ""
7011
 
7012
- #: languages/vue.php:1434
7013
  msgid "This list shows the most viewed posts and pages on your website."
7014
  msgstr ""
7015
 
7016
- #: languages/vue.php:1437
7017
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
7018
  msgstr ""
7019
 
7020
- #: languages/vue.php:1440
7021
  msgid "See Your Top Landing Pages to Improve Engagement"
7022
  msgstr ""
7023
 
7024
- #: languages/vue.php:1443
7025
  msgid "See Your Top Exit Pages to Reduce Abandonment"
7026
  msgstr ""
7027
 
7028
- #: languages/vue.php:1446
7029
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
7030
  msgstr ""
7031
 
7032
- #: languages/vue.php:1449
7033
  msgid "See Your Top Affiliate Links and Focus on what’s working"
7034
  msgstr ""
7035
 
7036
- #: languages/vue.php:1452
7037
  msgid "See Your Top Downloads and Improve Conversions"
7038
  msgstr ""
7039
 
7040
- #: languages/vue.php:1455
7041
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
7042
  msgstr ""
7043
 
7044
- #: languages/vue.php:1458
7045
  msgid "Custom Dimensions Report"
7046
  msgstr ""
7047
 
7048
- #: languages/vue.php:1461
7049
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
7050
  msgstr ""
7051
 
7052
- #: languages/vue.php:1464
7053
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
7054
  msgstr ""
7055
 
7056
- #: languages/vue.php:1467
7057
  msgid "Author tracking to see which author’s posts generate the most traffic"
7058
  msgstr ""
7059
 
7060
- #: languages/vue.php:1470
7061
  msgid "Post Type tracking to see which WordPress post types perform better"
7062
  msgstr ""
7063
 
7064
- #: languages/vue.php:1473
7065
  msgid "Category tracking to see which sections of your sites are the most popular"
7066
  msgstr ""
7067
 
7068
- #: languages/vue.php:1476
7069
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
7070
  msgstr ""
7071
 
7072
- #: languages/vue.php:1479
7073
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
7074
  msgstr ""
7075
 
7076
- #: languages/vue.php:1482
7077
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
7078
  msgstr ""
7079
 
7080
  #. Translators: Number of visitors.
7081
- #: languages/vue.php:1490
7082
  msgid "Your website was visited by %s users in the last 30 days."
7083
  msgstr ""
7084
 
7085
- #: languages/vue.php:1493
7086
  msgid "See the full analytics report!"
7087
  msgstr ""
7088
 
7089
- #: languages/vue.php:1496
7090
  msgid "Network Active"
7091
  msgstr ""
7092
 
7093
- #: languages/vue.php:1499
7094
  msgid "Active"
7095
  msgstr ""
7096
 
7097
- #: languages/vue.php:1502
7098
  msgid "Inactive"
7099
  msgstr ""
7100
 
7101
  #. Translators: Placeholder for the addon status (installed, active, etc).
7102
- #: languages/vue.php:1506
7103
  msgid "Status: %s"
7104
  msgstr ""
7105
 
7106
- #: languages/vue.php:1509
7107
  msgid "Not Installed"
7108
  msgstr ""
7109
 
7110
- #: languages/vue.php:1512
7111
  msgid "Custom Campaign Parameters"
7112
  msgstr ""
7113
 
7114
- #: languages/vue.php:1515
7115
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7116
  msgstr ""
7117
 
7118
- #: languages/vue.php:1518
7119
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
7120
  msgstr ""
7121
 
7122
  #. Translators: Marks the field as required.
7123
- #: languages/vue.php:1522
7124
  msgid "Website URL %s"
7125
  msgstr ""
7126
 
7127
  #. Translators: Display the current website url in italic.
7128
- #: languages/vue.php:1526
7129
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
7130
  msgstr ""
7131
 
7132
  #. Translators: Marks the field as required.
7133
- #: languages/vue.php:1530
7134
  msgid "Campaign Source %s"
7135
  msgstr ""
7136
 
7137
  #. Translators: Make the text italic.
7138
- #: languages/vue.php:1534
7139
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7140
  msgstr ""
7141
 
7142
  #. Translators: Make the text italic.
7143
- #: languages/vue.php:1538
7144
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7145
  msgstr ""
7146
 
7147
  #. Translators: Make the text italic.
7148
- #: languages/vue.php:1542
7149
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7150
  msgstr ""
7151
 
7152
- #: languages/vue.php:1545
7153
  msgid "Enter the paid keyword"
7154
  msgstr ""
7155
 
7156
- #: languages/vue.php:1548
7157
  msgid "Enter something to differentiate ads"
7158
  msgstr ""
7159
 
7160
- #: languages/vue.php:1551
7161
  msgid "Use Fragment"
7162
  msgstr ""
7163
 
7164
  #. Translators: Make the text bold.
7165
- #: languages/vue.php:1555
7166
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7167
  msgstr ""
7168
 
7169
- #: languages/vue.php:1558
7170
  msgid "URL to use"
7171
  msgstr ""
7172
 
7173
- #: languages/vue.php:1561
7174
  msgid "(Updates automatically)"
7175
  msgstr ""
7176
 
7177
- #: languages/vue.php:1564
7178
  msgid "Copy to Clipboard"
7179
  msgstr ""
7180
 
7181
- #: languages/vue.php:1567
7182
  msgid "Copy to Pretty Links"
7183
  msgstr ""
7184
 
7185
- #: languages/vue.php:1570
7186
  msgid "Make your campaign links prettier!"
7187
  msgstr ""
7188
 
7189
- #: languages/vue.php:1573
7190
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
7191
  msgstr ""
7192
 
7193
- #: languages/vue.php:1576
7194
  msgid "Download Pretty Links"
7195
  msgstr ""
7196
 
7197
- #: languages/vue.php:1579
7198
  msgid "More Information & Examples"
7199
  msgstr ""
7200
 
7201
- #: languages/vue.php:1582
7202
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7203
  msgstr ""
7204
 
7205
- #: languages/vue.php:1585
7206
  msgid "Campaign Source"
7207
  msgstr ""
7208
 
7209
- #: languages/vue.php:1588
7210
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
7211
  msgstr ""
7212
 
7213
- #: languages/vue.php:1591
7214
  msgid "Campaign Medium"
7215
  msgstr ""
7216
 
7217
- #: languages/vue.php:1594
7218
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7219
  msgstr ""
7220
 
7221
- #: languages/vue.php:1597
7222
  msgid "Campaign Name"
7223
  msgstr ""
7224
 
7225
- #: languages/vue.php:1600
7226
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7227
  msgstr ""
7228
 
7229
- #: languages/vue.php:1603
7230
  msgid "Campaign Term"
7231
  msgstr ""
7232
 
7233
- #: languages/vue.php:1606
7234
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7235
  msgstr ""
7236
 
7237
- #: languages/vue.php:1609
7238
  msgid "Campaign Content"
7239
  msgstr ""
7240
 
7241
- #: languages/vue.php:1612
7242
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7243
  msgstr ""
7244
 
7245
  #. Translators: Example.
7246
- #: languages/vue.php:1616
7247
  msgid "Example: %s"
7248
  msgstr ""
7249
 
7250
  #. Translators: Examples.
7251
- #: languages/vue.php:1620
7252
  msgid "Examples: %s"
7253
  msgstr ""
7254
 
7255
- #: languages/vue.php:1623
7256
  msgid "About Campaigns"
7257
  msgstr ""
7258
 
7259
- #: languages/vue.php:1626
7260
  msgid "About Custom Campaigns"
7261
  msgstr ""
7262
 
7263
- #: languages/vue.php:1629
7264
  msgid "Best Practices for Creating Custom Campaigns"
7265
  msgstr ""
7266
 
7267
- #: languages/vue.php:1632
7268
  msgid "About the Referral Traffic Report"
7269
  msgstr ""
7270
 
7271
- #: languages/vue.php:1635
7272
  msgid "About Traffic Source Dimensions"
7273
  msgstr ""
7274
 
7275
- #: languages/vue.php:1638
7276
  msgid "AdWords Auto-Tagging"
7277
  msgstr ""
7278
 
7279
- #: languages/vue.php:1641
7280
  msgid "Additional Information"
7281
  msgstr ""
7282
 
7283
- #: languages/vue.php:1644
7284
  msgid "Forms Report"
7285
  msgstr ""
7286
 
7287
- #: languages/vue.php:1647
7288
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
7289
  msgstr ""
7290
 
7291
- #: languages/vue.php:1650
7292
  msgid "See Your Top Converting Forms and Optimize"
7293
  msgstr ""
7294
 
7295
- #: languages/vue.php:1653
7296
  msgid "See Your Forms Impressions Count to Find the Best Placement"
7297
  msgstr ""
7298
 
7299
- #: languages/vue.php:1656
7300
  msgid "Cross Domain Tracking"
7301
  msgstr ""
7302
 
7303
  #. Translators: Add links to documentation.
7304
- #: languages/vue.php:1660
7305
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
7306
  msgstr ""
7307
 
7308
- #: languages/vue.php:1663
7309
  msgid "Demographics"
7310
  msgstr ""
7311
 
7312
- #: languages/vue.php:1666
7313
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
7314
  msgstr ""
7315
 
7316
- #: languages/vue.php:1669
7317
  msgid "Anonymize IP Addresses"
7318
  msgstr ""
7319
 
7320
- #: languages/vue.php:1672
7321
  msgid "Link Attribution"
7322
  msgstr ""
7323
 
7324
- #: languages/vue.php:1675
7325
  msgid "Enable Enhanced Link Attribution"
7326
  msgstr ""
7327
 
7328
- #: languages/vue.php:1678
7329
  msgid "Enable Anchor Tracking"
7330
  msgstr ""
7331
 
7332
- #: languages/vue.php:1681
7333
  msgid "Enable allowAnchor"
7334
  msgstr ""
7335
 
7336
- #: languages/vue.php:1684
7337
  msgid "Enable allowLinker"
7338
  msgstr ""
7339
 
7340
- #: languages/vue.php:1687
7341
  msgid "Enable Tag Links in RSS"
7342
  msgstr ""
7343
 
7344
- #: languages/vue.php:1690
7345
  msgid "File Downloads"
7346
  msgstr ""
7347
 
7348
- #: languages/vue.php:1693
7349
  msgid "Extensions of Files to Track as Downloads"
7350
  msgstr ""
7351
 
7352
- #: languages/vue.php:1696
7353
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
7354
  msgstr ""
7355
 
7356
  #. Translators: Add links to documentation.
7357
- #: languages/vue.php:1700
7358
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
7359
  msgstr ""
7360
 
7361
  #. Translators: Add links to documentation.
7362
- #: languages/vue.php:1704
7363
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
7364
  msgstr ""
7365
 
7366
  #. Translators: Add links to documentation.
7367
- #: languages/vue.php:1708
7368
  msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
7369
  msgstr ""
7370
 
7371
- #: languages/vue.php:1711
7372
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
7373
  msgstr ""
7374
 
7375
  #. Translators: Add links to documentation.
7376
- #: languages/vue.php:1715
7377
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
7378
  msgstr ""
7379
 
7380
  #. Translators: Add links to documentation.
7381
- #: languages/vue.php:1719
7382
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
7383
  msgstr ""
7384
 
7385
  #. Translators: Add links to documentation.
7386
- #: languages/vue.php:1723
7387
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
7388
  msgstr ""
7389
 
7390
- #: languages/vue.php:1726
7391
  msgid "Add domain"
7392
  msgstr ""
7393
 
7394
  #. Translators: Domain name example.
7395
- #: languages/vue.php:1730
7396
  msgid "Domain (example: %s)"
7397
  msgstr ""
7398
 
7399
  #. Translators: Current domain name that should not be used.
7400
- #: languages/vue.php:1734
7401
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
7402
  msgstr ""
7403
 
7404
- #: languages/vue.php:1737
7405
  msgid "Search Console Report"
7406
  msgstr ""
7407
 
7408
- #: languages/vue.php:1740
7409
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
7410
  msgstr ""
7411
 
7412
- #: languages/vue.php:1743
7413
  msgid "See Your Top Google Search Terms and Optimize Content"
7414
  msgstr ""
7415
 
7416
- #: languages/vue.php:1746
7417
  msgid "See The Number of Clicks and Track Interests"
7418
  msgstr ""
7419
 
7420
- #: languages/vue.php:1749
7421
  msgid "See The Click-Through-Ratio and Improve SEO"
7422
  msgstr ""
7423
 
7424
- #: languages/vue.php:1752
7425
  msgid "See The Average Results Position and Focus on what works."
7426
  msgstr ""
7427
 
7428
- #: languages/vue.php:1755
7429
  msgid "Installing Addon"
7430
  msgstr ""
7431
 
7432
- #: languages/vue.php:1758
7433
  msgid "Activating Addon"
7434
  msgstr ""
7435
 
7436
- #: languages/vue.php:1761
7437
  msgid "Addon Activated"
7438
  msgstr ""
7439
 
7440
- #: languages/vue.php:1764
7441
  msgid "Loading report data"
7442
  msgstr ""
7443
 
7444
- #: languages/vue.php:1767
7445
  msgid "Please activate manually"
7446
  msgstr ""
7447
 
7448
  #. Translators: Adds the error status and status text.
7449
- #: languages/vue.php:1771
7450
  msgid "Error: %1$s, %2$s"
7451
  msgstr ""
7452
 
7453
- #: languages/vue.php:1774
7454
  msgid "Error Activating Addon"
7455
  msgstr ""
7456
 
7457
- #: languages/vue.php:1780
7458
  msgid "Redirecting"
7459
  msgstr ""
7460
 
7461
- #: languages/vue.php:1783
7462
  msgid "Please wait"
7463
  msgstr ""
7464
 
7465
- #: languages/vue.php:1786
7466
  msgid "activate"
7467
  msgstr ""
7468
 
7469
- #: languages/vue.php:1789
7470
  msgid "install"
7471
  msgstr ""
7472
 
7473
- #: languages/vue.php:1792
7474
  msgid "Visit addons page"
7475
  msgstr ""
7476
 
7477
- #: languages/vue.php:1795
7478
  msgid "Report Unavailable"
7479
  msgstr ""
7480
 
7481
  #. Translators: Install/Activate the addon.
7482
- #: languages/vue.php:1799
7483
  msgid "%s Addon"
7484
  msgstr ""
7485
 
7486
- #: languages/vue.php:1802
7487
  msgid "Go Back To Reports"
7488
  msgstr ""
7489
 
7490
- #: languages/vue.php:1805
7491
  msgid "Enable Enhanced eCommerce"
7492
  msgstr ""
7493
 
7494
- #: languages/vue.php:1808
7495
  msgid "Real-Time Report"
7496
  msgstr ""
7497
 
7498
- #: languages/vue.php:1811
7499
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitor's activity when you need it."
7500
  msgstr ""
7501
 
7502
  #. Translators: add link to blog.
7503
- #: languages/vue.php:1815
7504
  msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
7505
  msgstr ""
7506
 
7507
- #: languages/vue.php:1818
7508
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
7509
  msgstr ""
7510
 
7511
- #: languages/vue.php:1821
7512
  msgid "See Your Top Pages Immediately After Making Changes"
7513
  msgstr ""
7514
 
7515
- #: languages/vue.php:1824
7516
  msgid "See Your Top Referral Sources and Adapt Faster"
7517
  msgstr ""
7518
 
7519
- #: languages/vue.php:1827
7520
  msgid "See Your Traffic Demographics"
7521
  msgstr ""
7522
 
7523
- #: languages/vue.php:1830
7524
  msgid "Get Fresh Reports Data Every 60 Seconds"
7525
  msgstr ""
7526
 
7527
- #: languages/vue.php:1833
7528
  msgid "See Where Your Visitors are Connecting From (country & city)"
7529
  msgstr ""
7530
 
7531
- #: languages/vue.php:1836
7532
  msgid "Help Us Improve"
7533
  msgstr ""
7534
 
7535
- #: languages/vue.php:1839
7536
  msgid "Help us better understand our users and their website needs."
7537
  msgstr ""
7538
 
7539
  #. Translators: Adds a link to the documentation.
7540
- #: languages/vue.php:1843
7541
  msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
7542
  msgstr ""
7543
 
7544
- #: languages/vue.php:1846
7545
- #: languages/vue.php:2684
7546
  msgid "Connect ExactMetrics"
7547
  msgstr ""
7548
 
7549
- #: languages/vue.php:1849
7550
  msgid "Website profile"
7551
  msgstr ""
7552
 
7553
- #: languages/vue.php:1852
7554
  msgid "Active profile"
7555
  msgstr ""
7556
 
7557
- #: languages/vue.php:1855
7558
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7559
  msgstr ""
7560
 
7561
- #: languages/vue.php:1858
7562
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7563
  msgstr ""
7564
 
7565
- #: languages/vue.php:1861
7566
  msgid "Skip and Keep Connection"
7567
  msgstr ""
7568
 
7569
- #: languages/vue.php:1864
7570
  msgid "Authenticating"
7571
  msgstr ""
7572
 
7573
- #: languages/vue.php:1867
7574
  msgid "No options available"
7575
  msgstr ""
7576
 
7577
- #: languages/vue.php:1870
7578
  msgid "This feature requires ExactMetrics Pro"
7579
  msgstr ""
7580
 
7581
- #: languages/vue.php:1873
7582
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
7583
  msgstr ""
7584
 
7585
- #: languages/vue.php:1876
7586
  msgid "Upgrade to Pro and Unlock Popular Products"
7587
  msgstr ""
7588
 
7589
- #: languages/vue.php:1879
7590
  msgid "View all Pro features"
7591
  msgstr ""
7592
 
7593
- #: languages/vue.php:1882
7594
  msgid "Reset to default"
7595
  msgstr ""
7596
 
7597
- #: languages/vue.php:1885
7598
  msgid "The value entered does not match the required format"
7599
  msgstr ""
7600
 
7601
  #. Translators: Placeholders are used for making text bold and adding a link.
7602
- #: languages/vue.php:1889
7603
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
7604
  msgstr ""
7605
 
7606
  #. Translators: Error status and error text.
7607
- #: languages/vue.php:1893
7608
  msgid "Can't load errors. Error: %1$s, %2$s"
7609
  msgstr ""
7610
 
7611
- #: languages/vue.php:1896
7612
  msgid "Only Show Posts from These Categories"
7613
  msgstr ""
7614
 
7615
- #: languages/vue.php:1899
7616
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
7617
  msgstr ""
7618
 
7619
- #: languages/vue.php:1902
7620
  msgid "Popular Posts data can be fetched correctly"
7621
  msgstr ""
7622
 
7623
- #: languages/vue.php:1905
7624
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
7625
  msgstr ""
7626
 
7627
- #: languages/vue.php:1908
7628
  msgid "Close"
7629
  msgstr ""
7630
 
7631
- #: languages/vue.php:1911
7632
  msgid "Add Top 5 Posts from Google Analytics"
7633
  msgstr ""
7634
 
7635
- #: languages/vue.php:1914
7636
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct."
7637
  msgstr ""
7638
 
7639
- #: languages/vue.php:1917
7640
  msgid "Test Automated Posts"
7641
  msgstr ""
7642
 
7643
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
7644
- #: languages/vue.php:1921
7645
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
7646
  msgstr ""
7647
 
7648
- #: languages/vue.php:1924
7649
  msgid "Automated + Curated"
7650
  msgstr ""
7651
 
7652
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
7653
- #: languages/vue.php:1928
7654
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
7655
  msgstr ""
7656
 
7657
  #. Translators: Placeholder gets replaced with current license version.
7658
- #: languages/vue.php:1932
7659
  msgid "Pro version is required. Your current license level is: %s"
7660
  msgstr ""
7661
 
7662
- #: languages/vue.php:1935
7663
  msgid "Verifying Popular Posts data"
7664
  msgstr ""
7665
 
7666
- #: languages/vue.php:1948
7667
  msgid "Select posts/search"
7668
  msgstr ""
7669
 
7670
- #: languages/vue.php:1951
7671
  msgid "Oops! No posts found."
7672
  msgstr ""
7673
 
7674
- #: languages/vue.php:1954
7675
  msgid "Search by post title"
7676
  msgstr ""
7677
 
7678
- #: languages/vue.php:1957
7679
  msgid "Can't load posts."
7680
  msgstr ""
7681
 
7682
  #. Translators: Adds a link to documentation.
7683
- #: languages/vue.php:1961
7684
  msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
7685
  msgstr ""
7686
 
7687
  #. Translators: Adds link to activate/install plugin and documentation.
7688
- #: languages/vue.php:1965
7689
  msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
7690
  msgstr ""
7691
 
7692
- #: languages/vue.php:1968
7693
  msgid "Activate"
7694
  msgstr ""
7695
 
7696
- #: languages/vue.php:1971
7697
  msgid "Install"
7698
  msgstr ""
7699
 
7700
  #. Translators: Adds a link to documentation.
7701
- #: languages/vue.php:1975
7702
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
7703
  msgstr ""
7704
 
7705
  #. Translators: Adds link to activate/install plugin and documentation.
7706
- #: languages/vue.php:1979
7707
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
7708
  msgstr ""
7709
 
7710
- #: languages/vue.php:1982
7711
  msgid "SharedCount API Key"
7712
  msgstr ""
7713
 
7714
- #: languages/vue.php:1985
7715
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
7716
  msgstr ""
7717
 
7718
- #: languages/vue.php:1988
7719
  msgid "Start Indexing"
7720
  msgstr ""
7721
 
7722
- #: languages/vue.php:1991
7723
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
7724
  msgstr ""
7725
 
7726
- #: languages/vue.php:1994
7727
  msgid "Indexing completed, counts will update automatically every day."
7728
  msgstr ""
7729
 
7730
- #: languages/vue.php:2001
7731
  msgid "Wide"
7732
  msgstr ""
7733
 
7734
- #: languages/vue.php:2004
7735
  msgid "Narrow"
7736
  msgstr ""
7737
 
7738
- #: languages/vue.php:2007
7739
  msgid "Title"
7740
  msgstr ""
7741
 
7742
- #: languages/vue.php:2010
7743
  msgid "Color"
7744
  msgstr ""
7745
 
7746
- #: languages/vue.php:2013
7747
  msgid "Size"
7748
  msgstr ""
7749
 
7750
- #: languages/vue.php:2016
7751
  msgid "Border"
7752
  msgstr ""
7753
 
7754
- #: languages/vue.php:2019
7755
  msgid "Author/Date"
7756
  msgstr ""
7757
 
7758
- #: languages/vue.php:2022
7759
  msgid "Label"
7760
  msgstr ""
7761
 
7762
- #: languages/vue.php:2025
7763
  msgid "Background"
7764
  msgstr ""
7765
 
7766
- #: languages/vue.php:2037
7767
  msgid "Choose which content you would like displayed in the widget."
7768
  msgstr ""
7769
 
7770
- #: languages/vue.php:2049
7771
  msgid "Comments"
7772
  msgstr ""
7773
 
7774
- #: languages/vue.php:2055
7775
  msgid "Choose how many posts you’d like displayed in the widget."
7776
  msgstr ""
7777
 
7778
- #: languages/vue.php:2058
7779
  msgid "View notifications"
7780
  msgstr ""
7781
 
7782
  #. Translators: Add link to retrieve license key from account.
7783
- #: languages/vue.php:2062
7784
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
7785
  msgstr ""
7786
 
7787
- #: languages/vue.php:2065
7788
  msgid "Miscellaneous"
7789
  msgstr ""
7790
 
7791
- #: languages/vue.php:2068
7792
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
7793
  msgstr ""
7794
 
7795
- #: languages/vue.php:2071
7796
  msgid "Hide Announcements"
7797
  msgstr ""
7798
 
7799
- #: languages/vue.php:2074
7800
  msgid "Unlock Form Tracking"
7801
  msgstr ""
7802
 
7803
- #: languages/vue.php:2077
7804
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7805
  msgstr ""
7806
 
7807
- #: languages/vue.php:2080
7808
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7809
  msgstr ""
7810
 
7811
- #: languages/vue.php:2083
7812
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7813
  msgstr ""
7814
 
7815
- #: languages/vue.php:2086
7816
  msgid "Affiliate Links"
7817
  msgstr ""
7818
 
7819
  #. Translators: Add links to documentation.
7820
- #: languages/vue.php:2090
7821
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
7822
  msgstr ""
7823
 
7824
- #: languages/vue.php:2093
7825
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
7826
  msgstr ""
7827
 
7828
- #: languages/vue.php:2099
7829
  msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
7830
  msgstr ""
7831
 
7832
- #: languages/vue.php:2102
7833
  msgid "Disable the Headline Analyzer"
7834
  msgstr ""
7835
 
7836
- #: languages/vue.php:2105
7837
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
7838
  msgstr ""
7839
 
7840
- #: languages/vue.php:2108
7841
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
7842
  msgstr ""
7843
 
7844
- #: languages/vue.php:2111
7845
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
7846
  msgstr ""
7847
 
7848
- #: languages/vue.php:2114
7849
  msgid "Over 200,000 websites use Pretty Links!"
7850
  msgstr ""
7851
 
7852
- #: languages/vue.php:2117
7853
  msgid "Install Pretty Links"
7854
  msgstr ""
7855
 
7856
- #: languages/vue.php:2120
7857
  msgid "Pretty Links Installed & Activated"
7858
  msgstr ""
7859
 
7860
- #: languages/vue.php:2123
7861
  msgid "Install Pretty Links from the WordPress.org plugin repository."
7862
  msgstr ""
7863
 
7864
- #: languages/vue.php:2126
7865
  msgid "Activate Pretty Links"
7866
  msgstr ""
7867
 
7868
- #: languages/vue.php:2129
7869
  msgid "Activating Pretty Links..."
7870
  msgstr ""
7871
 
7872
- #: languages/vue.php:2132
7873
  msgid "Create New Pretty Link"
7874
  msgstr ""
7875
 
7876
- #: languages/vue.php:2135
7877
  msgid "Create a New Pretty Link"
7878
  msgstr ""
7879
 
7880
- #: languages/vue.php:2138
7881
  msgid "Grab your campaign link and paste it into the Target URL field."
7882
  msgstr ""
7883
 
7884
  #. Translators: Error status and error text.
7885
- #: languages/vue.php:2142
7886
  msgid "Can't load report data. Error: %1$s, %2$s"
7887
  msgstr ""
7888
 
7889
- #: languages/vue.php:2145
7890
  msgid "Error loading report data"
7891
  msgstr ""
7892
 
7893
  #. Translators: Replaced with the number of days
7894
- #: languages/vue.php:2149
7895
  msgid "vs. Previous Day"
7896
  msgstr ""
7897
 
7898
- #: languages/vue.php:2152
7899
  msgid "No change"
7900
  msgstr ""
7901
 
7902
  #. Translators: Error status and error text.
7903
- #: languages/vue.php:2156
7904
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7905
  msgstr ""
7906
 
7907
  #. Translators: Error status and error text.
7908
- #: languages/vue.php:2160
7909
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7910
  msgstr ""
7911
 
7912
  #. Translators: Error status and error text.
7913
- #: languages/vue.php:2164
7914
  msgid "Can't load license details. Error: %1$s, %2$s"
7915
  msgstr ""
7916
 
7917
- #: languages/vue.php:2167
7918
  msgid "Error loading license details"
7919
  msgstr ""
7920
 
7921
  #. Translators: Error status and error text.
7922
- #: languages/vue.php:2171
7923
  msgid "Can't verify the license. Error: %1$s, %2$s"
7924
  msgstr ""
7925
 
7926
  #. Translators: Error status and error text.
7927
- #: languages/vue.php:2175
7928
  msgid "Can't validate the license. Error: %1$s, %2$s"
7929
  msgstr ""
7930
 
7931
  #. Translators: Placeholder is replaced with WPForms.
7932
- #: languages/vue.php:2179
7933
  msgid "Recommended Plugin: %s"
7934
  msgstr ""
7935
 
7936
- #: languages/vue.php:2182
7937
  msgid "Activating..."
7938
  msgstr ""
7939
 
7940
- #: languages/vue.php:2185
7941
  msgid "Deactivating..."
7942
  msgstr ""
7943
 
7944
- #: languages/vue.php:2188
7945
  msgid "Deactivate"
7946
  msgstr ""
7947
 
7948
- #. Translators: Number of days.
7949
- #: languages/vue.php:2192
7950
  msgid "Last %s days"
7951
  msgstr ""
7952
 
7953
  #. Translators: Make text green.
7954
- #: languages/vue.php:2196
7955
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
7956
  msgstr ""
7957
 
7958
- #: languages/vue.php:2199
7959
  msgid "Analytics"
7960
  msgstr ""
7961
 
7962
  #. Translators: Adds an arrow icon.
7963
- #: languages/vue.php:2203
7964
  msgid "View All Reports %s"
7965
  msgstr ""
7966
 
7967
- #: languages/vue.php:2206
7968
  msgid "Multiple Entries"
7969
  msgstr ""
7970
 
7971
- #: languages/vue.php:2209
7972
  msgid "Total Number of Widgets to Show"
7973
  msgstr ""
7974
 
7975
- #: languages/vue.php:2212
7976
  msgid "Choose how many widgets will be placed in a single Post."
7977
  msgstr ""
7978
 
7979
- #: languages/vue.php:2215
7980
  msgid "Minimum Distance Between Widgets"
7981
  msgstr ""
7982
 
7983
- #: languages/vue.php:2218
7984
  msgid "Choose the distance between widgets."
7985
  msgstr ""
7986
 
7987
- #: languages/vue.php:2221
7988
  msgid "Minimum Word Count to Display Multiple Widgets"
7989
  msgstr ""
7990
 
7991
- #: languages/vue.php:2224
7992
  msgid "Choose the minimum word count for a Post to have multiple entries."
7993
  msgstr ""
7994
 
7995
- #: languages/vue.php:2227
7996
  msgid "Pro version is required"
7997
  msgstr ""
7998
 
7999
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8000
- #: languages/vue.php:2231
8001
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8002
  msgstr ""
8003
 
8004
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8005
- #: languages/vue.php:2235
8006
  msgid "%1$sPage %3$s%2$s of %4$s"
8007
  msgstr ""
8008
 
8009
- #: languages/vue.php:2238
8010
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8011
  msgstr ""
8012
 
8013
- #: languages/vue.php:2241
8014
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8015
  msgstr ""
8016
 
8017
- #: languages/vue.php:2244
8018
  msgid "Icon"
8019
  msgstr ""
8020
 
8021
- #: languages/vue.php:2247
8022
  msgid "Display Method"
8023
  msgstr ""
8024
 
8025
- #: languages/vue.php:2250
8026
  msgid "There are two ways to manual include the widget in your posts."
8027
  msgstr ""
8028
 
8029
- #: languages/vue.php:2253
8030
  msgid "Using the Gutenberg Block"
8031
  msgstr ""
8032
 
8033
- #: languages/vue.php:2256
8034
  msgid "Using the Shortcode"
8035
  msgstr ""
8036
 
8037
- #: languages/vue.php:2259
8038
  msgid "Learn how to insert the widget using Gutenberg blocks."
8039
  msgstr ""
8040
 
8041
- #: languages/vue.php:2262
8042
  msgid "Learn how to insert the widget using out Shortcode."
8043
  msgstr ""
8044
 
8045
- #: languages/vue.php:2265
8046
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8047
  msgstr ""
8048
 
8049
- #: languages/vue.php:2268
8050
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8051
  msgstr ""
8052
 
8053
- #: languages/vue.php:2271
8054
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
8055
  msgstr ""
8056
 
8057
- #: languages/vue.php:2274
8058
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8059
  msgstr ""
8060
 
8061
- #: languages/vue.php:2277
8062
  msgid "Shortcode"
8063
  msgstr ""
8064
 
8065
- #: languages/vue.php:2280
8066
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8067
  msgstr ""
8068
 
8069
- #: languages/vue.php:2283
8070
  msgid "Copy Shortcode"
8071
  msgstr ""
8072
 
8073
- #: languages/vue.php:2286
8074
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8075
  msgstr ""
8076
 
8077
- #: languages/vue.php:2289
8078
  msgid "Automatic Placement"
8079
  msgstr ""
8080
 
8081
- #: languages/vue.php:2292
8082
  msgid "Display using Gutenberg Blocks"
8083
  msgstr ""
8084
 
8085
- #: languages/vue.php:2295
8086
  msgid "Embed Options"
8087
  msgstr ""
8088
 
8089
- #: languages/vue.php:2298
8090
  msgid "All Embed Options can be used in conjunction with one another."
8091
  msgstr ""
8092
 
8093
- #: languages/vue.php:2301
8094
  msgid "Using Automatic Embed"
8095
  msgstr ""
8096
 
8097
- #: languages/vue.php:2304
8098
  msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
8099
  msgstr ""
8100
 
8101
- #: languages/vue.php:2307
8102
  msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
8103
  msgstr ""
8104
 
8105
- #: languages/vue.php:2310
8106
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
8107
  msgstr ""
8108
 
8109
- #: languages/vue.php:2313
8110
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
8111
  msgstr ""
8112
 
8113
- #: languages/vue.php:2316
8114
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
8115
  msgstr ""
8116
 
8117
- #: languages/vue.php:2319
8118
  msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
8119
  msgstr ""
8120
 
8121
- #: languages/vue.php:2322
8122
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
8123
  msgstr ""
8124
 
8125
- #: languages/vue.php:2325
8126
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
8127
  msgstr ""
8128
 
8129
- #: languages/vue.php:2328
8130
  msgid "Display using a Shortcode"
8131
  msgstr ""
8132
 
8133
- #: languages/vue.php:2331
8134
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
8135
  msgstr ""
8136
 
8137
- #: languages/vue.php:2334
8138
  msgid "Enable Automatic Placement"
8139
  msgstr ""
8140
 
8141
- #: languages/vue.php:2337
8142
  msgid "Display in a Sidebar"
8143
  msgstr ""
8144
 
8145
- #: languages/vue.php:2340
8146
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
8147
  msgstr ""
8148
 
8149
- #: languages/vue.php:2343
8150
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
8151
  msgstr ""
8152
 
8153
  #. Translators: Minimum and maximum number that can be used.
8154
- #: languages/vue.php:2347
8155
  msgid "Please enter a value between %1$s and %2$s"
8156
  msgstr ""
8157
 
8158
  #. Translators: The minimum set value.
8159
- #: languages/vue.php:2351
8160
  msgid "Please enter a value higher than %s"
8161
  msgstr ""
8162
 
8163
  #. Translators: The maximum set value.
8164
- #: languages/vue.php:2355
8165
  msgid "Please enter a value lower than %s"
8166
  msgstr ""
8167
 
8168
- #: languages/vue.php:2358
8169
  msgid "Please enter a number"
8170
  msgstr ""
8171
 
8172
- #: languages/vue.php:2361
8173
  msgid "Value has to be a round number"
8174
  msgstr ""
8175
 
8176
- #: languages/vue.php:2364
8177
  msgid "Days"
8178
  msgstr ""
8179
 
8180
  #. Translators: placeholders make text small.
8181
- #: languages/vue.php:2368
8182
  msgid "7 days"
8183
  msgstr ""
8184
 
8185
- #: languages/vue.php:2371
8186
  msgid "30 days"
8187
  msgstr ""
8188
 
8189
- #: languages/vue.php:2374
8190
  msgid "Custom"
8191
  msgstr ""
8192
 
8193
  #. Translators: Add line break.
8194
- #: languages/vue.php:2378
8195
  msgid "See All Your Important Store%s Metrics in One Place"
8196
  msgstr ""
8197
 
8198
- #: languages/vue.php:2381
8199
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8200
  msgstr ""
8201
 
8202
- #: languages/vue.php:2384
8203
  msgid "See your Top Conversion Sources and Focus on what's Working"
8204
  msgstr ""
8205
 
8206
  #. Translators: The name of the field that is throwing a validation error.
8207
- #: languages/vue.php:2388
8208
  msgid "%s can't be empty."
8209
  msgstr ""
8210
 
8211
- #: languages/vue.php:2391
8212
  msgid "Duplicate values are not allowed."
8213
  msgstr ""
8214
 
8215
- #: languages/vue.php:2394
8216
  msgid "You can add maximum 5 items."
8217
  msgstr ""
8218
 
8219
- #: languages/vue.php:2397
8220
  msgid "At least 0 item required."
8221
  msgstr ""
8222
 
8223
- #: languages/vue.php:2400
8224
  msgid "Add Another Link Path"
8225
  msgstr ""
8226
 
8227
- #: languages/vue.php:2403
8228
  msgid "Remove row"
8229
  msgstr ""
8230
 
8231
- #: languages/vue.php:2406
8232
  msgid "Time to Purchase"
8233
  msgstr ""
8234
 
8235
- #: languages/vue.php:2409
8236
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
8237
  msgstr ""
8238
 
8239
- #: languages/vue.php:2412
8240
  msgid "Sessions to Purchase"
8241
  msgstr ""
8242
 
8243
- #: languages/vue.php:2415
8244
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
8245
  msgstr ""
8246
 
8247
- #: languages/vue.php:2418
8248
  msgid "Top Landing Pages"
8249
  msgstr ""
8250
 
8251
- #: languages/vue.php:2421
8252
  msgid "This list shows the top pages users first land on when visiting your website."
8253
  msgstr ""
8254
 
8255
- #: languages/vue.php:2424
8256
  msgid "Top Exit Pages"
8257
  msgstr ""
8258
 
8259
- #: languages/vue.php:2427
8260
  msgid "This list shows the top pages users exit your website from."
8261
  msgstr ""
8262
 
8263
- #: languages/vue.php:2430
8264
  msgid "Top Outbound Links"
8265
  msgstr ""
8266
 
8267
- #: languages/vue.php:2433
8268
  msgid "This list shows the top links clicked on your website that go to another website."
8269
  msgstr ""
8270
 
8271
- #: languages/vue.php:2436
8272
  msgid "Top Affiliate Links"
8273
  msgstr ""
8274
 
8275
- #: languages/vue.php:2439
8276
  msgid "This list shows the top affiliate links your visitors clicked on."
8277
  msgstr ""
8278
 
8279
- #: languages/vue.php:2442
8280
  msgid "Top Download Links"
8281
  msgstr ""
8282
 
8283
- #: languages/vue.php:2445
8284
  msgid "This list shows the download links your visitors clicked the most."
8285
  msgstr ""
8286
 
8287
- #: languages/vue.php:2448
8288
  msgid "Top Products"
8289
  msgstr ""
8290
 
8291
- #: languages/vue.php:2451
8292
  msgid "This list shows the top selling products on your website."
8293
  msgstr ""
8294
 
8295
- #: languages/vue.php:2454
8296
  msgid "Top Conversion Sources"
8297
  msgstr ""
8298
 
8299
- #: languages/vue.php:2457
8300
  msgid "This list shows the top referral websites in terms of product revenue."
8301
  msgstr ""
8302
 
8303
- #: languages/vue.php:2460
8304
  msgid "Total Add/Remove"
8305
  msgstr ""
8306
 
8307
- #: languages/vue.php:2463
8308
  msgid "Unlock with %s"
8309
  msgstr ""
8310
 
8311
- #: languages/vue.php:2466
8312
  msgid "Upgrade"
8313
  msgstr ""
8314
 
8315
- #: languages/vue.php:2469
8316
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8317
  msgstr ""
8318
 
8319
- #: languages/vue.php:2472
8320
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8321
  msgstr ""
8322
 
8323
- #: languages/vue.php:2475
8324
  msgid "Performance"
8325
  msgstr ""
8326
 
8327
- #: languages/vue.php:2478
8328
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
8329
  msgstr ""
8330
 
8331
- #: languages/vue.php:2481
8332
  msgid "Export PDF Report"
8333
  msgstr ""
8334
 
8335
- #: languages/vue.php:2484
8336
  msgid "You can export PDF reports only in the PRO version."
8337
  msgstr ""
8338
 
8339
- #: languages/vue.php:2487
8340
  msgid "Usage Tracking"
8341
  msgstr ""
8342
 
8343
- #: languages/vue.php:2490
8344
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
8345
  msgstr ""
8346
 
8347
- #: languages/vue.php:2493
8348
  msgid "Allow usage tracking"
8349
  msgstr ""
8350
 
8351
  #. Translators: Adds a link to the documentation.
8352
- #: languages/vue.php:2497
8353
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8354
  msgstr ""
8355
 
8356
- #: languages/vue.php:2500
8357
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
8358
  msgstr ""
8359
 
8360
- #: languages/vue.php:2503
8361
  msgid "To unlock more features consider upgrading to PRO."
8362
  msgstr ""
8363
 
8364
- #: languages/vue.php:2506
8365
  msgid "Upgrade to"
8366
  msgstr ""
8367
 
8368
  #. Translators: Placeholder adds a line break.
8369
- #: languages/vue.php:2510
8370
  msgid "You can customize your %sdate range only in the PRO version."
8371
  msgstr ""
8372
 
8373
- #: languages/vue.php:2513
8374
  msgid "You appear to be offline. WPForms not installed."
8375
  msgstr ""
8376
 
8377
  #. Translators: Error status and error text.
8378
- #: languages/vue.php:2517
8379
  msgid "Can't activate addon. Error: %1$s, %2$s"
8380
  msgstr ""
8381
 
8382
- #: languages/vue.php:2520
8383
  msgid "You appear to be offline. Addon not activated."
8384
  msgstr ""
8385
 
8386
  #. Translators: Error status and error text.
8387
- #: languages/vue.php:2524
8388
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
8389
  msgstr ""
8390
 
8391
- #: languages/vue.php:2527
8392
  msgid "You appear to be offline. Addon not deactivated."
8393
  msgstr ""
8394
 
8395
  #. Translators: Error status and error text.
8396
- #: languages/vue.php:2531
8397
  msgid "Can't install plugin. Error: %1$s, %2$s"
8398
  msgstr ""
8399
 
8400
- #: languages/vue.php:2534
8401
  msgid "You appear to be offline. Plugin not installed."
8402
  msgstr ""
8403
 
8404
  #. Translators: Error status and error text.
8405
- #: languages/vue.php:2538
8406
  msgid "Can't install addon. Error: %1$s, %2$s"
8407
  msgstr ""
8408
 
8409
- #: languages/vue.php:2541
8410
  msgid "You appear to be offline. Addon not installed."
8411
  msgstr ""
8412
 
8413
  #. Translators: Error status and error text.
8414
- #: languages/vue.php:2545
8415
  msgid "Can't install WPForms. Error: %1$s, %2$s"
8416
  msgstr ""
8417
 
8418
  #. Translators: Makes text bold and adds smiley.
8419
- #: languages/vue.php:2549
8420
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
8421
  msgstr ""
8422
 
8423
  #. Translators: Makes text green.
8424
- #: languages/vue.php:2553
8425
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8426
  msgstr ""
8427
 
8428
- #: languages/vue.php:2556
8429
  msgid "Unlock All Features and Upgrade to Pro"
8430
  msgstr ""
8431
 
8432
- #: languages/vue.php:2560
8433
  msgid "Show"
8434
  msgstr ""
8435
 
8436
  #. Translators: The number of results.
8437
- #: languages/vue.php:2564
8438
  msgid "%s results"
8439
  msgstr ""
8440
 
8441
- #: languages/vue.php:2567
8442
  msgid ""
8443
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
8444
  " and other privacy regulations."
8445
  msgstr ""
8446
 
8447
- #: languages/vue.php:2571
8448
  msgid "EU Compliance"
8449
  msgstr ""
8450
 
8451
- #: languages/vue.php:2574
8452
  msgid "Show in widget mode"
8453
  msgstr ""
8454
 
8455
- #: languages/vue.php:2577
8456
  msgid "Show in full-width mode"
8457
  msgstr ""
8458
 
8459
- #: languages/vue.php:2580
8460
  msgid "Show Overview Reports"
8461
  msgstr ""
8462
 
8463
- #: languages/vue.php:2583
8464
  msgid "Show Publishers Reports"
8465
  msgstr ""
8466
 
8467
- #: languages/vue.php:2586
8468
  msgid "Show eCommerce Reports"
8469
  msgstr ""
8470
 
8471
- #: languages/vue.php:2589
8472
  msgid "Available in PRO version"
8473
  msgstr ""
8474
 
8475
- #: languages/vue.php:2592
8476
  msgid "Scroll Tracking"
8477
  msgstr ""
8478
 
8479
- #: languages/vue.php:2595
8480
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
8481
  msgstr ""
8482
 
8483
- #: languages/vue.php:2598
8484
  msgid "See All Reports"
8485
  msgstr ""
8486
 
8487
- #: languages/vue.php:2601
8488
  msgid "Go to the Analytics Dashboard"
8489
  msgstr ""
8490
 
8491
- #: languages/vue.php:2604
8492
  msgid "Google AMP"
8493
  msgstr ""
8494
 
8495
- #: languages/vue.php:2607
8496
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
8497
  msgstr ""
8498
 
8499
- #: languages/vue.php:2610
8500
  msgid "Ads Tracking"
8501
  msgstr ""
8502
 
8503
- #: languages/vue.php:2613
8504
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8505
  msgstr ""
8506
 
8507
- #: languages/vue.php:2616
8508
  msgid "Facebook Instant Articles"
8509
  msgstr ""
8510
 
8511
- #: languages/vue.php:2619
8512
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
8513
  msgstr ""
8514
 
8515
- #: languages/vue.php:2622
8516
  msgid "Check out the newly added classic mode"
8517
  msgstr ""
8518
 
8519
  #. Translators: Line break.
8520
- #: languages/vue.php:2626
8521
  msgid "Unique %s Sessions"
8522
  msgstr ""
8523
 
8524
  #. Translators: Line break.
8525
- #: languages/vue.php:2630
8526
  msgid "Unique %s Pageviews"
8527
  msgstr ""
8528
 
8529
- #: languages/vue.php:2633
8530
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
8531
  msgstr ""
8532
 
8533
- #: languages/vue.php:2636
8534
  msgid "Hide dashboard widget"
8535
  msgstr ""
8536
 
8537
- #: languages/vue.php:2639
8538
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
8539
  msgstr ""
8540
 
8541
- #: languages/vue.php:2642
8542
  msgid "Yes, hide it!"
8543
  msgstr ""
8544
 
8545
- #: languages/vue.php:2645
8546
  msgid "No, cancel!"
8547
  msgstr ""
8548
 
8549
- #: languages/vue.php:2648
8550
  msgid "ExactMetrics Widget Hidden"
8551
  msgstr ""
8552
 
8553
- #: languages/vue.php:2651
8554
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
8555
  msgstr ""
8556
 
8557
- #: languages/vue.php:2654
8558
  msgid "Classic mode"
8559
  msgstr ""
8560
 
8561
  #. Translators: Make text green and add smiley face.
8562
- #: languages/vue.php:2658
8563
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
8564
  msgstr ""
8565
 
8566
  #. Translators: Make text green.
8567
- #: languages/vue.php:2662
8568
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8569
  msgstr ""
8570
 
8571
- #: languages/vue.php:2665
8572
  msgid "Unlock PRO Features Now"
8573
  msgstr ""
8574
 
8575
  #. Translators: Add link to retrieve license from account area.
8576
- #: languages/vue.php:2669
8577
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
8578
  msgstr ""
8579
 
8580
- #: languages/vue.php:2672
8581
  msgid "Verifying Credentials"
8582
  msgstr ""
8583
 
8584
- #: languages/vue.php:2675
8585
  msgid "Your site is connected to ExactMetrics!"
8586
  msgstr ""
8587
 
8588
- #: languages/vue.php:2678
8589
  msgid "Deauthenticating"
8590
  msgstr ""
8591
 
8592
- #: languages/vue.php:2681
8593
  msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
8594
  msgstr ""
8595
 
8596
- #: languages/vue.php:2687
8597
  msgid "Verify Credentials"
8598
  msgstr ""
8599
 
8600
- #: languages/vue.php:2693
8601
  msgid "Website Profile"
8602
  msgstr ""
8603
 
8604
- #: languages/vue.php:2696
8605
  msgid "Active Profile"
8606
  msgstr ""
8607
 
8608
- #: languages/vue.php:2699
8609
  msgid "Force Deauthenticate"
8610
  msgstr ""
8611
 
8612
- #: languages/vue.php:2702
8613
  msgid "Disconnect ExactMetrics"
8614
  msgstr ""
8615
 
8616
- #: languages/vue.php:2705
8617
  msgid "Site Speed Report"
8618
  msgstr ""
8619
 
8620
- #: languages/vue.php:2708
8621
  msgid "Site Speed"
8622
  msgstr ""
8623
 
8624
- #: languages/vue.php:2714
8625
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8626
  msgstr ""
8627
 
8628
- #: languages/vue.php:2717
8629
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8630
  msgstr ""
8631
 
8632
- #: languages/vue.php:2720
8633
  msgid "See Your Homepage's Overall Performance Score"
8634
  msgstr ""
8635
 
8636
- #: languages/vue.php:2723
8637
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8638
  msgstr ""
8639
 
8640
- #: languages/vue.php:2726
8641
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8642
  msgstr ""
8643
 
8644
- #: languages/vue.php:2729
8645
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8646
  msgstr ""
8647
 
8648
- #: languages/vue.php:2732
8649
  msgid "2020 Year in Review"
8650
  msgstr ""
8651
 
8652
- #: languages/vue.php:2735
8653
  msgid "Still Calculating..."
8654
  msgstr ""
8655
 
8656
- #: languages/vue.php:2738
8657
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
8658
  msgstr ""
8659
 
8660
- #: languages/vue.php:2741
8661
  msgid "Back to Overview Report"
8662
  msgstr ""
8663
 
8664
- #: languages/vue.php:2744
8665
  msgid "Your 2020 Analytics Report"
8666
  msgstr ""
8667
 
8668
- #: languages/vue.php:2750
8669
  msgid "Audience"
8670
  msgstr ""
8671
 
8672
- #: languages/vue.php:2753
8673
  msgid "Congrats"
8674
  msgstr ""
8675
 
8676
- #: languages/vue.php:2756
8677
  msgid "Your website was quite popular this year! "
8678
  msgstr ""
8679
 
8680
- #: languages/vue.php:2759
8681
  msgid "You had "
8682
  msgstr ""
8683
 
8684
- #: languages/vue.php:2762
8685
  msgid " visitors!"
8686
  msgstr ""
8687
 
8688
- #: languages/vue.php:2765
8689
  msgid " visitors"
8690
  msgstr ""
8691
 
8692
- #: languages/vue.php:2768
8693
  msgid "Total Visitors"
8694
  msgstr ""
8695
 
8696
- #: languages/vue.php:2771
8697
  msgid "Total Sessions"
8698
  msgstr ""
8699
 
8700
- #: languages/vue.php:2774
8701
  msgid "Visitors by Month"
8702
  msgstr ""
8703
 
8704
- #: languages/vue.php:2777
8705
  msgid "January 1, 2020 - December 31, 2020"
8706
  msgstr ""
8707
 
8708
- #: languages/vue.php:2780
8709
  msgid "A Tip for 2021"
8710
  msgstr ""
8711
 
8712
- #: languages/vue.php:2783
8713
  msgid "#1"
8714
  msgstr ""
8715
 
8716
- #: languages/vue.php:2786
8717
  msgid "You Top 5 Countries"
8718
  msgstr ""
8719
 
8720
- #: languages/vue.php:2789
8721
  msgid "Let’s get to know your visitors a little better, shall we?"
8722
  msgstr ""
8723
 
8724
- #: languages/vue.php:2792
8725
  msgid "Gender"
8726
  msgstr ""
8727
 
8728
- #: languages/vue.php:2795
8729
  msgid "Female"
8730
  msgstr ""
8731
 
8732
- #: languages/vue.php:2798
8733
  msgid "Women"
8734
  msgstr ""
8735
 
8736
- #: languages/vue.php:2801
8737
  msgid "Male"
8738
  msgstr ""
8739
 
8740
- #: languages/vue.php:2804
8741
  msgid "Average Age"
8742
  msgstr ""
8743
 
8744
- #: languages/vue.php:2807
8745
  msgid "Your Top 5 Pages"
8746
  msgstr ""
8747
 
8748
- #: languages/vue.php:2810
8749
  msgid "Time Spent on Site"
8750
  msgstr ""
8751
 
8752
- #: languages/vue.php:2813
8753
  msgid "minutes"
8754
  msgstr ""
8755
 
8756
- #: languages/vue.php:2816
8757
  msgid "Device Type"
8758
  msgstr ""
8759
 
8760
- #: languages/vue.php:2819
8761
  msgid "A Tip For 2021"
8762
  msgstr ""
8763
 
8764
- #: languages/vue.php:2822
8765
  msgid "Are you wondering, how do I get my Google to index my site? If your website isn’t showing up on Google search results then it could be that your webpages aren’t being indexed."
8766
  msgstr ""
8767
 
8768
- #: languages/vue.php:2825
8769
  msgid "Read - 8 Ways to Get Google to Index Your Site Faster (Tried & Tested)"
8770
  msgstr ""
8771
 
8772
- #: languages/vue.php:2828
8773
  msgid "So, where did all of these visitors come from?"
8774
  msgstr ""
8775
 
8776
- #: languages/vue.php:2831
8777
  msgid "Clicks"
8778
  msgstr ""
8779
 
8780
- #: languages/vue.php:2834
8781
  msgid "Your Top 5 Keywords"
8782
  msgstr ""
8783
 
8784
- #: languages/vue.php:2837
8785
  msgid "What keywords visitors searched for to find your site"
8786
  msgstr ""
8787
 
8788
- #: languages/vue.php:2840
8789
  msgid "Your Top 5 Referrals"
8790
  msgstr ""
8791
 
8792
- #: languages/vue.php:2843
8793
  msgid "The websites that link back to your website"
8794
  msgstr ""
8795
 
8796
- #: languages/vue.php:2846
8797
  msgid "Opportunity"
8798
  msgstr ""
8799
 
8800
- #: languages/vue.php:2849
8801
  msgid "With Google Analytics, you can track and measure your site’s performance. Not only that, but you also get useful insights about your visitors."
8802
  msgstr ""
8803
 
8804
- #: languages/vue.php:2852
8805
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
8806
  msgstr ""
8807
 
8808
- #: languages/vue.php:2855
8809
  msgid "Thank you for using ExactMetrics!"
8810
  msgstr ""
8811
 
8812
- #: languages/vue.php:2858
8813
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
8814
  msgstr ""
8815
 
8816
- #: languages/vue.php:2861
8817
  msgid "Here's to an amazing 2021!"
8818
  msgstr ""
8819
 
8820
- #: languages/vue.php:2864
8821
  msgid "Enjoying ExactMetrics"
8822
  msgstr ""
8823
 
8824
- #: languages/vue.php:2867
8825
  msgid "Leave a five star review!"
8826
  msgstr ""
8827
 
8828
- #: languages/vue.php:2870
8829
  msgid "Syed Balkhi"
8830
  msgstr ""
8831
 
8832
- #: languages/vue.php:2873
8833
  msgid "Chris Christoff"
8834
  msgstr ""
8835
 
8836
- #: languages/vue.php:2876
8837
  msgid "Write Review"
8838
  msgstr ""
8839
 
8840
- #: languages/vue.php:2879
8841
  msgid "Did you know over 10 million websites use our plugins?"
8842
  msgstr ""
8843
 
8844
- #: languages/vue.php:2882
8845
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
8846
  msgstr ""
8847
 
8848
- #: languages/vue.php:2885
8849
  msgid "Join our Communities!"
8850
  msgstr ""
8851
 
8852
- #: languages/vue.php:2888
8853
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
8854
  msgstr ""
8855
 
8856
- #: languages/vue.php:2891
8857
  msgid "Facebook Group"
8858
  msgstr ""
8859
 
8860
- #: languages/vue.php:2894
8861
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
8862
  msgstr ""
8863
 
8864
- #: languages/vue.php:2897
8865
  msgid "Join Now...It’s Free!"
8866
  msgstr ""
8867
 
8868
- #: languages/vue.php:2900
8869
  msgid "WordPress Tutorials by WPBeginner"
8870
  msgstr ""
8871
 
8872
- #: languages/vue.php:2903
8873
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
8874
  msgstr ""
8875
 
8876
- #: languages/vue.php:2906
8877
  msgid "Visit WPBeginner"
8878
  msgstr ""
8879
 
8880
- #: languages/vue.php:2909
8881
  msgid "Follow Us!"
8882
  msgstr ""
8883
 
8884
- #: languages/vue.php:2912
8885
  msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
8886
  msgstr ""
8887
 
8888
- #: languages/vue.php:2915
8889
  msgid "Copyright ExactMetrics, 2021"
8890
  msgstr ""
8891
 
8892
- #: languages/vue.php:2918
8893
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
8894
  msgstr ""
8895
 
8896
- #: languages/vue.php:2924
8897
  msgid "January"
8898
  msgstr ""
8899
 
8900
- #: languages/vue.php:2927
8901
  msgid "February"
8902
  msgstr ""
8903
 
8904
- #: languages/vue.php:2930
8905
  msgid "March"
8906
  msgstr ""
8907
 
8908
- #: languages/vue.php:2933
8909
  msgid "April"
8910
  msgstr ""
8911
 
8912
- #: languages/vue.php:2936
8913
  msgid "May"
8914
  msgstr ""
8915
 
8916
- #: languages/vue.php:2939
8917
  msgid "June"
8918
  msgstr ""
8919
 
8920
- #: languages/vue.php:2942
8921
  msgid "July"
8922
  msgstr ""
8923
 
8924
- #: languages/vue.php:2945
8925
  msgid "August"
8926
  msgstr ""
8927
 
8928
- #: languages/vue.php:2948
8929
  msgid "September"
8930
  msgstr ""
8931
 
8932
- #: languages/vue.php:2951
8933
  msgid "October"
8934
  msgstr ""
8935
 
8936
- #: languages/vue.php:2954
8937
  msgid "November"
8938
  msgstr ""
8939
 
8940
- #: languages/vue.php:2957
8941
  msgid "December"
8942
  msgstr ""
8943
 
8944
  #. Translators: Number of visitors.
8945
- #: languages/vue.php:2961
8946
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
8947
  msgstr ""
8948
 
8949
- #: languages/vue.php:2964
8950
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
8951
  msgstr ""
8952
 
8953
  #. Translators: Number of visitors.
8954
- #: languages/vue.php:2968
8955
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
8956
  msgstr ""
8957
 
8958
  #. Translators: Number of visitors.
8959
- #: languages/vue.php:2972
8960
  msgid "%s Visitors"
8961
  msgstr ""
8962
 
8963
  #. Translators: Percent and Number of visitors.
8964
- #: languages/vue.php:2976
8965
  msgid "%1$s&#37 of your visitors were %2$s"
8966
  msgstr ""
8967
 
8968
  #. Translators: Number of visitors and their age.
8969
- #: languages/vue.php:2980
8970
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
8971
  msgstr ""
8972
 
8973
  #. Translators: Number of visitors and number of pages.
8974
- #: languages/vue.php:2984
8975
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
8976
  msgstr ""
8977
 
8978
  #. Translators: Number of minutes spent on site.
8979
- #: languages/vue.php:2988
8980
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
8981
  msgstr ""
8982
 
8983
  #. Translators: Name of device type.
8984
- #: languages/vue.php:2992
8985
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
8986
  msgstr ""
8987
 
8988
  #. Translators: Number of visitors and device percentage.
8989
- #: languages/vue.php:2996
8990
  msgid "%1$s&#37 of your visitors were on a %2$s device."
8991
  msgstr ""
8992
 
8993
  #. Translators: add link to blog.
8994
- #: languages/vue.php:3000
8995
  msgid "To comply with Google's API policies we've had to remove the site speed report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
8996
  msgstr ""
8997
 
8998
  #. Translators: add link to blog.
8999
- #: languages/vue.php:3004
9000
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. But what happens if a website doesn't load quickly for users?"
9001
  msgstr ""
9002
 
9003
  #. Translators: add link to blog.
9004
- #: languages/vue.php:3008
9005
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly."
9006
  msgstr ""
9007
 
9008
  #. Translators: add link to blog.
9009
- #: languages/vue.php:3012
9010
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
9011
  msgstr ""
9012
 
9013
- #: languages/vue.php:3015
9014
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
9015
  msgstr ""
9016
 
9017
- #: languages/vue.php:3018
9018
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
9019
  msgstr ""
9020
 
9021
- #: languages/vue.php:3021
9022
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
9023
  msgstr ""
9024
 
9025
- #: languages/vue.php:3024
9026
  msgid "Tracking Mode"
9027
  msgstr ""
9028
 
9029
- #: languages/vue.php:3027
9030
  msgid "Use Global Site Tag (gtag.js)"
9031
  msgstr ""
9032
 
9033
- #: languages/vue.php:3030
9034
  msgid "Enable gtag tracking code to improve compatibility. Read more about what this change means in this %1$sarticle%2$s. Once you switch you won’t be able to go back."
9035
  msgstr ""
9036
 
9037
- #: languages/vue.php:3033
9038
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default in a future release and analytics.js tracking will no longer be supported. Tracking on your site should not be affected."
9039
  msgstr ""
9040
 
9041
- #: languages/vue.php:3036
9042
  msgid "Compatibility mode"
9043
  msgstr ""
9044
 
9045
- #: languages/vue.php:3039
9046
  msgid "Enable _gtagTracker Compatibility"
9047
  msgstr ""
9048
 
9049
  #. Translators: Placeholder gets replaced with default GA js function.
9050
- #: languages/vue.php:3043
9051
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9052
  msgstr ""
9053
 
9054
- #: languages/vue.php:3046
9055
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default tracking option in a future release and analytics.js tracking will no longer be supported."
9056
  msgstr ""
9057
 
9058
- #: languages/vue.php:3049
9059
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %$1stracking%$2s option in a future release and analytics.js tracking will no longer be supported."
9060
  msgstr ""
9061
 
9062
  #. Translators: placeholders make the text bold.
9063
- #: languages/vue.php:3053
9064
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking%2$s option in a future release and analytics.js tracking will no longer be supported."
9065
  msgstr ""
9066
 
9067
  #. Translators: placeholders make the text bold.
9068
- #: languages/vue.php:3057
9069
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking option%2$s in a future release and analytics.js tracking will no longer be supported."
9070
  msgstr ""
9071
 
9072
- #: languages/vue.php:3060
9073
  msgid "Used on over 4,000,000 websites!"
9074
  msgstr ""
9075
 
9076
- #: languages/vue.php:3063
9077
  msgid "Get weekly traffic reports directly in your inbox."
9078
  msgstr ""
9079
 
9080
- #: languages/vue.php:3069
9081
  msgid "Basic Options"
9082
  msgstr ""
9083
 
9084
- #: languages/vue.php:3072
9085
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
9086
  msgstr ""
9087
 
9088
- #: languages/vue.php:3075
9089
  msgid "Dynamic Popular Posts & Popular Products"
9090
  msgstr ""
9091
 
9092
- #: languages/vue.php:3078
9093
  msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
9094
  msgstr ""
9095
 
2
  # This file is distributed under the same license as the Google Analytics Dashboard for WP (GADWP) plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Google Analytics Dashboard for WP (GADWP) 6.6.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp\n"
7
  "Last-Translator: ExactMetrics Team <support@exactmetrics.com>\n"
8
  "Language-Team: ExactMetrics Team <support@exactmetrics.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-02-17T10:13:04+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.2.0\n"
15
  "X-Domain: google-analytics-dashboard-for-wp\n"
75
  msgstr ""
76
 
77
  #: lite/includes/popular-posts/class-popular-posts-widget-sidebar.php:257
78
+ #: languages/vue.php:2010
79
  msgid "Theme Preview"
80
  msgstr ""
81
 
228
  #: lite/includes/admin/wp-site-health.php:372
229
  #: lite/includes/admin/wp-site-health.php:398
230
  #: lite/includes/admin/wp-site-health.php:425
231
+ #: languages/vue.php:1788
232
  msgid "View Addons"
233
  msgstr ""
234
 
361
  msgstr ""
362
 
363
  #: lite/includes/admin/helpers.php:83
364
+ #: languages/vue.php:2729
365
+ #: languages/vue.php:2939
366
  msgid "Upgrade to ExactMetrics Pro"
367
  msgstr ""
368
 
381
  msgstr ""
382
 
383
  #: lite/includes/admin/reports/report-queries.php:22
384
+ #: languages/vue.php:249
385
  msgid "Search Console"
386
  msgstr ""
387
 
388
  #: lite/includes/admin/reports/report-ecommerce.php:22
389
+ #: languages/vue.php:321
390
  msgid "eCommerce"
391
  msgstr ""
392
 
399
  msgstr ""
400
 
401
  #: lite/includes/admin/reports/report-publisher.php:22
402
+ #: languages/vue.php:340
403
  msgid "Publishers"
404
  msgstr ""
405
 
406
  #: lite/includes/admin/reports/report-dimensions.php:22
407
+ #: languages/vue.php:386
408
  msgid "Dimensions"
409
  msgstr ""
410
 
411
  #: lite/includes/admin/reports/report-forms.php:22
412
+ #: languages/vue.php:346
413
  msgid "Forms"
414
  msgstr ""
415
 
670
  msgstr ""
671
 
672
  #: includes/gutenberg/headline-tool/headline-tool.php:302
673
+ #: languages/vue.php:315
674
  msgid "General"
675
  msgstr ""
676
 
3203
  #: includes/admin/notifications/notification-bounce-rate.php:40
3204
  #: includes/admin/notifications/notification-headline-analyzer.php:30
3205
  #: includes/admin/notifications/notification-audience.php:43
3206
+ #: languages/vue.php:371
3207
  msgid "Learn More"
3208
  msgstr ""
3209
 
3230
  msgstr ""
3231
 
3232
  #: includes/admin/common.php:940
3233
+ #: languages/vue.php:2765
3234
  msgid "See how your website performed this year and find tips along the way to help grow even more in 2021!"
3235
  msgstr ""
3236
 
3237
  #: includes/admin/admin.php:34
3238
  #: includes/admin/admin.php:42
3239
  #: includes/admin/admin.php:188
3240
+ #: languages/vue.php:312
3241
  msgid "Settings"
3242
  msgstr ""
3243
 
3253
 
3254
  #: includes/admin/admin.php:39
3255
  #: includes/admin/admin.php:98
3256
+ #: languages/vue.php:1115
3257
  msgid "Reports"
3258
  msgstr ""
3259
 
3263
 
3264
  #: includes/admin/admin.php:51
3265
  #: languages/gutenberg.php:83
3266
+ #: languages/vue.php:3084
3267
  msgid "Popular Posts"
3268
  msgstr ""
3269
 
3292
 
3293
  #: includes/admin/admin.php:63
3294
  #: includes/admin/admin.php:106
3295
+ #: languages/vue.php:288
3296
  msgid "About Us"
3297
  msgstr ""
3298
 
3325
 
3326
  #: includes/admin/admin.php:178
3327
  #: includes/admin/admin.php:181
3328
+ #: languages/vue.php:512
3329
  msgid "Support"
3330
  msgstr ""
3331
 
3335
  msgstr ""
3336
 
3337
  #: includes/admin/admin.php:284
3338
+ #: languages/vue.php:362
3339
  msgid "Please Setup Website Analytics to See Audience Insights"
3340
  msgstr ""
3341
 
3342
  #: includes/admin/admin.php:285
3343
+ #: languages/vue.php:368
3344
  msgid "Connect ExactMetrics and Setup Website Analytics"
3345
  msgstr ""
3346
 
3347
  #: includes/admin/admin.php:289
3348
+ #: languages/vue.php:365
3349
  msgid "ExactMetrics, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 1 million website owners use ExactMetrics to see the stats that matter and grow their business."
3350
  msgstr ""
3351
 
3356
 
3357
  #. Translators: Adds a link to the license renewal.
3358
  #: includes/admin/admin.php:310
3359
+ #: languages/vue.php:1950
3360
  msgid "Your license key for ExactMetrics has expired. %1$sPlease click here to renew your license key.%2$s"
3361
  msgstr ""
3362
 
3363
  #: includes/admin/admin.php:312
3364
+ #: languages/vue.php:1953
3365
  msgid "Your license key for ExactMetrics has been disabled. Please use a different key."
3366
  msgstr ""
3367
 
3368
  #: includes/admin/admin.php:314
3369
+ #: languages/vue.php:1956
3370
  msgid "Your license key for ExactMetrics is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."
3371
  msgstr ""
3372
 
3510
  #. Translators: visitors notification title
3511
  #. Translators: Number of visitors.
3512
  #: includes/admin/notifications/notification-visitors.php:37
3513
+ #: languages/vue.php:1497
3514
  msgid "See how %s visitors found your site!"
3515
  msgstr ""
3516
 
3601
  msgstr ""
3602
 
3603
  #: includes/admin/notifications/notification-upgrade-to-pro.php:34
3604
+ #: languages/vue.php:539
3605
  msgid "Upgrade to Pro"
3606
  msgstr ""
3607
 
3608
  #: includes/admin/reports/overview.php:34
3609
+ #: languages/vue.php:337
3610
  msgid "Overview"
3611
  msgstr ""
3612
 
3698
  msgstr ""
3699
 
3700
  #: includes/admin/reports/abstract-report.php:383
3701
+ #: languages/vue.php:193
3702
  msgid "Upgrade Now"
3703
  msgstr ""
3704
 
4893
  msgstr ""
4894
 
4895
  #: languages/gutenberg.php:77
4896
+ #: languages/vue.php:303
4897
  msgid "Inline Popular Posts"
4898
  msgstr ""
4899
 
4930
  msgstr ""
4931
 
4932
  #: languages/gutenberg.php:107
4933
+ #: languages/vue.php:2046
4934
  msgid "Wide-Layout Options"
4935
  msgstr ""
4936
 
4939
  msgstr ""
4940
 
4941
  #: languages/gutenberg.php:113
4942
+ #: languages/vue.php:2049
4943
  msgid "Adjust the number of columns displayed when the widget is placed in a wide container."
4944
  msgstr ""
4945
 
4946
  #: languages/gutenberg.php:116
4947
+ #: languages/vue.php:2070
4948
  msgid "Post Count"
4949
  msgstr ""
4950
 
4953
  msgstr ""
4954
 
4955
  #: languages/gutenberg.php:122
4956
+ #: languages/vue.php:2052
4957
  msgid "Display Options"
4958
  msgstr ""
4959
 
4966
  msgstr ""
4967
 
4968
  #: languages/gutenberg.php:131
4969
+ #: languages/vue.php:1054
4970
  msgid "Widget Title"
4971
  msgstr ""
4972
 
4975
  msgstr ""
4976
 
4977
  #: languages/gutenberg.php:137
4978
+ #: languages/vue.php:2058
4979
  msgid "Display Author"
4980
  msgstr ""
4981
 
4982
  #: languages/gutenberg.php:140
4983
+ #: languages/vue.php:2061
4984
  msgid "Display Date"
4985
  msgstr ""
4986
 
4987
  #: languages/gutenberg.php:143
4988
+ #: languages/vue.php:2064
4989
  msgid "Display Comments"
4990
  msgstr ""
4991
 
5206
  msgstr ""
5207
 
5208
  #: languages/gutenberg.php:312
5209
+ #: languages/vue.php:2114
5210
  msgid "Headline Analyzer"
5211
  msgstr ""
5212
 
5226
  msgid "2"
5227
  msgstr ""
5228
 
5229
+ #: languages/vue.php:11
5230
  msgid "Error"
5231
  msgstr ""
5232
 
5233
+ #: languages/vue.php:14
5234
  msgid "Please try again."
5235
  msgstr ""
5236
 
5237
+ #: languages/vue.php:17
5238
  msgid "Today"
5239
  msgstr ""
5240
 
5241
+ #: languages/vue.php:21
5242
  msgid "Yesterday"
5243
  msgstr ""
5244
 
5245
+ #: languages/vue.php:24
5246
  msgid "Last Week"
5247
  msgstr ""
5248
 
5249
+ #: languages/vue.php:27
5250
  msgid "Last Month"
5251
  msgstr ""
5252
 
5253
+ #: languages/vue.php:30
5254
  msgid "Last 7 days"
5255
  msgstr ""
5256
 
5257
+ #: languages/vue.php:34
5258
  msgid "Last 30 days"
5259
  msgstr ""
5260
 
5261
+ #: languages/vue.php:37
5262
  msgid "Loading Settings"
5263
  msgstr ""
5264
 
5265
+ #: languages/vue.php:43
5266
  msgid "Please wait..."
5267
  msgstr ""
5268
 
5269
+ #: languages/vue.php:46
5270
  msgid "Saving Changes..."
5271
  msgstr ""
5272
 
5273
+ #: languages/vue.php:49
5274
  msgid "Settings Updated"
5275
  msgstr ""
5276
 
5277
  #. Translators: Add a link to the onboarding wizard.
5278
+ #: languages/vue.php:53
5279
  msgid "You need to %1$sconnect ExactMetrics%2$s first"
5280
  msgstr ""
5281
 
5282
+ #: languages/vue.php:56
5283
  msgid "Could Not Save Changes"
5284
  msgstr ""
5285
 
5286
+ #: languages/vue.php:59
5287
  msgid "Loading new report data"
5288
  msgstr ""
5289
 
5290
+ #. Translators: Adds an arrow icon.
5291
+ #: languages/vue.php:63
5292
  msgid "Continue %s"
5293
  msgstr ""
5294
 
5295
+ #: languages/vue.php:66
5296
  msgid "Unlock the Publishers Report and Focus on the Content that Matters"
5297
  msgstr ""
5298
 
5299
+ #: languages/vue.php:69
5300
  msgid "Stop guessing about what content your visitors are interested in. ExactMetrics Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions."
5301
  msgstr ""
5302
 
5303
+ #: languages/vue.php:72
5304
  msgid "Unlock the Publishers Report and Focus on the Content That Matters"
5305
  msgstr ""
5306
 
5307
+ #: languages/vue.php:75
5308
  msgid "Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions."
5309
  msgstr ""
5310
 
5311
+ #: languages/vue.php:78
5312
  msgid "Unlock the eCommerce Report and See Your Important Store Metrics"
5313
  msgstr ""
5314
 
5315
+ #: languages/vue.php:81
5316
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more."
5317
  msgstr ""
5318
 
5319
+ #: languages/vue.php:84
5320
  msgid "Unlock the Dimensions Report and Track Your Own Custom Data"
5321
  msgstr ""
5322
 
5323
+ #: languages/vue.php:87
5324
  msgid "Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
5325
  msgstr ""
5326
 
5327
+ #: languages/vue.php:91
5328
  msgid "Unlock the Forms Report and Improve Conversions"
5329
  msgstr ""
5330
 
5331
+ #: languages/vue.php:95
5332
  msgid "Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data."
5333
  msgstr ""
5334
 
5335
+ #: languages/vue.php:98
5336
  msgid "Unlock the Search Console Report and See How People Find Your Website"
5337
  msgstr ""
5338
 
5339
+ #: languages/vue.php:101
5340
  msgid "See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."
5341
  msgstr ""
5342
 
5343
+ #: languages/vue.php:104
5344
  msgid "Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time"
5345
  msgstr ""
5346
 
5347
+ #: languages/vue.php:107
5348
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it."
5349
  msgstr ""
5350
 
5351
+ #: languages/vue.php:110
5352
  msgid "Loading settings"
5353
  msgstr ""
5354
 
5355
+ #: languages/vue.php:113
5356
  msgid "Success! "
5357
  msgstr ""
5358
 
5359
+ #: languages/vue.php:116
5360
  msgid "You're now using ExactMetrics Pro with all the features."
5361
  msgstr ""
5362
 
5363
  #. Translators: Placeholder gets replaced with an arrow icon.
5364
+ #: languages/vue.php:120
5365
  msgid "Get Started %s"
5366
  msgstr ""
5367
 
5368
  #. Translators: Current PHP version and recommended PHP version.
5369
+ #: languages/vue.php:124
5370
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5371
  msgstr ""
5372
 
5373
  #. Translators: Current WordPress version.
5374
+ #: languages/vue.php:128
5375
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). ExactMetrics will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5376
  msgstr ""
5377
 
5378
+ #: languages/vue.php:131
5379
  msgid "Yikes! PHP Update Required"
5380
  msgstr ""
5381
 
5382
  #. Translators: Current PHP version and recommended PHP version.
5383
+ #: languages/vue.php:135
5384
  msgid "ExactMetrics has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."
5385
  msgstr ""
5386
 
5387
+ #: languages/vue.php:138
5388
  msgid "Learn more about updating PHP"
5389
  msgstr ""
5390
 
5391
+ #: languages/vue.php:141
5392
  msgid "Yikes! WordPress Update Required"
5393
  msgstr ""
5394
 
5395
  #. Translators: Current WordPress version.
5396
+ #: languages/vue.php:145
5397
  msgid "ExactMetrics has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."
5398
  msgstr ""
5399
 
5400
+ #: languages/vue.php:148
5401
  msgid "Learn more about updating WordPress"
5402
  msgstr ""
5403
 
5404
+ #. Translators: Makes text bold.
5405
+ #: languages/vue.php:152
5406
  msgid "%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code)."
5407
  msgstr ""
5408
 
5409
+ #. Translators: Makes text bold.
5410
+ #: languages/vue.php:156
5411
  msgid "%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights."
5412
  msgstr ""
5413
 
5414
+ #. Translators: Makes text bold.
5415
+ #: languages/vue.php:160
5416
  msgid "%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more."
5417
  msgstr ""
5418
 
5419
  #. Translators: Makes text bold.
5420
+ #: languages/vue.php:164
5421
  msgid "%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress."
5422
  msgstr ""
5423
 
5424
+ #. Translators: Makes text bold.
5425
+ #: languages/vue.php:168
5426
  msgid "%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."
5427
  msgstr ""
5428
 
5429
+ #. Translators: Makes text bold.
5430
+ #: languages/vue.php:172
5431
  msgid "%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."
5432
  msgstr ""
5433
 
5434
+ #. Translators: Makes text bold.
5435
+ #: languages/vue.php:176
5436
  msgid "%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically."
5437
  msgstr ""
5438
 
5439
  #. Translators: Makes text bold.
5440
+ #: languages/vue.php:180
5441
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click."
5442
  msgstr ""
5443
 
5444
+ #. Translators: Adds link to the features page.
5445
+ #: languages/vue.php:184
5446
  msgid "%1$sSee All Features%2$s"
5447
  msgstr ""
5448
 
5449
+ #: languages/vue.php:187
5450
  msgid "Pro Plan"
5451
  msgstr ""
5452
 
5453
+ #: languages/vue.php:190
5454
  msgid "per year"
5455
  msgstr ""
5456
 
5457
+ #: languages/vue.php:196
5458
  msgid "Upgrade to ExactMetrics Pro Now"
5459
  msgstr ""
5460
 
5461
+ #: languages/vue.php:199
5462
  msgid "This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!"
5463
  msgstr ""
5464
 
5465
+ #: languages/vue.php:202
5466
  msgid "Daniel Monaghan - Experienced"
5467
  msgstr ""
5468
 
5469
+ #: languages/vue.php:205
5470
  msgid "Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it."
5471
  msgstr ""
5472
 
5473
+ #: languages/vue.php:208
5474
  msgid "Naomi Spirit - From This Day"
5475
  msgstr ""
5476
 
5477
+ #: languages/vue.php:211
5478
  msgid "Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!"
5479
  msgstr ""
5480
 
5481
+ #: languages/vue.php:214
5482
  msgid "Julie Dupuis - Faraway Land Travel"
5483
  msgstr ""
5484
 
5485
+ #: languages/vue.php:217
5486
  msgid "Guides and Documentation:"
5487
  msgstr ""
5488
 
5489
+ #: languages/vue.php:221
5490
  msgid "Upgrade to PRO"
5491
  msgstr ""
5492
 
5493
+ #: languages/vue.php:225
5494
  msgid "eCommerce Tracking"
5495
  msgstr ""
5496
 
5497
+ #: languages/vue.php:228
5498
  msgid "Custom Dimensions"
5499
  msgstr ""
5500
 
5501
+ #: languages/vue.php:231
5502
  msgid "Form Tracking"
5503
  msgstr ""
5504
 
5505
+ #: languages/vue.php:234
5506
  msgid "AMP Support"
5507
  msgstr ""
5508
 
5509
+ #: languages/vue.php:237
5510
  msgid "Author Tracking"
5511
  msgstr ""
5512
 
5513
+ #: languages/vue.php:240
5514
  msgid "EU Compliance Addon"
5515
  msgstr ""
5516
 
5517
+ #: languages/vue.php:243
5518
  msgid "Real Time Report"
5519
  msgstr ""
5520
 
5521
+ #: languages/vue.php:246
5522
  msgid "Google Optimize"
5523
  msgstr ""
5524
 
5525
+ #: languages/vue.php:252
5526
  msgid "Custom Date Ranges"
5527
  msgstr ""
5528
 
5529
+ #: languages/vue.php:255
5530
  msgid "Getting Started with ExactMetrics"
5531
  msgstr ""
5532
 
5533
+ #: languages/vue.php:258
5534
  msgid "ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard."
5535
  msgstr ""
5536
 
5537
+ #: languages/vue.php:261
5538
  msgid "To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away."
5539
  msgstr ""
5540
 
5541
+ #: languages/vue.php:264
5542
  msgid "In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!."
5543
  msgstr ""
5544
 
5545
+ #: languages/vue.php:267
5546
  msgid "Launch the wizard!"
5547
  msgstr ""
5548
 
5549
+ #: languages/vue.php:271
5550
  msgid "Welcome to"
5551
  msgstr ""
5552
 
5553
  #. Translators: Adds a line break.
5554
+ #: languages/vue.php:275
5555
  msgid "Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin"
5556
  msgstr ""
5557
 
5558
+ #. Translators: Makes text bold.
5559
+ #: languages/vue.php:279
5560
  msgid "%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard."
5561
  msgstr ""
5562
 
5563
+ #: languages/vue.php:282
5564
  msgid "ExactMetrics Features & Addons"
5565
  msgstr ""
5566
 
5567
+ #: languages/vue.php:285
5568
  msgid "Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market."
5569
  msgstr ""
5570
 
5571
+ #: languages/vue.php:291
5572
  msgid "Getting Started"
5573
  msgstr ""
5574
 
5575
+ #: languages/vue.php:294
5576
  msgid "Lite vs Pro"
5577
  msgstr ""
5578
 
5579
+ #: languages/vue.php:297
5580
  msgid "Import Export"
5581
  msgstr ""
5582
 
5583
+ #: languages/vue.php:300
5584
  msgid "PrettyLinks Integration"
5585
  msgstr ""
5586
 
5587
+ #: languages/vue.php:306
5588
  msgid "Popular Posts Widget"
5589
  msgstr ""
5590
 
5591
+ #: languages/vue.php:309
5592
  msgid "Popular Products"
5593
  msgstr ""
5594
 
5595
+ #: languages/vue.php:318
5596
  msgid "Engagement"
5597
  msgstr ""
5598
 
5599
+ #: languages/vue.php:324
5600
  msgid "Publisher"
5601
  msgstr ""
5602
 
5603
+ #: languages/vue.php:327
5604
  msgid "Conversions"
5605
  msgstr ""
5606
 
5607
+ #: languages/vue.php:330
5608
  msgid "Advanced"
5609
  msgstr ""
5610
 
5611
+ #: languages/vue.php:333
5612
  msgid "URL Builder"
5613
  msgstr ""
5614
 
5615
+ #: languages/vue.php:343
5616
  msgid "Dimensions Report"
5617
  msgstr ""
5618
 
5619
+ #: languages/vue.php:349
5620
  msgid "Real-Time"
5621
  msgstr ""
5622
 
5623
+ #: languages/vue.php:352
5624
  msgid "Exit Setup"
5625
  msgstr ""
5626
 
5627
+ #: languages/vue.php:355
5628
  msgid "Go back"
5629
  msgstr ""
5630
 
5631
  #. Translators: Placeholders are replaced with the current step number out of the total number of steps.
5632
+ #: languages/vue.php:359
5633
  msgid "Step %1$s of %2$s"
5634
  msgstr ""
5635
 
5636
+ #: languages/vue.php:374
5637
  msgid "You must connect with ExactMetrics before you can view reports."
5638
  msgstr ""
5639
 
5640
+ #: languages/vue.php:377
5641
  msgid "ExactMetrics makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."
5642
  msgstr ""
5643
 
5644
+ #: languages/vue.php:380
5645
  msgid "Launch Setup Wizard"
5646
  msgstr ""
5647
 
5648
+ #: languages/vue.php:383
5649
  msgid "Please ask your webmaster to connect ExactMetrics to Google Analytics."
5650
  msgstr ""
5651
 
5652
+ #: languages/vue.php:389
5653
  msgid "Inbox"
5654
  msgstr ""
5655
 
5656
+ #: languages/vue.php:392
5657
  msgid "Back to Inbox"
5658
  msgstr ""
5659
 
5660
+ #: languages/vue.php:395
5661
  msgid "View Dismissed"
5662
  msgstr ""
5663
 
5664
+ #: languages/vue.php:398
5665
  msgid "Notifications"
5666
  msgstr ""
5667
 
5668
+ #: languages/vue.php:401
5669
  msgid "Dismiss All"
5670
  msgstr ""
5671
 
5672
+ #: languages/vue.php:404
5673
  msgid "Dismissed"
5674
  msgstr ""
5675
 
5676
+ #: languages/vue.php:407
5677
  msgid "No Notifications"
5678
  msgstr ""
5679
 
5680
+ #: languages/vue.php:410
5681
+ #: languages/vue.php:587
5682
  msgid "ExactMetrics Addons"
5683
  msgstr ""
5684
 
5685
+ #: languages/vue.php:413
5686
  msgid "Search Addons"
5687
  msgstr ""
5688
 
5689
+ #: languages/vue.php:416
5690
  msgid "Save Changes"
5691
  msgstr ""
5692
 
5693
+ #: languages/vue.php:419
5694
  msgid "ExactMetrics encountered an error loading your report data"
5695
  msgstr ""
5696
 
5697
+ #: languages/vue.php:422
5698
  msgid "There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."
5699
  msgstr ""
5700
 
5701
+ #: languages/vue.php:425
5702
+ #: languages/vue.php:2707
5703
  msgid "Reconnect ExactMetrics"
5704
  msgstr ""
5705
 
5706
+ #: languages/vue.php:428
5707
  msgid "Re-Authenticating"
5708
  msgstr ""
5709
 
5710
+ #: languages/vue.php:431
5711
  msgid "Ok"
5712
  msgstr ""
5713
 
5714
+ #: languages/vue.php:434
5715
  msgid "See Quick Links"
5716
  msgstr ""
5717
 
5718
+ #: languages/vue.php:437
5719
  msgid "Suggest a Feature"
5720
  msgstr ""
5721
 
5722
+ #: languages/vue.php:440
5723
  msgid "Join Our Community"
5724
  msgstr ""
5725
 
5726
+ #: languages/vue.php:443
5727
  msgid "Support & Docs"
5728
  msgstr ""
5729
 
5730
+ #: languages/vue.php:446
5731
  msgid "Upgrade to Pro &#187;"
5732
  msgstr ""
5733
 
5734
+ #: languages/vue.php:449
5735
  msgid "One-click Complete eCommerce tracking"
5736
  msgstr ""
5737
 
5738
+ #: languages/vue.php:452
5739
  msgid "Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"
5740
  msgstr ""
5741
 
5742
+ #: languages/vue.php:455
5743
  msgid "Forms Tracking"
5744
  msgstr ""
5745
 
5746
+ #: languages/vue.php:458
5747
  msgid "One-click Form Events Tracking"
5748
  msgstr ""
5749
 
5750
+ #: languages/vue.php:461
5751
  msgid "WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"
5752
  msgstr ""
5753
 
5754
+ #: languages/vue.php:464
5755
  msgid "WordPress Admin Area Reports"
5756
  msgstr ""
5757
 
5758
+ #: languages/vue.php:467
5759
  msgid "Standard Reports"
5760
  msgstr ""
5761
 
5762
+ #: languages/vue.php:470
5763
  msgid "Overview Reports for the last 30 days."
5764
  msgstr ""
5765
 
5766
+ #: languages/vue.php:473
5767
  msgid "Advanced Reports"
5768
  msgstr ""
5769
 
5770
+ #: languages/vue.php:476
5771
  msgid "Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"
5772
  msgstr ""
5773
 
5774
+ #: languages/vue.php:479
5775
  msgid "Dashboard Widget"
5776
  msgstr ""
5777
 
5778
+ #: languages/vue.php:482
5779
  msgid "Basic Widget"
5780
  msgstr ""
5781
 
5782
+ #: languages/vue.php:485
5783
  msgid "Overview Report Synopsis"
5784
  msgstr ""
5785
 
5786
+ #: languages/vue.php:488
5787
  msgid "Advanced Dashboard Widget"
5788
  msgstr ""
5789
 
5790
+ #: languages/vue.php:491
5791
  msgid "Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"
5792
  msgstr ""
5793
 
5794
+ #: languages/vue.php:494
5795
  msgid "Publisher Reports"
5796
  msgstr ""
5797
 
5798
+ #: languages/vue.php:497
5799
  msgid "Advanced Publisher Reports & Tracking"
5800
  msgstr ""
5801
 
5802
+ #: languages/vue.php:500
5803
  msgid "View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more"
5804
  msgstr ""
5805
 
5806
+ #: languages/vue.php:503
5807
  msgid "Not Available"
5808
  msgstr ""
5809
 
5810
+ #: languages/vue.php:506
5811
  msgid "Complete Custom Dimensions Tracking"
5812
  msgstr ""
5813
 
5814
+ #: languages/vue.php:509
5815
  msgid "Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page"
5816
  msgstr ""
5817
 
5818
+ #: languages/vue.php:515
5819
  msgid "Limited Support"
5820
  msgstr ""
5821
 
5822
+ #: languages/vue.php:518
5823
  msgid "Priority Support"
5824
  msgstr ""
5825
 
5826
+ #: languages/vue.php:521
5827
  msgid "Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features."
5828
  msgstr ""
5829
 
5830
+ #: languages/vue.php:524
5831
  msgid "Feature"
5832
  msgstr ""
5833
 
5834
+ #: languages/vue.php:527
5835
  msgid "Lite"
5836
  msgstr ""
5837
 
5838
+ #: languages/vue.php:530
5839
  msgid "Pro"
5840
  msgstr ""
5841
 
5842
+ #: languages/vue.php:533
5843
  msgid "Get ExactMetrics Pro Today and Unlock all the Powerful Features"
5844
  msgstr ""
5845
 
5846
+ #: languages/vue.php:536
5847
  msgid "Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout."
5848
  msgstr ""
5849
 
5850
+ #: languages/vue.php:542
5851
  msgid "Universal Tracking"
5852
  msgstr ""
5853
 
5854
+ #: languages/vue.php:545
5855
  msgid "Included"
5856
  msgstr ""
5857
 
5858
+ #: languages/vue.php:548
5859
  msgid "Custom Google Analytics Link Tracking"
5860
  msgstr ""
5861
 
5862
+ #: languages/vue.php:551
5863
  msgid "Standard Tracking"
5864
  msgstr ""
5865
 
5866
+ #: languages/vue.php:554
5867
  msgid "Advanced Tracking"
5868
  msgstr ""
5869
 
5870
+ #: languages/vue.php:557
5871
  msgid "Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking"
5872
  msgstr ""
5873
 
5874
+ #: languages/vue.php:560
5875
  msgid "Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"
5876
  msgstr ""
5877
 
5878
+ #: languages/vue.php:563
5879
  msgid "No-Code-Needed Tracking Features"
5880
  msgstr ""
5881
 
5882
+ #: languages/vue.php:566
5883
  msgid "Basic Tracking Options"
5884
  msgstr ""
5885
 
5886
+ #: languages/vue.php:569
5887
  msgid "Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"
5888
  msgstr ""
5889
 
5890
+ #: languages/vue.php:572
5891
  msgid "Advanced Tracking Options"
5892
  msgstr ""
5893
 
5894
+ #: languages/vue.php:575
5895
  msgid "Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors"
5896
  msgstr ""
5897
 
5898
+ #: languages/vue.php:578
5899
  msgid "There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."
5900
  msgstr ""
5901
 
5902
+ #: languages/vue.php:581
5903
  msgid "No addons found."
5904
  msgstr ""
5905
 
5906
+ #: languages/vue.php:584
5907
  msgid "Refresh Addons"
5908
  msgstr ""
5909
 
5910
  #. Translators: Adds a line break.
5911
+ #: languages/vue.php:591
5912
  msgid "Upgrade to Pro to unlock addons and other great features."
5913
  msgstr ""
5914
 
5915
+ #: languages/vue.php:594
5916
  msgid "As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!"
5917
  msgstr ""
5918
 
5919
+ #: languages/vue.php:597
5920
  msgid "Refreshing Addons"
5921
  msgstr ""
5922
 
5923
+ #: languages/vue.php:600
5924
  msgid "Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress."
5925
  msgstr ""
5926
 
5927
+ #: languages/vue.php:603
5928
  msgid "Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code."
5929
  msgstr ""
5930
 
5931
+ #: languages/vue.php:606
5932
  msgid "The ExactMetrics Team"
5933
  msgstr ""
5934
 
5935
  #. Translators: Placeholders make the text green.
5936
+ #: languages/vue.php:610
5937
  msgid "Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout."
5938
  msgstr ""
5939
 
5940
+ #: languages/vue.php:613
5941
  msgid "How to Connect to Google Analytics"
5942
  msgstr ""
5943
 
5944
+ #: languages/vue.php:616
5945
  msgid "After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required."
5946
  msgstr ""
5947
 
5948
+ #: languages/vue.php:619
5949
  msgid "Guide and Checklist for Advanced Insights"
5950
  msgstr ""
5951
 
5952
+ #: languages/vue.php:622
5953
  msgid "Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking."
5954
  msgstr ""
5955
 
5956
+ #: languages/vue.php:625
5957
  msgid "GDPR Guide"
5958
  msgstr ""
5959
 
5960
+ #: languages/vue.php:628
5961
  msgid "Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. "
5962
  msgstr ""
5963
 
5964
+ #: languages/vue.php:631
5965
  msgid "How to Install and Activate ExactMetrics Addons"
5966
  msgstr ""
5967
 
5968
+ #: languages/vue.php:634
5969
  msgid "The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step."
5970
  msgstr ""
5971
 
5972
+ #: languages/vue.php:637
5973
  msgid "Enabling eCommerce Tracking and Reports"
5974
  msgstr ""
5975
 
5976
+ #: languages/vue.php:640
5977
  msgid "Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."
5978
  msgstr ""
5979
 
5980
+ #: languages/vue.php:643
5981
  msgid "Read Documentation"
5982
  msgstr ""
5983
 
5984
  #. Translators: Makes the text bold.
5985
+ #: languages/vue.php:647
5986
  msgid "%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress."
5987
  msgstr ""
5988
 
5989
  #. Translators: Makes the text bold.
5990
+ #: languages/vue.php:651
5991
  msgid "%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click."
5992
  msgstr ""
5993
 
5994
+ #: languages/vue.php:654
5995
  msgid "ExactMetrics Recommends WPForms"
5996
  msgstr ""
5997
 
5998
+ #: languages/vue.php:657
5999
  msgid "Built by the folks behind ExactMetrics, WPForms is the most beginner friendly form plugin in the market."
6000
  msgstr ""
6001
 
6002
+ #: languages/vue.php:660
6003
  msgid "Used on over 3,000,000 websites!"
6004
  msgstr ""
6005
 
6006
+ #: languages/vue.php:663
6007
  msgid "WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"
6008
  msgstr ""
6009
 
6010
+ #: languages/vue.php:666
6011
  msgid "Skip this Step"
6012
  msgstr ""
6013
 
6014
+ #: languages/vue.php:669
6015
  msgid "Continue & Install WPForms"
6016
  msgstr ""
6017
 
6018
+ #: languages/vue.php:672
6019
  msgid "Installing..."
6020
  msgstr ""
6021
 
6022
+ #: languages/vue.php:675
6023
  msgid "Awesome, You're All Set!"
6024
  msgstr ""
6025
 
6026
+ #: languages/vue.php:678
6027
  msgid "ExactMetrics is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."
6028
  msgstr ""
6029
 
6030
  #. Translators: Make the text bold.
6031
+ #: languages/vue.php:682
6032
  msgid "%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."
6033
  msgstr ""
6034
 
6035
  #. Translators: Add link to blog.
6036
+ #: languages/vue.php:686
6037
  msgid "%1$sSubscribe to the ExactMetrics blog%2$s for tips on how to get more traffic and grow your business."
6038
  msgstr ""
6039
 
6040
+ #: languages/vue.php:689
6041
  msgid "Finish Setup & Exit Wizard"
6042
  msgstr ""
6043
 
6044
+ #: languages/vue.php:692
6045
  msgid "Google Analytics"
6046
  msgstr ""
6047
 
6048
+ #: languages/vue.php:695
6049
  msgid "Subscribe"
6050
  msgstr ""
6051
 
6052
+ #: languages/vue.php:698
6053
  msgid "Checking your website..."
6054
  msgstr ""
6055
 
6056
  #. Translators: Placeholders make the text highlighted.
6057
+ #: languages/vue.php:702
6058
  msgid "%1$sNeed%2$s to Grow FASTER??"
6059
  msgstr ""
6060
 
6061
+ #: languages/vue.php:705
6062
  msgid "Get additional, actionable insights by going Pro."
6063
  msgstr ""
6064
 
6065
+ #: languages/vue.php:708
6066
  msgid "Skip"
6067
  msgstr ""
6068
 
6069
+ #: languages/vue.php:711
6070
  msgid "See All Features"
6071
  msgstr ""
6072
 
6073
+ #: languages/vue.php:714
6074
  msgid "Upgrade to Pro to get the complete ExactMetrics experience including 1 click tracking integrations for your favorite WordPress plugins and insightful reports backed by our legendary support team."
6075
  msgstr ""
6076
 
6077
+ #: languages/vue.php:717
6078
  msgid "Our Pro plan includes:"
6079
  msgstr ""
6080
 
6081
+ #: languages/vue.php:720
6082
  msgid "Welcome to ExactMetrics!"
6083
  msgstr ""
6084
 
6085
+ #: languages/vue.php:723
6086
  msgid "Let's get you set up."
6087
  msgstr ""
6088
 
6089
+ #: languages/vue.php:727
6090
  msgid "Save and Continue"
6091
  msgstr ""
6092
 
6093
+ #: languages/vue.php:730
6094
  msgid "Which category best describes your website?"
6095
  msgstr ""
6096
 
6097
+ #: languages/vue.php:733
6098
  msgid "We will recommend the optimal settings for ExactMetrics based on your choice."
6099
  msgstr ""
6100
 
6101
+ #: languages/vue.php:736
6102
  msgid "Business Website"
6103
  msgstr ""
6104
 
6105
  #. Translators: Make text bold.
6106
+ #: languages/vue.php:740
6107
  msgid "Publisher %1$s(Blog)%2$s"
6108
  msgstr ""
6109
 
6110
+ #: languages/vue.php:744
6111
  msgid "Ecommerce"
6112
  msgstr ""
6113
 
6114
+ #: languages/vue.php:747
6115
  msgid "Connect ExactMetrics to Your Website"
6116
  msgstr ""
6117
 
6118
+ #: languages/vue.php:750
6119
  msgid "ExactMetrics connects Google Analytics to WordPress and shows you stats that matter."
6120
  msgstr ""
6121
 
6122
+ #: languages/vue.php:753
6123
  msgid "Connect Google Analytics + WordPress"
6124
  msgstr ""
6125
 
6126
+ #: languages/vue.php:756
6127
  msgid "You will be taken to the ExactMetrics website where you'll need to connect your Analytics account."
6128
  msgstr ""
6129
 
6130
+ #: languages/vue.php:759
6131
  msgid "Whoops, something went wrong and we weren't able to connect to ExactMetrics. Please enter your Google UA code manually."
6132
  msgstr ""
6133
 
6134
+ #: languages/vue.php:762
6135
  msgid "Manually enter your UA code"
6136
  msgstr ""
6137
 
6138
+ #: languages/vue.php:765
6139
  msgid "Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers."
6140
  msgstr ""
6141
 
6142
+ #: languages/vue.php:768
6143
  msgid "UA code can't be empty"
6144
  msgstr ""
6145
 
6146
+ #: languages/vue.php:771
6147
  msgid "Saving UA code..."
6148
  msgstr ""
6149
 
6150
+ #: languages/vue.php:774
6151
  msgid "Recommended Addons"
6152
  msgstr ""
6153
 
6154
  #. Translators: Add a link to upgrade and make the text green.
6155
+ #: languages/vue.php:778
6156
  msgid "To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!"
6157
  msgstr ""
6158
 
6159
+ #: languages/vue.php:782
6160
  msgid "Save and continue"
6161
  msgstr ""
6162
 
6163
+ #: languages/vue.php:785
6164
  msgid "Upgrade to PRO Now"
6165
  msgstr ""
6166
 
6167
+ #: languages/vue.php:788
6168
  msgid "See who’s viewing and submitting your forms, so you can increase your conversion rate."
6169
  msgstr ""
6170
 
6171
+ #: languages/vue.php:791
6172
  msgid "See All Your Important Store Metrics in One Place."
6173
  msgstr ""
6174
 
6175
+ #: languages/vue.php:794
6176
  msgid "... and more:"
6177
  msgstr ""
6178
 
6179
+ #: languages/vue.php:797
6180
  msgid "Dimensions- Track authors, categories, trags, searches, users and more."
6181
  msgstr ""
6182
 
6183
+ #: languages/vue.php:800
6184
  msgid "EU Compliance- Improve compliance with GDPR and other privacy regulations."
6185
  msgstr ""
6186
 
6187
+ #: languages/vue.php:803
6188
  msgid "AMP- ExactMetrics Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages."
6189
  msgstr ""
6190
 
6191
+ #: languages/vue.php:806
6192
  msgid "Facebook Instant Articles- Integrate Google Analytics and Facebook Instant Articles with just one click."
6193
  msgstr ""
6194
 
6195
+ #: languages/vue.php:809
6196
  msgid "eCommerce- Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores."
6197
  msgstr ""
6198
 
6199
+ #: languages/vue.php:812
6200
  msgid "Google Optimize- Easily enable Google Optimize on your WordPress site."
6201
  msgstr ""
6202
 
6203
+ #: languages/vue.php:815
6204
  msgid "Forms- Enable tracking of your form views, submissions and conversion rates."
6205
  msgstr ""
6206
 
6207
+ #: languages/vue.php:818
6208
  msgid "Ads- See who’s clicking on your Google Adsense banner ads."
6209
  msgstr ""
6210
 
6211
+ #: languages/vue.php:821
6212
  msgid "Recommended Settings"
6213
  msgstr ""
6214
 
6215
+ #: languages/vue.php:824
6216
  msgid "ExactMetrics recommends the following settings based on your configuration."
6217
  msgstr ""
6218
 
6219
+ #: languages/vue.php:827
6220
  msgid "Events Tracking"
6221
  msgstr ""
6222
 
6223
+ #: languages/vue.php:830
6224
  msgid "Must have for all click tracking on site."
6225
  msgstr ""
6226
 
6227
+ #: languages/vue.php:833
6228
  msgid "ExactMetrics uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code."
6229
  msgstr ""
6230
 
6231
+ #: languages/vue.php:836
6232
  msgid "Enhanced Link Attribution"
6233
  msgstr ""
6234
 
6235
+ #: languages/vue.php:839
6236
  msgid "Improves the accuracy of your In-Page Analytics."
6237
  msgstr ""
6238
 
6239
+ #: languages/vue.php:842
6240
  msgid "ExactMetrics will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."
6241
  msgstr ""
6242
 
6243
+ #: languages/vue.php:845
6244
  msgid "Install Updates Automatically"
6245
  msgstr ""
6246
 
6247
+ #: languages/vue.php:848
6248
  msgid "Get the latest features, bug fixes, and security updates as they are released."
6249
  msgstr ""
6250
 
6251
+ #: languages/vue.php:851
6252
  msgid "To ensure you get the latest bugfixes and security updates and avoid needing to spend time logging into your WordPress site to update ExactMetrics, we offer the ability to automatically have ExactMetrics update itself."
6253
  msgstr ""
6254
 
6255
+ #: languages/vue.php:854
6256
  msgid "File Download Tracking"
6257
  msgstr ""
6258
 
6259
+ #: languages/vue.php:857
6260
  msgid "Helps you see file downloads data."
6261
  msgstr ""
6262
 
6263
+ #: languages/vue.php:860
6264
  msgid "ExactMetrics will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? ExactMetrics makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel."
6265
  msgstr ""
6266
 
6267
  #. Translators: Example path (/go/).
6268
+ #: languages/vue.php:864
6269
  msgid "Path (example: %s)"
6270
  msgstr ""
6271
 
6272
+ #: languages/vue.php:867
6273
  msgid "Path has to start with a / and have no spaces"
6274
  msgstr ""
6275
 
6276
  #. Translators: Example label (aff).
6277
+ #: languages/vue.php:871
6278
  msgid "Label (example: %s)"
6279
  msgstr ""
6280
 
6281
+ #: languages/vue.php:874
6282
  msgid "Label can't contain any spaces"
6283
  msgstr ""
6284
 
6285
+ #: languages/vue.php:877
6286
  msgid "Helps you increase affiliate revenue."
6287
  msgstr ""
6288
 
6289
+ #: languages/vue.php:880
6290
  msgid "ExactMetrics will automatically help you track affiliate links that use internal looking urls like example.com/go/ or example.com/refer/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."
6291
  msgstr ""
6292
 
6293
+ #: languages/vue.php:883
6294
  msgid "Affiliate Link Tracking"
6295
  msgstr ""
6296
 
6297
+ #: languages/vue.php:886
6298
  msgid "Who Can See Reports"
6299
  msgstr ""
6300
 
6301
+ #: languages/vue.php:889
6302
  msgid "These user roles will be able to access ExactMetrics's reports in the WordPress admin area."
6303
  msgstr ""
6304
 
6305
+ #: languages/vue.php:892
6306
  msgid "Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."
6307
  msgstr ""
6308
 
6309
+ #: languages/vue.php:895
6310
  msgid "Events Tracking is enabled the moment you set up ExactMetrics"
6311
  msgstr ""
6312
 
6313
+ #: languages/vue.php:898
6314
  msgid "Enhanced Link Attribution is enabled the moment you set up ExactMetrics"
6315
  msgstr ""
6316
 
6317
+ #: languages/vue.php:901
6318
  msgid "+ Add Role"
6319
  msgstr ""
6320
 
6321
+ #: languages/vue.php:904
6322
  msgid "Welcome to the all-new ExactMetrics"
6323
  msgstr ""
6324
 
6325
+ #: languages/vue.php:907
6326
  msgid "Redesigned from the ground up, ExactMetrics is built to bring a world-class analytics and reporting experience to WordPress."
6327
  msgstr ""
6328
 
6329
+ #: languages/vue.php:910
6330
  msgid "The New & Improved ExactMetrics includes:"
6331
  msgstr ""
6332
 
6333
+ #: languages/vue.php:913
6334
  msgid "All-New Design"
6335
  msgstr ""
6336
 
6337
+ #: languages/vue.php:916
6338
  msgid "Better Reporting"
6339
  msgstr ""
6340
 
6341
+ #: languages/vue.php:919
6342
  msgid "Better Tracking"
6343
  msgstr ""
6344
 
6345
+ #: languages/vue.php:922
6346
  msgid "Better Support"
6347
  msgstr ""
6348
 
6349
+ #: languages/vue.php:925
6350
  msgid "Continue"
6351
  msgstr ""
6352
 
6353
+ #: languages/vue.php:928
6354
  msgid "Your settings have been automatically transferred."
6355
  msgstr ""
6356
 
6357
+ #: languages/vue.php:931
6358
  msgid "On the next step, you will be asked to re-authenticate with Google Analytics. Please %1$ssee our detailed post%2$s to learn why we need your help. Don't worry, your tracking will continue to work as-is even if you don't do this, but re-auth is required to see analytics reports inside WordPress dashboard."
6359
  msgstr ""
6360
 
6361
+ #: languages/vue.php:934
6362
  msgid "Caching"
6363
  msgstr ""
6364
 
6365
+ #: languages/vue.php:937
6366
  msgid "Enable Data Caching"
6367
  msgstr ""
6368
 
6369
+ #: languages/vue.php:940
6370
  msgid "Refresh Cache Every"
6371
  msgstr ""
6372
 
6373
+ #: languages/vue.php:943
6374
  msgid "Choose how often to refresh the cache."
6375
  msgstr ""
6376
 
6377
+ #: languages/vue.php:946
6378
  msgid "Enable Ajaxify"
6379
  msgstr ""
6380
 
6381
+ #: languages/vue.php:949
6382
  msgid "Ajaxify Widget"
6383
  msgstr ""
6384
 
6385
+ #: languages/vue.php:952
6386
  msgid "Use to bypass page caching."
6387
  msgstr ""
6388
 
6389
+ #: languages/vue.php:955
6390
  msgid "Empty Cache"
6391
  msgstr ""
6392
 
6393
+ #: languages/vue.php:958
6394
  msgid "Click to manually wipe the cache right now."
6395
  msgstr ""
6396
 
6397
+ #: languages/vue.php:961
6398
  msgid "Popular posts cache emptied"
6399
  msgstr ""
6400
 
6401
+ #: languages/vue.php:964
6402
  msgid "Error emptying the popular posts cache. Please try again."
6403
  msgstr ""
6404
 
6405
+ #: languages/vue.php:967
6406
  msgid "Choose Theme"
6407
  msgstr ""
6408
 
6409
+ #: languages/vue.php:970
6410
  msgid "Behavior"
6411
  msgstr ""
6412
 
6413
+ #: languages/vue.php:973
6414
  msgid "Widget Styling"
6415
  msgstr ""
6416
 
6417
+ #: languages/vue.php:976
6418
  msgid "Choose how you want to determine the colors, font sizes and spacing of the widget."
6419
  msgstr ""
6420
 
6421
+ #: languages/vue.php:979
6422
  msgid "Sort By"
6423
  msgstr ""
6424
 
6425
+ #: languages/vue.php:982
6426
  msgid "Choose how you'd like the widget to determine your popular posts."
6427
  msgstr ""
6428
 
6429
+ #: languages/vue.php:985
6430
  msgid "Placement"
6431
  msgstr ""
6432
 
6433
+ #: languages/vue.php:988
6434
  msgid "Choose how you'd like to place the widget."
6435
  msgstr ""
6436
 
6437
+ #: languages/vue.php:991
6438
  msgid "Insert After"
6439
  msgstr ""
6440
 
6441
+ #: languages/vue.php:994
6442
  msgid "Choose where in the post body the widget will be placed."
6443
  msgstr ""
6444
 
6445
+ #: languages/vue.php:997
6446
  msgid "Include in Post Types"
6447
  msgstr ""
6448
 
6449
+ #: languages/vue.php:1000
6450
  msgid "Exclude from specific posts"
6451
  msgstr ""
6452
 
6453
  #. Translators: Placeholders make the text bold.
6454
+ #: languages/vue.php:1004
6455
  msgid "Choose which Post Types the widget %1$sWILL%2$s be placed."
6456
  msgstr ""
6457
 
6458
  #. Translators: Placeholders make the text bold.
6459
+ #: languages/vue.php:1008
6460
  msgid "Choose from which Posts the widget %1$sWILL NOT%2$s be placed."
6461
  msgstr ""
6462
 
6463
+ #: languages/vue.php:1011
6464
  msgid "Customize Design"
6465
  msgstr ""
6466
 
6467
+ #: languages/vue.php:1014
6468
  msgid "Loading Themes"
6469
  msgstr ""
6470
 
6471
+ #: languages/vue.php:1017
6472
  msgid "words"
6473
  msgstr ""
6474
 
6475
+ #: languages/vue.php:1020
6476
  msgid "Please select at least one post to display."
6477
  msgstr ""
6478
 
6479
  #. Translators: placeholders make text small.
6480
+ #: languages/vue.php:1024
6481
  msgid "Default Styles %1$s- As seen above.%2$s"
6482
  msgstr ""
6483
 
6484
  #. Translators: placeholders make text small.
6485
+ #: languages/vue.php:1028
6486
  msgid "No Styles %1$s- Use your own CSS.%2$s"
6487
  msgstr ""
6488
 
6489
  #. Translators: placeholders make text small.
6490
+ #: languages/vue.php:1032
6491
  msgid "Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s"
6492
  msgstr ""
6493
 
6494
  #. Translators: placeholders make text small.
6495
+ #: languages/vue.php:1036
6496
  msgid "SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s"
6497
  msgstr ""
6498
 
6499
  #. Translators: placeholders make text small.
6500
+ #: languages/vue.php:1040
6501
  msgid "Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s"
6502
  msgstr ""
6503
 
6504
  #. Translators: placeholders make text small.
6505
+ #: languages/vue.php:1044
6506
  msgid "Automatic %1$s- The widget is automatically placed inside the post body.%2$s"
6507
  msgstr ""
6508
 
6509
  #. Translators: placeholders make text small.
6510
+ #: languages/vue.php:1048
6511
  msgid "Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"
6512
  msgstr ""
6513
 
6514
+ #: languages/vue.php:1051
6515
  msgid "Display Title"
6516
  msgstr ""
6517
 
6518
+ #: languages/vue.php:1057
6519
  msgid "Title your widget and set it’s display preferences."
6520
  msgstr ""
6521
 
6522
+ #: languages/vue.php:1060
6523
  msgid "File imported"
6524
  msgstr ""
6525
 
6526
+ #: languages/vue.php:1063
6527
  msgid "Settings successfully updated!"
6528
  msgstr ""
6529
 
6530
+ #: languages/vue.php:1066
6531
  msgid "Error importing settings"
6532
  msgstr ""
6533
 
6534
+ #: languages/vue.php:1069
6535
  msgid "Please choose a .json file generated by a ExactMetrics settings export."
6536
  msgstr ""
6537
 
6538
+ #: languages/vue.php:1072
6539
  msgid "Import/Export"
6540
  msgstr ""
6541
 
6542
+ #: languages/vue.php:1075
6543
  msgid "Import"
6544
  msgstr ""
6545
 
6546
+ #: languages/vue.php:1078
6547
  msgid "Import settings from another ExactMetrics website."
6548
  msgstr ""
6549
 
6550
+ #: languages/vue.php:1081
6551
  msgid "Export"
6552
  msgstr ""
6553
 
6554
+ #: languages/vue.php:1084
6555
  msgid "Export settings to import into another ExactMetrics install."
6556
  msgstr ""
6557
 
6558
+ #: languages/vue.php:1087
6559
  msgid "Import Settings"
6560
  msgstr ""
6561
 
6562
+ #: languages/vue.php:1090
6563
  msgid "Export Settings"
6564
  msgstr ""
6565
 
6566
+ #: languages/vue.php:1093
6567
  msgid "Please choose a file to import"
6568
  msgstr ""
6569
 
6570
+ #: languages/vue.php:1096
6571
  msgid "Use the filepicker below to select the settings export file from another site."
6572
  msgstr ""
6573
 
6574
+ #: languages/vue.php:1099
6575
  msgid "Use the button below to export a file with your ExactMetrics settings."
6576
  msgstr ""
6577
 
6578
+ #: languages/vue.php:1102
6579
  msgid "Choose file"
6580
  msgstr ""
6581
 
6582
+ #: languages/vue.php:1105
6583
  msgid "No file chosen"
6584
  msgstr ""
6585
 
6586
+ #: languages/vue.php:1108
6587
  msgid "Uploading file..."
6588
  msgstr ""
6589
 
6590
  #. Translators: Adds a link to the Google reference.
6591
+ #: languages/vue.php:1112
6592
  msgid "Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."
6593
  msgstr ""
6594
 
6595
+ #: languages/vue.php:1118
6596
  msgid "Automatic Updates"
6597
  msgstr ""
6598
 
6599
+ #: languages/vue.php:1121
6600
  msgid "You must have the \"unfiltered_html\" capability to view/edit this setting."
6601
  msgstr ""
6602
 
6603
+ #: languages/vue.php:1124
6604
  msgid "Hide Admin Bar Reports"
6605
  msgstr ""
6606
 
6607
  #. Translators: placeholders make text small.
6608
+ #: languages/vue.php:1128
6609
  msgid "Enabled %1$s- Show reports and dashboard widget.%2$s"
6610
  msgstr ""
6611
 
6612
  #. Translators: placeholders make text small.
6613
+ #: languages/vue.php:1132
6614
  msgid "Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"
6615
  msgstr ""
6616
 
6617
  #. Translators: placeholders make text small.
6618
+ #: languages/vue.php:1136
6619
  msgid "Disabled %1$s- Hide reports and dashboard widget.%2$s"
6620
  msgstr ""
6621
 
6622
  #. Translators: placeholders make text small.
6623
+ #: languages/vue.php:1140
6624
  msgid "Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s"
6625
  msgstr ""
6626
 
6627
  #. Translators: placeholders make text small.
6628
+ #: languages/vue.php:1144
6629
  msgid "Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s"
6630
  msgstr ""
6631
 
6632
  #. Translators: placeholders make text small.
6633
+ #: languages/vue.php:1148
6634
  msgid "None %1$s- Manually update everything.%2$s"
6635
  msgstr ""
6636
 
6637
  #. Translators: Adds a link to the general settings tab.
6638
+ #: languages/vue.php:1152
6639
  msgid "It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."
6640
  msgstr ""
6641
 
6642
+ #: languages/vue.php:1155
6643
  msgid "Permissions"
6644
  msgstr ""
6645
 
6646
+ #: languages/vue.php:1158
6647
  msgid "Email Summaries"
6648
  msgstr ""
6649
 
6650
+ #: languages/vue.php:1161
6651
  msgid "Export PDF Reports"
6652
  msgstr ""
6653
 
6654
+ #: languages/vue.php:1164
6655
  msgid "Allow These User Roles to See Reports"
6656
  msgstr ""
6657
 
6658
+ #: languages/vue.php:1167
6659
  msgid "Users that have at least one of these roles will be able to view the reports."
6660
  msgstr ""
6661
 
6662
+ #: languages/vue.php:1170
6663
  msgid "Allow These User Roles to Save Settings"
6664
  msgstr ""
6665
 
6666
+ #: languages/vue.php:1173
6667
  msgid "Users that have at least one of these roles will be able to view and save the settings panel."
6668
  msgstr ""
6669
 
6670
+ #: languages/vue.php:1176
6671
  msgid "Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."
6672
  msgstr ""
6673
 
6674
+ #: languages/vue.php:1179
6675
  msgid "Exclude These User Roles From Tracking"
6676
  msgstr ""
6677
 
6678
+ #: languages/vue.php:1182
6679
  msgid "Users that have at least one of these roles will not be tracked into Google Analytics."
6680
  msgstr ""
6681
 
6682
+ #: languages/vue.php:1185
6683
  msgid "Custom code"
6684
  msgstr ""
6685
 
6686
+ #: languages/vue.php:1188
6687
  msgid "License Key"
6688
  msgstr ""
6689
 
6690
  #. Translators: Adds link to the account area to retreive license key.
6691
+ #: languages/vue.php:1192
6692
  msgid "Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s."
6693
  msgstr ""
6694
 
6695
+ #: languages/vue.php:1195
6696
  msgid "Paste your license key here"
6697
  msgstr ""
6698
 
6699
+ #: languages/vue.php:1198
6700
  msgid "Google Authentication"
6701
  msgstr ""
6702
 
6703
+ #: languages/vue.php:1201
6704
  msgid "Verify"
6705
  msgstr ""
6706
 
6707
+ #: languages/vue.php:1204
6708
  msgid "Setup Wizard"
6709
  msgstr ""
6710
 
6711
+ #: languages/vue.php:1207
6712
  msgid "Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks)."
6713
  msgstr ""
6714
 
6715
+ #: languages/vue.php:1210
6716
  msgid "Relaunch Setup Wizard"
6717
  msgstr ""
6718
 
6719
+ #: languages/vue.php:1213
6720
  msgid "Connect ExactMetrics to Start Tracking Your Data"
6721
  msgstr ""
6722
 
6723
+ #: languages/vue.php:1216
6724
  msgid "You're using ExactMetrics Lite – no license needed. Enjoy!"
6725
  msgstr ""
6726
 
6727
  #. Translators: Adds link to upgrade.
6728
+ #: languages/vue.php:1220
6729
  msgid "To unlock more features consider %1$supgrading to PRO%2$s."
6730
  msgstr ""
6731
 
6732
+ #: languages/vue.php:1223
6733
  msgid "Receive 50% off automatically applied at the checkout!"
6734
  msgstr ""
6735
 
6736
+ #: languages/vue.php:1226
6737
  msgid "See all features"
6738
  msgstr ""
6739
 
6740
+ #: languages/vue.php:1229
6741
  msgid "Complete Upgrade"
6742
  msgstr ""
6743
 
6744
+ #: languages/vue.php:1232
6745
  msgid "Upgrade to Pro Version!"
6746
  msgstr ""
6747
 
6748
  #. Translators: Make text bold.
6749
+ #: languages/vue.php:1236
6750
  msgid "%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process."
6751
  msgstr ""
6752
 
6753
+ #: languages/vue.php:1239
6754
  msgid "There was an error unlocking ExactMetrics PRO please try again or install manually."
6755
  msgstr ""
6756
 
6757
+ #: languages/vue.php:1242
6758
  msgid "Last 30 Days Analytics for "
6759
  msgstr ""
6760
 
6761
+ #: languages/vue.php:1245
6762
  msgid "Your Website"
6763
  msgstr ""
6764
 
6765
+ #: languages/vue.php:1248
6766
  msgid "Sessions"
6767
  msgstr ""
6768
 
6769
+ #: languages/vue.php:1251
6770
  msgid "Pageviews"
6771
  msgstr ""
6772
 
6773
+ #: languages/vue.php:1254
6774
  msgid "Avg. Duration"
6775
  msgstr ""
6776
 
6777
+ #: languages/vue.php:1257
6778
  msgid "Bounce Rate"
6779
  msgstr ""
6780
 
6781
+ #: languages/vue.php:1260
6782
  msgid "More data is available"
6783
  msgstr ""
6784
 
6785
+ #: languages/vue.php:1263
6786
  msgid "Want to see page-specific stats?"
6787
  msgstr ""
6788
 
6789
+ #: languages/vue.php:1266
6790
  msgid "Dismiss"
6791
  msgstr ""
6792
 
6793
  #. Translators: Error status and error text.
6794
+ #: languages/vue.php:1270
6795
  msgid "Can't load settings. Error: %1$s, %2$s"
6796
  msgstr ""
6797
 
6798
+ #: languages/vue.php:1274
6799
  msgid "You appear to be offline."
6800
  msgstr ""
6801
 
6802
  #. Translators: Error status and error text.
6803
+ #: languages/vue.php:1279
6804
  msgid "Can't save settings. Error: %1$s, %2$s"
6805
  msgstr ""
6806
 
6807
+ #: languages/vue.php:1282
6808
  msgid "Network error encountered. Settings not saved."
6809
  msgstr ""
6810
 
6811
  #. Translators: Error status and error text.
6812
+ #: languages/vue.php:1286
6813
  msgid "Can't deauthenticate. Error: %1$s, %2$s"
6814
  msgstr ""
6815
 
6816
+ #: languages/vue.php:1289
6817
  msgid "You appear to be offline. Settings not saved."
6818
  msgstr ""
6819
 
6820
  #. Translators: Error status and error text.
6821
+ #: languages/vue.php:1293
6822
  msgid "Can't load authentication details. Error: %1$s, %2$s"
6823
  msgstr ""
6824
 
6825
  #. Translators: Error status and error text.
6826
+ #: languages/vue.php:1297
6827
  msgid "Can't authenticate. Error: %1$s, %2$s"
6828
  msgstr ""
6829
 
6830
  #. Translators: Error status and error text.
6831
+ #: languages/vue.php:1301
6832
  msgid "Can't reauthenticate. Error: %1$s, %2$s"
6833
  msgstr ""
6834
 
6835
  #. Translators: Error status and error text.
6836
+ #: languages/vue.php:1305
6837
  msgid "Can't verify credentials. Error: %1$s, %2$s"
6838
  msgstr ""
6839
 
6840
+ #: languages/vue.php:1308
6841
  msgid "Proceed"
6842
  msgstr ""
6843
 
6844
+ #: languages/vue.php:1311
6845
  msgid "Connection Information"
6846
  msgstr ""
6847
 
6848
+ #: languages/vue.php:1314
6849
  msgid "To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
6850
  msgstr ""
6851
 
6852
+ #: languages/vue.php:1317
6853
  msgid "Hostname"
6854
  msgstr ""
6855
 
6856
+ #: languages/vue.php:1320
6857
  msgid "FTP Username"
6858
  msgstr ""
6859
 
6860
+ #: languages/vue.php:1323
6861
  msgid "FTP Password"
6862
  msgstr ""
6863
 
6864
+ #: languages/vue.php:1326
6865
  msgid "This password will not be stored on the server."
6866
  msgstr ""
6867
 
6868
+ #: languages/vue.php:1329
6869
  msgid "Connection Type"
6870
  msgstr ""
6871
 
6872
+ #: languages/vue.php:1332
6873
  msgid "Cancel"
6874
  msgstr ""
6875
 
6876
+ #: languages/vue.php:1335
6877
  msgid "Ecommerce Report"
6878
  msgstr ""
6879
 
6880
+ #: languages/vue.php:1338
6881
  msgid "Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more."
6882
  msgstr ""
6883
 
6884
+ #: languages/vue.php:1342
6885
  msgid "Here's what you get:"
6886
  msgstr ""
6887
 
6888
+ #: languages/vue.php:1345
6889
  msgid "See Your Conversion Rate to Improve Funnel"
6890
  msgstr ""
6891
 
6892
+ #: languages/vue.php:1348
6893
  msgid "See The Number of Transactions and Make Data-Driven Decisions"
6894
  msgstr ""
6895
 
6896
+ #: languages/vue.php:1351
6897
  msgid "See The Total Revenue to Track Growth"
6898
  msgstr ""
6899
 
6900
+ #: languages/vue.php:1354
6901
  msgid "See Average Order Value to Find Offer Opportunities"
6902
  msgstr ""
6903
 
6904
+ #: languages/vue.php:1357
6905
  msgid "See Your Top Products to See Individual Performance"
6906
  msgstr ""
6907
 
6908
+ #: languages/vue.php:1360
6909
  msgid "See Your Top Conversion Sources and Focus on what's Working"
6910
  msgstr ""
6911
 
6912
+ #: languages/vue.php:1363
6913
  msgid "See The Time it Takes for Customers to Purchase"
6914
  msgstr ""
6915
 
6916
+ #: languages/vue.php:1366
6917
  msgid "See How Many Sessions are Needed for a Purchase"
6918
  msgstr ""
6919
 
6920
+ #: languages/vue.php:1369
6921
  msgid "New"
6922
  msgstr ""
6923
 
6924
+ #: languages/vue.php:1372
6925
  msgid "Returning"
6926
  msgstr ""
6927
 
6928
+ #: languages/vue.php:1375
6929
  msgid "Desktop"
6930
  msgstr ""
6931
 
6932
+ #: languages/vue.php:1378
6933
  msgid "Tablet"
6934
  msgstr ""
6935
 
6936
+ #: languages/vue.php:1381
6937
  msgid "Mobile"
6938
  msgstr ""
6939
 
6940
+ #: languages/vue.php:1385
6941
  msgid "Overview Report"
6942
  msgstr ""
6943
 
6944
+ #: languages/vue.php:1388
6945
  msgid "Avg. Session Duration"
6946
  msgstr ""
6947
 
6948
+ #: languages/vue.php:1392
6949
  msgid "New vs. Returning Visitors"
6950
  msgstr ""
6951
 
6952
+ #: languages/vue.php:1396
6953
  msgid "Device Breakdown"
6954
  msgstr ""
6955
 
6956
+ #: languages/vue.php:1399
6957
  msgid "Top 10 Countries"
6958
  msgstr ""
6959
 
6960
+ #: languages/vue.php:1402
6961
  msgid "View Countries Report"
6962
  msgstr ""
6963
 
6964
+ #: languages/vue.php:1405
6965
  msgid "Top 10 Referrals"
6966
  msgstr ""
6967
 
6968
+ #: languages/vue.php:1408
6969
  msgid "View All Referral Sources"
6970
  msgstr ""
6971
 
6972
+ #: languages/vue.php:1412
6973
  msgid "Top Posts/Pages"
6974
  msgstr ""
6975
 
6976
+ #: languages/vue.php:1415
6977
  msgid "View Full Posts/Pages Report"
6978
  msgstr ""
6979
 
6980
+ #: languages/vue.php:1418
6981
  msgid "A session is the browsing session of a single user to your site."
6982
  msgstr ""
6983
 
6984
+ #: languages/vue.php:1421
6985
  msgid "A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."
6986
  msgstr ""
6987
 
6988
+ #: languages/vue.php:1424
6989
  msgid "Total duration of all sessions (in seconds) / number of sessions."
6990
  msgstr ""
6991
 
6992
+ #: languages/vue.php:1427
6993
  msgid "Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
6994
  msgstr ""
6995
 
6996
+ #: languages/vue.php:1431
6997
  msgid "This graph shows what percent of your user sessions come from new versus repeat visitors."
6998
  msgstr ""
6999
 
7000
+ #: languages/vue.php:1435
7001
  msgid "This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."
7002
  msgstr ""
7003
 
7004
+ #: languages/vue.php:1438
7005
  msgid "This list shows the top countries your website visitors are from."
7006
  msgstr ""
7007
 
7008
+ #: languages/vue.php:1441
7009
  msgid "This list shows the top websites that send your website traffic, known as referral traffic."
7010
  msgstr ""
7011
 
7012
+ #: languages/vue.php:1445
7013
  msgid "This list shows the most viewed posts and pages on your website."
7014
  msgstr ""
7015
 
7016
+ #: languages/vue.php:1448
7017
  msgid "Unlock the Publisher Report and Focus on the Content That Matters"
7018
  msgstr ""
7019
 
7020
+ #: languages/vue.php:1451
7021
  msgid "See Your Top Landing Pages to Improve Engagement"
7022
  msgstr ""
7023
 
7024
+ #: languages/vue.php:1454
7025
  msgid "See Your Top Exit Pages to Reduce Abandonment"
7026
  msgstr ""
7027
 
7028
+ #: languages/vue.php:1457
7029
  msgid "See Your Top Outbound Links to Find New Revenue Opportunities"
7030
  msgstr ""
7031
 
7032
+ #: languages/vue.php:1460
7033
  msgid "See Your Top Affiliate Links and Focus on what’s working"
7034
  msgstr ""
7035
 
7036
+ #: languages/vue.php:1463
7037
  msgid "See Your Top Downloads and Improve Conversions"
7038
  msgstr ""
7039
 
7040
+ #: languages/vue.php:1466
7041
  msgid "See Audience Demographic Report (Age / Gender / Interests)"
7042
  msgstr ""
7043
 
7044
+ #: languages/vue.php:1469
7045
  msgid "Custom Dimensions Report"
7046
  msgstr ""
7047
 
7048
+ #: languages/vue.php:1472
7049
  msgid "Unlock the Dimensions Report and decide what data is important using your own custom tracking parameters"
7050
  msgstr ""
7051
 
7052
+ #: languages/vue.php:1475
7053
  msgid "The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."
7054
  msgstr ""
7055
 
7056
+ #: languages/vue.php:1478
7057
  msgid "Author tracking to see which author’s posts generate the most traffic"
7058
  msgstr ""
7059
 
7060
+ #: languages/vue.php:1481
7061
  msgid "Post Type tracking to see which WordPress post types perform better"
7062
  msgstr ""
7063
 
7064
+ #: languages/vue.php:1484
7065
  msgid "Category tracking to see which sections of your sites are the most popular"
7066
  msgstr ""
7067
 
7068
+ #: languages/vue.php:1487
7069
  msgid "SEO score tracking to see which blog SEO scores are the most popular"
7070
  msgstr ""
7071
 
7072
+ #: languages/vue.php:1490
7073
  msgid "Focus Keyword tracking to see which of your content is doing well in search engines."
7074
  msgstr ""
7075
 
7076
+ #: languages/vue.php:1493
7077
  msgid "Tag tracking to determine which topics are the most engaging to for your website visitors."
7078
  msgstr ""
7079
 
7080
  #. Translators: Number of visitors.
7081
+ #: languages/vue.php:1501
7082
  msgid "Your website was visited by %s users in the last 30 days."
7083
  msgstr ""
7084
 
7085
+ #: languages/vue.php:1504
7086
  msgid "See the full analytics report!"
7087
  msgstr ""
7088
 
7089
+ #: languages/vue.php:1507
7090
  msgid "Network Active"
7091
  msgstr ""
7092
 
7093
+ #: languages/vue.php:1510
7094
  msgid "Active"
7095
  msgstr ""
7096
 
7097
+ #: languages/vue.php:1513
7098
  msgid "Inactive"
7099
  msgstr ""
7100
 
7101
  #. Translators: Placeholder for the addon status (installed, active, etc).
7102
+ #: languages/vue.php:1517
7103
  msgid "Status: %s"
7104
  msgstr ""
7105
 
7106
+ #: languages/vue.php:1520
7107
  msgid "Not Installed"
7108
  msgstr ""
7109
 
7110
+ #: languages/vue.php:1523
7111
  msgid "Custom Campaign Parameters"
7112
  msgstr ""
7113
 
7114
+ #: languages/vue.php:1526
7115
  msgid "The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."
7116
  msgstr ""
7117
 
7118
+ #: languages/vue.php:1529
7119
  msgid "A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."
7120
  msgstr ""
7121
 
7122
  #. Translators: Marks the field as required.
7123
+ #: languages/vue.php:1533
7124
  msgid "Website URL %s"
7125
  msgstr ""
7126
 
7127
  #. Translators: Display the current website url in italic.
7128
+ #: languages/vue.php:1537
7129
  msgid "The full website URL (e.g. %1$s %2$s%3$s)"
7130
  msgstr ""
7131
 
7132
  #. Translators: Marks the field as required.
7133
+ #: languages/vue.php:1541
7134
  msgid "Campaign Source %s"
7135
  msgstr ""
7136
 
7137
  #. Translators: Make the text italic.
7138
+ #: languages/vue.php:1545
7139
  msgid "Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)"
7140
  msgstr ""
7141
 
7142
  #. Translators: Make the text italic.
7143
+ #: languages/vue.php:1549
7144
  msgid "Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"
7145
  msgstr ""
7146
 
7147
  #. Translators: Make the text italic.
7148
+ #: languages/vue.php:1553
7149
  msgid "Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"
7150
  msgstr ""
7151
 
7152
+ #: languages/vue.php:1556
7153
  msgid "Enter the paid keyword"
7154
  msgstr ""
7155
 
7156
+ #: languages/vue.php:1559
7157
  msgid "Enter something to differentiate ads"
7158
  msgstr ""
7159
 
7160
+ #: languages/vue.php:1562
7161
  msgid "Use Fragment"
7162
  msgstr ""
7163
 
7164
  #. Translators: Make the text bold.
7165
+ #: languages/vue.php:1566
7166
  msgid "Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"
7167
  msgstr ""
7168
 
7169
+ #: languages/vue.php:1569
7170
  msgid "URL to use"
7171
  msgstr ""
7172
 
7173
+ #: languages/vue.php:1572
7174
  msgid "(Updates automatically)"
7175
  msgstr ""
7176
 
7177
+ #: languages/vue.php:1575
7178
  msgid "Copy to Clipboard"
7179
  msgstr ""
7180
 
7181
+ #: languages/vue.php:1578
7182
  msgid "Copy to Pretty Links"
7183
  msgstr ""
7184
 
7185
+ #: languages/vue.php:1581
7186
  msgid "Make your campaign links prettier!"
7187
  msgstr ""
7188
 
7189
+ #: languages/vue.php:1584
7190
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."
7191
  msgstr ""
7192
 
7193
+ #: languages/vue.php:1587
7194
  msgid "Download Pretty Links"
7195
  msgstr ""
7196
 
7197
+ #: languages/vue.php:1590
7198
  msgid "More Information & Examples"
7199
  msgstr ""
7200
 
7201
+ #: languages/vue.php:1593
7202
  msgid "The following table gives a detailed explanation and example of each of the campaign parameters."
7203
  msgstr ""
7204
 
7205
+ #: languages/vue.php:1596
7206
  msgid "Campaign Source"
7207
  msgstr ""
7208
 
7209
+ #: languages/vue.php:1599
7210
  msgid "Required. Use utm_source to identify a search engine, newsletter name, or other source."
7211
  msgstr ""
7212
 
7213
+ #: languages/vue.php:1602
7214
  msgid "Campaign Medium"
7215
  msgstr ""
7216
 
7217
+ #: languages/vue.php:1605
7218
  msgid "Use utm_medium to identify a medium such as email or cost-per-click."
7219
  msgstr ""
7220
 
7221
+ #: languages/vue.php:1608
7222
  msgid "Campaign Name"
7223
  msgstr ""
7224
 
7225
+ #: languages/vue.php:1611
7226
  msgid "Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."
7227
  msgstr ""
7228
 
7229
+ #: languages/vue.php:1614
7230
  msgid "Campaign Term"
7231
  msgstr ""
7232
 
7233
+ #: languages/vue.php:1617
7234
  msgid "Used for paid search. Use utm_term to note the keywords for this ad."
7235
  msgstr ""
7236
 
7237
+ #: languages/vue.php:1620
7238
  msgid "Campaign Content"
7239
  msgstr ""
7240
 
7241
+ #: languages/vue.php:1623
7242
  msgid "Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."
7243
  msgstr ""
7244
 
7245
  #. Translators: Example.
7246
+ #: languages/vue.php:1627
7247
  msgid "Example: %s"
7248
  msgstr ""
7249
 
7250
  #. Translators: Examples.
7251
+ #: languages/vue.php:1631
7252
  msgid "Examples: %s"
7253
  msgstr ""
7254
 
7255
+ #: languages/vue.php:1634
7256
  msgid "About Campaigns"
7257
  msgstr ""
7258
 
7259
+ #: languages/vue.php:1637
7260
  msgid "About Custom Campaigns"
7261
  msgstr ""
7262
 
7263
+ #: languages/vue.php:1640
7264
  msgid "Best Practices for Creating Custom Campaigns"
7265
  msgstr ""
7266
 
7267
+ #: languages/vue.php:1643
7268
  msgid "About the Referral Traffic Report"
7269
  msgstr ""
7270
 
7271
+ #: languages/vue.php:1646
7272
  msgid "About Traffic Source Dimensions"
7273
  msgstr ""
7274
 
7275
+ #: languages/vue.php:1649
7276
  msgid "AdWords Auto-Tagging"
7277
  msgstr ""
7278
 
7279
+ #: languages/vue.php:1652
7280
  msgid "Additional Information"
7281
  msgstr ""
7282
 
7283
+ #: languages/vue.php:1655
7284
  msgid "Forms Report"
7285
  msgstr ""
7286
 
7287
+ #: languages/vue.php:1658
7288
  msgid "See Reports for Any Contact Form Plugin or Sign-up Form"
7289
  msgstr ""
7290
 
7291
+ #: languages/vue.php:1661
7292
  msgid "See Your Top Converting Forms and Optimize"
7293
  msgstr ""
7294
 
7295
+ #: languages/vue.php:1664
7296
  msgid "See Your Forms Impressions Count to Find the Best Placement"
7297
  msgstr ""
7298
 
7299
+ #: languages/vue.php:1667
7300
  msgid "Cross Domain Tracking"
7301
  msgstr ""
7302
 
7303
  #. Translators: Add links to documentation.
7304
+ #: languages/vue.php:1671
7305
  msgid "Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."
7306
  msgstr ""
7307
 
7308
+ #: languages/vue.php:1674
7309
  msgid "Demographics"
7310
  msgstr ""
7311
 
7312
+ #: languages/vue.php:1677
7313
  msgid "Enable Demographics and Interests Reports for Remarketing and Advertising"
7314
  msgstr ""
7315
 
7316
+ #: languages/vue.php:1680
7317
  msgid "Anonymize IP Addresses"
7318
  msgstr ""
7319
 
7320
+ #: languages/vue.php:1683
7321
  msgid "Link Attribution"
7322
  msgstr ""
7323
 
7324
+ #: languages/vue.php:1686
7325
  msgid "Enable Enhanced Link Attribution"
7326
  msgstr ""
7327
 
7328
+ #: languages/vue.php:1689
7329
  msgid "Enable Anchor Tracking"
7330
  msgstr ""
7331
 
7332
+ #: languages/vue.php:1692
7333
  msgid "Enable allowAnchor"
7334
  msgstr ""
7335
 
7336
+ #: languages/vue.php:1695
7337
  msgid "Enable allowLinker"
7338
  msgstr ""
7339
 
7340
+ #: languages/vue.php:1698
7341
  msgid "Enable Tag Links in RSS"
7342
  msgstr ""
7343
 
7344
+ #: languages/vue.php:1701
7345
  msgid "File Downloads"
7346
  msgstr ""
7347
 
7348
+ #: languages/vue.php:1704
7349
  msgid "Extensions of Files to Track as Downloads"
7350
  msgstr ""
7351
 
7352
+ #: languages/vue.php:1707
7353
  msgid "ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions."
7354
  msgstr ""
7355
 
7356
  #. Translators: Add links to documentation.
7357
+ #: languages/vue.php:1711
7358
  msgid "Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."
7359
  msgstr ""
7360
 
7361
  #. Translators: Add links to documentation.
7362
+ #: languages/vue.php:1715
7363
  msgid "This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."
7364
  msgstr ""
7365
 
7366
  #. Translators: Add links to documentation.
7367
+ #: languages/vue.php:1719
7368
  msgid "Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."
7369
  msgstr ""
7370
 
7371
+ #: languages/vue.php:1722
7372
  msgid "Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."
7373
  msgstr ""
7374
 
7375
  #. Translators: Add links to documentation.
7376
+ #: languages/vue.php:1726
7377
  msgid "This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well."
7378
  msgstr ""
7379
 
7380
  #. Translators: Add links to documentation.
7381
+ #: languages/vue.php:1730
7382
  msgid "Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."
7383
  msgstr ""
7384
 
7385
  #. Translators: Add links to documentation.
7386
+ #: languages/vue.php:1734
7387
  msgid "Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."
7388
  msgstr ""
7389
 
7390
+ #: languages/vue.php:1737
7391
  msgid "Add domain"
7392
  msgstr ""
7393
 
7394
  #. Translators: Domain name example.
7395
+ #: languages/vue.php:1741
7396
  msgid "Domain (example: %s)"
7397
  msgstr ""
7398
 
7399
  #. Translators: Current domain name that should not be used.
7400
+ #: languages/vue.php:1745
7401
  msgid "Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s )."
7402
  msgstr ""
7403
 
7404
+ #: languages/vue.php:1748
7405
  msgid "Search Console Report"
7406
  msgstr ""
7407
 
7408
+ #: languages/vue.php:1751
7409
  msgid "See exactly how people find tour website, which keywords they searched for, how many times the results were viewed, and more."
7410
  msgstr ""
7411
 
7412
+ #: languages/vue.php:1754
7413
  msgid "See Your Top Google Search Terms and Optimize Content"
7414
  msgstr ""
7415
 
7416
+ #: languages/vue.php:1757
7417
  msgid "See The Number of Clicks and Track Interests"
7418
  msgstr ""
7419
 
7420
+ #: languages/vue.php:1760
7421
  msgid "See The Click-Through-Ratio and Improve SEO"
7422
  msgstr ""
7423
 
7424
+ #: languages/vue.php:1763
7425
  msgid "See The Average Results Position and Focus on what works."
7426
  msgstr ""
7427
 
7428
+ #: languages/vue.php:1766
7429
  msgid "Installing Addon"
7430
  msgstr ""
7431
 
7432
+ #: languages/vue.php:1769
7433
  msgid "Activating Addon"
7434
  msgstr ""
7435
 
7436
+ #: languages/vue.php:1772
7437
  msgid "Addon Activated"
7438
  msgstr ""
7439
 
7440
+ #: languages/vue.php:1775
7441
  msgid "Loading report data"
7442
  msgstr ""
7443
 
7444
+ #: languages/vue.php:1778
7445
  msgid "Please activate manually"
7446
  msgstr ""
7447
 
7448
  #. Translators: Adds the error status and status text.
7449
+ #: languages/vue.php:1782
7450
  msgid "Error: %1$s, %2$s"
7451
  msgstr ""
7452
 
7453
+ #: languages/vue.php:1785
7454
  msgid "Error Activating Addon"
7455
  msgstr ""
7456
 
7457
+ #: languages/vue.php:1791
7458
  msgid "Redirecting"
7459
  msgstr ""
7460
 
7461
+ #: languages/vue.php:1794
7462
  msgid "Please wait"
7463
  msgstr ""
7464
 
7465
+ #: languages/vue.php:1797
7466
  msgid "activate"
7467
  msgstr ""
7468
 
7469
+ #: languages/vue.php:1800
7470
  msgid "install"
7471
  msgstr ""
7472
 
7473
+ #: languages/vue.php:1803
7474
  msgid "Visit addons page"
7475
  msgstr ""
7476
 
7477
+ #: languages/vue.php:1806
7478
  msgid "Report Unavailable"
7479
  msgstr ""
7480
 
7481
  #. Translators: Install/Activate the addon.
7482
+ #: languages/vue.php:1810
7483
  msgid "%s Addon"
7484
  msgstr ""
7485
 
7486
+ #: languages/vue.php:1813
7487
  msgid "Go Back To Reports"
7488
  msgstr ""
7489
 
7490
+ #: languages/vue.php:1816
7491
  msgid "Enable Enhanced eCommerce"
7492
  msgstr ""
7493
 
7494
+ #: languages/vue.php:1819
7495
  msgid "Real-Time Report"
7496
  msgstr ""
7497
 
7498
+ #: languages/vue.php:1822
7499
  msgid "Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitor's activity when you need it."
7500
  msgstr ""
7501
 
7502
  #. Translators: add link to blog.
7503
+ #: languages/vue.php:1826
7504
  msgid "To comply with Google's API policies we've had to remove the real time report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
7505
  msgstr ""
7506
 
7507
+ #: languages/vue.php:1829
7508
  msgid "See Your Active Visitors and Track Their Behaviour to Optimize"
7509
  msgstr ""
7510
 
7511
+ #: languages/vue.php:1832
7512
  msgid "See Your Top Pages Immediately After Making Changes"
7513
  msgstr ""
7514
 
7515
+ #: languages/vue.php:1835
7516
  msgid "See Your Top Referral Sources and Adapt Faster"
7517
  msgstr ""
7518
 
7519
+ #: languages/vue.php:1838
7520
  msgid "See Your Traffic Demographics"
7521
  msgstr ""
7522
 
7523
+ #: languages/vue.php:1841
7524
  msgid "Get Fresh Reports Data Every 60 Seconds"
7525
  msgstr ""
7526
 
7527
+ #: languages/vue.php:1844
7528
  msgid "See Where Your Visitors are Connecting From (country & city)"
7529
  msgstr ""
7530
 
7531
+ #: languages/vue.php:1847
7532
  msgid "Help Us Improve"
7533
  msgstr ""
7534
 
7535
+ #: languages/vue.php:1850
7536
  msgid "Help us better understand our users and their website needs."
7537
  msgstr ""
7538
 
7539
  #. Translators: Adds a link to the documentation.
7540
+ #: languages/vue.php:1854
7541
  msgid "If enabled ExactMetrics will send some information about your WordPress site like what plugins and themes you use and which ExactMetrics settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"
7542
  msgstr ""
7543
 
7544
+ #: languages/vue.php:1857
7545
+ #: languages/vue.php:2701
7546
  msgid "Connect ExactMetrics"
7547
  msgstr ""
7548
 
7549
+ #: languages/vue.php:1860
7550
  msgid "Website profile"
7551
  msgstr ""
7552
 
7553
+ #: languages/vue.php:1863
7554
  msgid "Active profile"
7555
  msgstr ""
7556
 
7557
+ #: languages/vue.php:1866
7558
  msgid "Your website profile has been set at the network level of your WordPress Multisite."
7559
  msgstr ""
7560
 
7561
+ #: languages/vue.php:1869
7562
  msgid "If you would like to use a different profile for this subsite, you can authenticate below."
7563
  msgstr ""
7564
 
7565
+ #: languages/vue.php:1872
7566
  msgid "Skip and Keep Connection"
7567
  msgstr ""
7568
 
7569
+ #: languages/vue.php:1875
7570
  msgid "Authenticating"
7571
  msgstr ""
7572
 
7573
+ #: languages/vue.php:1878
7574
  msgid "No options available"
7575
  msgstr ""
7576
 
7577
+ #: languages/vue.php:1881
7578
  msgid "This feature requires ExactMetrics Pro"
7579
  msgstr ""
7580
 
7581
+ #: languages/vue.php:1884
7582
  msgid "By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more."
7583
  msgstr ""
7584
 
7585
+ #: languages/vue.php:1887
7586
  msgid "Upgrade to Pro and Unlock Popular Products"
7587
  msgstr ""
7588
 
7589
+ #: languages/vue.php:1890
7590
  msgid "View all Pro features"
7591
  msgstr ""
7592
 
7593
+ #: languages/vue.php:1893
7594
  msgid "Reset to default"
7595
  msgstr ""
7596
 
7597
+ #: languages/vue.php:1896
7598
  msgid "The value entered does not match the required format"
7599
  msgstr ""
7600
 
7601
  #. Translators: Placeholders are used for making text bold and adding a link.
7602
+ #: languages/vue.php:1900
7603
  msgid "You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."
7604
  msgstr ""
7605
 
7606
  #. Translators: Error status and error text.
7607
+ #: languages/vue.php:1904
7608
  msgid "Can't load errors. Error: %1$s, %2$s"
7609
  msgstr ""
7610
 
7611
+ #: languages/vue.php:1907
7612
  msgid "Only Show Posts from These Categories"
7613
  msgstr ""
7614
 
7615
+ #: languages/vue.php:1910
7616
  msgid "Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."
7617
  msgstr ""
7618
 
7619
+ #: languages/vue.php:1913
7620
  msgid "Popular Posts data can be fetched correctly"
7621
  msgstr ""
7622
 
7623
+ #: languages/vue.php:1916
7624
  msgid "Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics."
7625
  msgstr ""
7626
 
7627
+ #: languages/vue.php:1919
7628
  msgid "Close"
7629
  msgstr ""
7630
 
7631
+ #: languages/vue.php:1922
7632
  msgid "Add Top 5 Posts from Google Analytics"
7633
  msgstr ""
7634
 
7635
+ #: languages/vue.php:1925
7636
  msgid "In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct."
7637
  msgstr ""
7638
 
7639
+ #: languages/vue.php:1928
7640
  msgid "Test Automated Posts"
7641
  msgstr ""
7642
 
7643
  #. Translators: Placeholder adds a link to the Popular Posts GA setup instructions doc.
7644
+ #: languages/vue.php:1932
7645
  msgid "Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."
7646
  msgstr ""
7647
 
7648
+ #: languages/vue.php:1935
7649
  msgid "Automated + Curated"
7650
  msgstr ""
7651
 
7652
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
7653
+ #: languages/vue.php:1939
7654
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."
7655
  msgstr ""
7656
 
7657
  #. Translators: Placeholder gets replaced with current license version.
7658
+ #: languages/vue.php:1943
7659
  msgid "Pro version is required. Your current license level is: %s"
7660
  msgstr ""
7661
 
7662
+ #: languages/vue.php:1946
7663
  msgid "Verifying Popular Posts data"
7664
  msgstr ""
7665
 
7666
+ #: languages/vue.php:1959
7667
  msgid "Select posts/search"
7668
  msgstr ""
7669
 
7670
+ #: languages/vue.php:1962
7671
  msgid "Oops! No posts found."
7672
  msgstr ""
7673
 
7674
+ #: languages/vue.php:1965
7675
  msgid "Search by post title"
7676
  msgstr ""
7677
 
7678
+ #: languages/vue.php:1968
7679
  msgid "Can't load posts."
7680
  msgstr ""
7681
 
7682
  #. Translators: Adds a link to documentation.
7683
+ #: languages/vue.php:1972
7684
  msgid "In order for the ExactMetrics Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"
7685
  msgstr ""
7686
 
7687
  #. Translators: Adds link to activate/install plugin and documentation.
7688
+ #: languages/vue.php:1976
7689
  msgid "In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
7690
  msgstr ""
7691
 
7692
+ #: languages/vue.php:1980
7693
  msgid "Activate"
7694
  msgstr ""
7695
 
7696
+ #: languages/vue.php:1984
7697
  msgid "Install"
7698
  msgstr ""
7699
 
7700
  #. Translators: Adds a link to documentation.
7701
+ #: languages/vue.php:1988
7702
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"
7703
  msgstr ""
7704
 
7705
  #. Translators: Adds link to activate/install plugin and documentation.
7706
+ #: languages/vue.php:1992
7707
  msgid "In order for the ExactMetrics Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"
7708
  msgstr ""
7709
 
7710
+ #: languages/vue.php:1995
7711
  msgid "SharedCount API Key"
7712
  msgstr ""
7713
 
7714
+ #: languages/vue.php:1998
7715
  msgid "Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."
7716
  msgstr ""
7717
 
7718
+ #: languages/vue.php:2001
7719
  msgid "Start Indexing"
7720
  msgstr ""
7721
 
7722
+ #: languages/vue.php:2004
7723
  msgid "%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."
7724
  msgstr ""
7725
 
7726
+ #: languages/vue.php:2007
7727
  msgid "Indexing completed, counts will update automatically every day."
7728
  msgstr ""
7729
 
7730
+ #: languages/vue.php:2013
7731
  msgid "Wide"
7732
  msgstr ""
7733
 
7734
+ #: languages/vue.php:2016
7735
  msgid "Narrow"
7736
  msgstr ""
7737
 
7738
+ #: languages/vue.php:2020
7739
  msgid "Title"
7740
  msgstr ""
7741
 
7742
+ #: languages/vue.php:2024
7743
  msgid "Color"
7744
  msgstr ""
7745
 
7746
+ #: languages/vue.php:2028
7747
  msgid "Size"
7748
  msgstr ""
7749
 
7750
+ #: languages/vue.php:2032
7751
  msgid "Border"
7752
  msgstr ""
7753
 
7754
+ #: languages/vue.php:2035
7755
  msgid "Author/Date"
7756
  msgstr ""
7757
 
7758
+ #: languages/vue.php:2039
7759
  msgid "Label"
7760
  msgstr ""
7761
 
7762
+ #: languages/vue.php:2043
7763
  msgid "Background"
7764
  msgstr ""
7765
 
7766
+ #: languages/vue.php:2055
7767
  msgid "Choose which content you would like displayed in the widget."
7768
  msgstr ""
7769
 
7770
+ #: languages/vue.php:2067
7771
  msgid "Comments"
7772
  msgstr ""
7773
 
7774
+ #: languages/vue.php:2073
7775
  msgid "Choose how many posts you’d like displayed in the widget."
7776
  msgstr ""
7777
 
7778
+ #: languages/vue.php:2076
7779
  msgid "View notifications"
7780
  msgstr ""
7781
 
7782
  #. Translators: Add link to retrieve license key from account.
7783
+ #: languages/vue.php:2080
7784
  msgid "Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s."
7785
  msgstr ""
7786
 
7787
+ #: languages/vue.php:2083
7788
  msgid "Miscellaneous"
7789
  msgstr ""
7790
 
7791
+ #: languages/vue.php:2086
7792
  msgid "Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."
7793
  msgstr ""
7794
 
7795
+ #: languages/vue.php:2089
7796
  msgid "Hide Announcements"
7797
  msgstr ""
7798
 
7799
+ #: languages/vue.php:2092
7800
  msgid "Unlock Form Tracking"
7801
  msgstr ""
7802
 
7803
+ #: languages/vue.php:2095
7804
  msgid "See who's viewing and submitting your forms, so you can increase your conversion rate."
7805
  msgstr ""
7806
 
7807
+ #: languages/vue.php:2098
7808
  msgid "Use Google Optimize to retarget your website visitors and perform A/B split tests with ease."
7809
  msgstr ""
7810
 
7811
+ #: languages/vue.php:2101
7812
  msgid "Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"
7813
  msgstr ""
7814
 
7815
+ #: languages/vue.php:2104
7816
  msgid "Affiliate Links"
7817
  msgstr ""
7818
 
7819
  #. Translators: Add links to documentation.
7820
+ #: languages/vue.php:2108
7821
  msgid "This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."
7822
  msgstr ""
7823
 
7824
+ #: languages/vue.php:2111
7825
  msgid "Our affiliate link tracking works by setting path for internal links to track as outbound links."
7826
  msgstr ""
7827
 
7828
+ #: languages/vue.php:2117
7829
  msgid "The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."
7830
  msgstr ""
7831
 
7832
+ #: languages/vue.php:2120
7833
  msgid "Disable the Headline Analyzer"
7834
  msgstr ""
7835
 
7836
+ #: languages/vue.php:2123
7837
  msgid "Make your ExactMetrics campaign links prettier with Pretty Links!"
7838
  msgstr ""
7839
 
7840
+ #: languages/vue.php:2126
7841
  msgid "Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."
7842
  msgstr ""
7843
 
7844
+ #: languages/vue.php:2129
7845
  msgid "Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!"
7846
  msgstr ""
7847
 
7848
+ #: languages/vue.php:2132
7849
  msgid "Over 200,000 websites use Pretty Links!"
7850
  msgstr ""
7851
 
7852
+ #: languages/vue.php:2135
7853
  msgid "Install Pretty Links"
7854
  msgstr ""
7855
 
7856
+ #: languages/vue.php:2138
7857
  msgid "Pretty Links Installed & Activated"
7858
  msgstr ""
7859
 
7860
+ #: languages/vue.php:2141
7861
  msgid "Install Pretty Links from the WordPress.org plugin repository."
7862
  msgstr ""
7863
 
7864
+ #: languages/vue.php:2144
7865
  msgid "Activate Pretty Links"
7866
  msgstr ""
7867
 
7868
+ #: languages/vue.php:2147
7869
  msgid "Activating Pretty Links..."
7870
  msgstr ""
7871
 
7872
+ #: languages/vue.php:2150
7873
  msgid "Create New Pretty Link"
7874
  msgstr ""
7875
 
7876
+ #: languages/vue.php:2153
7877
  msgid "Create a New Pretty Link"
7878
  msgstr ""
7879
 
7880
+ #: languages/vue.php:2156
7881
  msgid "Grab your campaign link and paste it into the Target URL field."
7882
  msgstr ""
7883
 
7884
  #. Translators: Error status and error text.
7885
+ #: languages/vue.php:2160
7886
  msgid "Can't load report data. Error: %1$s, %2$s"
7887
  msgstr ""
7888
 
7889
+ #: languages/vue.php:2163
7890
  msgid "Error loading report data"
7891
  msgstr ""
7892
 
7893
  #. Translators: Replaced with the number of days
7894
+ #: languages/vue.php:2167
7895
  msgid "vs. Previous Day"
7896
  msgstr ""
7897
 
7898
+ #: languages/vue.php:2170
7899
  msgid "No change"
7900
  msgstr ""
7901
 
7902
  #. Translators: Error status and error text.
7903
+ #: languages/vue.php:2174
7904
  msgid "Can't deactivate the license. Error: %1$s, %2$s"
7905
  msgstr ""
7906
 
7907
  #. Translators: Error status and error text.
7908
+ #: languages/vue.php:2178
7909
  msgid "Can't upgrade to PRO please try again. Error: %1$s, %2$s"
7910
  msgstr ""
7911
 
7912
  #. Translators: Error status and error text.
7913
+ #: languages/vue.php:2182
7914
  msgid "Can't load license details. Error: %1$s, %2$s"
7915
  msgstr ""
7916
 
7917
+ #: languages/vue.php:2185
7918
  msgid "Error loading license details"
7919
  msgstr ""
7920
 
7921
  #. Translators: Error status and error text.
7922
+ #: languages/vue.php:2189
7923
  msgid "Can't verify the license. Error: %1$s, %2$s"
7924
  msgstr ""
7925
 
7926
  #. Translators: Error status and error text.
7927
+ #: languages/vue.php:2193
7928
  msgid "Can't validate the license. Error: %1$s, %2$s"
7929
  msgstr ""
7930
 
7931
  #. Translators: Placeholder is replaced with WPForms.
7932
+ #: languages/vue.php:2197
7933
  msgid "Recommended Plugin: %s"
7934
  msgstr ""
7935
 
7936
+ #: languages/vue.php:2200
7937
  msgid "Activating..."
7938
  msgstr ""
7939
 
7940
+ #: languages/vue.php:2203
7941
  msgid "Deactivating..."
7942
  msgstr ""
7943
 
7944
+ #: languages/vue.php:2206
7945
  msgid "Deactivate"
7946
  msgstr ""
7947
 
7948
+ #. Translators: Gets replaced with the number of days.
7949
+ #: languages/vue.php:2210
7950
  msgid "Last %s days"
7951
  msgstr ""
7952
 
7953
  #. Translators: Make text green.
7954
+ #: languages/vue.php:2214
7955
  msgid "Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s"
7956
  msgstr ""
7957
 
7958
+ #: languages/vue.php:2217
7959
  msgid "Analytics"
7960
  msgstr ""
7961
 
7962
  #. Translators: Adds an arrow icon.
7963
+ #: languages/vue.php:2221
7964
  msgid "View All Reports %s"
7965
  msgstr ""
7966
 
7967
+ #: languages/vue.php:2224
7968
  msgid "Multiple Entries"
7969
  msgstr ""
7970
 
7971
+ #: languages/vue.php:2227
7972
  msgid "Total Number of Widgets to Show"
7973
  msgstr ""
7974
 
7975
+ #: languages/vue.php:2230
7976
  msgid "Choose how many widgets will be placed in a single Post."
7977
  msgstr ""
7978
 
7979
+ #: languages/vue.php:2233
7980
  msgid "Minimum Distance Between Widgets"
7981
  msgstr ""
7982
 
7983
+ #: languages/vue.php:2236
7984
  msgid "Choose the distance between widgets."
7985
  msgstr ""
7986
 
7987
+ #: languages/vue.php:2239
7988
  msgid "Minimum Word Count to Display Multiple Widgets"
7989
  msgstr ""
7990
 
7991
+ #: languages/vue.php:2242
7992
  msgid "Choose the minimum word count for a Post to have multiple entries."
7993
  msgstr ""
7994
 
7995
+ #: languages/vue.php:2245
7996
  msgid "Pro version is required"
7997
  msgstr ""
7998
 
7999
  #. Translators: Placeholder adds a link to the Custom Dimensions settings.
8000
+ #: languages/vue.php:2249
8001
  msgid "Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."
8002
  msgstr ""
8003
 
8004
  #. Translators: Page number of total pages. 1 & 2 make the first part of the text bold.
8005
+ #: languages/vue.php:2253
8006
  msgid "%1$sPage %3$s%2$s of %4$s"
8007
  msgstr ""
8008
 
8009
+ #: languages/vue.php:2256
8010
  msgid "Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."
8011
  msgstr ""
8012
 
8013
+ #: languages/vue.php:2259
8014
  msgid "Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"
8015
  msgstr ""
8016
 
8017
+ #: languages/vue.php:2262
8018
  msgid "Icon"
8019
  msgstr ""
8020
 
8021
+ #: languages/vue.php:2265
8022
  msgid "Display Method"
8023
  msgstr ""
8024
 
8025
+ #: languages/vue.php:2268
8026
  msgid "There are two ways to manual include the widget in your posts."
8027
  msgstr ""
8028
 
8029
+ #: languages/vue.php:2271
8030
  msgid "Using the Gutenberg Block"
8031
  msgstr ""
8032
 
8033
+ #: languages/vue.php:2274
8034
  msgid "Using the Shortcode"
8035
  msgstr ""
8036
 
8037
+ #: languages/vue.php:2277
8038
  msgid "Learn how to insert the widget using Gutenberg blocks."
8039
  msgstr ""
8040
 
8041
+ #: languages/vue.php:2280
8042
  msgid "Learn how to insert the widget using out Shortcode."
8043
  msgstr ""
8044
 
8045
+ #: languages/vue.php:2283
8046
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg"
8047
  msgstr ""
8048
 
8049
+ #: languages/vue.php:2286
8050
  msgid "%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page."
8051
  msgstr ""
8052
 
8053
+ #: languages/vue.php:2289
8054
  msgid "%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”."
8055
  msgstr ""
8056
 
8057
+ #: languages/vue.php:2292
8058
  msgid "%1$sStep 3%2$s - Style the widget using the Block Settings sidebar."
8059
  msgstr ""
8060
 
8061
+ #: languages/vue.php:2295
8062
  msgid "Shortcode"
8063
  msgstr ""
8064
 
8065
+ #: languages/vue.php:2298
8066
  msgid "Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin."
8067
  msgstr ""
8068
 
8069
+ #: languages/vue.php:2301
8070
  msgid "Copy Shortcode"
8071
  msgstr ""
8072
 
8073
+ #: languages/vue.php:2304
8074
  msgid "%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode"
8075
  msgstr ""
8076
 
8077
+ #: languages/vue.php:2307
8078
  msgid "Automatic Placement"
8079
  msgstr ""
8080
 
8081
+ #: languages/vue.php:2310
8082
  msgid "Display using Gutenberg Blocks"
8083
  msgstr ""
8084
 
8085
+ #: languages/vue.php:2313
8086
  msgid "Embed Options"
8087
  msgstr ""
8088
 
8089
+ #: languages/vue.php:2316
8090
  msgid "All Embed Options can be used in conjunction with one another."
8091
  msgstr ""
8092
 
8093
+ #: languages/vue.php:2319
8094
  msgid "Using Automatic Embed"
8095
  msgstr ""
8096
 
8097
+ #: languages/vue.php:2322
8098
  msgid "Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."
8099
  msgstr ""
8100
 
8101
+ #: languages/vue.php:2325
8102
  msgid "Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above."
8103
  msgstr ""
8104
 
8105
+ #: languages/vue.php:2328
8106
  msgid "Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above."
8107
  msgstr ""
8108
 
8109
+ #: languages/vue.php:2331
8110
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg"
8111
  msgstr ""
8112
 
8113
+ #: languages/vue.php:2334
8114
  msgid "%1$sStep 2%2$s - Search for “Popular Posts”."
8115
  msgstr ""
8116
 
8117
+ #: languages/vue.php:2337
8118
  msgid "%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin."
8119
  msgstr ""
8120
 
8121
+ #: languages/vue.php:2340
8122
  msgid "%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right."
8123
  msgstr ""
8124
 
8125
+ #: languages/vue.php:2343
8126
  msgid "%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design."
8127
  msgstr ""
8128
 
8129
+ #: languages/vue.php:2346
8130
  msgid "Display using a Shortcode"
8131
  msgstr ""
8132
 
8133
+ #: languages/vue.php:2349
8134
  msgid "%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode"
8135
  msgstr ""
8136
 
8137
+ #: languages/vue.php:2352
8138
  msgid "Enable Automatic Placement"
8139
  msgstr ""
8140
 
8141
+ #: languages/vue.php:2355
8142
  msgid "Display in a Sidebar"
8143
  msgstr ""
8144
 
8145
+ #: languages/vue.php:2358
8146
  msgid "Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above."
8147
  msgstr ""
8148
 
8149
+ #: languages/vue.php:2361
8150
  msgid "Watch Video - How to Add the Popular Posts widget using Widgets"
8151
  msgstr ""
8152
 
8153
  #. Translators: Minimum and maximum number that can be used.
8154
+ #: languages/vue.php:2365
8155
  msgid "Please enter a value between %1$s and %2$s"
8156
  msgstr ""
8157
 
8158
  #. Translators: The minimum set value.
8159
+ #: languages/vue.php:2369
8160
  msgid "Please enter a value higher than %s"
8161
  msgstr ""
8162
 
8163
  #. Translators: The maximum set value.
8164
+ #: languages/vue.php:2373
8165
  msgid "Please enter a value lower than %s"
8166
  msgstr ""
8167
 
8168
+ #: languages/vue.php:2376
8169
  msgid "Please enter a number"
8170
  msgstr ""
8171
 
8172
+ #: languages/vue.php:2379
8173
  msgid "Value has to be a round number"
8174
  msgstr ""
8175
 
8176
+ #: languages/vue.php:2382
8177
  msgid "Days"
8178
  msgstr ""
8179
 
8180
  #. Translators: placeholders make text small.
8181
+ #: languages/vue.php:2386
8182
  msgid "7 days"
8183
  msgstr ""
8184
 
8185
+ #: languages/vue.php:2389
8186
  msgid "30 days"
8187
  msgstr ""
8188
 
8189
+ #: languages/vue.php:2392
8190
  msgid "Custom"
8191
  msgstr ""
8192
 
8193
  #. Translators: Add line break.
8194
+ #: languages/vue.php:2396
8195
  msgid "See All Your Important Store%s Metrics in One Place"
8196
  msgstr ""
8197
 
8198
+ #: languages/vue.php:2399
8199
  msgid "Get an Answer to All Your Top Ecommerce Questions From a Single Report"
8200
  msgstr ""
8201
 
8202
+ #: languages/vue.php:2402
8203
  msgid "See your Top Conversion Sources and Focus on what's Working"
8204
  msgstr ""
8205
 
8206
  #. Translators: The name of the field that is throwing a validation error.
8207
+ #: languages/vue.php:2406
8208
  msgid "%s can't be empty."
8209
  msgstr ""
8210
 
8211
+ #: languages/vue.php:2409
8212
  msgid "Duplicate values are not allowed."
8213
  msgstr ""
8214
 
8215
+ #: languages/vue.php:2412
8216
  msgid "You can add maximum 5 items."
8217
  msgstr ""
8218
 
8219
+ #: languages/vue.php:2415
8220
  msgid "At least 0 item required."
8221
  msgstr ""
8222
 
8223
+ #: languages/vue.php:2418
8224
  msgid "Add Another Link Path"
8225
  msgstr ""
8226
 
8227
+ #: languages/vue.php:2421
8228
  msgid "Remove row"
8229
  msgstr ""
8230
 
8231
+ #: languages/vue.php:2424
8232
  msgid "Time to Purchase"
8233
  msgstr ""
8234
 
8235
+ #: languages/vue.php:2427
8236
  msgid "This list shows how many days from first visit it took users to purchase products from your site."
8237
  msgstr ""
8238
 
8239
+ #: languages/vue.php:2430
8240
  msgid "Sessions to Purchase"
8241
  msgstr ""
8242
 
8243
+ #: languages/vue.php:2433
8244
  msgid "This list shows the number of sessions it took users before they purchased a product from your website."
8245
  msgstr ""
8246
 
8247
+ #: languages/vue.php:2436
8248
  msgid "Top Landing Pages"
8249
  msgstr ""
8250
 
8251
+ #: languages/vue.php:2439
8252
  msgid "This list shows the top pages users first land on when visiting your website."
8253
  msgstr ""
8254
 
8255
+ #: languages/vue.php:2442
8256
  msgid "Top Exit Pages"
8257
  msgstr ""
8258
 
8259
+ #: languages/vue.php:2445
8260
  msgid "This list shows the top pages users exit your website from."
8261
  msgstr ""
8262
 
8263
+ #: languages/vue.php:2448
8264
  msgid "Top Outbound Links"
8265
  msgstr ""
8266
 
8267
+ #: languages/vue.php:2451
8268
  msgid "This list shows the top links clicked on your website that go to another website."
8269
  msgstr ""
8270
 
8271
+ #: languages/vue.php:2454
8272
  msgid "Top Affiliate Links"
8273
  msgstr ""
8274
 
8275
+ #: languages/vue.php:2457
8276
  msgid "This list shows the top affiliate links your visitors clicked on."
8277
  msgstr ""
8278
 
8279
+ #: languages/vue.php:2460
8280
  msgid "Top Download Links"
8281
  msgstr ""
8282
 
8283
+ #: languages/vue.php:2463
8284
  msgid "This list shows the download links your visitors clicked the most."
8285
  msgstr ""
8286
 
8287
+ #: languages/vue.php:2466
8288
  msgid "Top Products"
8289
  msgstr ""
8290
 
8291
+ #: languages/vue.php:2469
8292
  msgid "This list shows the top selling products on your website."
8293
  msgstr ""
8294
 
8295
+ #: languages/vue.php:2472
8296
  msgid "Top Conversion Sources"
8297
  msgstr ""
8298
 
8299
+ #: languages/vue.php:2475
8300
  msgid "This list shows the top referral websites in terms of product revenue."
8301
  msgstr ""
8302
 
8303
+ #: languages/vue.php:2478
8304
  msgid "Total Add/Remove"
8305
  msgstr ""
8306
 
8307
+ #: languages/vue.php:2481
8308
  msgid "Unlock with %s"
8309
  msgstr ""
8310
 
8311
+ #: languages/vue.php:2484
8312
  msgid "Upgrade"
8313
  msgstr ""
8314
 
8315
+ #: languages/vue.php:2487
8316
  msgid "Our email summaries feature sends a weekly summary of the most important site analytics information."
8317
  msgstr ""
8318
 
8319
+ #: languages/vue.php:2490
8320
  msgid "Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."
8321
  msgstr ""
8322
 
8323
+ #: languages/vue.php:2493
8324
  msgid "Performance"
8325
  msgstr ""
8326
 
8327
+ #: languages/vue.php:2496
8328
  msgid "Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization."
8329
  msgstr ""
8330
 
8331
+ #: languages/vue.php:2499
8332
  msgid "Export PDF Report"
8333
  msgstr ""
8334
 
8335
+ #: languages/vue.php:2502
8336
  msgid "You can export PDF reports only in the PRO version."
8337
  msgstr ""
8338
 
8339
+ #: languages/vue.php:2505
8340
  msgid "Usage Tracking"
8341
  msgstr ""
8342
 
8343
+ #: languages/vue.php:2508
8344
  msgid "By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."
8345
  msgstr ""
8346
 
8347
+ #: languages/vue.php:2511
8348
  msgid "Allow usage tracking"
8349
  msgstr ""
8350
 
8351
  #. Translators: Adds a link to the documentation.
8352
+ #: languages/vue.php:2515
8353
  msgid "Complete documentation on usage tracking is available %1$shere%2$s."
8354
  msgstr ""
8355
 
8356
+ #: languages/vue.php:2518
8357
  msgid "It's easy to double your traffic and sales when you know exactly how people find and use your website. ExactMetrics Pro shows you the stats that matter!"
8358
  msgstr ""
8359
 
8360
+ #: languages/vue.php:2521
8361
  msgid "To unlock more features consider upgrading to PRO."
8362
  msgstr ""
8363
 
8364
+ #: languages/vue.php:2524
8365
  msgid "Upgrade to"
8366
  msgstr ""
8367
 
8368
  #. Translators: Placeholder adds a line break.
8369
+ #: languages/vue.php:2528
8370
  msgid "You can customize your %sdate range only in the PRO version."
8371
  msgstr ""
8372
 
8373
+ #: languages/vue.php:2531
8374
  msgid "You appear to be offline. WPForms not installed."
8375
  msgstr ""
8376
 
8377
  #. Translators: Error status and error text.
8378
+ #: languages/vue.php:2535
8379
  msgid "Can't activate addon. Error: %1$s, %2$s"
8380
  msgstr ""
8381
 
8382
+ #: languages/vue.php:2538
8383
  msgid "You appear to be offline. Addon not activated."
8384
  msgstr ""
8385
 
8386
  #. Translators: Error status and error text.
8387
+ #: languages/vue.php:2542
8388
  msgid "Can't deactivate addon. Error: %1$s, %2$s"
8389
  msgstr ""
8390
 
8391
+ #: languages/vue.php:2545
8392
  msgid "You appear to be offline. Addon not deactivated."
8393
  msgstr ""
8394
 
8395
  #. Translators: Error status and error text.
8396
+ #: languages/vue.php:2549
8397
  msgid "Can't install plugin. Error: %1$s, %2$s"
8398
  msgstr ""
8399
 
8400
+ #: languages/vue.php:2552
8401
  msgid "You appear to be offline. Plugin not installed."
8402
  msgstr ""
8403
 
8404
  #. Translators: Error status and error text.
8405
+ #: languages/vue.php:2556
8406
  msgid "Can't install addon. Error: %1$s, %2$s"
8407
  msgstr ""
8408
 
8409
+ #: languages/vue.php:2559
8410
  msgid "You appear to be offline. Addon not installed."
8411
  msgstr ""
8412
 
8413
  #. Translators: Error status and error text.
8414
+ #: languages/vue.php:2563
8415
  msgid "Can't install WPForms. Error: %1$s, %2$s"
8416
  msgstr ""
8417
 
8418
  #. Translators: Makes text bold and adds smiley.
8419
+ #: languages/vue.php:2567
8420
  msgid "You’re using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
8421
  msgstr ""
8422
 
8423
  #. Translators: Makes text green.
8424
+ #: languages/vue.php:2571
8425
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout."
8426
  msgstr ""
8427
 
8428
+ #: languages/vue.php:2574
8429
  msgid "Unlock All Features and Upgrade to Pro"
8430
  msgstr ""
8431
 
8432
+ #: languages/vue.php:2577
8433
  msgid "Show"
8434
  msgstr ""
8435
 
8436
  #. Translators: The number of results.
8437
+ #: languages/vue.php:2581
8438
  msgid "%s results"
8439
  msgstr ""
8440
 
8441
+ #: languages/vue.php:2584
8442
  msgid ""
8443
  "The EU Compliance addon allows you to improve compliance with GDPR\n"
8444
  " and other privacy regulations."
8445
  msgstr ""
8446
 
8447
+ #: languages/vue.php:2588
8448
  msgid "EU Compliance"
8449
  msgstr ""
8450
 
8451
+ #: languages/vue.php:2591
8452
  msgid "Show in widget mode"
8453
  msgstr ""
8454
 
8455
+ #: languages/vue.php:2594
8456
  msgid "Show in full-width mode"
8457
  msgstr ""
8458
 
8459
+ #: languages/vue.php:2597
8460
  msgid "Show Overview Reports"
8461
  msgstr ""
8462
 
8463
+ #: languages/vue.php:2600
8464
  msgid "Show Publishers Reports"
8465
  msgstr ""
8466
 
8467
+ #: languages/vue.php:2603
8468
  msgid "Show eCommerce Reports"
8469
  msgstr ""
8470
 
8471
+ #: languages/vue.php:2606
8472
  msgid "Available in PRO version"
8473
  msgstr ""
8474
 
8475
+ #: languages/vue.php:2609
8476
  msgid "Scroll Tracking"
8477
  msgstr ""
8478
 
8479
+ #: languages/vue.php:2612
8480
  msgid "Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site."
8481
  msgstr ""
8482
 
8483
+ #: languages/vue.php:2615
8484
  msgid "See All Reports"
8485
  msgstr ""
8486
 
8487
+ #: languages/vue.php:2618
8488
  msgid "Go to the Analytics Dashboard"
8489
  msgstr ""
8490
 
8491
+ #: languages/vue.php:2621
8492
  msgid "Google AMP"
8493
  msgstr ""
8494
 
8495
+ #: languages/vue.php:2624
8496
  msgid "Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking."
8497
  msgstr ""
8498
 
8499
+ #: languages/vue.php:2627
8500
  msgid "Ads Tracking"
8501
  msgstr ""
8502
 
8503
+ #: languages/vue.php:2630
8504
  msgid "Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."
8505
  msgstr ""
8506
 
8507
+ #: languages/vue.php:2633
8508
  msgid "Facebook Instant Articles"
8509
  msgstr ""
8510
 
8511
+ #: languages/vue.php:2636
8512
  msgid "Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro."
8513
  msgstr ""
8514
 
8515
+ #: languages/vue.php:2639
8516
  msgid "Check out the newly added classic mode"
8517
  msgstr ""
8518
 
8519
  #. Translators: Line break.
8520
+ #: languages/vue.php:2643
8521
  msgid "Unique %s Sessions"
8522
  msgstr ""
8523
 
8524
  #. Translators: Line break.
8525
+ #: languages/vue.php:2647
8526
  msgid "Unique %s Pageviews"
8527
  msgstr ""
8528
 
8529
+ #: languages/vue.php:2650
8530
  msgid "Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."
8531
  msgstr ""
8532
 
8533
+ #: languages/vue.php:2653
8534
  msgid "Hide dashboard widget"
8535
  msgstr ""
8536
 
8537
+ #: languages/vue.php:2656
8538
  msgid "Are you sure you want to hide the ExactMetrics Dashboard Widget? "
8539
  msgstr ""
8540
 
8541
+ #: languages/vue.php:2659
8542
  msgid "Yes, hide it!"
8543
  msgstr ""
8544
 
8545
+ #: languages/vue.php:2662
8546
  msgid "No, cancel!"
8547
  msgstr ""
8548
 
8549
+ #: languages/vue.php:2665
8550
  msgid "ExactMetrics Widget Hidden"
8551
  msgstr ""
8552
 
8553
+ #: languages/vue.php:2668
8554
  msgid "You can re-enable the ExactMetrics widget at any time using the \"Screen Options\" menu on the top right of this page"
8555
  msgstr ""
8556
 
8557
+ #: languages/vue.php:2671
8558
  msgid "Classic mode"
8559
  msgstr ""
8560
 
8561
  #. Translators: Make text green and add smiley face.
8562
+ #: languages/vue.php:2675
8563
  msgid "You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s"
8564
  msgstr ""
8565
 
8566
  #. Translators: Make text green.
8567
+ #: languages/vue.php:2679
8568
  msgid "As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"
8569
  msgstr ""
8570
 
8571
+ #: languages/vue.php:2682
8572
  msgid "Unlock PRO Features Now"
8573
  msgstr ""
8574
 
8575
  #. Translators: Add link to retrieve license from account area.
8576
+ #: languages/vue.php:2686
8577
  msgid "Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s."
8578
  msgstr ""
8579
 
8580
+ #: languages/vue.php:2689
8581
  msgid "Verifying Credentials"
8582
  msgstr ""
8583
 
8584
+ #: languages/vue.php:2692
8585
  msgid "Your site is connected to ExactMetrics!"
8586
  msgstr ""
8587
 
8588
+ #: languages/vue.php:2695
8589
  msgid "Deauthenticating"
8590
  msgstr ""
8591
 
8592
+ #: languages/vue.php:2698
8593
  msgid "You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."
8594
  msgstr ""
8595
 
8596
+ #: languages/vue.php:2704
8597
  msgid "Verify Credentials"
8598
  msgstr ""
8599
 
8600
+ #: languages/vue.php:2710
8601
  msgid "Website Profile"
8602
  msgstr ""
8603
 
8604
+ #: languages/vue.php:2713
8605
  msgid "Active Profile"
8606
  msgstr ""
8607
 
8608
+ #: languages/vue.php:2716
8609
  msgid "Force Deauthenticate"
8610
  msgstr ""
8611
 
8612
+ #: languages/vue.php:2719
8613
  msgid "Disconnect ExactMetrics"
8614
  msgstr ""
8615
 
8616
+ #: languages/vue.php:2723
8617
  msgid "Site Speed Report"
8618
  msgstr ""
8619
 
8620
+ #: languages/vue.php:2726
8621
  msgid "Site Speed"
8622
  msgstr ""
8623
 
8624
+ #: languages/vue.php:2732
8625
  msgid "Unlock the Site Speed Report and Improve the Performance of Your Site"
8626
  msgstr ""
8627
 
8628
+ #: languages/vue.php:2735
8629
  msgid "See How Your Homepage Performs According to Google’s Own Criteria and See How You Can Improve to Increase Your Ranking"
8630
  msgstr ""
8631
 
8632
+ #: languages/vue.php:2738
8633
  msgid "See Your Homepage's Overall Performance Score"
8634
  msgstr ""
8635
 
8636
+ #: languages/vue.php:2741
8637
  msgid "Run an Audit on Your Homepage and See Your Server Response Time"
8638
  msgstr ""
8639
 
8640
+ #: languages/vue.php:2744
8641
  msgid "Learn How Long It Takes for Your Viewers to Interact With Your Site"
8642
  msgstr ""
8643
 
8644
+ #: languages/vue.php:2747
8645
  msgid "Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"
8646
  msgstr ""
8647
 
8648
+ #: languages/vue.php:2750
8649
  msgid "2020 Year in Review"
8650
  msgstr ""
8651
 
8652
+ #: languages/vue.php:2753
8653
  msgid "Still Calculating..."
8654
  msgstr ""
8655
 
8656
+ #: languages/vue.php:2756
8657
  msgid "Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."
8658
  msgstr ""
8659
 
8660
+ #: languages/vue.php:2759
8661
  msgid "Back to Overview Report"
8662
  msgstr ""
8663
 
8664
+ #: languages/vue.php:2762
8665
  msgid "Your 2020 Analytics Report"
8666
  msgstr ""
8667
 
8668
+ #: languages/vue.php:2768
8669
  msgid "Audience"
8670
  msgstr ""
8671
 
8672
+ #: languages/vue.php:2771
8673
  msgid "Congrats"
8674
  msgstr ""
8675
 
8676
+ #: languages/vue.php:2774
8677
  msgid "Your website was quite popular this year! "
8678
  msgstr ""
8679
 
8680
+ #: languages/vue.php:2777
8681
  msgid "You had "
8682
  msgstr ""
8683
 
8684
+ #: languages/vue.php:2780
8685
  msgid " visitors!"
8686
  msgstr ""
8687
 
8688
+ #: languages/vue.php:2783
8689
  msgid " visitors"
8690
  msgstr ""
8691
 
8692
+ #: languages/vue.php:2786
8693
  msgid "Total Visitors"
8694
  msgstr ""
8695
 
8696
+ #: languages/vue.php:2789
8697
  msgid "Total Sessions"
8698
  msgstr ""
8699
 
8700
+ #: languages/vue.php:2792
8701
  msgid "Visitors by Month"
8702
  msgstr ""
8703
 
8704
+ #: languages/vue.php:2795
8705
  msgid "January 1, 2020 - December 31, 2020"
8706
  msgstr ""
8707
 
8708
+ #: languages/vue.php:2798
8709
  msgid "A Tip for 2021"
8710
  msgstr ""
8711
 
8712
+ #: languages/vue.php:2801
8713
  msgid "#1"
8714
  msgstr ""
8715
 
8716
+ #: languages/vue.php:2804
8717
  msgid "You Top 5 Countries"
8718
  msgstr ""
8719
 
8720
+ #: languages/vue.php:2807
8721
  msgid "Let’s get to know your visitors a little better, shall we?"
8722
  msgstr ""
8723
 
8724
+ #: languages/vue.php:2810
8725
  msgid "Gender"
8726
  msgstr ""
8727
 
8728
+ #: languages/vue.php:2813
8729
  msgid "Female"
8730
  msgstr ""
8731
 
8732
+ #: languages/vue.php:2816
8733
  msgid "Women"
8734
  msgstr ""
8735
 
8736
+ #: languages/vue.php:2819
8737
  msgid "Male"
8738
  msgstr ""
8739
 
8740
+ #: languages/vue.php:2822
8741
  msgid "Average Age"
8742
  msgstr ""
8743
 
8744
+ #: languages/vue.php:2825
8745
  msgid "Your Top 5 Pages"
8746
  msgstr ""
8747
 
8748
+ #: languages/vue.php:2828
8749
  msgid "Time Spent on Site"
8750
  msgstr ""
8751
 
8752
+ #: languages/vue.php:2831
8753
  msgid "minutes"
8754
  msgstr ""
8755
 
8756
+ #: languages/vue.php:2834
8757
  msgid "Device Type"
8758
  msgstr ""
8759
 
8760
+ #: languages/vue.php:2837
8761
  msgid "A Tip For 2021"
8762
  msgstr ""
8763
 
8764
+ #: languages/vue.php:2840
8765
  msgid "Are you wondering, how do I get my Google to index my site? If your website isn’t showing up on Google search results then it could be that your webpages aren’t being indexed."
8766
  msgstr ""
8767
 
8768
+ #: languages/vue.php:2843
8769
  msgid "Read - 8 Ways to Get Google to Index Your Site Faster (Tried & Tested)"
8770
  msgstr ""
8771
 
8772
+ #: languages/vue.php:2846
8773
  msgid "So, where did all of these visitors come from?"
8774
  msgstr ""
8775
 
8776
+ #: languages/vue.php:2849
8777
  msgid "Clicks"
8778
  msgstr ""
8779
 
8780
+ #: languages/vue.php:2852
8781
  msgid "Your Top 5 Keywords"
8782
  msgstr ""
8783
 
8784
+ #: languages/vue.php:2855
8785
  msgid "What keywords visitors searched for to find your site"
8786
  msgstr ""
8787
 
8788
+ #: languages/vue.php:2858
8789
  msgid "Your Top 5 Referrals"
8790
  msgstr ""
8791
 
8792
+ #: languages/vue.php:2861
8793
  msgid "The websites that link back to your website"
8794
  msgstr ""
8795
 
8796
+ #: languages/vue.php:2864
8797
  msgid "Opportunity"
8798
  msgstr ""
8799
 
8800
+ #: languages/vue.php:2867
8801
  msgid "With Google Analytics, you can track and measure your site’s performance. Not only that, but you also get useful insights about your visitors."
8802
  msgstr ""
8803
 
8804
+ #: languages/vue.php:2870
8805
  msgid "Read - 5 Ways to Skyrocket Your SEO Rankings with Google Analytics"
8806
  msgstr ""
8807
 
8808
+ #: languages/vue.php:2873
8809
  msgid "Thank you for using ExactMetrics!"
8810
  msgstr ""
8811
 
8812
+ #: languages/vue.php:2876
8813
  msgid "We’re grateful for your continued support. If there’s anything we can do to help you grow your business, please don’t hesitate to contact our team."
8814
  msgstr ""
8815
 
8816
+ #: languages/vue.php:2879
8817
  msgid "Here's to an amazing 2021!"
8818
  msgstr ""
8819
 
8820
+ #: languages/vue.php:2882
8821
  msgid "Enjoying ExactMetrics"
8822
  msgstr ""
8823
 
8824
+ #: languages/vue.php:2885
8825
  msgid "Leave a five star review!"
8826
  msgstr ""
8827
 
8828
+ #: languages/vue.php:2888
8829
  msgid "Syed Balkhi"
8830
  msgstr ""
8831
 
8832
+ #: languages/vue.php:2891
8833
  msgid "Chris Christoff"
8834
  msgstr ""
8835
 
8836
+ #: languages/vue.php:2894
8837
  msgid "Write Review"
8838
  msgstr ""
8839
 
8840
+ #: languages/vue.php:2897
8841
  msgid "Did you know over 10 million websites use our plugins?"
8842
  msgstr ""
8843
 
8844
+ #: languages/vue.php:2900
8845
  msgid "Try our other popular WordPress plugins to grow your website in 2021."
8846
  msgstr ""
8847
 
8848
+ #: languages/vue.php:2903
8849
  msgid "Join our Communities!"
8850
  msgstr ""
8851
 
8852
+ #: languages/vue.php:2906
8853
  msgid "Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."
8854
  msgstr ""
8855
 
8856
+ #: languages/vue.php:2909
8857
  msgid "Facebook Group"
8858
  msgstr ""
8859
 
8860
+ #: languages/vue.php:2912
8861
  msgid "Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."
8862
  msgstr ""
8863
 
8864
+ #: languages/vue.php:2915
8865
  msgid "Join Now...It’s Free!"
8866
  msgstr ""
8867
 
8868
+ #: languages/vue.php:2918
8869
  msgid "WordPress Tutorials by WPBeginner"
8870
  msgstr ""
8871
 
8872
+ #: languages/vue.php:2921
8873
  msgid "WPBeginner is the largest free WordPress resource site for beginners and non-techy users."
8874
  msgstr ""
8875
 
8876
+ #: languages/vue.php:2924
8877
  msgid "Visit WPBeginner"
8878
  msgstr ""
8879
 
8880
+ #: languages/vue.php:2927
8881
  msgid "Follow Us!"
8882
  msgstr ""
8883
 
8884
+ #: languages/vue.php:2930
8885
  msgid "Follow ExactMetrics on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."
8886
  msgstr ""
8887
 
8888
+ #: languages/vue.php:2933
8889
  msgid "Copyright ExactMetrics, 2021"
8890
  msgstr ""
8891
 
8892
+ #: languages/vue.php:2936
8893
  msgid "Upgrade to ExactMetrics Pro to Unlock Additional Actionable Insights"
8894
  msgstr ""
8895
 
8896
+ #: languages/vue.php:2942
8897
  msgid "January"
8898
  msgstr ""
8899
 
8900
+ #: languages/vue.php:2945
8901
  msgid "February"
8902
  msgstr ""
8903
 
8904
+ #: languages/vue.php:2948
8905
  msgid "March"
8906
  msgstr ""
8907
 
8908
+ #: languages/vue.php:2951
8909
  msgid "April"
8910
  msgstr ""
8911
 
8912
+ #: languages/vue.php:2954
8913
  msgid "May"
8914
  msgstr ""
8915
 
8916
+ #: languages/vue.php:2957
8917
  msgid "June"
8918
  msgstr ""
8919
 
8920
+ #: languages/vue.php:2960
8921
  msgid "July"
8922
  msgstr ""
8923
 
8924
+ #: languages/vue.php:2963
8925
  msgid "August"
8926
  msgstr ""
8927
 
8928
+ #: languages/vue.php:2966
8929
  msgid "September"
8930
  msgstr ""
8931
 
8932
+ #: languages/vue.php:2969
8933
  msgid "October"
8934
  msgstr ""
8935
 
8936
+ #: languages/vue.php:2972
8937
  msgid "November"
8938
  msgstr ""
8939
 
8940
+ #: languages/vue.php:2975
8941
  msgid "December"
8942
  msgstr ""
8943
 
8944
  #. Translators: Number of visitors.
8945
+ #: languages/vue.php:2979
8946
  msgid "Your best month was <strong>%1$s</strong> with <strong>%2$s visitors!</strong>"
8947
  msgstr ""
8948
 
8949
+ #: languages/vue.php:2982
8950
  msgid "See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."
8951
  msgstr ""
8952
 
8953
  #. Translators: Number of visitors.
8954
+ #: languages/vue.php:2986
8955
  msgid "Your <strong>%1$s</strong> visitors came from <strong>%2$s</strong> different countries."
8956
  msgstr ""
8957
 
8958
  #. Translators: Number of visitors.
8959
+ #: languages/vue.php:2990
8960
  msgid "%s Visitors"
8961
  msgstr ""
8962
 
8963
  #. Translators: Percent and Number of visitors.
8964
+ #: languages/vue.php:2994
8965
  msgid "%1$s&#37 of your visitors were %2$s"
8966
  msgstr ""
8967
 
8968
  #. Translators: Number of visitors and their age.
8969
+ #: languages/vue.php:2998
8970
  msgid "%1$s&#37 of your visitors were between the ages of %2$s"
8971
  msgstr ""
8972
 
8973
  #. Translators: Number of visitors and number of pages.
8974
+ #: languages/vue.php:3002
8975
  msgid "Your <strong>%1$s</strong> visitors viewed a total of <strong>%2$s</strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!</span>"
8976
  msgstr ""
8977
 
8978
  #. Translators: Number of minutes spent on site.
8979
+ #: languages/vue.php:3006
8980
  msgid "Each visitor spent an average of %s minutes on your website in 2020."
8981
  msgstr ""
8982
 
8983
  #. Translators: Name of device type.
8984
+ #: languages/vue.php:3010
8985
  msgid "Most of your visitors viewed your website from their <strong>%s</strong> device."
8986
  msgstr ""
8987
 
8988
  #. Translators: Number of visitors and device percentage.
8989
+ #: languages/vue.php:3014
8990
  msgid "%1$s&#37 of your visitors were on a %2$s device."
8991
  msgstr ""
8992
 
8993
  #. Translators: add link to blog.
8994
+ #: languages/vue.php:3018
8995
  msgid "To comply with Google's API policies we've had to remove the site speed report from the lite version. You can read about this decision and why it was made in %1$sthis blog post%2$s. To access the real time report in the WordPress backend, you will need to upgrade to Pro."
8996
  msgstr ""
8997
 
8998
  #. Translators: add link to blog.
8999
+ #: languages/vue.php:3022
9000
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. But what happens if a website doesn't load quickly for users?"
9001
  msgstr ""
9002
 
9003
  #. Translators: add link to blog.
9004
+ #: languages/vue.php:3026
9005
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly."
9006
  msgstr ""
9007
 
9008
  #. Translators: add link to blog.
9009
+ #: languages/vue.php:3030
9010
  msgid "One of the factors that help deliver an outstanding user experience is having a website that loads quickly. With the Site Speed report you'll be able to check your site's performance directly from your ExactMetrics dashboard."
9011
  msgstr ""
9012
 
9013
+ #: languages/vue.php:3033
9014
  msgid "Are you looking for a way to track your landing pages and see which one gets the most conversions on your website?"
9015
  msgstr ""
9016
 
9017
+ #: languages/vue.php:3036
9018
  msgid "Read - How to Track Google Analytics Landing Page Conversions"
9019
  msgstr ""
9020
 
9021
+ #: languages/vue.php:3039
9022
  msgid "Learn how to boost your SEO rankings using ExactMetrics so more visitors reach your articles and increase engagement."
9023
  msgstr ""
9024
 
9025
+ #: languages/vue.php:3042
9026
  msgid "Tracking Mode"
9027
  msgstr ""
9028
 
9029
+ #: languages/vue.php:3045
9030
  msgid "Use Global Site Tag (gtag.js)"
9031
  msgstr ""
9032
 
9033
+ #: languages/vue.php:3048
9034
  msgid "Enable gtag tracking code to improve compatibility. Read more about what this change means in this %1$sarticle%2$s. Once you switch you won’t be able to go back."
9035
  msgstr ""
9036
 
9037
+ #: languages/vue.php:3051
9038
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default in a future release and analytics.js tracking will no longer be supported. Tracking on your site should not be affected."
9039
  msgstr ""
9040
 
9041
+ #: languages/vue.php:3054
9042
  msgid "Compatibility mode"
9043
  msgstr ""
9044
 
9045
+ #: languages/vue.php:3057
9046
  msgid "Enable _gtagTracker Compatibility"
9047
  msgstr ""
9048
 
9049
  #. Translators: Placeholder gets replaced with default GA js function.
9050
+ #: languages/vue.php:3061
9051
  msgid "This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s"
9052
  msgstr ""
9053
 
9054
+ #: languages/vue.php:3064
9055
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default tracking option in a future release and analytics.js tracking will no longer be supported."
9056
  msgstr ""
9057
 
9058
+ #: languages/vue.php:3067
9059
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %$1stracking%$2s option in a future release and analytics.js tracking will no longer be supported."
9060
  msgstr ""
9061
 
9062
  #. Translators: placeholders make the text bold.
9063
+ #: languages/vue.php:3071
9064
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking%2$s option in a future release and analytics.js tracking will no longer be supported."
9065
  msgstr ""
9066
 
9067
  #. Translators: placeholders make the text bold.
9068
+ #: languages/vue.php:3075
9069
  msgid "Upgrade to the gtag.js tracking code for the latest Google Analytics tracking features. This will be the default %1$stracking option%2$s in a future release and analytics.js tracking will no longer be supported."
9070
  msgstr ""
9071
 
9072
+ #: languages/vue.php:3078
9073
  msgid "Used on over 4,000,000 websites!"
9074
  msgstr ""
9075
 
9076
+ #: languages/vue.php:3081
9077
  msgid "Get weekly traffic reports directly in your inbox."
9078
  msgstr ""
9079
 
9080
+ #: languages/vue.php:3087
9081
  msgid "Basic Options"
9082
  msgstr ""
9083
 
9084
+ #: languages/vue.php:3090
9085
  msgid "Order Popular Posts by comments or shares with 3 simple theme choices."
9086
  msgstr ""
9087
 
9088
+ #: languages/vue.php:3093
9089
  msgid "Dynamic Popular Posts & Popular Products"
9090
  msgstr ""
9091
 
9092
+ #: languages/vue.php:3096
9093
  msgid "Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."
9094
  msgstr ""
9095
 
languages/vue.php CHANGED
@@ -7,37 +7,39 @@ $generated_i18n_strings = array(
7
  // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-dashboard-for-wp' ),
9
 
10
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:225
11
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:173
12
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:15
13
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
14
 
15
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:16
16
  __( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
17
 
18
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:42
19
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
20
 
21
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
22
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:48
23
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
24
 
25
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:54
26
  __( 'Last Week', 'google-analytics-dashboard-for-wp' ),
27
 
28
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:60
29
  __( 'Last Month', 'google-analytics-dashboard-for-wp' ),
30
 
31
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:66
32
  __( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
33
 
34
- // Reference: src/plugins/exactmetrics-widget-helper-plugin.js:72
 
35
  __( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
36
 
37
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
38
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
39
 
40
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:156
 
 
 
41
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
42
 
43
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
@@ -56,8 +58,8 @@ $generated_i18n_strings = array(
56
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
57
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
58
 
59
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:228
60
- /* Translators: Placeholder gets replaced with an arrow icon. */
61
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
62
 
63
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
@@ -85,9 +87,11 @@ $generated_i18n_strings = array(
85
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
86
 
87
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
 
88
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
89
 
90
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
 
91
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-dashboard-for-wp' ),
92
 
93
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
@@ -96,7 +100,7 @@ $generated_i18n_strings = array(
96
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
97
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
98
 
99
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportRealTime-Lite.vue:31
100
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
101
 
102
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
@@ -143,144 +147,144 @@ $generated_i18n_strings = array(
143
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:59
144
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
145
 
146
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:154
147
- /* Translators: Makes the text bold. */
148
  __( '%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).', 'google-analytics-dashboard-for-wp' ),
149
 
150
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:159
151
- /* Translators: Makes the text bold. */
152
  __( '%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.', 'google-analytics-dashboard-for-wp' ),
153
 
154
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:164
155
- /* Translators: Makes the text bold. */
156
  __( '%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.', 'google-analytics-dashboard-for-wp' ),
157
 
158
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:117
159
  /* Translators: Makes text bold. */
160
  __( '%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress.', 'google-analytics-dashboard-for-wp' ),
161
 
162
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:174
163
- /* Translators: Makes the text bold. */
164
  __( '%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.', 'google-analytics-dashboard-for-wp' ),
165
 
166
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:179
167
- /* Translators: Makes the text bold. */
168
  __( '%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.', 'google-analytics-dashboard-for-wp' ),
169
 
170
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:184
171
- /* Translators: Makes the text bold. */
172
  __( '%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.', 'google-analytics-dashboard-for-wp' ),
173
 
174
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:137
175
  /* Translators: Makes text bold. */
176
  __( '%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click.', 'google-analytics-dashboard-for-wp' ),
177
 
178
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:194
179
- /* Translators: Adds a link and an arrow icon. */
180
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
181
 
182
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:197
183
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
184
 
185
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:198
186
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
187
 
188
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:199
189
- // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:22
190
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
191
 
192
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
193
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
194
 
195
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:204
196
  __( 'This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!', 'google-analytics-dashboard-for-wp' ),
197
 
198
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:205
199
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
200
 
201
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:209
202
  __( 'Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.', 'google-analytics-dashboard-for-wp' ),
203
 
204
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:210
205
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
206
 
207
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:214
208
  __( 'Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!', 'google-analytics-dashboard-for-wp' ),
209
 
210
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:215
211
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
212
 
213
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:218
214
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
215
 
216
- // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:34
217
- // Reference: src/modules/settings/components/input/tab-publisher/exactmetrics-SettingsInputAds-Lite.vue:24
218
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:132
219
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
220
 
221
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:92
 
222
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
223
 
224
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:93
225
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
226
 
227
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:60
228
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
229
 
230
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:95
231
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
232
 
233
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:96
234
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
235
 
236
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:99
237
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
238
 
239
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:100
240
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
241
 
242
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:101
243
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
244
 
245
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:102
246
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
247
 
248
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:103
249
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
250
 
251
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:85
252
  __( 'Getting Started with ExactMetrics', 'google-analytics-dashboard-for-wp' ),
253
 
254
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:86
255
  __( 'ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
256
 
257
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:87
258
  __( 'To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.', 'google-analytics-dashboard-for-wp' ),
259
 
260
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:88
261
  __( 'In no time at all, and after just a few clicks, you\'ll have setup the most powerful Google Analytics tracking available for WordPress. It\'s easy to double your traffic and sales when you know exactly how people find and use your website. Let\'s get started!.', 'google-analytics-dashboard-for-wp' ),
262
 
263
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:89
264
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
265
 
266
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:142
 
267
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
268
 
269
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:144
270
  /* Translators: Adds a line break. */
271
  __( 'Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin', 'google-analytics-dashboard-for-wp' ),
272
 
273
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:146
274
- /* Translators: Makes the product name bold. */
275
  __( '%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
276
 
277
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:148
278
  __( 'ExactMetrics Features & Addons', 'google-analytics-dashboard-for-wp' ),
279
 
280
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:149
281
  __( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
282
 
283
- // Reference: src/modules/about/components/exactmetrics-AboutTabAboutUs.vue:36
284
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
285
 
286
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
@@ -289,19 +293,19 @@ $generated_i18n_strings = array(
289
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
290
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
291
 
292
- // Reference: src/modules/settings/routes/site.js:100
293
  __( 'Import Export', 'google-analytics-dashboard-for-wp' ),
294
 
295
  // Reference: src/modules/settings/routes/site.js:108
296
  __( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
297
 
298
- // Reference: src/modules/settings/routes/site.js:154
299
  __( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
300
 
301
- // Reference: src/modules/settings/routes/site.js:162
302
  __( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
303
 
304
- // Reference: src/modules/settings/routes/site.js:171
305
  __( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
306
 
307
  // Reference: src/modules/settings/routes/site.js:180
@@ -313,34 +317,35 @@ $generated_i18n_strings = array(
313
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:62
314
  __( 'Engagement', 'google-analytics-dashboard-for-wp' ),
315
 
316
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:63
317
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
318
 
319
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:64
320
  __( 'Publisher', 'google-analytics-dashboard-for-wp' ),
321
 
322
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:65
323
  __( 'Conversions', 'google-analytics-dashboard-for-wp' ),
324
 
325
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:66
326
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
327
 
328
- // Reference: src/modules/settings/routes/site.js:92
329
  __( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
330
 
 
331
  // Reference: src/modules/widget/store/index.js:76
332
  __( 'Overview', 'google-analytics-dashboard-for-wp' ),
333
 
334
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:33
335
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
336
 
337
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
338
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
339
 
340
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:65
341
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
342
 
343
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:73
344
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
345
 
346
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
@@ -362,7 +367,7 @@ $generated_i18n_strings = array(
362
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:26
363
  __( 'Connect ExactMetrics and Setup Website Analytics', 'google-analytics-dashboard-for-wp' ),
364
 
365
- // Reference: src/modules/frontend/components/FrontendNoAuth.vue:27
366
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
367
 
368
  // Reference: src/modules/reports/components/ReportNoAuth.vue:25
@@ -371,7 +376,7 @@ $generated_i18n_strings = array(
371
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
372
  __( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
373
 
374
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:123
375
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
376
 
377
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
@@ -416,13 +421,13 @@ $generated_i18n_strings = array(
416
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
417
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
418
 
419
- // Reference: src/modules/reports/components/ReportReAuth.vue:21
420
  __( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
421
 
422
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:127
423
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
424
 
425
- // Reference: src/modules/tools/components/exactmetrics-ToolsTabImportExport.vue:110
426
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
427
 
428
  // Reference: src/components/TheQuickLinks.vue:31
@@ -494,7 +499,7 @@ $generated_i18n_strings = array(
494
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:141
495
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-dashboard-for-wp' ),
496
 
497
- // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:175
498
  __( 'Not Available', 'google-analytics-dashboard-for-wp' ),
499
 
500
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:176
@@ -524,13 +529,13 @@ $generated_i18n_strings = array(
524
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:64
525
  __( 'Pro', 'google-analytics-dashboard-for-wp' ),
526
 
527
- // Reference: src/modules/about/components/exactmetrics-AboutTabGettingStarted.vue:105
528
  __( 'Get ExactMetrics Pro Today and Unlock all the Powerful Features', 'google-analytics-dashboard-for-wp' ),
529
 
530
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
531
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
532
 
533
- // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:67
534
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
535
 
536
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
@@ -663,7 +668,6 @@ $generated_i18n_strings = array(
663
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
664
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
665
 
666
- // Reference: src/modules/addons/components/AddonButton.vue:39
667
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
668
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
669
 
@@ -718,6 +722,7 @@ $generated_i18n_strings = array(
718
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:33
719
  __( 'Let\'s get you set up.', 'google-analytics-dashboard-for-wp' ),
720
 
 
721
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
722
  __( 'Save and Continue', 'google-analytics-dashboard-for-wp' ),
723
 
@@ -734,6 +739,7 @@ $generated_i18n_strings = array(
734
  /* Translators: Make text bold. */
735
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
736
 
 
737
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:62
738
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
739
 
@@ -743,10 +749,10 @@ $generated_i18n_strings = array(
743
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
744
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
745
 
746
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:117
747
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
748
 
749
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
750
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
751
 
752
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
@@ -771,6 +777,7 @@ $generated_i18n_strings = array(
771
  /* Translators: Add a link to upgrade and make the text green. */
772
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!', 'google-analytics-dashboard-for-wp' ),
773
 
 
774
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:56
775
  __( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
776
 
@@ -881,7 +888,6 @@ $generated_i18n_strings = array(
881
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
882
  __( 'These user roles will be able to access ExactMetrics\'s reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
883
 
884
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:92
885
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
886
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-dashboard-for-wp' ),
887
 
@@ -891,7 +897,6 @@ $generated_i18n_strings = array(
891
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
892
  __( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
893
 
894
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:141
895
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
896
  __( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
897
 
@@ -961,7 +966,7 @@ $generated_i18n_strings = array(
961
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
962
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
963
 
964
- // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:101
965
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
966
 
967
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
@@ -1002,7 +1007,7 @@ $generated_i18n_strings = array(
1002
  /* Translators: Placeholders make the text bold. */
1003
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1004
 
1005
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:109
1006
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
1007
 
1008
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
@@ -1109,7 +1114,7 @@ $generated_i18n_strings = array(
1109
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:102
1110
  __( 'Reports', 'google-analytics-dashboard-for-wp' ),
1111
 
1112
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
1113
  __( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
1114
 
1115
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:104
@@ -1149,7 +1154,7 @@ $generated_i18n_strings = array(
1149
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:87
1150
  __( 'Permissions', 'google-analytics-dashboard-for-wp' ),
1151
 
1152
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:88
1153
  __( 'Email Summaries', 'google-analytics-dashboard-for-wp' ),
1154
 
1155
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:89
@@ -1179,58 +1184,58 @@ $generated_i18n_strings = array(
1179
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:99
1180
  __( 'Custom code', 'google-analytics-dashboard-for-wp' ),
1181
 
1182
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:109
1183
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
1184
 
1185
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:111
1186
  /* Translators: Adds link to the account area to retreive license key. */
1187
  __( 'Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
1188
 
1189
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:112
1190
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
1191
 
1192
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:113
1193
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
1194
 
1195
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:114
1196
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
1197
 
1198
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:120
1199
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
1200
 
1201
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
1202
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
1203
 
1204
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
1205
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
1206
 
1207
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:124
1208
  __( 'Connect ExactMetrics to Start Tracking Your Data', 'google-analytics-dashboard-for-wp' ),
1209
 
1210
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:128
1211
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
1212
 
1213
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:130
1214
  /* Translators: Adds link to upgrade. */
1215
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
1216
 
1217
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:131
1218
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
1219
 
1220
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:133
1221
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
1222
 
1223
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:134
1224
  __( 'Complete Upgrade', 'google-analytics-dashboard-for-wp' ),
1225
 
1226
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:135
1227
  __( 'Upgrade to Pro Version!', 'google-analytics-dashboard-for-wp' ),
1228
 
1229
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:137
1230
  /* Translators: Make text bold. */
1231
  __( '%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.', 'google-analytics-dashboard-for-wp' ),
1232
 
1233
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:171
1234
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
1235
 
1236
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:42
@@ -1239,19 +1244,16 @@ $generated_i18n_strings = array(
1239
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:43
1240
  __( 'Your Website', 'google-analytics-dashboard-for-wp' ),
1241
 
1242
- // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:44
1243
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:63
1244
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1245
 
1246
- // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:45
1247
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:66
1248
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1249
 
1250
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:46
1251
  __( 'Avg. Duration', 'google-analytics-dashboard-for-wp' ),
1252
 
1253
- // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:47
1254
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:74
1255
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1256
 
1257
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:56
@@ -1260,7 +1262,7 @@ $generated_i18n_strings = array(
1260
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:58
1261
  __( 'Want to see page-specific stats?', 'google-analytics-dashboard-for-wp' ),
1262
 
1263
- // Reference: src/modules/notifications/components/Notification.vue:34
1264
  __( 'Dismiss', 'google-analytics-dashboard-for-wp' ),
1265
 
1266
  // Reference: src/modules/settings/api/index.js:19
@@ -1268,14 +1270,15 @@ $generated_i18n_strings = array(
1268
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1269
 
1270
  // Reference: src/modules/auth/api/index.js:123
1271
- // Reference: src/modules/wizard-onboarding/api/index.js:22
1272
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1273
 
1274
  // Reference: src/modules/auth/api/index.js:146
 
1275
  /* Translators: Error status and error text. */
1276
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1277
 
1278
- // Reference: src/modules/popular-posts/api/index.js:47
1279
  __( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
1280
 
1281
  // Reference: src/modules/auth/api/index.js:119
@@ -1335,6 +1338,7 @@ $generated_i18n_strings = array(
1335
  __( 'Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more.', 'google-analytics-dashboard-for-wp' ),
1336
 
1337
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:35
 
1338
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1339
 
1340
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:38
@@ -1376,15 +1380,18 @@ $generated_i18n_strings = array(
1376
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:195
1377
  __( 'Mobile', 'google-analytics-dashboard-for-wp' ),
1378
 
 
1379
  // Reference: src/modules/widget/store/index.js:14
1380
  __( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
1381
 
1382
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:73
1383
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1384
 
 
1385
  // Reference: src/modules/widget/store/index.js:27
1386
  __( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
1387
 
 
1388
  // Reference: src/modules/widget/store/index.js:34
1389
  __( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
1390
 
@@ -1400,27 +1407,30 @@ $generated_i18n_strings = array(
1400
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:262
1401
  __( 'View All Referral Sources', 'google-analytics-dashboard-for-wp' ),
1402
 
 
1403
  // Reference: src/modules/widget/store/index.js:20
1404
  __( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
1405
 
1406
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:264
1407
  __( 'View Full Posts/Pages Report', 'google-analytics-dashboard-for-wp' ),
1408
 
1409
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:69
1410
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
1411
 
1412
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:70
1413
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-dashboard-for-wp' ),
1414
 
1415
- // Reference: src/modules/widget/components/reports/exactmetrics-WidgetReportOverview-Lite.vue:71
1416
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
1417
 
1418
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:269
1419
  __( 'Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-dashboard-for-wp' ),
1420
 
 
1421
  // Reference: src/modules/widget/store/index.js:28
1422
  __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
1423
 
 
1424
  // Reference: src/modules/widget/store/index.js:35
1425
  __( 'This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.', 'google-analytics-dashboard-for-wp' ),
1426
 
@@ -1430,6 +1440,7 @@ $generated_i18n_strings = array(
1430
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:273
1431
  __( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-dashboard-for-wp' ),
1432
 
 
1433
  // Reference: src/modules/widget/store/index.js:21
1434
  __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
1435
 
@@ -1572,7 +1583,7 @@ $generated_i18n_strings = array(
1572
  // Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:190
1573
  __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-dashboard-for-wp' ),
1574
 
1575
- // Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:191
1576
  __( 'Download Pretty Links', 'google-analytics-dashboard-for-wp' ),
1577
 
1578
  // Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:192
@@ -1659,7 +1670,7 @@ $generated_i18n_strings = array(
1659
  /* Translators: Add links to documentation. */
1660
  __( 'Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s.', 'google-analytics-dashboard-for-wp' ),
1661
 
1662
- // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:65
1663
  __( 'Demographics', 'google-analytics-dashboard-for-wp' ),
1664
 
1665
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:66
@@ -1851,16 +1862,16 @@ $generated_i18n_strings = array(
1851
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:49
1852
  __( 'Active profile', 'google-analytics-dashboard-for-wp' ),
1853
 
1854
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:60
1855
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
1856
 
1857
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:61
1858
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
1859
 
1860
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
1861
  __( 'Skip and Keep Connection', 'google-analytics-dashboard-for-wp' ),
1862
 
1863
- // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:96
1864
  __( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
1865
 
1866
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
@@ -1878,7 +1889,7 @@ $generated_i18n_strings = array(
1878
  // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:22
1879
  __( 'View all Pro features', 'google-analytics-dashboard-for-wp' ),
1880
 
1881
- // Reference: src/modules/settings/components/input/SettingsInputText.vue:46
1882
  __( 'Reset to default', 'google-analytics-dashboard-for-wp' ),
1883
 
1884
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
@@ -1964,10 +1975,12 @@ $generated_i18n_strings = array(
1964
  /* Translators: Adds link to activate/install plugin and documentation. */
1965
  __( 'In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
1966
 
1967
- // Reference: src/modules/addons/components/AddonButton.vue:47
 
1968
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
1969
 
1970
- // Reference: src/modules/addons/components/AddonButton.vue:51
 
1971
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
1972
 
1973
  // Reference: src/modules/addons/store/actions.js:51
@@ -1993,7 +2006,6 @@ $generated_i18n_strings = array(
1993
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
1994
  __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-dashboard-for-wp' ),
1995
 
1996
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:99
1997
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
1998
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
1999
 
@@ -2003,25 +2015,31 @@ $generated_i18n_strings = array(
2003
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2004
  __( 'Narrow', 'google-analytics-dashboard-for-wp' ),
2005
 
2006
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:104
 
2007
  __( 'Title', 'google-analytics-dashboard-for-wp' ),
2008
 
2009
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:102
 
2010
  __( 'Color', 'google-analytics-dashboard-for-wp' ),
2011
 
2012
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:103
 
2013
  __( 'Size', 'google-analytics-dashboard-for-wp' ),
2014
 
2015
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:107
 
2016
  __( 'Border', 'google-analytics-dashboard-for-wp' ),
2017
 
2018
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
2019
  __( 'Author/Date', 'google-analytics-dashboard-for-wp' ),
2020
 
2021
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:105
 
2022
  __( 'Label', 'google-analytics-dashboard-for-wp' ),
2023
 
2024
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:106
 
2025
  __( 'Background', 'google-analytics-dashboard-for-wp' ),
2026
 
2027
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
@@ -2187,8 +2205,8 @@ $generated_i18n_strings = array(
2187
  // Reference: src/modules/addons/components/AddonButton.vue:43
2188
  __( 'Deactivate', 'google-analytics-dashboard-for-wp' ),
2189
 
2190
- // Reference: src/modules/widget/components/exactmetrics-WidgetSettings-Lite.vue:22
2191
- /* Translators: Number of days. */
2192
  __( 'Last %s days', 'google-analytics-dashboard-for-wp' ),
2193
 
2194
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
@@ -2234,13 +2252,13 @@ $generated_i18n_strings = array(
2234
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2235
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-dashboard-for-wp' ),
2236
 
2237
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:100
2238
  __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
2239
 
2240
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:101
2241
  __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
2242
 
2243
- // Reference: src/modules/popular-posts/components/input/PopularPostsThemeCustomizeControls.vue:108
2244
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
2245
 
2246
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
@@ -2462,7 +2480,7 @@ $generated_i18n_strings = array(
2462
  // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
2463
  __( 'Unlock with %s', 'google-analytics-dashboard-for-wp' ),
2464
 
2465
- // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:24
2466
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
2467
 
2468
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:17
@@ -2555,7 +2573,6 @@ $generated_i18n_strings = array(
2555
  // Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:32
2556
  __( 'Unlock All Features and Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
2557
 
2558
- // Reference: src/modules/reports/components/exactmetrics-ReportsPagination.vue:25
2559
  // Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
2560
  __( 'Show', 'google-analytics-dashboard-for-wp' ),
2561
 
@@ -2701,6 +2718,7 @@ $generated_i18n_strings = array(
2701
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:70
2702
  __( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
2703
 
 
2704
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:81
2705
  __( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
2706
 
@@ -2728,7 +2746,7 @@ $generated_i18n_strings = array(
2728
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:53
2729
  __( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-dashboard-for-wp' ),
2730
 
2731
- // Reference: src/modules/reports/routes/exactmetrics-routes.js:94
2732
  __( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
2733
 
2734
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:256
7
  // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:97
8
  __( '2', 'google-analytics-dashboard-for-wp' ),
9
 
10
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:124
 
 
11
  __( 'Error', 'google-analytics-dashboard-for-wp' ),
12
 
13
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:151
14
  __( 'Please try again.', 'google-analytics-dashboard-for-wp' ),
15
 
16
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:223
17
  __( 'Today', 'google-analytics-dashboard-for-wp' ),
18
 
19
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:67
20
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:229
21
  __( 'Yesterday', 'google-analytics-dashboard-for-wp' ),
22
 
23
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:235
24
  __( 'Last Week', 'google-analytics-dashboard-for-wp' ),
25
 
26
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:241
27
  __( 'Last Month', 'google-analytics-dashboard-for-wp' ),
28
 
29
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:247
30
  __( 'Last 7 days', 'google-analytics-dashboard-for-wp' ),
31
 
32
+ // Reference: src/modules/reports/components/reports-overview/exactmetrics-ReportOverviewDatePicker-Lite.vue:48
33
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:253
34
  __( 'Last 30 days', 'google-analytics-dashboard-for-wp' ),
35
 
36
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:116
37
  __( 'Loading Settings', 'google-analytics-dashboard-for-wp' ),
38
 
39
+ // Reference: src/modules/popular-posts/components/PopularPostsSettings.vue:53
40
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:154
41
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:130
42
+ // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:117
43
  __( 'Please wait...', 'google-analytics-dashboard-for-wp' ),
44
 
45
  // Reference: src/plugins/exactmetrics-settings-helper-plugin.js:20
58
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:129
59
  __( 'Loading new report data', 'google-analytics-dashboard-for-wp' ),
60
 
61
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:143
62
+ /* Translators: Adds an arrow icon. */
63
  __( 'Continue %s', 'google-analytics-dashboard-for-wp' ),
64
 
65
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:181
87
  __( 'Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what\'s working right inside your WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
88
 
89
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:31
90
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:197
91
  __( 'Unlock the Forms Report and Improve Conversions', 'google-analytics-dashboard-for-wp' ),
92
 
93
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:32
94
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:198
95
  __( 'Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.', 'google-analytics-dashboard-for-wp' ),
96
 
97
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:201
100
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:202
101
  __( 'See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.', 'google-analytics-dashboard-for-wp' ),
102
 
103
+ // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:205
104
  __( 'Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time', 'google-analytics-dashboard-for-wp' ),
105
 
106
  // Reference: src/plugins/exactmetrics-reports-helper-plugin.js:206
147
  // Reference: src/plugins/exactmetrics-compatibility-plugin.js:59
148
  __( 'Learn more about updating WordPress', 'google-analytics-dashboard-for-wp' ),
149
 
150
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:102
151
+ /* Translators: Makes text bold. */
152
  __( '%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).', 'google-analytics-dashboard-for-wp' ),
153
 
154
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:107
155
+ /* Translators: Makes text bold. */
156
  __( '%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.', 'google-analytics-dashboard-for-wp' ),
157
 
158
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:112
159
+ /* Translators: Makes text bold. */
160
  __( '%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.', 'google-analytics-dashboard-for-wp' ),
161
 
162
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:117
163
  /* Translators: Makes text bold. */
164
  __( '%1$sEnhanced Ecommerce Tracking%2$s - 1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Download & MemberPress.', 'google-analytics-dashboard-for-wp' ),
165
 
166
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:122
167
+ /* Translators: Makes text bold. */
168
  __( '%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.', 'google-analytics-dashboard-for-wp' ),
169
 
170
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:127
171
+ /* Translators: Makes text bold. */
172
  __( '%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.', 'google-analytics-dashboard-for-wp' ),
173
 
174
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:132
175
+ /* Translators: Makes text bold. */
176
  __( '%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.', 'google-analytics-dashboard-for-wp' ),
177
 
178
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:137
179
  /* Translators: Makes text bold. */
180
  __( '%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post types, users, and other events with 1-click.', 'google-analytics-dashboard-for-wp' ),
181
 
182
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:142
183
+ /* Translators: Adds link to the features page. */
184
  __( '%1$sSee All Features%2$s', 'google-analytics-dashboard-for-wp' ),
185
 
186
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:41
187
  __( 'Pro Plan', 'google-analytics-dashboard-for-wp' ),
188
 
189
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:42
190
  __( 'per year', 'google-analytics-dashboard-for-wp' ),
191
 
192
+ // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:46
 
193
  __( 'Upgrade Now', 'google-analytics-dashboard-for-wp' ),
194
 
195
  // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:148
196
  __( 'Upgrade to ExactMetrics Pro Now', 'google-analytics-dashboard-for-wp' ),
197
 
198
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:63
199
  __( 'This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!', 'google-analytics-dashboard-for-wp' ),
200
 
201
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:64
202
  __( 'Daniel Monaghan - Experienced', 'google-analytics-dashboard-for-wp' ),
203
 
204
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:68
205
  __( 'Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.', 'google-analytics-dashboard-for-wp' ),
206
 
207
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:69
208
  __( 'Naomi Spirit - From This Day', 'google-analytics-dashboard-for-wp' ),
209
 
210
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:73
211
  __( 'Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!', 'google-analytics-dashboard-for-wp' ),
212
 
213
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:74
214
  __( 'Julie Dupuis - Faraway Land Travel', 'google-analytics-dashboard-for-wp' ),
215
 
216
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:167
217
  __( 'Guides and Documentation:', 'google-analytics-dashboard-for-wp' ),
218
 
219
+ // Reference: src/modules/reports/components/exactmetrics-ReportsPdfExport-Lite.vue:48
220
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:54
 
221
  __( 'Upgrade to PRO', 'google-analytics-dashboard-for-wp' ),
222
 
223
+ // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:98
224
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:47
225
  __( 'eCommerce Tracking', 'google-analytics-dashboard-for-wp' ),
226
 
227
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:49
228
  __( 'Custom Dimensions', 'google-analytics-dashboard-for-wp' ),
229
 
230
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:60
231
  __( 'Form Tracking', 'google-analytics-dashboard-for-wp' ),
232
 
233
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:50
234
  __( 'AMP Support', 'google-analytics-dashboard-for-wp' ),
235
 
236
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:51
237
  __( 'Author Tracking', 'google-analytics-dashboard-for-wp' ),
238
 
239
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:54
240
  __( 'EU Compliance Addon', 'google-analytics-dashboard-for-wp' ),
241
 
242
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:55
243
  __( 'Real Time Report', 'google-analytics-dashboard-for-wp' ),
244
 
245
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:47
246
  __( 'Google Optimize', 'google-analytics-dashboard-for-wp' ),
247
 
248
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:45
249
  __( 'Search Console', 'google-analytics-dashboard-for-wp' ),
250
 
251
+ // Reference: src/modules/wizard-onboarding/components/exactmetrics-OnboardingBottomUpsell-Lite.vue:58
252
  __( 'Custom Date Ranges', 'google-analytics-dashboard-for-wp' ),
253
 
254
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:84
255
  __( 'Getting Started with ExactMetrics', 'google-analytics-dashboard-for-wp' ),
256
 
257
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:85
258
  __( 'ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
259
 
260
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:86
261
  __( 'To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.', 'google-analytics-dashboard-for-wp' ),
262
 
263
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:87
264
  __( 'In no time at all, and after just a few clicks, you\'ll have setup the most powerful Google Analytics tracking available for WordPress. It\'s easy to double your traffic and sales when you know exactly how people find and use your website. Let\'s get started!.', 'google-analytics-dashboard-for-wp' ),
265
 
266
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:88
267
  __( 'Launch the wizard!', 'google-analytics-dashboard-for-wp' ),
268
 
269
+ // Reference: src/components/ContentIntroFullWidth.vue:46
270
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:90
271
  __( 'Welcome to', 'google-analytics-dashboard-for-wp' ),
272
 
273
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:92
274
  /* Translators: Adds a line break. */
275
  __( 'Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin', 'google-analytics-dashboard-for-wp' ),
276
 
277
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:94
278
+ /* Translators: Makes text bold. */
279
  __( '%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.', 'google-analytics-dashboard-for-wp' ),
280
 
281
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:96
282
  __( 'ExactMetrics Features & Addons', 'google-analytics-dashboard-for-wp' ),
283
 
284
+ // Reference: src/modules/wizard-onboarding/exactmetrics-welcome-Lite.vue:97
285
  __( 'Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.', 'google-analytics-dashboard-for-wp' ),
286
 
287
+ // Reference: src/modules/about/components/AboutNavigation-Lite.vue:15
288
  __( 'About Us', 'google-analytics-dashboard-for-wp' ),
289
 
290
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:16
293
  // Reference: src/modules/about/components/AboutNavigation-Lite.vue:17
294
  __( 'Lite vs Pro', 'google-analytics-dashboard-for-wp' ),
295
 
296
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:14
297
  __( 'Import Export', 'google-analytics-dashboard-for-wp' ),
298
 
299
  // Reference: src/modules/settings/routes/site.js:108
300
  __( 'PrettyLinks Integration', 'google-analytics-dashboard-for-wp' ),
301
 
302
+ // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:22
303
  __( 'Inline Popular Posts', 'google-analytics-dashboard-for-wp' ),
304
 
305
+ // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:23
306
  __( 'Popular Posts Widget', 'google-analytics-dashboard-for-wp' ),
307
 
308
+ // Reference: src/modules/popular-posts/components/PopularPostsNavigation.vue:24
309
  __( 'Popular Products', 'google-analytics-dashboard-for-wp' ),
310
 
311
  // Reference: src/modules/settings/routes/site.js:180
317
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:62
318
  __( 'Engagement', 'google-analytics-dashboard-for-wp' ),
319
 
320
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:44
321
  __( 'eCommerce', 'google-analytics-dashboard-for-wp' ),
322
 
323
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:64
324
  __( 'Publisher', 'google-analytics-dashboard-for-wp' ),
325
 
326
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabConversions-Lite.vue:44
327
  __( 'Conversions', 'google-analytics-dashboard-for-wp' ),
328
 
329
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabsNavigation.vue:66
330
  __( 'Advanced', 'google-analytics-dashboard-for-wp' ),
331
 
332
+ // Reference: src/modules/tools/components/ToolsNavigation.vue:15
333
  __( 'URL Builder', 'google-analytics-dashboard-for-wp' ),
334
 
335
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:42
336
  // Reference: src/modules/widget/store/index.js:76
337
  __( 'Overview', 'google-analytics-dashboard-for-wp' ),
338
 
339
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:43
340
  __( 'Publishers', 'google-analytics-dashboard-for-wp' ),
341
 
342
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:57
343
  __( 'Dimensions Report', 'google-analytics-dashboard-for-wp' ),
344
 
345
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:47
346
  __( 'Forms', 'google-analytics-dashboard-for-wp' ),
347
 
348
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:48
349
  __( 'Real-Time', 'google-analytics-dashboard-for-wp' ),
350
 
351
  // Reference: src/modules/wizard-onboarding/components/TheWizardHeader.vue:24
367
  // Reference: src/modules/frontend/components/FrontendNoAuth.vue:26
368
  __( 'Connect ExactMetrics and Setup Website Analytics', 'google-analytics-dashboard-for-wp' ),
369
 
370
+ // Reference: src/modules/widget/components/WidgetFooter.vue:22
371
  __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
372
 
373
  // Reference: src/modules/reports/components/ReportNoAuth.vue:25
376
  // Reference: src/modules/reports/components/ReportNoAuth.vue:26
377
  __( 'ExactMetrics makes it "effortless" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.', 'google-analytics-dashboard-for-wp' ),
378
 
379
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:121
380
  __( 'Launch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
381
 
382
  // Reference: src/modules/reports/components/ReportNoAuth.vue:28
421
  // Reference: src/modules/reports/components/ReportReAuth.vue:20
422
  __( 'There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.', 'google-analytics-dashboard-for-wp' ),
423
 
424
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:47
425
  __( 'Reconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
426
 
427
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:108
428
  __( 'Re-Authenticating', 'google-analytics-dashboard-for-wp' ),
429
 
430
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:126
431
  __( 'Ok', 'google-analytics-dashboard-for-wp' ),
432
 
433
  // Reference: src/components/TheQuickLinks.vue:31
499
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:141
500
  __( 'View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more', 'google-analytics-dashboard-for-wp' ),
501
 
502
+ // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:102
503
  __( 'Not Available', 'google-analytics-dashboard-for-wp' ),
504
 
505
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:176
529
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:64
530
  __( 'Pro', 'google-analytics-dashboard-for-wp' ),
531
 
532
+ // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:65
533
  __( 'Get ExactMetrics Pro Today and Unlock all the Powerful Features', 'google-analytics-dashboard-for-wp' ),
534
 
535
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:66
536
  __( 'Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.', 'google-analytics-dashboard-for-wp' ),
537
 
538
+ // Reference: src/modules/addons/components/exactmetrics-AddonBlock.vue:60
539
  __( 'Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
540
 
541
  // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:70
668
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:45
669
  __( 'Continue & Install WPForms', 'google-analytics-dashboard-for-wp' ),
670
 
 
671
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWpforms.vue:46
672
  __( 'Installing...', 'google-analytics-dashboard-for-wp' ),
673
 
722
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:33
723
  __( 'Let\'s get you set up.', 'google-analytics-dashboard-for-wp' ),
724
 
725
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:55
726
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepWelcome.vue:34
727
  __( 'Save and Continue', 'google-analytics-dashboard-for-wp' ),
728
 
739
  /* Translators: Make text bold. */
740
  __( 'Publisher %1$s(Blog)%2$s', 'google-analytics-dashboard-for-wp' ),
741
 
742
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:28
743
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:62
744
  __( 'Ecommerce', 'google-analytics-dashboard-for-wp' ),
745
 
749
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:49
750
  __( 'ExactMetrics connects Google Analytics to WordPress and shows you stats that matter.', 'google-analytics-dashboard-for-wp' ),
751
 
752
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:115
753
  __( 'Connect Google Analytics + WordPress', 'google-analytics-dashboard-for-wp' ),
754
 
755
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:116
756
  __( 'You will be taken to the ExactMetrics website where you\'ll need to connect your Analytics account.', 'google-analytics-dashboard-for-wp' ),
757
 
758
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepAuthenticate.vue:52
777
  /* Translators: Add a link to upgrade and make the text green. */
778
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.%3$s As a valued ExactMetrics Lite user you %4$sreceive 50%% off%5$s, automatically applied at checkout!', 'google-analytics-dashboard-for-wp' ),
779
 
780
+ // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:89
781
  // Reference: src/modules/wizard-onboarding/components/steps/exactmetrics-OnboardingStepRecommendedAddons-Lite.vue:56
782
  __( 'Save and continue', 'google-analytics-dashboard-for-wp' ),
783
 
888
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:87
889
  __( 'These user roles will be able to access ExactMetrics\'s reports in the WordPress admin area.', 'google-analytics-dashboard-for-wp' ),
890
 
 
891
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:88
892
  __( 'Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.', 'google-analytics-dashboard-for-wp' ),
893
 
897
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:92
898
  __( 'Enhanced Link Attribution is enabled the moment you set up ExactMetrics', 'google-analytics-dashboard-for-wp' ),
899
 
 
900
  // Reference: src/modules/wizard-onboarding/components/steps/OnboardingStepRecommendedSettings.vue:93
901
  __( '+ Add Role', 'google-analytics-dashboard-for-wp' ),
902
 
966
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:100
967
  __( 'Choose Theme', 'google-analytics-dashboard-for-wp' ),
968
 
969
+ // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:282
970
  __( 'Behavior', 'google-analytics-dashboard-for-wp' ),
971
 
972
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:102
1007
  /* Translators: Placeholders make the text bold. */
1008
  __( 'Choose from which Posts the widget %1$sWILL NOT%2$s be placed.', 'google-analytics-dashboard-for-wp' ),
1009
 
1010
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:136
1011
  __( 'Customize Design', 'google-analytics-dashboard-for-wp' ),
1012
 
1013
  // Reference: src/modules/popular-posts/components/PopularPostsWidget.vue:115
1114
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:102
1115
  __( 'Reports', 'google-analytics-dashboard-for-wp' ),
1116
 
1117
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:117
1118
  __( 'Automatic Updates', 'google-analytics-dashboard-for-wp' ),
1119
 
1120
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:104
1154
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:87
1155
  __( 'Permissions', 'google-analytics-dashboard-for-wp' ),
1156
 
1157
+ // Reference: src/modules/about/components/exactmetrics-AboutTabLiteVsPro.vue:153
1158
  __( 'Email Summaries', 'google-analytics-dashboard-for-wp' ),
1159
 
1160
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:89
1184
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabAdvanced.vue:99
1185
  __( 'Custom code', 'google-analytics-dashboard-for-wp' ),
1186
 
1187
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:107
1188
  __( 'License Key', 'google-analytics-dashboard-for-wp' ),
1189
 
1190
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:109
1191
  /* Translators: Adds link to the account area to retreive license key. */
1192
  __( 'Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.', 'google-analytics-dashboard-for-wp' ),
1193
 
1194
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:110
1195
  __( 'Paste your license key here', 'google-analytics-dashboard-for-wp' ),
1196
 
1197
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:111
1198
  __( 'Google Authentication', 'google-analytics-dashboard-for-wp' ),
1199
 
1200
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:112
1201
  __( 'Verify', 'google-analytics-dashboard-for-wp' ),
1202
 
1203
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:118
1204
  __( 'Setup Wizard', 'google-analytics-dashboard-for-wp' ),
1205
 
1206
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:119
1207
  __( 'Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).', 'google-analytics-dashboard-for-wp' ),
1208
 
1209
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:120
1210
  __( 'Relaunch Setup Wizard', 'google-analytics-dashboard-for-wp' ),
1211
 
1212
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:122
1213
  __( 'Connect ExactMetrics to Start Tracking Your Data', 'google-analytics-dashboard-for-wp' ),
1214
 
1215
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:126
1216
  __( 'You\'re using ExactMetrics Lite – no license needed. Enjoy!', 'google-analytics-dashboard-for-wp' ),
1217
 
1218
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:128
1219
  /* Translators: Adds link to upgrade. */
1220
  __( 'To unlock more features consider %1$supgrading to PRO%2$s.', 'google-analytics-dashboard-for-wp' ),
1221
 
1222
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:129
1223
  __( 'Receive 50% off automatically applied at the checkout!', 'google-analytics-dashboard-for-wp' ),
1224
 
1225
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:131
1226
  __( 'See all features', 'google-analytics-dashboard-for-wp' ),
1227
 
1228
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:132
1229
  __( 'Complete Upgrade', 'google-analytics-dashboard-for-wp' ),
1230
 
1231
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:133
1232
  __( 'Upgrade to Pro Version!', 'google-analytics-dashboard-for-wp' ),
1233
 
1234
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:135
1235
  /* Translators: Make text bold. */
1236
  __( '%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.', 'google-analytics-dashboard-for-wp' ),
1237
 
1238
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabGeneral-Lite.vue:169
1239
  __( 'There was an error unlocking ExactMetrics PRO please try again or install manually.', 'google-analytics-dashboard-for-wp' ),
1240
 
1241
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:42
1244
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:43
1245
  __( 'Your Website', 'google-analytics-dashboard-for-wp' ),
1246
 
1247
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:253
 
1248
  __( 'Sessions', 'google-analytics-dashboard-for-wp' ),
1249
 
1250
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:254
 
1251
  __( 'Pageviews', 'google-analytics-dashboard-for-wp' ),
1252
 
1253
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:46
1254
  __( 'Avg. Duration', 'google-analytics-dashboard-for-wp' ),
1255
 
1256
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:256
 
1257
  __( 'Bounce Rate', 'google-analytics-dashboard-for-wp' ),
1258
 
1259
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:56
1262
  // Reference: src/modules/frontend/components/exactmetrics-FrontendStatsGeneral.vue:58
1263
  __( 'Want to see page-specific stats?', 'google-analytics-dashboard-for-wp' ),
1264
 
1265
+ // Reference: src/modules/reports/store/actions.js:204
1266
  __( 'Dismiss', 'google-analytics-dashboard-for-wp' ),
1267
 
1268
  // Reference: src/modules/settings/api/index.js:19
1270
  __( 'Can\'t load settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1271
 
1272
  // Reference: src/modules/auth/api/index.js:123
1273
+ // Reference: src/modules/settings/api/index.js:23
1274
  __( 'You appear to be offline.', 'google-analytics-dashboard-for-wp' ),
1275
 
1276
  // Reference: src/modules/auth/api/index.js:146
1277
+ // Reference: src/modules/settings/api/index.js:73
1278
  /* Translators: Error status and error text. */
1279
  __( 'Can\'t save settings. Error: %1$s, %2$s', 'google-analytics-dashboard-for-wp' ),
1280
 
1281
+ // Reference: src/modules/settings/api/index.js:77
1282
  __( 'Network error encountered. Settings not saved.', 'google-analytics-dashboard-for-wp' ),
1283
 
1284
  // Reference: src/modules/auth/api/index.js:119
1338
  __( 'Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value top products, top referral sources and more.', 'google-analytics-dashboard-for-wp' ),
1339
 
1340
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportForms-Lite.vue:35
1341
+ // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:34
1342
  __( 'Here\'s what you get:', 'google-analytics-dashboard-for-wp' ),
1343
 
1344
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEcommerce-Lite.vue:38
1380
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:195
1381
  __( 'Mobile', 'google-analytics-dashboard-for-wp' ),
1382
 
1383
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:252
1384
  // Reference: src/modules/widget/store/index.js:14
1385
  __( 'Overview Report', 'google-analytics-dashboard-for-wp' ),
1386
 
1387
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:255
1388
  __( 'Avg. Session Duration', 'google-analytics-dashboard-for-wp' ),
1389
 
1390
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:257
1391
  // Reference: src/modules/widget/store/index.js:27
1392
  __( 'New vs. Returning Visitors', 'google-analytics-dashboard-for-wp' ),
1393
 
1394
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:258
1395
  // Reference: src/modules/widget/store/index.js:34
1396
  __( 'Device Breakdown', 'google-analytics-dashboard-for-wp' ),
1397
 
1407
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:262
1408
  __( 'View All Referral Sources', 'google-analytics-dashboard-for-wp' ),
1409
 
1410
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:263
1411
  // Reference: src/modules/widget/store/index.js:20
1412
  __( 'Top Posts/Pages', 'google-analytics-dashboard-for-wp' ),
1413
 
1414
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:264
1415
  __( 'View Full Posts/Pages Report', 'google-analytics-dashboard-for-wp' ),
1416
 
1417
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:266
1418
  __( 'A session is the browsing session of a single user to your site.', 'google-analytics-dashboard-for-wp' ),
1419
 
1420
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:267
1421
  __( 'A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.', 'google-analytics-dashboard-for-wp' ),
1422
 
1423
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:268
1424
  __( 'Total duration of all sessions (in seconds) / number of sessions.', 'google-analytics-dashboard-for-wp' ),
1425
 
1426
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:269
1427
  __( 'Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.', 'google-analytics-dashboard-for-wp' ),
1428
 
1429
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:270
1430
  // Reference: src/modules/widget/store/index.js:28
1431
  __( 'This graph shows what percent of your user sessions come from new versus repeat visitors.', 'google-analytics-dashboard-for-wp' ),
1432
 
1433
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:271
1434
  // Reference: src/modules/widget/store/index.js:35
1435
  __( 'This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.', 'google-analytics-dashboard-for-wp' ),
1436
 
1440
  // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:273
1441
  __( 'This list shows the top websites that send your website traffic, known as referral traffic.', 'google-analytics-dashboard-for-wp' ),
1442
 
1443
+ // Reference: src/modules/reports/components/reports/exactmetrics-ReportOverview.vue:274
1444
  // Reference: src/modules/widget/store/index.js:21
1445
  __( 'This list shows the most viewed posts and pages on your website.', 'google-analytics-dashboard-for-wp' ),
1446
 
1583
  // Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:190
1584
  __( 'Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.', 'google-analytics-dashboard-for-wp' ),
1585
 
1586
+ // Reference: src/modules/tools/components/exactmetrics-ToolsPrettyLinksFlow.vue:89
1587
  __( 'Download Pretty Links', 'google-analytics-dashboard-for-wp' ),
1588
 
1589
  // Reference: src/modules/tools/components/exactmetrics-ToolsTabUrlBuilder.vue:192
1670
  /* Translators: Add links to documentation. */
1671
  __( 'Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s.', 'google-analytics-dashboard-for-wp' ),
1672
 
1673
+ // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:273
1674
  __( 'Demographics', 'google-analytics-dashboard-for-wp' ),
1675
 
1676
  // Reference: src/modules/settings/components/tabs/exactmetrics-SettingsTabEngagement.vue:66
1862
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:49
1863
  __( 'Active profile', 'google-analytics-dashboard-for-wp' ),
1864
 
1865
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:50
1866
  __( 'Your website profile has been set at the network level of your WordPress Multisite.', 'google-analytics-dashboard-for-wp' ),
1867
 
1868
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:51
1869
  __( 'If you would like to use a different profile for this subsite, you can authenticate below.', 'google-analytics-dashboard-for-wp' ),
1870
 
1871
  // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:52
1872
  __( 'Skip and Keep Connection', 'google-analytics-dashboard-for-wp' ),
1873
 
1874
+ // Reference: src/modules/wizard-onboarding/components/inputs/OnboardingAuthenticate-Lite.vue:79
1875
  __( 'Authenticating', 'google-analytics-dashboard-for-wp' ),
1876
 
1877
  // Reference: src/modules/settings/components/input/SettingsInputSelect.vue:62
1889
  // Reference: src/modules/popular-posts/components/PopularPostsProductsUpsell.vue:22
1890
  __( 'View all Pro features', 'google-analytics-dashboard-for-wp' ),
1891
 
1892
+ // Reference: src/modules/settings/components/input/SettingsInputNumber.vue:56
1893
  __( 'Reset to default', 'google-analytics-dashboard-for-wp' ),
1894
 
1895
  // Reference: src/modules/settings/components/input/SettingsInputText.vue:47
1975
  /* Translators: Adds link to activate/install plugin and documentation. */
1976
  __( 'In order for the ExactMetrics Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s', 'google-analytics-dashboard-for-wp' ),
1977
 
1978
+ // Reference: src/modules/addons/store/actions.js:49
1979
+ // Reference: src/modules/widget/components/WidgetFooter.vue:21
1980
  __( 'Activate', 'google-analytics-dashboard-for-wp' ),
1981
 
1982
+ // Reference: src/modules/addons/store/actions.js:49
1983
+ // Reference: src/modules/widget/components/WidgetFooter.vue:20
1984
  __( 'Install', 'google-analytics-dashboard-for-wp' ),
1985
 
1986
  // Reference: src/modules/addons/store/actions.js:51
2006
  // Reference: src/modules/popular-posts/components/input/PopularPostsSharedCount.vue:38
2007
  __( 'Indexing completed, counts will update automatically every day.', 'google-analytics-dashboard-for-wp' ),
2008
 
 
2009
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:60
2010
  __( 'Theme Preview', 'google-analytics-dashboard-for-wp' ),
2011
 
2015
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemePreview.vue:62
2016
  __( 'Narrow', 'google-analytics-dashboard-for-wp' ),
2017
 
2018
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:51
2019
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:137
2020
  __( 'Title', 'google-analytics-dashboard-for-wp' ),
2021
 
2022
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:49
2023
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:138
2024
  __( 'Color', 'google-analytics-dashboard-for-wp' ),
2025
 
2026
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:50
2027
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:139
2028
  __( 'Size', 'google-analytics-dashboard-for-wp' ),
2029
 
2030
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:54
2031
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:140
2032
  __( 'Border', 'google-analytics-dashboard-for-wp' ),
2033
 
2034
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:141
2035
  __( 'Author/Date', 'google-analytics-dashboard-for-wp' ),
2036
 
2037
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:52
2038
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:142
2039
  __( 'Label', 'google-analytics-dashboard-for-wp' ),
2040
 
2041
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:53
2042
+ // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:143
2043
  __( 'Background', 'google-analytics-dashboard-for-wp' ),
2044
 
2045
  // Reference: src/modules/popular-posts/components/input/PopularPostsWidgetThemeCustomize.vue:144
2205
  // Reference: src/modules/addons/components/AddonButton.vue:43
2206
  __( 'Deactivate', 'google-analytics-dashboard-for-wp' ),
2207
 
2208
+ // Reference: src/modules/widget/components/settings/WidgetSettingsIntervalUpsell.vue:27
2209
+ /* Translators: Gets replaced with the number of days. */
2210
  __( 'Last %s days', 'google-analytics-dashboard-for-wp' ),
2211
 
2212
  // Reference: src/modules/reports/components/reports-overview/ReportOverviewUpsellMobile-Lite.vue:21
2252
  /* Translators: Page number of total pages. 1 & 2 make the first part of the text bold. */
2253
  __( '%1$sPage %3$s%2$s of %4$s', 'google-analytics-dashboard-for-wp' ),
2254
 
2255
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:47
2256
  __( 'Sartorial taxidermy venmo you probably haven\'t heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.', 'google-analytics-dashboard-for-wp' ),
2257
 
2258
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:48
2259
  __( 'Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan', 'google-analytics-dashboard-for-wp' ),
2260
 
2261
+ // Reference: src/modules/popular-posts/components/input/PopularPostsThemePreview.vue:55
2262
  __( 'Icon', 'google-analytics-dashboard-for-wp' ),
2263
 
2264
  // Reference: src/modules/popular-posts/components/input/PopularPostsInlinePlacement.vue:75
2480
  // Reference: src/modules/popular-posts/components/PopularPostsUpgradeOverlay.vue:23
2481
  __( 'Unlock with %s', 'google-analytics-dashboard-for-wp' ),
2482
 
2483
+ // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:16
2484
  __( 'Upgrade', 'google-analytics-dashboard-for-wp' ),
2485
 
2486
  // Reference: src/modules/settings/components/input/tab-advanced/exactmetrics-SettingsInputEmailSummaries-Lite.vue:17
2573
  // Reference: src/modules/wizard-onboarding/components/inputs/exactmetrics-OnboardingLicense-Lite.vue:32
2574
  __( 'Unlock All Features and Upgrade to Pro', 'google-analytics-dashboard-for-wp' ),
2575
 
 
2576
  // Reference: src/modules/reports/components/reports-year-in-review/ReportYearInReviewListBox.vue:38
2577
  __( 'Show', 'google-analytics-dashboard-for-wp' ),
2578
 
2718
  // Reference: src/modules/settings/components/input/tab-general/exactmetrics-SettingsInputAuthenticate-Lite.vue:70
2719
  __( 'Disconnect ExactMetrics', 'google-analytics-dashboard-for-wp' ),
2720
 
2721
+ // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:30
2722
  // Reference: src/modules/reports/routes/exactmetrics-routes.js:81
2723
  __( 'Site Speed Report', 'google-analytics-dashboard-for-wp' ),
2724
 
2746
  // Reference: src/modules/reports/components/reports/exactmetrics-SiteSpeed-Lite.vue:53
2747
  __( 'Learn How to Improve the Core Metrics that Google Uses to Rank Your Site', 'google-analytics-dashboard-for-wp' ),
2748
 
2749
+ // Reference: src/modules/reports/components/exactmetrics-ReportsNavigation.vue:49
2750
  __( '2020 Year in Review', 'google-analytics-dashboard-for-wp' ),
2751
 
2752
  // Reference: src/modules/reports/components/reports/exactmetrics-YearInReview-Lite.vue:256
lite/assets/vue/js/settings.js CHANGED
@@ -1 +1 @@
1
- (function(t){function e(e){for(var o,i,r=e[0],l=e[1],c=e[2],p=0,u=[];p<r.length;p++)i=r[p],a[i]&&u.push(a[i][0]),a[i]=0;for(o in l)Object.prototype.hasOwnProperty.call(l,o)&&(t[o]=l[o]);d&&d(e);while(u.length)u.shift()();return n.push.apply(n,c||[]),s()}function s(){for(var t,e=0;e<n.length;e++){for(var s=n[e],o=!0,r=1;r<s.length;r++){var l=s[r];0!==a[l]&&(o=!1)}o&&(n.splice(e--,1),t=i(i.s=s[0]))}return t}var o={},a={settings:0},n=[];function i(e){if(o[e])return o[e].exports;var s=o[e]={i:e,l:!1,exports:{}};return t[e].call(s.exports,s,s.exports,i),s.l=!0,s.exports}i.m=t,i.c=o,i.d=function(t,e,s){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:s})},i.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var s=Object.create(null);if(i.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(s,o,function(e){return t[e]}.bind(null,o));return s},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="https://exactmetrics.test/";var r=window["exactmetricsjsonp"]=window["exactmetricsjsonp"]||[],l=r.push.bind(r);r.push=e,r=r.slice();for(var c=0;c<r.length;c++)e(r[c]);var d=l;n.push([0,"chunk-vendors","chunk-common"]),s()})({0:function(t,e,s){t.exports=s("2884")},"00f4":function(t,e,s){},"0433":function(t,e,s){},"055a":function(t,e,s){},"0a49":function(t,e,s){},"0af3":function(t,e,s){},"0fd3":function(t,e,s){"use strict";var o=s("7c4f"),a=s.n(o);a.a},1148:function(t,e,s){"use strict";var o=s("a691"),a=s("1d80");t.exports="".repeat||function(t){var e=String(a(this)),s="",n=o(t);if(n<0||n==1/0)throw RangeError("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(e+=e))1&n&&(s+=e);return s}},"1f29":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAlBJREFUOBGNkk2IUlEUx+99vufXQvCjEA11YWgk7TTLZhwVLTfSRmY1QbOoTdMqad0iiGB20cpVUAt3SVHCJDJG40IXBVGLIIOB8hM/QPy+/a/xYqK38MJ99757zu9/zj3nUrLmiEajdkEQni6Xy6hKpfqB/eNCofCMrsOHQiEPgPfwtdhsNkYpJe12m0LolkpJIJFI7DkcDm+9Xv/o9/vPw+dwsVhYnE4nc7lc1G63016vx8bj8TlRSWA6nd6cz+cXAoHAGYD3sDdarVam1+vpaDRaITgjjLHTigKArkK9ifXhbDYjBoOBSZL0F261Wqzb7VKtVvtBUQCwi4N88kjD4ZAg+ioyT53DGo3mJwLs/VcD3PkyrnAwmUwks9n8YDAYuPBvxGQASL/fp8imiwJeKZVK3/4R4DAicliLIt4pFosvsH9Vq9Wu4b5GCHC4j+hb5XL5C09JWOWFTzAY3MJyAAHJ7XbfRo9fclsmk2maTKY8IhJRFAna+QTwJ27jYyUQDofj6O1bPBLJ6/Xu5vP5N3/MhMC2gxrcReTvEGio1er7eFRR2S7EYrE40nsNWPB4PLu5XO6dbIxEIjuo+COkfAyfTZ1OF4dIHyJnZR8RkZ/zH5/PdyObzR7KhmQyud3pdFYw2rVRqVSOYePTIvvwVYDyKThUT8KpVGq70WjsI/Iv+HC4zp2VhoiiEP625ZFOp683m819iLZxtlGtVuuyTWmlePcM9x9A6DNWikd0EYJtdGPz6OjoqxJ08ox3oQzYgKtcwgwi7Q5athbMhX4DL0sglf8ys78AAAAASUVORK5CYII="},"21ab":function(t,e,s){"use strict";var o=s("afcb"),a=s.n(o);a.a},2884:function(t,e,s){"use strict";s.r(e);s("e260"),s("e6cf"),s("cca6"),s("a79d");var o=s("2b0e"),a=s("8c4f"),n=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{class:t.routeClass},[s("the-app-header",[s("the-app-navigation",[s("settings-tabs-navigation")],1),s("Notifications"),s("settings-button-save")],1),"general"!==t.route?s("the-app-notices"):t._e(),s("router-view"),t.blocked?s("div",{staticClass:"exactmetrics-blocked"}):t._e(),s("the-quick-links")],1)},i=[],r=(s("a4d3"),s("4de4"),s("4160"),s("b0c0"),s("e439"),s("dbb4"),s("b64b"),s("159b"),s("fc11")),l=s("2f62"),c=s("561c"),d=s("7220"),p=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-general"},[s("content-intro-full-width",{scopedSlots:t._u([{key:"text",fn:function(){return[s("p",{domProps:{textContent:t._s(t.upsell_title)}}),s("p",{domProps:{innerHTML:t._s(t.upsell_subtitle)}}),s("p",{staticClass:"exactmetrics-upsell-pbold",domProps:{textContent:t._s(t.upsell_receive)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-green",attrs:{href:t.$getUpgradeUrl("settings-overview","top-upsell-button")},domProps:{textContent:t._s(t.text_upgrade)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-text",attrs:{href:t.$getUrl("settings-overview","features","https://exactmetrics.com/features")}},[s("span",{domProps:{textContent:t._s(t.text_see)}}),s("span",{staticClass:"monstericon-arrow-right"})])]},proxy:!0}])}),s("the-app-notices"),s("div",{staticClass:"exactmetrics-container"},[s("settings-block",{attrs:{title:t.text_license_title,icon:"monstericon-key-em"}},[s("p",{domProps:{innerHTML:t._s(t.text_license_already)}}),s("div",{staticClass:"inline-field"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"exactmetrics-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:function(e){e.target.composing||(t.connect_key=e.target.value)}}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",on:{click:function(e){return e.preventDefault(),t.showUpgradeConfirmation(e)}}},[s("span",{staticClass:"monstericon-check-em-light"}),s("span",{domProps:{textContent:t._s(t.text_verify)}})])])]),t.hasAuth?s("settings-block",{attrs:{title:t.text_auth_title,icon:"monstericon-badge-check"}},[s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("settings-input-authenticate",{attrs:{label:t.text_auth_label,description:t.text_auth_description}})],1),s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("h3",{domProps:{textContent:t._s(t.text_setup_wizard_title)}}),s("p",{domProps:{textContent:t._s(t.text_setup_wizard_label)}}),s("p",[s("a",{attrs:{href:t.wizard_url}},[s("span",{domProps:{textContent:t._s(t.text_setup_wizard_button)}}),s("span",{staticClass:"monstericon-arrow-right"})])])])])]):s("div",{staticClass:"exactmetrics-grey-settings-area exactmetrics-area-spaced-top"},[s("i",{staticClass:"monstericon-wand-magic exactmetrics-icon-background-large"}),s("div",{staticClass:"exactmetrics-grey-settings-area-full"},[s("h2",{domProps:{textContent:t._s(t.text_connect)}}),s("p",{domProps:{textContent:t._s(t.text_setup_wizard_label)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:t.wizard_url},domProps:{textContent:t._s(t.text_launch_wizard_button)}})])])],1),t.upgrade_confirmation_visible?s("welcome-overlay",{attrs:{id:"em-upgrade-confirmation"},on:{close:function(e){t.upgrade_confirmation_visible=!1}}},[s("div",{staticClass:"exactmetrics-upgrade-confirmation"},[s("div",{staticClass:"exactmetrics-upgrade-confirmation-icons"},[s("i",{staticClass:"monstericon-arrow-circle-up-light"}),s("i",{staticClass:"monstericon-arrow-circle-up-light"}),s("i",{staticClass:"monstericon-arrow-circle-up-light"}),s("i",{staticClass:"monstericon-arrow-circle-up-light"})]),s("div",{staticClass:"exactmetrics-upgrade-confirmation-text"},[s("h2",{domProps:{textContent:t._s(t.text_upgrade_to_pro_version)}}),s("p",{domProps:{innerHTML:t._s(t.text_upgrade_to_pro_description)}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-green",on:{click:t.startUpgradeToPro}},[s("span",{domProps:{textContent:t._s(t.text_complete_upgrade)}}),s("i",{staticClass:"monstericon-long-arrow-right-light"})])])])]):t._e()],1)},u=[],g=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{class:t.blockClass},[s("div",{class:t.titleClass,on:{click:t.toggleCollapsible,keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.toggleCollapsible(e)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?null:t.toggleCollapsible(e)}]}},[t._v(" "+t._s(t.title)+" "),t.collapsible?s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]):t._e()]),t.collapsible?[s("slide-down-up",[t.collapsed?t._e():s("div",{staticClass:"exactmetrics-settings-block-content"},[t._t("default")],2)])]:[s("div",{staticClass:"exactmetrics-settings-block-content"},[t._t("default")],2)]],2)},h=[],m=s("d98d"),C={name:"SettingsBlock",components:{SlideDownUp:m["a"]},props:{title:String,icon:{default:"",type:String},collapsible:{default:!1,type:Boolean},defaultCollapse:{default:!0,type:Boolean}},data:function(){return{collapsed:this.defaultCollapse}},computed:{titleClass:function(){return"exactmetrics-settings-block-title "+this.icon},blockClass:function(){var t="exactmetrics-settings-block";return this.collapsible&&(t+=" exactmetrics-settings-block-collapsible"),t},iconClass:function(){var t="monstericon-arrow";return this.collapsed||(t+=" monstericon-down"),t}},methods:{toggleCollapsible:function(t){t.preventDefault(),this.collapsed=!this.collapsed}}},b=C,_=s("2877"),f=Object(_["a"])(b,g,h,!1,null,null,null),y=f.exports,w=s("088d"),v=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-input exactmetrics-settings-input-authenticate"},[!t.auth.network_ua||t.is_network||t.auth.ua?t._e():s("settings-network-notice",[s("strong",{domProps:{textContent:t._s(t.text_auth_network)}}),s("span",{domProps:{textContent:t._s(t.text_auth_network_2)}})]),(t.is_network?t.auth.network_ua:t.auth.ua)?t._e():s("div",[s("h3",{domProps:{textContent:t._s(t.label)}}),s("p",{domProps:{innerHTML:t._s(t.description)}}),t._t("before_connect"),s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_button_connect)},on:{click:t.doAuth}})],2),(t.is_network?t.auth.network_ua:t.auth.ua)?s("div",{staticClass:"exactmetrics-auth-info"},[s("h3",{domProps:{textContent:t._s(t.text_website_profile)}}),s("p",[s("span",{domProps:{textContent:t._s(t.text_active_profile)}}),t._v(": "),s("span",{staticClass:"exactmetrics-highlight",domProps:{textContent:t._s(t.is_network?t.auth.network_viewname:t.auth.viewname)}})]),s("div",{staticClass:"exactmetrics-auth-actions"},[s("button",{staticClass:"exactmetrics-button exactmetrics-button-text",on:{click:t.doReAuth}},[s("span",{staticClass:"monstericon-sync"}),s("span",{domProps:{textContent:t._s(t.text_button_reconnect)}})]),s("button",{staticClass:"exactmetrics-button exactmetrics-button-text exactmetrics-button-text-dark exactmetrics-spaced-top",on:{click:t.verifyAuth}},[s("span",{staticClass:"monstericon-check-em-light"}),s("span",{domProps:{textContent:t._s(t.text_button_verify)}})]),s("button",{staticClass:"exactmetrics-button exactmetrics-button-text exactmetrics-button-text-dark",on:{click:t.deleteAuth}},[s("span",{staticClass:"monstericon-times-em-lite"}),s("span",{domProps:{textContent:t._s(t.text_button_disconnect)}})])])]):t._e()],1)},x=[],O=s("b333");function j(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function k(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?j(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):j(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var P={name:"SettingsInputAuthenticate",components:{SettingsNetworkNotice:O["a"]},props:{label:String,description:String},data:function(){return{force_deauth:!1,showButtons:!1,showManualOnClick:!1,has_error:!1,is_network:this.$mi.network,text_button_connect:Object(c["a"])("Connect ExactMetrics","google-analytics-dashboard-for-wp"),text_button_verify:Object(c["a"])("Verify Credentials","google-analytics-dashboard-for-wp"),text_button_reconnect:Object(c["a"])("Reconnect ExactMetrics","google-analytics-dashboard-for-wp"),text_website_profile:Object(c["a"])("Website Profile","google-analytics-dashboard-for-wp"),text_active_profile:Object(c["a"])("Active Profile","google-analytics-dashboard-for-wp"),text_auth_network:Object(c["a"])("Your website profile has been set at the network level of your WordPress Multisite.","google-analytics-dashboard-for-wp"),text_auth_network_2:Object(c["a"])("If you would like to use a different profile for this subsite, you can authenticate below.","google-analytics-dashboard-for-wp")}},computed:k({},Object(l["b"])({auth:"$_auth/auth",addons:"$_addons/addons"}),{text_button_disconnect:function(){return this.force_deauth?Object(c["a"])("Force Deauthenticate","google-analytics-dashboard-for-wp"):Object(c["a"])("Disconnect ExactMetrics","google-analytics-dashboard-for-wp")},iconClass:function(){var t="monstericon-arrow";return this.showButtons&&(t+=" monstericon-down"),t},is_authed:function(){return this.is_network?this.auth.network_ua:this.auth.ua},show_manual_ua_normal:function(){return!(!this.addons["manual_ua"]||!this.addons["manual_ua"].active||""!==this.is_authed)||(this.is_network?this.auth.network_manual_ua:this.auth.manual_ua)}}),methods:{doAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Authenticating","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/doAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')})}))},doReAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Re-Authenticating","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')})}))},verifyAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Verifying Credentials","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/verifyAuth",this.is_network).then((function(t){e.$swal.close(),t.success?e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"success",title:t.data.message,html:'<div class="exactmetrics-swal-icons"><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i></div><p>'+Object(c["a"])("Your site is connected to ExactMetrics!","google-analytics-dashboard-for-wp")+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')}):e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')})}))},deleteAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Deauthenticating","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/deleteAuth",{network:this.is_network,force:this.force_deauth}).then((function(t){e.$swal.close(),t.success?e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"success",title:t.data.message,html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+Object(c["a"])("You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore.","google-analytics-dashboard-for-wp")+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')}):(e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')}),e.force_deauth=!0)}))},toggleButtons:function(t){t.preventDefault(),this.showButtons=!this.showButtons}}},H=P,S=Object(_["a"])(H,v,x,!1,null,null,null),$=S.exports,A=s("dd62"),L=s("cc36"),T=s("a4cc"),V=s("9d59");function M(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function E(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?M(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):M(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var D={name:"SettingsTabGeneral",components:{TheAppNotices:V["a"],WelcomeOverlay:T["a"],ContentIntroFullWidth:L["a"],SettingsInputAuthenticate:$,SettingsInputCheckbox:w["a"],SettingsBlock:y},computed:E({},Object(l["b"])({auth:"$_auth/auth",settings:"$_settings/settings"}),{hasAuth:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return""!==t}}),data:function(){return{text_license_title:Object(c["a"])("License Key","google-analytics-dashboard-for-wp"),text_license_already:Object(c["d"])(Object(c["a"])("Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("license","settings_panel","https://exactmetrics.com/my-account")+'" target="_blank">',"</a>"),text_license_placeholder:Object(c["a"])("Paste your license key here","google-analytics-dashboard-for-wp"),text_auth_title:Object(c["a"])("Google Authentication","google-analytics-dashboard-for-wp"),text_verify:Object(c["a"])("Verify","google-analytics-dashboard-for-wp"),is_loading:!1,has_error:!1,text_auth_label:Object(c["a"])("Connect Google Analytics + WordPress","google-analytics-dashboard-for-wp"),text_auth_description:Object(c["a"])("You will be taken to the ExactMetrics website where you'll need to connect your Analytics account.","google-analytics-dashboard-for-wp"),text_automatic_updates:Object(c["a"])("Automatic Updates","google-analytics-dashboard-for-wp"),text_setup_wizard_title:Object(c["a"])("Setup Wizard","google-analytics-dashboard-for-wp"),text_setup_wizard_label:Object(c["a"])("Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).","google-analytics-dashboard-for-wp"),text_setup_wizard_button:Object(c["a"])("Relaunch Setup Wizard","google-analytics-dashboard-for-wp"),text_launch_wizard_button:Object(c["a"])("Launch Setup Wizard","google-analytics-dashboard-for-wp"),text_connect:Object(c["a"])("Connect ExactMetrics to Start Tracking Your Data","google-analytics-dashboard-for-wp"),wizard_url:this.$mi.wizard_url,loaded_settings:!1,connect_key:"",upsell_title:Object(c["a"])("You're using ExactMetrics Lite – no license needed. Enjoy!","google-analytics-dashboard-for-wp"),upsell_subtitle:Object(c["d"])(Object(c["a"])("To unlock more features consider %1$supgrading to PRO%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("settings-overview","top-upsell")+'" class="exactmetrics-green-text">',"</span>"),upsell_receive:Object(c["a"])("Receive 50% off automatically applied at the checkout!","google-analytics-dashboard-for-wp"),text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_see:Object(c["a"])("See all features","google-analytics-dashboard-for-wp"),text_complete_upgrade:Object(c["a"])("Complete Upgrade","google-analytics-dashboard-for-wp"),text_upgrade_to_pro_version:Object(c["a"])("Upgrade to Pro Version!","google-analytics-dashboard-for-wp"),text_upgrade_to_pro_description:Object(c["d"])(Object(c["a"])("%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.","google-analytics-dashboard-for-wp"),"<b>","</b>"),upgrade_confirmation_visible:!1}},methods:{__:c["a"],showUpgradeConfirmation:function(){this.upgrade_confirmation_visible=!0},startUpgradeToPro:function(){this.upgrade_confirmation_visible=!1;var t=this,e="exactmetrics-swal exactmetrics-swal-loading";window.scrollY>0&&(e+=" exactmetrics-swal-full-height"),this.$swal({type:"info",title:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:e,onOpen:function(){t.$swal.showLoading(),t.$addCustomLoader()}}),A["a"].getUpgradeLink(this.connect_key).then((function(e){if(e.success&&e.data.url)return window.location=e.data.url;var s=e.data.message?e.data.message:Object(c["a"])("There was an error unlocking ExactMetrics PRO please try again or install manually.","google-analytics-dashboard-for-wp");t.$mi_error_toast({title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then((function(){e.data.reload&&window.location.reload()}))})).catch((function(){t.$swal.close()}))}}},I=D,U=Object(_["a"])(I,p,u,!1,null,null,null),Z=U.exports,B=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-engagement"},[t.isAddonActive?t._e():s("settings-block",{attrs:{title:t.text_title_demographics,icon:"monstericon-users",collapsible:!0,"default-collapse":!1}},[s("settings-input-checkbox",{attrs:{name:"demographics",label:t.text_label_demographics,tooltip:t.text_tooltip_demographics}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-checkbox",{attrs:{name:"anonymize_ips",label:t.text_label_anonymize_ip,tooltip:t.text_tooltip_anonymize}})],1),!t.isAddonActive&&t.isLicensed?s("div",{staticClass:"exactmetrics-separator"}):t._e(),s("settings-input-e-u-compliance"),s("settings-block",{attrs:{title:t.text_title_link_attribution,icon:"monstericon-links",collapsible:!0}},[s("settings-input-checkbox",{attrs:{name:"link_attribution",label:t.text_label_enhanced_link,tooltip:t.text_tooltip_link_attribution}}),s("slide-down-up",[t.settings["link_attribution"]?s("div",{staticClass:"exactmetrics-simple-checkboxes exactmetrics-inline-gray-box"},[s("settings-input-checkbox",{attrs:{name:"hash_tracking",label:t.text_label_anchor_tracking,tooltip:t.text_tooltip_anchor_tracking}}),s("settings-input-checkbox",{attrs:{name:"allow_anchor",label:t.text_label_allow_anchor,tooltip:t.text_tooltip_allow_anchor}}),s("settings-input-checkbox",{attrs:{name:"tag_links_in_rss",label:t.text_label_tag_links_in_rss,tooltip:t.text_tooltip_tag_links_in_rss}})],1):t._e()])],1),s("settings-input-scroll"),s("settings-block",{attrs:{title:t.text_cross_domain,icon:"monstericon-globe",collapsible:!0}},[s("label",[s("span",{domProps:{innerHTML:t._s(t.text_cross_domain_description)}})]),s("div",{staticClass:"exactmetrics-grey-settings-input-area"},[s("settings-input-repeater",{attrs:{text_add:t.text_add_domain,structure:t.domain_repeater_structure,name:"cross_domains"}})],1)]),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_title_file_downloads,icon:"monstericon-download",collapsible:!0}},[s("settings-input-text",{attrs:{default_value:"doc,exe,js,pdf,ppt,tgz,zip,xls",name:"extensions_of_files",label:t.text_label_extensions_of_files,description:t.text_description_extensions_of_files}})],1)],1)},F=[],z=(s("4d63"),s("ac1f"),s("25f0"),s("5319"),s("c472")),R=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input settings-input-eu-compliance"},[t.isGtag?s("settings-block",{attrs:{title:t.text_compatibility_mode,icon:"monstericon-file-certificate"}},[s("settings-input-checkbox",{attrs:{name:"gtagtracker_compatibility_mode",label:t.text_compatibility_label,tooltip:t.text_compatibility_tooltip_text}})],1):t._e(),s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_title_eu_compliance_title,icon:"monstericon-file-certificate"}},[s("settings-addon-upgrade",{attrs:{addon:"eu-compliance",button_text:t.text_upgrade}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])],1)],1)],1)},N=[],W=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-addon-upgrade"},[s("div",{staticClass:"exactmetrics-upgrade-icon"},[s("div",{class:t.icon_class})]),s("div",{staticClass:"exactmetrics-settings-addon-message"},[t._t("default")],2),t.upgrade_button?s("div",{staticClass:"settings-addons-upgrade-button"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green",attrs:{target:"_blank",href:t.upgrade_link},domProps:{textContent:t._s(t.button_upgrade_text)}})]):t._e()])},G=[],q={name:"SettingsAddonUpgrade",props:{addon:String,upgrade_button:{type:Boolean,default:!0},button_text:{type:String,default:""},utm_campaign:{type:String,default:""}},data:function(){return{text_button_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),icon_srcset:this.icon2x+" 2x",icon_class:"exactmetrics-bg-img exactmetrics-addon-"+this.addon}},computed:{button_upgrade_text:function(){return this.button_text?this.button_text:this.text_button_upgrade},upgrade_link:function(){return this.$getUpgradeUrl("settings-panel",this.utm_campaign?this.utm_campaign:this.addon)}}},Y=q,K=Object(_["a"])(Y,W,G,!1,null,null,null),J=K.exports;function Q(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function X(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Q(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Q(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var tt={name:"SettingsInputEUCompliance",components:{SettingsBlock:y,SettingsAddonUpgrade:J,SettingsInputCheckbox:w["a"]},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("The EU Compliance addon allows you to improve compliance with GDPR\n and other privacy regulations.","google-analytics-dashboard-for-wp"),text_title_eu_compliance_title:Object(c["a"])("EU Compliance","google-analytics-dashboard-for-wp"),text_compatibility_mode:Object(c["a"])("Compatibility mode","google-analytics-dashboard-for-wp"),text_compatibility_label:Object(c["a"])("Enable _gtagTracker Compatibility","google-analytics-dashboard-for-wp"),text_compatibility_tooltip:Object(c["d"])(Object(c["a"])("This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s","google-analytics-dashboard-for-wp"),"<code>gtag()</code>","<code>gtagTracker()</code>")}},computed:X({},Object(l["b"])({settings:"$_settings/settings"}),{isGtag:function(){return!!this.settings["tracking_mode"]&&"gtag"===this.settings["tracking_mode"]}})},et=tt,st=Object(_["a"])(et,R,N,!1,null,null,null),ot=st.exports,at=s("6ffa"),nt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_title_scrolling,icon:"monstericon-mouse-pointer"}},[s("settings-addon-upgrade",{attrs:{addon:"scroll",button_text:t.text_upgrade}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])],1)],1)},it=[],rt={name:"SettingsInputScroll",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_title_scrolling:Object(c["a"])("Scroll Tracking","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site.","google-analytics-dashboard-for-wp"),text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp")}}},lt=rt,ct=Object(_["a"])(lt,nt,it,!1,null,null,null),dt=ct.exports;function pt(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ut(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?pt(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):pt(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var gt={name:"SettingsTabEngagement",components:{SlideDownUp:m["a"],SettingsInputScroll:dt,SettingsInputRepeater:at["a"],SettingsInputEUCompliance:ot,SettingsInputText:z["a"],SettingsInputCheckbox:w["a"],SettingsBlock:y},data:function(){var t=window.location.origin.replace(/(^\w+:|^)\/\//,"");return t=t.replace(/\./,"\\."),{text_title_demographics:Object(c["a"])("Demographics","google-analytics-dashboard-for-wp"),text_label_demographics:Object(c["a"])("Enable Demographics and Interests Reports for Remarketing and Advertising","google-analytics-dashboard-for-wp"),text_label_anonymize_ip:Object(c["a"])("Anonymize IP Addresses","google-analytics-dashboard-for-wp"),text_title_link_attribution:Object(c["a"])("Link Attribution","google-analytics-dashboard-for-wp"),text_label_enhanced_link:Object(c["a"])("Enable Enhanced Link Attribution","google-analytics-dashboard-for-wp"),text_label_anchor_tracking:Object(c["a"])("Enable Anchor Tracking","google-analytics-dashboard-for-wp"),text_label_allow_anchor:Object(c["a"])("Enable allowAnchor","google-analytics-dashboard-for-wp"),text_label_allow_linker:Object(c["a"])("Enable allowLinker","google-analytics-dashboard-for-wp"),text_label_tag_links_in_rss:Object(c["a"])("Enable Tag Links in RSS","google-analytics-dashboard-for-wp"),text_title_file_downloads:Object(c["a"])("File Downloads","google-analytics-dashboard-for-wp"),text_label_extensions_of_files:Object(c["a"])("Extensions of Files to Track as Downloads","google-analytics-dashboard-for-wp"),text_description_extensions_of_files:Object(c["a"])("ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions.","google-analytics-dashboard-for-wp"),text_tooltip_demographics:Object(c["d"])(Object(c["a"])("Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings-panel","demographics","https://www.exactmetrics.com/docs/enable-demographics-and-interests-report-in-google-analytics/")+'" target="_blank">',"</a>",'<a href="https://support.google.com/analytics/answer/2444872?hl=en_US" target="_blank" rel="noopener noreferrer">',"</a>"),text_tooltip_anonymize:Object(c["d"])(Object(c["a"])("This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage.","google-analytics-dashboard-for-wp"),'<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization" target="_blank" rel="noopener noreferrer">',"</a>"),text_tooltip_link_attribution:Object(c["a"])("Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.","google-analytics-dashboard-for-wp"),text_tooltip_anchor_tracking:Object(c["a"])('Many WordPress "1-page" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes.',"google-analytics-dashboard-for-wp"),text_tooltip_allow_anchor:Object(c["d"])(Object(c["a"])("This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well.","google-analytics-dashboard-for-wp"),'<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#allowAnchor" target="_blank" rel="noopener noreferrer">',"</a>"),text_tooltip_allow_linker:Object(c["d"])(Object(c["a"])("Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code.","google-analytics-dashboard-for-wp"),'<a href="https://www.exactmetrics.com/docs/setup-cross-domain-tracking/" target="_blank">',"</a>"),text_tooltip_tag_links_in_rss:Object(c["d"])(Object(c["a"])("Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner.","google-analytics-dashboard-for-wp"),'<a href="https://support.google.com/feedburner/answer/165769?hl=en&ref_topic=13075" target="_blank" rel="noopener noreferrer">',"</a>"),text_add_domain:Object(c["a"])("Add domain","google-analytics-dashboard-for-wp"),domain_repeater_structure:[{name:"domain",label:Object(c["d"])(Object(c["a"])("Domain (example: %s)","google-analytics-dashboard-for-wp"),"exactmetrics.com"),pattern:new RegExp("^(?!(?:.+)\\."+t+"$|"+t+"$)(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$"),error:Object(c["d"])(Object(c["a"])("Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s ).","google-analytics-dashboard-for-wp"),t.replace("\\","")),prevent_duplicates:!0}],text_cross_domain:Object(c["a"])("Cross Domain Tracking","google-analytics-dashboard-for-wp"),text_cross_domain_description:Object(c["d"])(Object(c["a"])("Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings","cross-domain","https://www.exactmetrics.com/docs/setup-cross-domain-tracking/")+'" target="_blank" rel="noopener noreferrer">',"</a>")}},computed:ut({},Object(l["b"])({addons:"$_addons/addons",settings:"$_settings/settings"}),{isAddonActive:function(){return!!this.addons["eu-compliance"]&&this.addons["eu-compliance"].active},isLicensed:function(){return!this.addons["eu-compliance"]||"unlicensed"!==this.addons["eu-compliance"].type}})},ht=gt,mt=Object(_["a"])(ht,B,F,!1,null,null,null),Ct=mt.exports,bt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content exactmetrics-settings-ecommerce exactmetrics-upsell"},[s("content-title-top",{attrs:{title:t.text_ecom,pro:!0}}),s("content-intro-full-width",{attrs:{welcome:!1,icon:"monstericon-unlock",screen:"exactmetrics-em-ecommerce-upsell-screen"},scopedSlots:t._u([{key:"text",fn:function(){return[s("h2",{domProps:{innerHTML:t._s(t.text_title)}}),s("p",{domProps:{textContent:t._s(t.text_sub_title)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})]},proxy:!0}])}),s("content-icon-list",{attrs:{title:t.text_here,upsell_list:t.upsell_list}})],1)},_t=[],ft=s("8a0f"),yt=s("4e1d"),wt={name:"SettingsTabEcommerce",components:{ContentTitleTop:yt["a"],ContentIconList:ft["a"],ContentIntroFullWidth:L["a"]},data:function(){return{text_ecom:Object(c["a"])("Ecommerce","google-analytics-dashboard-for-wp"),text_title:Object(c["d"])(Object(c["a"])("See All Your Important Store%s Metrics in One Place","google-analytics-dashboard-for-wp"),"<br />"),text_sub_title:Object(c["a"])("Get an Answer to All Your Top Ecommerce Questions From a Single Report","google-analytics-dashboard-for-wp"),text_button_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),upgrade_button_url:this.$getUpgradeUrl("settings-panel","ecommerce-tab"),text_here:Object(c["a"])("Here's what you get:","google-analytics-dashboard-for-wp"),upsell_list:[{icon:"monstericon-bullseye-arrow",text:Object(c["a"])("See Your Conversion Rate to Improve Funnel","google-analytics-dashboard-for-wp")},{icon:"monstericon-cash-register",text:Object(c["a"])("See The Number of Transactions and Make Data-Driven Decisions","google-analytics-dashboard-for-wp")},{icon:"monstericon-chart-line",text:Object(c["a"])("See The Total Revenue to Track Growth","google-analytics-dashboard-for-wp")},{icon:"monstericon-sack-dollar",text:Object(c["a"])("See Average Order Value to Find Offer Opportunities","google-analytics-dashboard-for-wp")},{icon:"monstericon-box",text:Object(c["a"])("See Your Top Products to See Individual Performance","google-analytics-dashboard-for-wp")},{icon:"monstericon-links",text:Object(c["a"])("See your Top Conversion Sources and Focus on what's Working","google-analytics-dashboard-for-wp")},{icon:"monstericon-clock",text:Object(c["a"])("See The Time it Takes for Customers to Purchase","google-analytics-dashboard-for-wp")},{icon:"monstericon-browser",text:Object(c["a"])("See How Many Sessions are Needed for a Purchase","google-analytics-dashboard-for-wp")}]}}},vt=wt,xt=Object(_["a"])(vt,bt,_t,!1,null,null,null),Ot=xt.exports,jt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-publisher"},[s("settings-block",{attrs:{title:t.text_affiliate_title,icon:"monstericon-links",collapsible:!0,"default-collapse":!1}},[s("p",[s("span",{domProps:{innerHTML:t._s(t.text_affiliate_repeater_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_affiliate_description_tooltip}})],1),s("div",{staticClass:"exactmetrics-grey-settings-input-area"},[s("settings-input-repeater",{attrs:{structure:t.repeater_structure,name:"affiliate_links",data:t.settings["affiliate_links"]}})],1)]),s("settings-input-ads"),s("settings-input-amp"),s("settings-input-fbia"),t.isLoadHeadlineAnalyzerSettings?s("settings-block",{attrs:{title:t.text_headline_analyzer,collapsible:!0,icon:"monstericon-newspaper"}},[s("p",[s("span",{domProps:{innerHTML:t._s(t.text_headline_analyzer_description)}})]),s("settings-input-checkbox",{attrs:{name:"disable_headline_analyzer",label:t.text_disable_headline_analyzer}})],1):t._e()],1)},kt=[],Pt=s("93ec"),Ht=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_ads_title,icon:"monstericon-eye-far"}},[s("settings-addon-upgrade",{attrs:{addon:"ads",button_text:t.text_upgrade}},[s("span",{domProps:{textContent:t._s(t.text_ads_upsell)}})])],1)],1)},St=[],$t={name:"SettingsInputAds",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_ads_title:Object(c["a"])("Ads Tracking","google-analytics-dashboard-for-wp"),text_ads_upsell:Object(c["a"])("Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue.","google-analytics-dashboard-for-wp")}}},At=$t,Lt=Object(_["a"])(At,Ht,St,!1,null,null,null),Tt=Lt.exports,Vt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_amp_title,icon:"monstericon-mobile"}},[s("settings-addon-upgrade",{attrs:{addon:"amp",button_text:t.text_upgrade}},[s("span",{domProps:{textContent:t._s(t.text_amp_upsell)}})])],1)],1)},Mt=[],Et={name:"SettingsInputAmp",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_amp_title:Object(c["a"])("Google AMP","google-analytics-dashboard-for-wp"),text_amp_upsell:Object(c["a"])("Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking.","google-analytics-dashboard-for-wp")}}},Dt=Et,It=Object(_["a"])(Dt,Vt,Mt,!1,null,null,null),Ut=It.exports,Zt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_fbia_title,icon:"monstericon-newspaper"}},[s("settings-addon-upgrade",{attrs:{addon:"instant-articles",button_text:t.text_upgrade}},[s("span",{domProps:{textContent:t._s(t.text_fbia_upsell)}})])],1)],1)},Bt=[],Ft={name:"SettingsInputFbia",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_fbia_title:Object(c["a"])("Facebook Instant Articles","google-analytics-dashboard-for-wp"),text_fbia_upsell:Object(c["a"])("Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro.","google-analytics-dashboard-for-wp")}}},zt=Ft,Rt=Object(_["a"])(zt,Zt,Bt,!1,null,null,null),Nt=Rt.exports;function Wt(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Gt(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Wt(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Wt(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var qt={name:"SettingsTabPublisher",components:{SettingsInputCheckbox:w["a"],SettingsInfoTooltip:Pt["a"],SettingsInputRepeater:at["a"],SettingsBlock:y,SettingsInputAds:Tt,SettingsInputAmp:Ut,SettingsInputFbia:Nt},data:function(){return{repeater_structure:[{name:"path",label:Object(c["d"])(Object(c["a"])("Path (example: %s)","google-analytics-dashboard-for-wp"),"/go/"),pattern:/^\/\S+$/,error:Object(c["a"])("Path has to start with a / and have no spaces","google-analytics-dashboard-for-wp")},{name:"label",label:Object(c["d"])(Object(c["a"])("Label (example: %s)","google-analytics-dashboard-for-wp"),"aff"),pattern:/^\S+$/,error:Object(c["a"])("Label can't contain any spaces","google-analytics-dashboard-for-wp")}],text_affiliate_title:Object(c["a"])("Affiliate Links","google-analytics-dashboard-for-wp"),text_affiliate_description_tooltip:Object(c["d"])(Object(c["a"])('This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string "outbound-link-", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s.',"google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings-panel","publisher-tab","https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/")+'" target="_blank">',"</a>"),text_affiliate_repeater_description:Object(c["a"])("Our affiliate link tracking works by setting path for internal links to track as outbound links.","google-analytics-dashboard-for-wp"),default_affiliate_value:!1,text_headline_analyzer:Object(c["a"])("Headline Analyzer","google-analytics-dashboard-for-wp"),text_headline_analyzer_description:Object(c["a"])("The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.","google-analytics-dashboard-for-wp"),text_disable_headline_analyzer:Object(c["a"])("Disable the Headline Analyzer","google-analytics-dashboard-for-wp")}},computed:Gt({},Object(l["b"])({settings:"$_settings/settings"}),{isLoadHeadlineAnalyzerSettings:function(){return"false"!==this.$mi.load_headline_analyzer_settings}})},Yt=qt,Kt=Object(_["a"])(Yt,jt,kt,!1,null,null,null),Jt=Kt.exports,Qt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content exactmetrics-settings-conversions exactmetrics-upsell"},[s("content-title-top",{attrs:{title:t.text_conversions,pro:!0}}),s("content-intro-full-width",{staticClass:"exactmetrics-full-width-no-space",attrs:{welcome:!1,screen:"exactmetrics-em-forms-upsell-screen"}},[s("template",{slot:"text"},[s("h2",{domProps:{innerHTML:t._s(t.text_forms_title)}}),s("p",{domProps:{textContent:t._s(t.text_forms_description)}})]),s("template",{slot:"buttons"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.form_upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})])],2),s("content-intro-full-width",{staticClass:"exactmetrics-full-width-no-space exactmetrics-reverse",attrs:{welcome:!1,screen:"exactmetrics-em-optimize-upsell-screen"}},[s("template",{slot:"text"},[s("h2",{domProps:{innerHTML:t._s(t.text_optimize_title)}}),s("p",{domProps:{textContent:t._s(t.text_optimize_description)}})]),s("template",{slot:"buttons"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.optimize_upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})])],2),s("content-intro-full-width",{attrs:{welcome:!1,screen:"exactmetrics-em-optimize-upsell-screen"}},[s("template",{slot:"text"},[s("h2",{domProps:{innerHTML:t._s(t.text_dimesions_title)}}),s("p",{domProps:{textContent:t._s(t.text_dimesions_description)}})]),s("template",{slot:"buttons"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.dimensions_upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})])],2)],1)},Xt=[],te={name:"SettingsTabConversions",components:{ContentIntroFullWidth:L["a"],ContentTitleTop:yt["a"]},data:function(){return{text_conversions:Object(c["a"])("Conversions","google-analytics-dashboard-for-wp"),text_forms_title:Object(c["a"])("Unlock Form Tracking","google-analytics-dashboard-for-wp"),text_forms_description:Object(c["a"])("See who's viewing and submitting your forms, so you can increase your conversion rate.","google-analytics-dashboard-for-wp"),text_optimize_title:Object(c["a"])("Google Optimize","google-analytics-dashboard-for-wp"),text_optimize_description:Object(c["a"])("Use Google Optimize to retarget your website visitors and perform A/B split tests with ease.","google-analytics-dashboard-for-wp"),text_dimesions_title:Object(c["a"])("Custom Dimensions","google-analytics-dashboard-for-wp"),text_dimesions_description:Object(c["a"])("Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more","google-analytics-dashboard-for-wp"),form_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-forms"),optimize_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-optimize"),dimensions_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-dimensions"),text_button_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp")}}},ee=te,se=Object(_["a"])(ee,Qt,Xt,!1,null,null,null),oe=se.exports,ae=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-advanced"},[s("settings-block",{attrs:{title:t.text_permissions_title,collapsible:!0,icon:"monstericon-key-em","default-collapse":!1}},[s("settings-input-select",{attrs:{options:t.user_roles,forced:t.user_roles_manage_options,multiple:!0,name:"view_reports",label:t.text_permissions_view_label,description:t.text_permissions_view_description,tooltip:t.text_permissions_view_tooltip,disabled:t.disabled,addtext:t.text_add_role}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-select",{attrs:{options:t.user_roles,forced:t.user_roles_manage_options,multiple:!0,name:"save_settings",label:t.text_permissions_save_label,description:t.text_permissions_save_description,tooltip:t.text_permissions_save_tooltip,addtext:t.text_add_role}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-select",{attrs:{options:t.user_roles,multiple:!0,name:"ignore_users",label:t.text_permissions_ignore_label,description:t.text_permissions_ignore_description,tooltip:t.text_permissions_ignore_tooltip,disabled:t.disabled,addtext:t.text_add_role}})],1),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_email_summaries_title,icon:"monstericon-envelope-solid",collapsible:!0}},[s("settings-input-email-summaries")],1),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_export_pdf_reports_title,icon:"monstericon-clipboard",collapsible:!0}},[s("settings-input-pdf-reports")],1),s("settings-input-performance"),t.settings["tracking_mode"]&&"analytics"===t.settings["tracking_mode"]?s("settings-block",{attrs:{title:t.text_custom_code_title,icon:"monstericon-code",collapsible:!0}},[s("label",{attrs:{for:"input-custom_code"},domProps:{innerHTML:t._s(t.text_custom_code_description)}}),t.can_edit_code?s("settings-input-textarea",{attrs:{name:"custom_code",validate:t.validateCode}}):s("p",{domProps:{textContent:t._s(t.text_cant_edit)}})],1):t._e(),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_reports_title,icon:"monstericon-clipboard",collapsible:!0}},[s("div",{staticClass:"exactmetrics-inline-gray-box"},[s("settings-input-radio",{attrs:{options:t.reports_options,name:"dashboards_disabled"}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-checkbox",{attrs:{name:"hide_admin_bar_reports",label:t.text_hide_admin_bar}})],1)]),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_automatic_updates_title,icon:"monstericon-upload",collapsible:!0}},[s("div",{staticClass:"exactmetrics-inline-gray-box"},[s("settings-input-radio",{attrs:{options:t.automatic_updates,name:"automatic_updates"}})],1)]),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-misc")],1)},ne=[],ie=(s("c975"),s("aa9f")),re=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_performance,icon:"monstericon-eye-far"}},[s("settings-addon-upgrade",{attrs:{addon:"performance"}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])],1)],1)},le=[],ce={name:"SettingsInputPerformance",components:{SettingsBlock:y,SettingsAddonUpgrade:J},data:function(){return{text_performance:Object(c["a"])("Performance","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization.","google-analytics-dashboard-for-wp")}}},de=ce,pe=Object(_["a"])(de,re,le,!1,null,null,null),ue=pe.exports,ge=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-text"},[t.label||t.description?s("label",{attrs:{for:t.id}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?s("span",{domProps:{innerHTML:t._s(t.description)}}):t._e()]):t._e(),s("div",{staticClass:"settings-input-text-input"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,readonly:t.disabled,name:t.name,placeholder:t.placeholder},domProps:{value:t.value},on:{change:t.updateSetting,input:function(e){e.target.composing||(t.value=e.target.value)}}})]),t.error?s("label",{staticClass:"exactmetrics-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.error)}})]):t._e()])},he=[];function me(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Ce(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?me(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):me(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var be={name:"SettingsInputTextarea",props:{name:String,label:String,description:String,placeholder:String,validate:Function},data:function(){return{is_loading:!1,has_error:!1,id:"input-"+this.name,error:!1,updated_value:!1}},computed:Ce({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},value:{get:function(){return!1!==this.updated_value?this.updated_value:this.settings[this.name]},set:function(t){return this.updated_value=t}},tooltip_data:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!this.has_ua}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;if(this.error=!1,this.validate){var s=this.validate(t.target.value);if(!0!==s)return this.error=s,!1}this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t.target.value}).then((function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})}))}}},_e=be,fe=(s("b227"),Object(_["a"])(_e,ge,he,!1,null,"4619bc56",null)),ye=fe.exports,we=s("6d70"),ve=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-block",{attrs:{title:t.text_misc_title,icon:"monstericon-box",collapsible:!0}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_announcements_title)}}),s("span",{domProps:{innerHTML:t._s(t.text_announcements_description)}})]),s("settings-input-checkbox",{attrs:{name:"hide_am_notices",label:t.text_announcements_label}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_usage_tracking_title)}}),s("span",{domProps:{innerHTML:t._s(t.text_usage_tracking_description)}})]),s("settings-input-checkbox",{attrs:{name:"usage_tracking",label:t.text_usage_tracking_label,tooltip:t.text_usage_tracking_tooltip}})],1)},xe=[],Oe={name:"SettingsInputMisc",components:{SettingsInputCheckbox:w["a"],SettingsBlock:y},data:function(){return{text_misc_title:Object(c["a"])("Miscellaneous","google-analytics-dashboard-for-wp"),text_announcements_title:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),text_announcements_description:Object(c["a"])("Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.","google-analytics-dashboard-for-wp"),text_announcements_label:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),text_usage_tracking_title:Object(c["a"])("Usage Tracking","google-analytics-dashboard-for-wp"),text_usage_tracking_description:Object(c["a"])("By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.","google-analytics-dashboard-for-wp"),text_usage_tracking_label:Object(c["a"])("Allow usage tracking","google-analytics-dashboard-for-wp"),text_usage_tracking_tooltip:Object(c["d"])(Object(c["a"])("Complete documentation on usage tracking is available %1$shere%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings-panel","usage-tracking","https://www.exactmetrics.com/docs/usage-tracking/")+'" target="_blank">',"</a>")}},methods:{sprintf:c["d"],selectText:function(t){var e,s,o=document.querySelector(".exactmetrics-coupon");window.getSelection&&(s=window.getSelection(),e=document.createRange(),e.selectNodeContents(o),s.removeAllRanges(),s.addRange(e))}}},je=Oe,ke=(s("ca63"),Object(_["a"])(je,ve,xe,!1,null,"993e4e00",null)),Pe=ke.exports,He=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-addon-upgrade",{attrs:{addon:"forms",utm_campaign:"summaries"}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])},Se=[],$e={name:"SettingsInputEmailSummaries",components:{SettingsAddonUpgrade:J},data:function(){return{text_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Our email summaries feature sends a weekly summary of the most important site analytics information.","google-analytics-dashboard-for-wp")}}},Ae=$e,Le=Object(_["a"])(Ae,He,Se,!1,null,null,null),Te=Le.exports,Ve=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-addon-upgrade",{attrs:{addon:"forms",utm_campaign:"pdf"}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])},Me=[],Ee={name:"SettingsInputPdfReports",components:{SettingsAddonUpgrade:J},data:function(){return{text_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.","google-analytics-dashboard-for-wp")}}},De=Ee,Ie=Object(_["a"])(De,Ve,Me,!1,null,null,null),Ue=Ie.exports;function Ze(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Be(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Ze(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Ze(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Fe={name:"SettingsTabAdvanced",components:{SettingsInputCheckbox:w["a"],SettingsInputRadio:we["a"],SettingsInputTextarea:ye,SettingsInputSelect:ie["a"],SettingsBlock:y,SettingsInputEmailSummaries:Te,SettingsInputPdfReports:Ue,SettingsInputPerformance:ue,SettingsInputMisc:Pe},data:function(){return{text_permissions_title:Object(c["a"])("Permissions","google-analytics-dashboard-for-wp"),text_email_summaries_title:Object(c["a"])("Email Summaries","google-analytics-dashboard-for-wp"),text_export_pdf_reports_title:Object(c["a"])("Export PDF Reports","google-analytics-dashboard-for-wp"),text_permissions_view_label:Object(c["a"])("Allow These User Roles to See Reports","google-analytics-dashboard-for-wp"),text_permissions_view_description:Object(c["a"])("Users that have at least one of these roles will be able to view the reports.","google-analytics-dashboard-for-wp"),text_permissions_view_tooltip:Object(c["a"])("Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.","google-analytics-dashboard-for-wp"),text_permissions_save_label:Object(c["a"])("Allow These User Roles to Save Settings","google-analytics-dashboard-for-wp"),text_permissions_save_description:Object(c["a"])("Users that have at least one of these roles will be able to view and save the settings panel.","google-analytics-dashboard-for-wp"),text_permissions_save_tooltip:Object(c["a"])("Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability.","google-analytics-dashboard-for-wp"),text_permissions_ignore_label:Object(c["a"])("Exclude These User Roles From Tracking","google-analytics-dashboard-for-wp"),text_permissions_ignore_description:Object(c["a"])("Users that have at least one of these roles will not be tracked into Google Analytics.","google-analytics-dashboard-for-wp"),text_permissions_ignore_tooltip:Object(c["a"])("Users that have at least one of these roles will not be tracked into Google Analytics.","google-analytics-dashboard-for-wp"),text_custom_code_title:Object(c["a"])("Custom code","google-analytics-dashboard-for-wp"),text_custom_code_description:Object(c["d"])(Object(c["a"])("Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s.","google-analytics-dashboard-for-wp"),'<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/pages#implementation" target="_blank">',"</a>"),text_reports_title:Object(c["a"])("Reports","google-analytics-dashboard-for-wp"),text_automatic_updates_title:Object(c["a"])("Automatic Updates","google-analytics-dashboard-for-wp"),text_cant_edit:Object(c["a"])('You must have the "unfiltered_html" capability to view/edit this setting.',"google-analytics-dashboard-for-wp"),text_hide_admin_bar:Object(c["a"])("Hide Admin Bar Reports","google-analytics-dashboard-for-wp"),reports_options:[{value:"0",label:Object(c["d"])(Object(c["a"])("Enabled %1$s- Show reports and dashboard widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"dashboard_widget",label:Object(c["d"])(Object(c["a"])("Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"disabled",label:Object(c["d"])(Object(c["a"])("Disabled %1$s- Hide reports and dashboard widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],automatic_updates:[{value:"all",label:Object(c["d"])(Object(c["a"])("Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"minor",label:Object(c["d"])(Object(c["a"])("Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"none",label:Object(c["d"])(Object(c["a"])("None %1$s- Manually update everything.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],can_edit_code:this.$mi.unfiltered_html,text_add_role:Object(c["a"])("+ Add Role","google-analytics-dashboard-for-wp")}},computed:Be({},Object(l["b"])({settings:"$_settings/settings",addons:"$_addons/addons",auth:"$_auth/auth"}),{user_roles:function(){var t=[];for(var e in this.$mi.roles)t.push({label:this.$mi.roles[e],value:e});return t},user_roles_manage_options:function(){var t=[];for(var e in this.$mi.roles_manage_options)t.push({label:this.$mi.roles_manage_options[e],value:e});return t},has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!this.has_ua}}),methods:{validateCode:function(t){return!(t.indexOf("analytics.js")>-1||t.indexOf("gtag.js")>-1||t.indexOf("gtm.js")>-1||t.indexOf("ga.js")>-1)||Object(c["d"])(Object(c["a"])("It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab.","google-analytics-dashboard-for-wp"),'<a href="#/general">',"</a>")}}},ze=Fe,Re=(s("ae6f"),Object(_["a"])(ze,ae,ne,!1,null,"217bce3e",null)),Ne=Re.exports,We=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("content-title-top",{attrs:{title:t.text_addons,pro:!0}}),s("content-intro-full-width",{attrs:{welcome:!1,icon:"monstericon-unlock",screen:"exactmetrics-em-addons-upsell-screen"},scopedSlots:t._u([{key:"text",fn:function(){return[s("h2",{domProps:{innerHTML:t._s(t.text_title)}}),s("p",{domProps:{textContent:t._s(t.text_sub_title)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})]},proxy:!0}])}),s("main",{staticClass:"exactmetrics-addons exactmetrics-container",attrs:{id:"exactmetrics-addons","data-license":t.licenseType}},[s("div",{staticClass:"exactmetrics-addons-area"},[t.addonsList().length>0?s("div",{staticClass:"exactmetrics-addons-list"},t._l(t.addonsList(),(function(t,e){return s("addon-block",{key:e,attrs:{addon:t}})})),1):t._e()]),t.showNoText?s("div",{staticClass:"exactmetrics-addons-no-results"},[""!==t.search?s("p",{domProps:{textContent:t._s(t.text_no_addons_found)}}):s("div",[s("p",{domProps:{textContent:t._s(t.text_no_addons)}}),s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_refresh_addons)},on:{click:t.refreshAddons}})])]):t._e(),s("TheAppFTPForm")],1)],1)},Ge=[],qe=(s("4e82"),s("841c"),s("2b5f"),s("6d99")),Ye=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.ftp_form.visible?s("div",{staticClass:"notification-dialog-wrap request-filesystem-credentials-dialog",attrs:{id:"request-filesystem-credentials-dialog"}},[s("div",{staticClass:"notification-dialog-background"}),s("div",{staticClass:"notification-dialog",attrs:{role:"dialog","aria-labelledby":"request-filesystem-credentials-title",tabindex:"0"}},[s("div",{staticClass:"request-filesystem-credentials-dialog-content"},[s("div",{staticClass:"request-filesystem-credentials-form",attrs:{id:"request-filesystem-credentials-form"}},[s("h1",{attrs:{id:"request-filesystem-credentials-title"},domProps:{textContent:t._s(t.text_form_title)}}),s("p",{attrs:{id:"request-filesystem-credentials-desc"},domProps:{textContent:t._s(t.text_form_description)}}),s("label",{attrs:{for:"hostname"}},[s("span",{staticClass:"field-title",domProps:{textContent:t._s(t.text_hostname_label)}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.localHostname,expression:"localHostname"}],staticClass:"code",attrs:{id:"hostname",name:"hostname",type:"text","aria-describedby":"request-filesystem-credentials-desc",placeholder:"example: www.wordpress.org",value:"",autocomplete:"off"},domProps:{value:t.localHostname},on:{input:function(e){e.target.composing||(t.localHostname=e.target.value)}}})]),s("div",{staticClass:"ftp-username"},[s("label",{attrs:{for:"username"}},[s("span",{staticClass:"field-title",domProps:{textContent:t._s(t.text_username_label)}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.localUsername,expression:"localUsername"}],attrs:{id:"username",name:"username",type:"text",value:"",autocomplete:"off"},domProps:{value:t.localUsername},on:{input:function(e){e.target.composing||(t.localUsername=e.target.value)}}})])]),s("div",{staticClass:"ftp-password"},[s("label",{attrs:{for:"password"}},[s("span",{staticClass:"field-title",domProps:{textContent:t._s(t.text_password_label)}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.localPassword,expression:"localPassword"}],attrs:{id:"password",name:"password",type:"password",value:"",autocomplete:"off"},domProps:{value:t.localPassword},on:{input:function(e){e.target.composing||(t.localPassword=e.target.value)}}}),s("em",{domProps:{textContent:t._s(t.text_password_description)}})])]),s("fieldset",[s("legend",{domProps:{textContent:t._s(t.text_connection_type_label)}}),s("label",{attrs:{for:"ftp"}},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.localConnectionType,expression:"localConnectionType"}],attrs:{id:"ftp",type:"radio",name:"connection_type",value:"ftp"},domProps:{checked:t._q(t.localConnectionType,"ftp")},on:{change:function(e){t.localConnectionType="ftp"}}}),t._v(" FTP ")]),s("label",{attrs:{for:"ftps"}},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.localConnectionType,expression:"localConnectionType"}],attrs:{id:"ftps",type:"radio",name:"connection_type",value:"ftps"},domProps:{checked:t._q(t.localConnectionType,"ftps")},on:{change:function(e){t.localConnectionType="ftps"}}}),t._v(" FTPS (SSL) ")])]),s("p",{staticClass:"request-filesystem-credentials-action-buttons"},[s("input",{attrs:{id:"_fs_nonce",type:"hidden",name:"_fs_nonce",value:"830ef6f43c"}}),s("button",{staticClass:"button cancel-button",attrs:{"data-js-action":"close",type:"button"},domProps:{textContent:t._s(t.text_button_cancel)},on:{click:t.hideForm}}),s("button",{staticClass:"button",attrs:{id:"upgrade"},domProps:{textContent:t._s(t.text_button_proceed)},on:{click:t.retryAction}})])])])])]):t._e()},Ke=[];function Je(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Qe(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Je(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Je(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Xe={name:"TheAppFTPForm",computed:Qe({},Object(l["b"])({ftp_form:"$_app/ftp_form"}),{localHostname:{get:function(){return this.ftp_form.hostname},set:function(t){this.$store.commit("$_app/UPDATE_HOSTNAME",t)}},localUsername:{get:function(){return this.ftp_form.username},set:function(t){this.$store.commit("$_app/UPDATE_USERNAME",t)}},localPassword:{get:function(){return this.ftp_form.password},set:function(t){this.$store.commit("$_app/UPDATE_PASSWORD",t)}},localConnectionType:{get:function(){return this.ftp_form.connection_type},set:function(t){this.$store.commit("$_app/UPDATE_CONNECTION_TYPE",t)}}}),data:function(){return{text_form_title:Object(c["a"])("Connection Information","google-analytics-dashboard-for-wp"),text_form_description:Object(c["a"])("To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.","google-analytics-dashboard-for-wp"),text_hostname_label:Object(c["a"])("Hostname","google-analytics-dashboard-for-wp"),text_username_label:Object(c["a"])("FTP Username","google-analytics-dashboard-for-wp"),text_password_label:Object(c["a"])("FTP Password","google-analytics-dashboard-for-wp"),text_password_description:Object(c["a"])("This password will not be stored on the server.","google-analytics-dashboard-for-wp"),text_connection_type_label:Object(c["a"])("Connection Type","google-analytics-dashboard-for-wp"),text_button_cancel:Object(c["a"])("Cancel","google-analytics-dashboard-for-wp"),text_button_proceed:Object(c["a"])("Proceed","google-analytics-dashboard-for-wp")}},methods:{hideForm:function(){this.$store.commit("$_app/HIDE_FTP_FORM")},retryAction:function(){var t=this;this.$store.commit("$_app/HIDE_FTP_FORM"),this.$mi_loading_toast(Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp")),this.$store.dispatch(this.ftp_form.action,this.ftp_form.data).then((function(){t.$swal.close()}))}}},ts=Xe,es=(s("961a"),Object(_["a"])(ts,Ye,Ke,!1,null,"496d2653",null)),ss=es.exports;function os(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function as(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?os(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):os(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var ns={name:"AddonsModuleSite",components:{ContentIntroFullWidth:L["a"],ContentTitleTop:yt["a"],TheAppFTPForm:ss,AddonBlock:qe["a"]},computed:as({},Object(l["b"])({addons:"$_addons/addons",search:"$_addons/search"}),{showNoText:function(){return 0===this.addonsList().length}}),data:function(){return{text_no_addons:Object(c["a"])("There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data.","google-analytics-dashboard-for-wp"),text_no_addons_found:Object(c["a"])("No addons found.","google-analytics-dashboard-for-wp"),text_refresh_addons:Object(c["a"])("Refresh Addons","google-analytics-dashboard-for-wp"),text_addons:Object(c["a"])("ExactMetrics Addons","google-analytics-dashboard-for-wp"),text_title:Object(c["d"])(Object(c["a"])("Upgrade to Pro to unlock addons and other great features.","google-analytics-dashboard-for-wp"),"<br />"),text_sub_title:Object(c["a"])("As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!","google-analytics-dashboard-for-wp"),text_button_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),upgrade_button_url:this.$getUpgradeUrl("settings-panel","addons")}},methods:{addonsList:function(){var t=[];for(var e in this.addons)if(this.addons[e].type){if(this.search&&this.addons[e].title.search(new RegExp(this.search,"i"))<0)continue;t.push(this.addons[e])}return"DESC"===this.sort&&(t=t.reverse()),t},refreshAddons:function(){var t=this;this.$mi_loading_toast(Object(c["a"])("Refreshing Addons","google-analytics-dashboard-for-wp")),this.$store.dispatch("$_addons/getAddons").then((function(){t.$swal.close()}))}}},is=ns,rs=(s("8fe5"),Object(_["a"])(is,We,Ge,!1,null,null,null)),ls=rs.exports,cs=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-tools",attrs:{id:"exactmetrics-tools"}},[s("router-view")],1)},ds=[],ps=(s("d2e1"),{name:"ToolsModuleSite",components:{},computed:{},data:function(){return{}},methods:{}}),us=ps,gs=Object(_["a"])(us,cs,ds,!1,null,null,null),hs=gs.exports,ms=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-about",attrs:{id:"exactmetrics-about"}},[s("router-view")],1)},Cs=[],bs=(s("8985"),{name:"AboutModuleSite",components:{},computed:{},data:function(){return{}},methods:{}}),_s=bs,fs=Object(_["a"])(_s,ms,Cs,!1,null,null,null),ys=fs.exports,ws=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-container"},[s("settings-block",{attrs:{title:t.text_title_export_import,icon:"monstericon-exchange-alt"}},[s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("form",{attrs:{action:""},on:{submit:function(e){return e.preventDefault(),t.submitForm(e)}}},[s("label",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_import)}}),s("span",{domProps:{textContent:t._s(t.text_import_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_import_tooltip}})],1),s("div",{staticClass:"exactmetrics-file-input"},[s("label",{staticClass:"exactmetrics-file-input-styled"},[s("input",{attrs:{type:"file"},on:{change:t.handleFileUpload}}),s("span",{staticClass:"exactmetrics-file-input-styled-label"},[s("i",{staticClass:"monstericon-plus"}),s("span",{domProps:{textContent:t._s(t.text_choose_file)}})])]),s("div",{staticClass:"exactmetrics-file-input-styled-filename",domProps:{textContent:t._s(t.filename)}})]),s("button",{staticClass:"exactmetrics-button",attrs:{type:"submit"},domProps:{textContent:t._s(t.text_import_button)}}),t.has_error?s("label",{staticClass:"exactmetrics-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.text_has_error)}})]):t._e()])]),s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("form",{attrs:{action:"",method:"post"}},[s("label",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_export)}}),s("span",{domProps:{textContent:t._s(t.text_export_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_export_tooltip}})],1),s("input",{attrs:{type:"hidden",name:"exactmetrics_export_settings"},domProps:{value:t.nonce}}),s("input",{attrs:{type:"hidden",value:"exactmetrics_export_settings",name:"exactmetrics_action"}}),s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_export_button)}})])])])])],1)},vs=[],xs=s("bc3a"),Os=s.n(xs),js={name:"ToolsTabImportExport",components:{SettingsInfoTooltip:Pt["a"],SettingsBlock:y},data:function(){return{nonce:this.$mi.nonce,text_title_export_import:Object(c["a"])("Import/Export","google-analytics-dashboard-for-wp"),text_import:Object(c["a"])("Import","google-analytics-dashboard-for-wp"),text_import_description:Object(c["a"])("Import settings from another ExactMetrics website.","google-analytics-dashboard-for-wp"),text_export:Object(c["a"])("Export","google-analytics-dashboard-for-wp"),text_export_description:Object(c["a"])("Export settings to import into another ExactMetrics install.","google-analytics-dashboard-for-wp"),text_import_button:Object(c["a"])("Import Settings","google-analytics-dashboard-for-wp"),text_export_button:Object(c["a"])("Export Settings","google-analytics-dashboard-for-wp"),text_has_error:Object(c["a"])("Please choose a file to import","google-analytics-dashboard-for-wp"),text_import_tooltip:Object(c["a"])("Use the filepicker below to select the settings export file from another site.","google-analytics-dashboard-for-wp"),text_export_tooltip:Object(c["a"])("Use the button below to export a file with your ExactMetrics settings.","google-analytics-dashboard-for-wp"),text_choose_file:Object(c["a"])("Choose file","google-analytics-dashboard-for-wp"),has_error:!1,selectedFile:!1}},computed:{filename:function(){var t=Object(c["a"])("No file chosen","google-analytics-dashboard-for-wp");return this.selectedFile&&"undefined"!==typeof this.selectedFile.name&&(t=this.selectedFile.name),t}},methods:{handleFileUpload:function(t){this.has_error=!1,this.selectedFile=t.target.files[0]},submitForm:function(){var t=this;if(this.selectedFile){this.$mi_loading_toast(Object(c["a"])("Uploading file...","google-analytics-dashboard-for-wp"));var e=new FormData;e.append("import_file",this.selectedFile),e.append("action","exactmetrics_handle_settings_import"),e.append("nonce",this.$mi.nonce),Os.a.post(this.$mi.ajax,e,{headers:{"Content-Type":"multipart/form-data"}}).then((function(e){e.data.success&&e.data.data?(t.$store.commit("$_settings/SETTINGS_UPDATED",e.data.data),t.$swal({type:"success",title:Object(c["a"])("File imported","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Settings successfully updated!","google-analytics-dashboard-for-wp"),confirmButtonText:Object(c["a"])("Ok","google-analytics-dashboard-for-wp")})):t.$swal({type:"error",title:Object(c["a"])("Error importing settings","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Please choose a .json file generated by a ExactMetrics settings export.","google-analytics-dashboard-for-wp"),confirmButtonText:Object(c["a"])("Ok","google-analytics-dashboard-for-wp")})}))}else this.has_error=!0}}},ks=js,Ps=(s("44c2"),Object(_["a"])(ks,ws,vs,!1,null,"281ea3e0",null)),Hs=Ps.exports,Ss=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-tools-url-builder"},[s("settings-block",{attrs:{title:t.text_block_label,icon:"monstericon-flag"}},[s("p",[s("span",{domProps:{textContent:t._s(t.text_url_builder_description)}}),t._v(" "),s("settings-info-tooltip",{attrs:{content:t.text_url_builder_tooltip}})],1),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-website-url"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_website_url_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.website_url,expression:"website_url"}],attrs:{id:"exactmetrics-tools-website-url",type:"text"},domProps:{value:t.website_url},on:{input:function(e){e.target.composing||(t.website_url=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_website_url_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-source"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_source_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_source,expression:"campaign_source"}],attrs:{id:"exactmetrics-tools-campaign-source",type:"text"},domProps:{value:t.campaign_source},on:{input:function(e){e.target.composing||(t.campaign_source=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_source_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-medium"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_medium_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_medium,expression:"campaign_medium"}],attrs:{id:"exactmetrics-tools-campaign-medium",type:"text"},domProps:{value:t.campaign_medium},on:{input:function(e){e.target.composing||(t.campaign_medium=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_medium_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-name"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_name_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_name,expression:"campaign_name"}],attrs:{id:"exactmetrics-tools-campaign-name",type:"text"},domProps:{value:t.campaign_name},on:{input:function(e){e.target.composing||(t.campaign_name=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_name_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-term"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_term_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_term,expression:"campaign_term"}],attrs:{id:"exactmetrics-tools-campaign-term",type:"text"},domProps:{value:t.campaign_term},on:{input:function(e){e.target.composing||(t.campaign_term=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_term_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-content"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_content_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_content,expression:"campaign_content"}],attrs:{id:"exactmetrics-tools-campaign-content",type:"text"},domProps:{value:t.campaign_content},on:{input:function(e){e.target.composing||(t.campaign_content=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_content_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-use-fragment"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_use_fragment_label)}}),s("span",{staticClass:"exactmetrics-tools-description-top",domProps:{innerHTML:t._s(t.text_use_fragment_description)}})]),s("div",{staticClass:"exactmetrics-settings-input-checkbox"},[s("label",{on:{click:function(e){return e.preventDefault(),t.stopClick(e)},keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.stopClick(e)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?null:t.stopClick(e)}]}},[s("span",{class:t.checkboxClass,attrs:{tabindex:"0"}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.use_fragment,expression:"use_fragment"}],attrs:{id:"exactmetrics-tools-use-fragment",type:"checkbox"},domProps:{checked:Array.isArray(t.use_fragment)?t._i(t.use_fragment,null)>-1:t.use_fragment},on:{change:function(e){var s=t.use_fragment,o=e.target,a=!!o.checked;if(Array.isArray(s)){var n=null,i=t._i(s,n);o.checked?i<0&&(t.use_fragment=s.concat([n])):i>-1&&(t.use_fragment=s.slice(0,i).concat(s.slice(i+1)))}else t.use_fragment=a}}}),s("span",{staticClass:"exactmetrics-checkbox-label",domProps:{innerHTML:t._s(t.text_use_fragment_label)}})])])])]),s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-url-to-use"}},[s("span",{staticClass:"exactmetrics-dark"},[s("span",{domProps:{innerHTML:t._s(t.text_url_to_use_label)}}),s("span",{staticClass:"exactmetrics-tools-small-text",domProps:{innerHTML:t._s(t.text_url_to_use_description)}})])]),s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.url_to_use,expression:"url_to_use"}],attrs:{id:"exactmetrics-tools-url-to-use",readonly:""},domProps:{value:t.url_to_use},on:{input:function(e){e.target.composing||(t.url_to_use=e.target.value)}}})]),s("div",[s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_copy)},on:{click:t.copyToClipboard}}),t.isAddonActive("pretty-link")?s("button",{staticClass:"exactmetrics-button exactmetrics-button-copy-to-prettylinks",domProps:{textContent:t._s(t.text_copy_to_prettylinks)},on:{click:t.copyToPrettyLinks}}):t._e()]),t.isAddonInstalled("pretty-link")&&t.isAddonActive("pretty-link")?t._e():s("div",{staticClass:"exactmetrics-prettylinks-flow-ad"},[s("h2",{staticClass:"exactmetrics-prettylinks-flow-ad-title",domProps:{textContent:t._s(t.text_prettylinks_flow_ad_title)}}),s("p",{staticClass:"exactmetrics-prettylinks-flow-ad-description",domProps:{textContent:t._s(t.text_prettylinks_flow_ad_description)}}),s("router-link",{staticClass:"exactmetrics-button",attrs:{tag:"button",to:"/tools/prettylinks-flow"},domProps:{textContent:t._s(t.text_prettylinks_flow_ad_button)},nativeOn:{click:function(e){return t.copyToPrettyLinks(e)}}}),s("div",{staticClass:"exactmetrics-prettylinks-flow-ad-logo"})],1),s("settings-block",{attrs:{title:t.text_block_info_label}},[s("p",{domProps:{textContent:t._s(t.text_block_info_description)}}),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_1_label)}}),s("p",[t._v("utm_source")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_1_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"google"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_2_label)}}),s("p",[t._v("utm_medium")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_2_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"cpc"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_3_label)}}),s("p",[t._v("utm_name")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_3_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"utm_campaign=spring_sale"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_4_label)}}),s("p",[t._v("utm_term")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_4_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"running+shoes"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_5_label)}}),s("p",[t._v("utm_content")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_5_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_examples,"logolink or textlink"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_additional_title)}})]),t._l(t.additional_information,(function(e,o){return s("p",{key:o,staticClass:"exactmetrics-toolsadditional-info"},[s("i",{staticClass:"monstericon-files"}),t._v(" "),s("a",{attrs:{href:e.url,target:"_blank"},domProps:{textContent:t._s(e.text)}})])}))],2)],1)],1)},$s=[];s("d3b7"),s("3ca3"),s("1276"),s("ddb0"),s("2b3d");function As(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Ls(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?As(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):As(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Ts={name:"ToolsTabUrlBuilder",components:{SettingsInfoTooltip:Pt["a"],SettingsBlock:y},data:function(){return{text_block_label:Object(c["a"])("Custom Campaign Parameters","google-analytics-dashboard-for-wp"),text_url_builder_description:Object(c["a"])("The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns.","google-analytics-dashboard-for-wp"),text_url_builder_tooltip:Object(c["a"])("A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content.","google-analytics-dashboard-for-wp"),text_website_url_label:Object(c["d"])(Object(c["a"])("Website URL %s","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-required">*</span>'),text_website_url_description:Object(c["d"])(Object(c["a"])("The full website URL (e.g. %1$s %2$s%3$s)","google-analytics-dashboard-for-wp"),"<em>",window.location.origin,"</em>"),text_campaign_source_label:Object(c["d"])(Object(c["a"])("Campaign Source %s","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-required">*</span>'),text_campaign_source_description:Object(c["d"])(Object(c["a"])("Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)","google-analytics-dashboard-for-wp"),"<em>","</em>"),text_campaign_medium_label:Object(c["a"])("Campaign Medium","google-analytics-dashboard-for-wp"),text_campaign_medium_description:Object(c["d"])(Object(c["a"])("Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)","google-analytics-dashboard-for-wp"),"<em>","</em>"),text_campaign_name_label:Object(c["a"])("Campaign Name","google-analytics-dashboard-for-wp"),text_campaign_name_description:Object(c["d"])(Object(c["a"])("Enter a name to easily identify (e.g. %1$sspring_sale%2$s)","google-analytics-dashboard-for-wp"),"<em>","</em>"),text_campaign_term_label:Object(c["a"])("Campaign Term","google-analytics-dashboard-for-wp"),text_campaign_term_description:Object(c["a"])("Enter the paid keyword","google-analytics-dashboard-for-wp"),text_campaign_content_label:Object(c["a"])("Campaign Content","google-analytics-dashboard-for-wp"),text_campaign_content_description:Object(c["a"])("Enter something to differentiate ads","google-analytics-dashboard-for-wp"),text_use_fragment_label:Object(c["a"])("Use Fragment","google-analytics-dashboard-for-wp"),text_use_fragment_description:Object(c["d"])(Object(c["a"])("Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s","google-analytics-dashboard-for-wp"),"<strong>","</strong>"),text_url_to_use_label:Object(c["a"])("URL to use","google-analytics-dashboard-for-wp"),text_url_to_use_description:Object(c["a"])("(Updates automatically)","google-analytics-dashboard-for-wp"),text_copy:Object(c["a"])("Copy to Clipboard","google-analytics-dashboard-for-wp"),text_copy_to_prettylinks:Object(c["a"])("Copy to Pretty Links","google-analytics-dashboard-for-wp"),text_prettylinks_flow_ad_title:Object(c["a"])("Make your campaign links prettier!","google-analytics-dashboard-for-wp"),text_prettylinks_flow_ad_description:Object(c["a"])("Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.","google-analytics-dashboard-for-wp"),text_prettylinks_flow_ad_button:Object(c["a"])("Download Pretty Links","google-analytics-dashboard-for-wp"),text_block_info_label:Object(c["a"])("More Information & Examples","google-analytics-dashboard-for-wp"),text_block_info_description:Object(c["a"])("The following table gives a detailed explanation and example of each of the campaign parameters.","google-analytics-dashboard-for-wp"),website_url:window.location.origin,campaign_source:"",campaign_medium:"",campaign_name:"",campaign_term:"",campaign_content:"",use_fragment:!1,text_row_1_label:Object(c["a"])("Campaign Source","google-analytics-dashboard-for-wp"),text_row_1_description:Object(c["a"])("Required. Use utm_source to identify a search engine, newsletter name, or other source.","google-analytics-dashboard-for-wp"),text_row_2_label:Object(c["a"])("Campaign Medium","google-analytics-dashboard-for-wp"),text_row_2_description:Object(c["a"])("Use utm_medium to identify a medium such as email or cost-per-click.","google-analytics-dashboard-for-wp"),text_row_3_label:Object(c["a"])("Campaign Name","google-analytics-dashboard-for-wp"),text_row_3_description:Object(c["a"])("Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign.","google-analytics-dashboard-for-wp"),text_row_4_label:Object(c["a"])("Campaign Term","google-analytics-dashboard-for-wp"),text_row_4_description:Object(c["a"])("Used for paid search. Use utm_term to note the keywords for this ad.","google-analytics-dashboard-for-wp"),text_row_5_label:Object(c["a"])("Campaign Content","google-analytics-dashboard-for-wp"),text_row_5_description:Object(c["a"])("Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL.","google-analytics-dashboard-for-wp"),text_example:Object(c["a"])("Example: %s","google-analytics-dashboard-for-wp"),text_examples:Object(c["a"])("Examples: %s","google-analytics-dashboard-for-wp"),additional_information:[{text:Object(c["a"])("About Campaigns","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1247851"},{text:Object(c["a"])("About Custom Campaigns","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1033863"},{text:Object(c["a"])("Best Practices for Creating Custom Campaigns","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1037445"},{text:Object(c["a"])("About the Referral Traffic Report","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1247839"},{text:Object(c["a"])("About Traffic Source Dimensions","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1033173"},{text:Object(c["a"])("AdWords Auto-Tagging","google-analytics-dashboard-for-wp"),url:"https://support.google.com/adwords/answer/1752125"}],text_additional_title:Object(c["a"])("Additional Information","google-analytics-dashboard-for-wp"),local_storage_key:"ExactMetricsURL"}},created:function(){this.getWithExpiry()},computed:Ls({},Object(l["b"])({addons:"$_addons/addons"}),{url_to_use:function(){var t="";return this.website_url&&this.campaign_source&&(t=this.website_url,t=this.$addQueryArg(t,"utm_source",this.campaign_source),this.campaign_medium&&(t=this.$addQueryArg(t,"utm_medium",this.campaign_medium)),this.campaign_name&&(t=this.$addQueryArg(t,"utm_campaign",this.campaign_name)),this.campaign_term&&(t=this.$addQueryArg(t,"utm_term",this.campaign_term)),this.campaign_content&&(t=this.$addQueryArg(t,"utm_content",this.campaign_content)),this.use_fragment&&(t=t.replace("?","#"))),encodeURI(t)},checkboxClass:function(){var t="exactmetrics-styled-checkbox";return this.use_fragment&&(t+=" exactmetrics-styled-checkbox-checked"),t}}),methods:{copyToClipboard:function(){document.querySelector("#exactmetrics-tools-url-to-use").select(),document.execCommand("copy")},copyToPrettyLinks:function(){if(this.url_to_use&&this.$mi.new_pretty_link_url){var t=Math.round((new Date).getTime()/1e3),e=600,s={value:this.url_to_use,expiry:t+e};localStorage.setItem(this.local_storage_key,JSON.stringify(s));var o=this.$addQueryArg(this.$mi.new_pretty_link_url,"exactmetrics_reference","url_builder");o&&this.isAddonActive("pretty-link")&&(window.location.href=o)}},getWithExpiry:function(){var t=localStorage.getItem(this.local_storage_key);if(t){var e=JSON.parse(t),s=Math.round((new Date).getTime()/1e3);if(s>e.expiry)localStorage.removeItem(this.local_storage_key);else{var o=e.value,a=o.split("?");a.length<=1&&(a=o.split("#"),this.use_fragment=!0),this.website_url=a[0];var n=new URLSearchParams(a[1]);n.has("utm_source")&&(this.campaign_source=n.get("utm_source")),n.has("utm_medium")&&(this.campaign_medium=n.get("utm_medium")),n.has("utm_campaign")&&(this.campaign_name=n.get("utm_campaign")),n.has("utm_term")&&(this.campaign_term=n.get("utm_term")),n.has("utm_content")&&(this.campaign_content=n.get("utm_content"))}}},stopClick:function(){this.use_fragment=!this.use_fragment},isAddonActive:function(t){return!!this.addons[t]&&this.addons[t].active},isAddonInstalled:function(t){return!!this.addons[t]&&this.addons[t].installed},sprintf:c["d"]}},Vs=Ts,Ms=Object(_["a"])(Vs,Ss,$s,!1,null,null,null),Es=Ms.exports,Ds=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-tools-prettylinks-flow"},[s("header",{staticClass:"exactmetrics-tools-prettylinks-flow-header"},[s("div",{staticClass:"exactmetrics-tools-prettylinks-flow-header-logo"}),s("h1",{staticClass:"exactmetrics-prettylinks-flow-title",domProps:{textContent:t._s(t.text_prettylinks_flow_title)}}),s("p",{staticClass:"exactmetrics-prettylinks-flow-description",domProps:{textContent:t._s(t.text_prettylinks_flow_description)}})]),s("main",{staticClass:"exactmetrics-tools-prettylinks-flow-content"},[s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-prettylinks-row-image"},[s("svg",{attrs:{width:"430",height:"316",viewBox:"0 0 430 316",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("g",{attrs:{filter:"url(#filter0_dd)"}},[s("rect",{attrs:{x:"35",y:"37",width:"360",height:"229",rx:"5",fill:"white"}}),s("path",{attrs:{d:"M35 25C35 22.2386 37.2386 20 40 20H390C392.761 20 395 22.2386 395 25V46H35V25Z",fill:"#E2E4E9"}}),s("path",{attrs:{d:"M69.877 71.6865H65.9395V74.3525H70.5605V76H63.8887V66.0469H70.5469V67.708H65.9395V70.0801H69.877V71.6865ZM74.4502 70.8115L75.6943 68.6035H77.8066L75.7012 72.2266L77.8955 76H75.7764L74.457 73.6758L73.1445 76H71.0186L73.2129 72.2266L71.1143 68.6035H73.2334L74.4502 70.8115ZM83.043 76C82.9518 75.8223 82.8857 75.6012 82.8447 75.3369C82.3662 75.8701 81.7441 76.1367 80.9785 76.1367C80.2539 76.1367 79.6523 75.9271 79.1738 75.5078C78.6999 75.0885 78.4629 74.5599 78.4629 73.9219C78.4629 73.138 78.7523 72.5365 79.3311 72.1172C79.9144 71.6979 80.7552 71.486 81.8535 71.4814H82.7627V71.0576C82.7627 70.7158 82.6738 70.4424 82.4961 70.2373C82.3229 70.0322 82.0472 69.9297 81.6689 69.9297C81.3363 69.9297 81.0742 70.0094 80.8828 70.1689C80.696 70.3285 80.6025 70.5472 80.6025 70.8252H78.627C78.627 70.3968 78.7591 70.0003 79.0234 69.6357C79.2878 69.2712 79.6615 68.9863 80.1445 68.7812C80.6276 68.5716 81.1699 68.4668 81.7715 68.4668C82.6829 68.4668 83.4053 68.6969 83.9385 69.1572C84.4762 69.613 84.7451 70.2555 84.7451 71.085V74.291C84.7497 74.9928 84.8477 75.5238 85.0391 75.8838V76H83.043ZM81.4092 74.626C81.7008 74.626 81.9697 74.5622 82.2158 74.4346C82.4619 74.3024 82.6442 74.127 82.7627 73.9082V72.6367H82.0244C81.0355 72.6367 80.5091 72.9785 80.4453 73.6621L80.4385 73.7783C80.4385 74.0244 80.5251 74.2272 80.6982 74.3867C80.8714 74.5462 81.1084 74.626 81.4092 74.626ZM89.3389 74.5439C89.7035 74.5439 89.9997 74.4437 90.2275 74.2432C90.4554 74.0426 90.5739 73.776 90.583 73.4434H92.4355C92.431 73.9447 92.2943 74.4049 92.0254 74.8242C91.7565 75.2389 91.3874 75.5625 90.918 75.7949C90.4531 76.0228 89.9382 76.1367 89.373 76.1367C88.3158 76.1367 87.4818 75.8018 86.8711 75.1318C86.2604 74.4574 85.9551 73.5277 85.9551 72.3428V72.2129C85.9551 71.0736 86.2581 70.1644 86.8643 69.4854C87.4704 68.8063 88.3021 68.4668 89.3594 68.4668C90.2845 68.4668 91.0251 68.7311 91.5811 69.2598C92.1416 69.7839 92.4264 70.4834 92.4355 71.3584H90.583C90.5739 70.9756 90.4554 70.6657 90.2275 70.4287C89.9997 70.1872 89.6989 70.0664 89.3252 70.0664C88.8649 70.0664 88.5163 70.235 88.2793 70.5723C88.0469 70.9049 87.9307 71.4473 87.9307 72.1992V72.4043C87.9307 73.1654 88.0469 73.7122 88.2793 74.0449C88.5117 74.3776 88.8649 74.5439 89.3389 74.5439ZM95.9287 66.7852V68.6035H97.1934V70.0527H95.9287V73.7441C95.9287 74.0176 95.9811 74.2135 96.0859 74.332C96.1908 74.4505 96.3913 74.5098 96.6875 74.5098C96.9062 74.5098 97.0999 74.4938 97.2686 74.4619V75.959C96.8812 76.0775 96.4824 76.1367 96.0723 76.1367C94.6868 76.1367 93.9805 75.4372 93.9531 74.0381V70.0527H92.873V68.6035H93.9531V66.7852H95.9287ZM101.104 66.0469L103.66 73.2656L106.203 66.0469H108.896V76H106.839V73.2793L107.044 68.583L104.357 76H102.949L100.27 68.5898L100.475 73.2793V76H98.4238V66.0469H101.104ZM113.962 76.1367C112.877 76.1367 111.993 75.804 111.31 75.1387C110.631 74.4733 110.291 73.5869 110.291 72.4795V72.2881C110.291 71.5452 110.435 70.8822 110.722 70.2988C111.009 69.7109 111.414 69.2598 111.938 68.9453C112.467 68.6263 113.069 68.4668 113.743 68.4668C114.755 68.4668 115.55 68.7858 116.129 69.4238C116.712 70.0618 117.004 70.9665 117.004 72.1377V72.9443H112.294C112.358 73.4274 112.549 73.8148 112.868 74.1064C113.192 74.3981 113.6 74.5439 114.092 74.5439C114.853 74.5439 115.448 74.2682 115.876 73.7168L116.847 74.8037C116.55 75.223 116.149 75.5511 115.644 75.7881C115.138 76.0205 114.577 76.1367 113.962 76.1367ZM113.736 70.0664C113.344 70.0664 113.025 70.1986 112.779 70.4629C112.538 70.7272 112.383 71.1055 112.314 71.5977H115.062V71.4404C115.053 71.0029 114.935 70.6657 114.707 70.4287C114.479 70.1872 114.156 70.0664 113.736 70.0664ZM120.497 66.7852V68.6035H121.762V70.0527H120.497V73.7441C120.497 74.0176 120.549 74.2135 120.654 74.332C120.759 74.4505 120.96 74.5098 121.256 74.5098C121.475 74.5098 121.668 74.4938 121.837 74.4619V75.959C121.45 76.0775 121.051 76.1367 120.641 76.1367C119.255 76.1367 118.549 75.4372 118.521 74.0381V70.0527H117.441V68.6035H118.521V66.7852H120.497ZM127.019 70.4561C126.75 70.4196 126.513 70.4014 126.308 70.4014C125.56 70.4014 125.07 70.6543 124.838 71.1602V76H122.862V68.6035H124.729L124.783 69.4854C125.18 68.8063 125.729 68.4668 126.431 68.4668C126.649 68.4668 126.854 68.4964 127.046 68.5557L127.019 70.4561ZM130.061 76H128.078V68.6035H130.061V76ZM127.962 66.6895C127.962 66.3932 128.06 66.1494 128.256 65.958C128.456 65.7666 128.728 65.6709 129.069 65.6709C129.407 65.6709 129.675 65.7666 129.876 65.958C130.076 66.1494 130.177 66.3932 130.177 66.6895C130.177 66.9902 130.074 67.2363 129.869 67.4277C129.669 67.6191 129.402 67.7148 129.069 67.7148C128.737 67.7148 128.468 67.6191 128.263 67.4277C128.062 67.2363 127.962 66.9902 127.962 66.6895ZM134.771 74.5439C135.135 74.5439 135.431 74.4437 135.659 74.2432C135.887 74.0426 136.006 73.776 136.015 73.4434H137.867C137.863 73.9447 137.726 74.4049 137.457 74.8242C137.188 75.2389 136.819 75.5625 136.35 75.7949C135.885 76.0228 135.37 76.1367 134.805 76.1367C133.747 76.1367 132.913 75.8018 132.303 75.1318C131.692 74.4574 131.387 73.5277 131.387 72.3428V72.2129C131.387 71.0736 131.69 70.1644 132.296 69.4854C132.902 68.8063 133.734 68.4668 134.791 68.4668C135.716 68.4668 136.457 68.7311 137.013 69.2598C137.573 69.7839 137.858 70.4834 137.867 71.3584H136.015C136.006 70.9756 135.887 70.6657 135.659 70.4287C135.431 70.1872 135.131 70.0664 134.757 70.0664C134.297 70.0664 133.948 70.235 133.711 70.5723C133.479 70.9049 133.362 71.4473 133.362 72.1992V72.4043C133.362 73.1654 133.479 73.7122 133.711 74.0449C133.943 74.3776 134.297 74.5439 134.771 74.5439ZM143.001 73.9561C143.001 73.7145 142.88 73.5254 142.639 73.3887C142.402 73.2474 142.019 73.1221 141.49 73.0127C139.731 72.6436 138.852 71.8962 138.852 70.7705C138.852 70.1143 139.123 69.5674 139.665 69.1299C140.212 68.6878 140.925 68.4668 141.805 68.4668C142.743 68.4668 143.493 68.6878 144.054 69.1299C144.619 69.5719 144.901 70.1462 144.901 70.8525H142.926C142.926 70.57 142.835 70.3376 142.652 70.1553C142.47 69.9684 142.185 69.875 141.798 69.875C141.465 69.875 141.208 69.9502 141.025 70.1006C140.843 70.251 140.752 70.4424 140.752 70.6748C140.752 70.8936 140.854 71.0713 141.06 71.208C141.269 71.3402 141.62 71.4564 142.112 71.5566C142.604 71.6523 143.019 71.7617 143.356 71.8848C144.4 72.2676 144.922 72.9307 144.922 73.874C144.922 74.5485 144.632 75.0954 144.054 75.5146C143.475 75.9294 142.728 76.1367 141.812 76.1367C141.192 76.1367 140.64 76.0273 140.157 75.8086C139.679 75.5853 139.303 75.2822 139.029 74.8994C138.756 74.512 138.619 74.0951 138.619 73.6484H140.492C140.51 73.9993 140.64 74.2682 140.882 74.4551C141.123 74.6419 141.447 74.7354 141.853 74.7354C142.231 74.7354 142.516 74.6647 142.707 74.5234C142.903 74.3776 143.001 74.1885 143.001 73.9561ZM151.867 74.3525H156.222V76H149.816V66.0469H151.867V74.3525ZM159.359 76H157.377V68.6035H159.359V76ZM157.261 66.6895C157.261 66.3932 157.359 66.1494 157.555 65.958C157.755 65.7666 158.026 65.6709 158.368 65.6709C158.705 65.6709 158.974 65.7666 159.175 65.958C159.375 66.1494 159.476 66.3932 159.476 66.6895C159.476 66.9902 159.373 67.2363 159.168 67.4277C158.967 67.6191 158.701 67.7148 158.368 67.7148C158.035 67.7148 157.767 67.6191 157.562 67.4277C157.361 67.2363 157.261 66.9902 157.261 66.6895ZM162.812 68.6035L162.873 69.458C163.402 68.7972 164.11 68.4668 164.999 68.4668C165.783 68.4668 166.366 68.6969 166.749 69.1572C167.132 69.6175 167.328 70.3057 167.337 71.2217V76H165.361V71.2695C165.361 70.8503 165.27 70.5472 165.088 70.3604C164.906 70.1689 164.603 70.0732 164.179 70.0732C163.623 70.0732 163.206 70.3102 162.928 70.7842V76H160.952V68.6035H162.812ZM171.527 73.0332L170.816 73.7441V76H168.841V65.5H170.816V71.3174L171.199 70.8252L173.093 68.6035H175.465L172.792 71.6865L175.697 76H173.428L171.527 73.0332Z",fill:"#4C5566"}}),s("rect",{attrs:{x:"61",y:"91",width:"309",height:"44",rx:"5",fill:"#F0F2F4"}}),s("path",{attrs:{d:"M79.1582 109.5H79.4102C79.6953 109.5 79.8887 109.529 79.9902 109.588C80.0918 109.65 80.1426 109.762 80.1426 109.922C80.1426 110.059 80.1016 110.162 80.0195 110.232C79.9414 110.303 79.8262 110.338 79.6738 110.338H76.9727C76.7891 110.338 76.6602 110.307 76.5859 110.244C76.5156 110.182 76.4805 110.074 76.4805 109.922C76.4805 109.781 76.5176 109.676 76.5918 109.605C76.6699 109.535 76.7852 109.5 76.9375 109.5H78.209L79.1582 107.631L77.0078 103.418C76.75 103.418 76.5723 103.387 76.4746 103.324C76.3809 103.262 76.334 103.152 76.334 102.996C76.334 102.859 76.373 102.758 76.4512 102.691C76.5293 102.621 76.6465 102.586 76.8027 102.586H78.4375C78.6562 102.586 78.8027 102.617 78.877 102.68C78.9512 102.738 78.9883 102.844 78.9883 102.996C78.9883 103.152 78.9395 103.262 78.8418 103.324C78.7441 103.387 78.5645 103.418 78.3027 103.418H78.0859L79.6738 106.646L81.291 103.418H81.0625C80.793 103.418 80.6074 103.387 80.5059 103.324C80.4043 103.262 80.3535 103.152 80.3535 102.996C80.3535 102.844 80.3906 102.738 80.4648 102.68C80.5391 102.617 80.6875 102.586 80.9102 102.586H82.3574C82.5176 102.586 82.6348 102.621 82.709 102.691C82.7871 102.758 82.8262 102.859 82.8262 102.996C82.8262 103.145 82.7832 103.25 82.6973 103.312C82.6113 103.375 82.459 103.41 82.2402 103.418L79.1582 109.5ZM86.8047 107.326C87.4062 107.326 87.8984 107.137 88.2812 106.758C88.668 106.375 88.8613 105.889 88.8613 105.299C88.8613 104.709 88.668 104.223 88.2812 103.84C87.8945 103.453 87.4023 103.26 86.8047 103.26C86.207 103.26 85.7148 103.453 85.3281 103.84C84.9453 104.223 84.7539 104.709 84.7539 105.299C84.7539 105.893 84.9453 106.379 85.3281 106.758C85.7109 107.137 86.2031 107.326 86.8047 107.326ZM89.8809 105.299C89.8809 106.135 89.5957 106.818 89.0254 107.35C88.4551 107.881 87.7148 108.146 86.8047 108.146C85.8984 108.146 85.1602 107.881 84.5898 107.35C84.0195 106.818 83.7344 106.135 83.7344 105.299C83.7344 104.463 84.0195 103.781 84.5898 103.254C85.1602 102.723 85.8984 102.457 86.8047 102.457C87.7109 102.457 88.4492 102.723 89.0195 103.254C89.5938 103.785 89.8809 104.467 89.8809 105.299ZM92.5527 105.838C92.5527 106.33 92.6562 106.689 92.8633 106.916C93.0703 107.143 93.3984 107.256 93.8477 107.256C94.2734 107.256 94.6367 107.121 94.9375 106.852C95.2422 106.582 95.3945 106.244 95.3945 105.838V103.418H94.5918C94.4395 103.418 94.3281 103.387 94.2578 103.324C94.1914 103.258 94.1582 103.156 94.1582 103.02C94.1582 102.871 94.1953 102.762 94.2695 102.691C94.3438 102.621 94.4629 102.586 94.627 102.586H95.875C96.0234 102.586 96.127 102.619 96.1855 102.686C96.248 102.748 96.2793 102.904 96.2793 103.154V107.174H96.5488C96.7402 107.174 96.877 107.205 96.959 107.268C97.0449 107.33 97.0879 107.434 97.0879 107.578C97.0879 107.719 97.0469 107.824 96.9648 107.895C96.8867 107.965 96.7715 108 96.6191 108H95.7285C95.623 108 95.541 107.979 95.4824 107.936C95.4238 107.893 95.3945 107.834 95.3945 107.76V107.361C95.0195 107.65 94.6973 107.85 94.4277 107.959C94.1621 108.064 93.8809 108.117 93.584 108.117C92.9395 108.117 92.4551 107.947 92.1309 107.607C91.8105 107.264 91.6504 106.746 91.6504 106.055V103.418H91.5273C91.2617 103.418 91.0801 103.387 90.9824 103.324C90.8848 103.262 90.8359 103.152 90.8359 102.996C90.8359 102.859 90.873 102.758 90.9473 102.691C91.0254 102.621 91.1445 102.586 91.3047 102.586H92.1895C92.3262 102.586 92.4199 102.613 92.4707 102.668C92.5254 102.723 92.5527 102.844 92.5527 103.031V105.838ZM100.645 107.174H102.59C102.742 107.174 102.854 107.207 102.924 107.273C102.998 107.336 103.035 107.438 103.035 107.578C103.035 107.738 103 107.85 102.93 107.912C102.863 107.971 102.738 108 102.555 108H98.7227C98.5703 108 98.4551 107.965 98.377 107.895C98.2988 107.824 98.2598 107.719 98.2598 107.578C98.2598 107.441 98.2988 107.34 98.377 107.273C98.459 107.207 98.584 107.174 98.752 107.174H99.7715V103.418H99.373C98.9941 103.418 98.7578 103.389 98.6641 103.33C98.5703 103.268 98.5234 103.156 98.5234 102.996C98.5234 102.859 98.5605 102.758 98.6348 102.691C98.7129 102.621 98.8301 102.586 98.9863 102.586H100.322C100.428 102.586 100.508 102.607 100.562 102.65C100.617 102.689 100.645 102.748 100.645 102.826V103.822C101.016 103.357 101.402 103.012 101.805 102.785C102.207 102.559 102.641 102.445 103.105 102.445C103.453 102.445 103.734 102.516 103.949 102.656C104.164 102.797 104.271 102.979 104.271 103.201C104.271 103.346 104.217 103.475 104.107 103.588C104.002 103.697 103.885 103.752 103.756 103.752C103.666 103.752 103.514 103.693 103.299 103.576C103.088 103.455 102.898 103.395 102.73 103.395C102.426 103.395 102.104 103.504 101.764 103.723C101.428 103.938 101.055 104.279 100.645 104.748V107.174ZM105.871 107.578V106.535C105.871 106.363 105.902 106.24 105.965 106.166C106.031 106.092 106.137 106.055 106.281 106.055C106.441 106.055 106.568 106.164 106.662 106.383C106.725 106.516 106.781 106.615 106.832 106.682C106.996 106.893 107.238 107.062 107.559 107.191C107.879 107.316 108.232 107.379 108.619 107.379C109.033 107.379 109.365 107.295 109.615 107.127C109.865 106.959 109.99 106.738 109.99 106.465C109.99 106.188 109.889 105.99 109.686 105.873C109.486 105.756 109.143 105.697 108.654 105.697H108.332C107.535 105.697 106.928 105.559 106.51 105.281C106.092 105.004 105.883 104.602 105.883 104.074C105.883 103.559 106.086 103.158 106.492 102.873C106.902 102.588 107.477 102.445 108.215 102.445C108.516 102.445 108.822 102.488 109.135 102.574C109.447 102.656 109.611 102.697 109.627 102.697C109.67 102.697 109.752 102.66 109.873 102.586C109.994 102.508 110.113 102.469 110.23 102.469C110.363 102.469 110.461 102.518 110.523 102.615C110.59 102.713 110.623 102.859 110.623 103.055V103.74C110.623 103.947 110.592 104.098 110.529 104.191C110.467 104.281 110.367 104.326 110.23 104.326C110.113 104.326 109.969 104.227 109.797 104.027C109.676 103.891 109.576 103.787 109.498 103.717C109.291 103.525 109.07 103.389 108.836 103.307C108.602 103.221 108.326 103.178 108.01 103.178C107.643 103.178 107.346 103.26 107.119 103.424C106.896 103.584 106.785 103.789 106.785 104.039C106.785 104.285 106.9 104.461 107.131 104.566C107.361 104.672 107.857 104.732 108.619 104.748C109.432 104.768 110.025 104.91 110.4 105.176C110.775 105.438 110.963 105.844 110.963 106.395C110.963 106.922 110.756 107.344 110.342 107.66C109.928 107.977 109.369 108.135 108.666 108.135C108.443 108.135 108.195 108.113 107.922 108.07C107.648 108.031 107.305 107.963 106.891 107.865C106.754 107.955 106.637 108.021 106.539 108.064C106.441 108.111 106.359 108.135 106.293 108.135C106.156 108.135 106.051 108.088 105.977 107.994C105.906 107.896 105.871 107.758 105.871 107.578ZM115.094 100.898C115.094 100.477 115.131 100.211 115.205 100.102C115.283 99.9922 115.447 99.9375 115.697 99.9375C115.939 99.9375 116.1 99.9844 116.178 100.078C116.256 100.168 116.295 100.385 116.295 100.729C116.295 101.064 116.258 101.273 116.184 101.355C116.113 101.434 115.951 101.473 115.697 101.473C115.447 101.473 115.283 101.436 115.205 101.361C115.131 101.287 115.094 101.133 115.094 100.898ZM116.178 107.174H118.059C118.211 107.174 118.322 107.207 118.393 107.273C118.467 107.336 118.504 107.438 118.504 107.578C118.504 107.738 118.469 107.85 118.398 107.912C118.332 107.971 118.207 108 118.023 108H113.477C113.32 108 113.203 107.965 113.125 107.895C113.047 107.824 113.008 107.719 113.008 107.578C113.008 107.441 113.049 107.34 113.131 107.273C113.213 107.207 113.336 107.174 113.5 107.174H115.287V103.418H114.145C113.984 103.418 113.861 103.383 113.775 103.312C113.693 103.238 113.652 103.133 113.652 102.996C113.652 102.859 113.691 102.758 113.77 102.691C113.848 102.621 113.965 102.586 114.121 102.586H115.838C115.943 102.586 116.025 102.607 116.084 102.65C116.146 102.693 116.178 102.752 116.178 102.826V107.174ZM124.439 102.914C124.631 102.914 124.77 102.947 124.855 103.014C124.945 103.08 124.99 103.186 124.99 103.33C124.99 103.467 124.949 103.57 124.867 103.641C124.785 103.707 124.662 103.74 124.498 103.74H122.125V105.697C122.125 106.338 122.207 106.76 122.371 106.963C122.539 107.166 122.824 107.268 123.227 107.268C123.582 107.268 124.008 107.164 124.504 106.957C125 106.75 125.307 106.646 125.424 106.646C125.533 106.646 125.625 106.686 125.699 106.764C125.777 106.842 125.816 106.938 125.816 107.051C125.816 107.18 125.768 107.293 125.67 107.391C125.576 107.484 125.414 107.576 125.184 107.666C124.801 107.818 124.455 107.93 124.146 108C123.842 108.07 123.555 108.105 123.285 108.105C122.828 108.105 122.443 108.033 122.131 107.889C121.822 107.74 121.592 107.521 121.439 107.232C121.361 107.096 121.305 106.934 121.27 106.746C121.238 106.559 121.223 106.27 121.223 105.879V105.697V103.74H120.227C120.062 103.74 119.943 103.709 119.869 103.646C119.795 103.58 119.758 103.475 119.758 103.33C119.758 103.17 119.809 103.061 119.91 103.002C120.012 102.943 120.229 102.914 120.561 102.914H121.223V101.713V101.402C121.223 101.234 121.258 101.111 121.328 101.033C121.402 100.951 121.516 100.91 121.668 100.91C121.84 100.91 121.959 100.959 122.025 101.057C122.092 101.154 122.125 101.377 122.125 101.725V102.914H124.439ZM128.066 105.551C128.098 106.113 128.287 106.549 128.635 106.857C128.986 107.162 129.465 107.314 130.07 107.314C130.527 107.314 131.025 107.193 131.564 106.951C132.104 106.705 132.43 106.582 132.543 106.582C132.66 106.582 132.758 106.619 132.836 106.693C132.914 106.768 132.953 106.859 132.953 106.969C132.953 107.082 132.912 107.186 132.83 107.279C132.748 107.373 132.617 107.465 132.438 107.555C132.047 107.746 131.643 107.893 131.225 107.994C130.811 108.096 130.398 108.146 129.988 108.146C129.098 108.146 128.385 107.891 127.85 107.379C127.314 106.863 127.047 106.182 127.047 105.334C127.047 104.471 127.33 103.771 127.896 103.236C128.463 102.701 129.201 102.434 130.111 102.434C130.936 102.434 131.619 102.684 132.162 103.184C132.705 103.684 132.977 104.289 132.977 105C132.977 105.219 132.93 105.365 132.836 105.439C132.746 105.514 132.498 105.551 132.092 105.551H132.004H128.066ZM128.096 104.783H131.91C131.852 104.318 131.656 103.945 131.324 103.664C130.996 103.379 130.592 103.236 130.111 103.236C129.592 103.236 129.154 103.373 128.799 103.646C128.443 103.92 128.209 104.299 128.096 104.783ZM136.105 107.039C136.105 106.734 136.211 106.484 136.422 106.289C136.637 106.094 136.914 105.996 137.254 105.996C137.602 105.996 137.881 106.092 138.092 106.283C138.303 106.475 138.408 106.727 138.408 107.039C138.408 107.352 138.301 107.604 138.086 107.795C137.875 107.986 137.598 108.082 137.254 108.082C136.91 108.082 136.633 107.986 136.422 107.795C136.211 107.604 136.105 107.352 136.105 107.039ZM146.225 102.938V102.914C146.225 102.785 146.262 102.691 146.336 102.633C146.41 102.57 146.525 102.539 146.682 102.539C146.842 102.539 146.951 102.586 147.01 102.68C147.072 102.773 147.104 102.967 147.104 103.26V104.35C147.104 104.494 147.066 104.604 146.992 104.678C146.918 104.748 146.807 104.783 146.658 104.783C146.553 104.783 146.461 104.754 146.383 104.695C146.309 104.633 146.217 104.506 146.107 104.314C145.92 103.998 145.691 103.76 145.422 103.6C145.156 103.436 144.85 103.354 144.502 103.354C143.893 103.354 143.396 103.533 143.014 103.893C142.635 104.252 142.445 104.717 142.445 105.287C142.445 105.869 142.627 106.346 142.99 106.717C143.357 107.084 143.828 107.268 144.402 107.268C144.664 107.268 144.912 107.232 145.146 107.162C145.385 107.088 145.609 106.979 145.82 106.834C145.895 106.787 145.994 106.715 146.119 106.617C146.373 106.41 146.572 106.307 146.717 106.307C146.838 106.307 146.936 106.346 147.01 106.424C147.088 106.498 147.127 106.596 147.127 106.717C147.127 107.025 146.834 107.342 146.248 107.666C145.666 107.986 145.047 108.146 144.391 108.146C143.543 108.146 142.836 107.875 142.27 107.332C141.707 106.789 141.426 106.111 141.426 105.299C141.426 104.486 141.707 103.809 142.27 103.266C142.832 102.719 143.535 102.445 144.379 102.445C144.676 102.445 144.973 102.486 145.27 102.568C145.57 102.646 145.889 102.77 146.225 102.938ZM151.668 107.326C152.27 107.326 152.762 107.137 153.145 106.758C153.531 106.375 153.725 105.889 153.725 105.299C153.725 104.709 153.531 104.223 153.145 103.84C152.758 103.453 152.266 103.26 151.668 103.26C151.07 103.26 150.578 103.453 150.191 103.84C149.809 104.223 149.617 104.709 149.617 105.299C149.617 105.893 149.809 106.379 150.191 106.758C150.574 107.137 151.066 107.326 151.668 107.326ZM154.744 105.299C154.744 106.135 154.459 106.818 153.889 107.35C153.318 107.881 152.578 108.146 151.668 108.146C150.762 108.146 150.023 107.881 149.453 107.35C148.883 106.818 148.598 106.135 148.598 105.299C148.598 104.463 148.883 103.781 149.453 103.254C150.023 102.723 150.762 102.457 151.668 102.457C152.574 102.457 153.312 102.723 153.883 103.254C154.457 103.785 154.744 104.467 154.744 105.299ZM161.049 104.736C161.049 104.186 160.998 103.814 160.896 103.623C160.799 103.428 160.629 103.33 160.387 103.33C160.098 103.33 159.867 103.455 159.695 103.705C159.527 103.955 159.443 104.299 159.443 104.736V107.174H159.549C159.787 107.174 159.945 107.203 160.023 107.262C160.105 107.316 160.146 107.422 160.146 107.578C160.146 107.719 160.113 107.824 160.047 107.895C159.98 107.965 159.879 108 159.742 108H158.998C158.83 108 158.715 107.961 158.652 107.883C158.594 107.805 158.564 107.637 158.564 107.379V107.209V104.736V104.279C158.564 103.986 158.498 103.756 158.365 103.588C158.232 103.416 158.051 103.33 157.82 103.33C157.645 103.33 157.482 103.383 157.334 103.488C157.189 103.59 157.064 103.742 156.959 103.945V107.174H157.176C157.41 107.174 157.568 107.203 157.65 107.262C157.732 107.32 157.773 107.426 157.773 107.578C157.773 107.738 157.74 107.85 157.674 107.912C157.607 107.971 157.48 108 157.293 108H155.734C155.582 108 155.469 107.967 155.395 107.9C155.324 107.83 155.289 107.723 155.289 107.578C155.289 107.422 155.334 107.316 155.424 107.262C155.518 107.203 155.697 107.174 155.963 107.174H156.08V103.418H155.975C155.701 103.418 155.514 103.387 155.412 103.324C155.314 103.262 155.266 103.152 155.266 102.996C155.266 102.859 155.305 102.758 155.383 102.691C155.461 102.621 155.578 102.586 155.734 102.586H156.631C156.76 102.586 156.844 102.609 156.883 102.656C156.926 102.699 156.951 102.793 156.959 102.938C157.119 102.766 157.291 102.639 157.475 102.557C157.658 102.475 157.865 102.434 158.096 102.434C158.369 102.434 158.594 102.494 158.77 102.615C158.949 102.732 159.082 102.912 159.168 103.154C159.332 102.908 159.521 102.727 159.736 102.609C159.951 102.492 160.197 102.434 160.475 102.434C160.979 102.434 161.346 102.598 161.576 102.926C161.811 103.254 161.928 103.785 161.928 104.52V107.174H162.021C162.264 107.174 162.426 107.203 162.508 107.262C162.59 107.32 162.631 107.426 162.631 107.578C162.631 107.719 162.596 107.824 162.525 107.895C162.455 107.965 162.352 108 162.215 108H161.506C161.35 108 161.234 107.953 161.16 107.859C161.086 107.766 161.049 107.617 161.049 107.414V104.736ZM164.635 107.197C164.635 106.939 164.732 106.729 164.928 106.564C165.127 106.4 165.389 106.318 165.713 106.318C166.041 106.318 166.305 106.4 166.504 106.564C166.703 106.725 166.803 106.936 166.803 107.197C166.803 107.459 166.701 107.672 166.498 107.836C166.299 108 166.037 108.082 165.713 108.082C165.393 108.082 165.133 108 164.934 107.836C164.734 107.668 164.635 107.455 164.635 107.197ZM165.279 104.977C165.279 104.766 165.314 104.6 165.385 104.479C165.459 104.357 165.584 104.252 165.76 104.162C165.865 104.107 166.021 104.031 166.229 103.934C166.998 103.578 167.383 103.162 167.383 102.686C167.383 102.326 167.256 102.035 167.002 101.812C166.748 101.586 166.414 101.473 166 101.473C165.727 101.473 165.475 101.51 165.244 101.584C165.014 101.654 164.873 101.732 164.822 101.818C164.811 101.842 164.799 101.898 164.787 101.988C164.756 102.34 164.617 102.516 164.371 102.516C164.242 102.516 164.139 102.469 164.061 102.375C163.986 102.281 163.949 102.156 163.949 102V101.426C163.949 101.211 164.16 101.029 164.582 100.881C165.004 100.732 165.518 100.658 166.123 100.658C166.775 100.658 167.305 100.848 167.711 101.227C168.121 101.605 168.326 102.096 168.326 102.697C168.326 103.178 168.16 103.584 167.828 103.916C167.496 104.244 166.939 104.553 166.158 104.842V105.311C166.158 105.439 166.117 105.545 166.035 105.627C165.953 105.705 165.846 105.744 165.713 105.744C165.576 105.744 165.469 105.707 165.391 105.633C165.316 105.559 165.279 105.455 165.279 105.322V104.977ZM171.83 105.838C171.83 106.33 171.934 106.689 172.141 106.916C172.348 107.143 172.676 107.256 173.125 107.256C173.551 107.256 173.914 107.121 174.215 106.852C174.52 106.582 174.672 106.244 174.672 105.838V103.418H173.869C173.717 103.418 173.605 103.387 173.535 103.324C173.469 103.258 173.436 103.156 173.436 103.02C173.436 102.871 173.473 102.762 173.547 102.691C173.621 102.621 173.74 102.586 173.904 102.586H175.152C175.301 102.586 175.404 102.619 175.463 102.686C175.525 102.748 175.557 102.904 175.557 103.154V107.174H175.826C176.018 107.174 176.154 107.205 176.236 107.268C176.322 107.33 176.365 107.434 176.365 107.578C176.365 107.719 176.324 107.824 176.242 107.895C176.164 107.965 176.049 108 175.896 108H175.006C174.9 108 174.818 107.979 174.76 107.936C174.701 107.893 174.672 107.834 174.672 107.76V107.361C174.297 107.65 173.975 107.85 173.705 107.959C173.439 108.064 173.158 108.117 172.861 108.117C172.217 108.117 171.732 107.947 171.408 107.607C171.088 107.264 170.928 106.746 170.928 106.055V103.418H170.805C170.539 103.418 170.357 103.387 170.26 103.324C170.162 103.262 170.113 103.152 170.113 102.996C170.113 102.859 170.15 102.758 170.225 102.691C170.303 102.621 170.422 102.586 170.582 102.586H171.467C171.604 102.586 171.697 102.613 171.748 102.668C171.803 102.723 171.83 102.844 171.83 103.031V105.838ZM182.096 102.914C182.287 102.914 182.426 102.947 182.512 103.014C182.602 103.08 182.646 103.186 182.646 103.33C182.646 103.467 182.605 103.57 182.523 103.641C182.441 103.707 182.318 103.74 182.154 103.74H179.781V105.697C179.781 106.338 179.863 106.76 180.027 106.963C180.195 107.166 180.48 107.268 180.883 107.268C181.238 107.268 181.664 107.164 182.16 106.957C182.656 106.75 182.963 106.646 183.08 106.646C183.189 106.646 183.281 106.686 183.355 106.764C183.434 106.842 183.473 106.938 183.473 107.051C183.473 107.18 183.424 107.293 183.326 107.391C183.232 107.484 183.07 107.576 182.84 107.666C182.457 107.818 182.111 107.93 181.803 108C181.498 108.07 181.211 108.105 180.941 108.105C180.484 108.105 180.1 108.033 179.787 107.889C179.479 107.74 179.248 107.521 179.096 107.232C179.018 107.096 178.961 106.934 178.926 106.746C178.895 106.559 178.879 106.27 178.879 105.879V105.697V103.74H177.883C177.719 103.74 177.6 103.709 177.525 103.646C177.451 103.58 177.414 103.475 177.414 103.33C177.414 103.17 177.465 103.061 177.566 103.002C177.668 102.943 177.885 102.914 178.217 102.914H178.879V101.713V101.402C178.879 101.234 178.914 101.111 178.984 101.033C179.059 100.951 179.172 100.91 179.324 100.91C179.496 100.91 179.615 100.959 179.682 101.057C179.748 101.154 179.781 101.377 179.781 101.725V102.914H182.096ZM189.877 104.736C189.877 104.186 189.826 103.814 189.725 103.623C189.627 103.428 189.457 103.33 189.215 103.33C188.926 103.33 188.695 103.455 188.523 103.705C188.355 103.955 188.271 104.299 188.271 104.736V107.174H188.377C188.615 107.174 188.773 107.203 188.852 107.262C188.934 107.316 188.975 107.422 188.975 107.578C188.975 107.719 188.941 107.824 188.875 107.895C188.809 107.965 188.707 108 188.57 108H187.826C187.658 108 187.543 107.961 187.48 107.883C187.422 107.805 187.393 107.637 187.393 107.379V107.209V104.736V104.279C187.393 103.986 187.326 103.756 187.193 103.588C187.061 103.416 186.879 103.33 186.648 103.33C186.473 103.33 186.311 103.383 186.162 103.488C186.018 103.59 185.893 103.742 185.787 103.945V107.174H186.004C186.238 107.174 186.396 107.203 186.479 107.262C186.561 107.32 186.602 107.426 186.602 107.578C186.602 107.738 186.568 107.85 186.502 107.912C186.436 107.971 186.309 108 186.121 108H184.562C184.41 108 184.297 107.967 184.223 107.9C184.152 107.83 184.117 107.723 184.117 107.578C184.117 107.422 184.162 107.316 184.252 107.262C184.346 107.203 184.525 107.174 184.791 107.174H184.908V103.418H184.803C184.529 103.418 184.342 103.387 184.24 103.324C184.143 103.262 184.094 103.152 184.094 102.996C184.094 102.859 184.133 102.758 184.211 102.691C184.289 102.621 184.406 102.586 184.562 102.586H185.459C185.588 102.586 185.672 102.609 185.711 102.656C185.754 102.699 185.779 102.793 185.787 102.938C185.947 102.766 186.119 102.639 186.303 102.557C186.486 102.475 186.693 102.434 186.924 102.434C187.197 102.434 187.422 102.494 187.598 102.615C187.777 102.732 187.91 102.912 187.996 103.154C188.16 102.908 188.35 102.727 188.564 102.609C188.779 102.492 189.025 102.434 189.303 102.434C189.807 102.434 190.174 102.598 190.404 102.926C190.639 103.254 190.756 103.785 190.756 104.52V107.174H190.85C191.092 107.174 191.254 107.203 191.336 107.262C191.418 107.32 191.459 107.426 191.459 107.578C191.459 107.719 191.424 107.824 191.354 107.895C191.283 107.965 191.18 108 191.043 108H190.334C190.178 108 190.062 107.953 189.988 107.859C189.914 107.766 189.877 107.617 189.877 107.414V104.736ZM198.619 110.139V110.83H191.207V110.139H198.619ZM199.562 107.578V106.535C199.562 106.363 199.594 106.24 199.656 106.166C199.723 106.092 199.828 106.055 199.973 106.055C200.133 106.055 200.26 106.164 200.354 106.383C200.416 106.516 200.473 106.615 200.523 106.682C200.688 106.893 200.93 107.062 201.25 107.191C201.57 107.316 201.924 107.379 202.311 107.379C202.725 107.379 203.057 107.295 203.307 107.127C203.557 106.959 203.682 106.738 203.682 106.465C203.682 106.188 203.58 105.99 203.377 105.873C203.178 105.756 202.834 105.697 202.346 105.697H202.023C201.227 105.697 200.619 105.559 200.201 105.281C199.783 105.004 199.574 104.602 199.574 104.074C199.574 103.559 199.777 103.158 200.184 102.873C200.594 102.588 201.168 102.445 201.906 102.445C202.207 102.445 202.514 102.488 202.826 102.574C203.139 102.656 203.303 102.697 203.318 102.697C203.361 102.697 203.443 102.66 203.564 102.586C203.686 102.508 203.805 102.469 203.922 102.469C204.055 102.469 204.152 102.518 204.215 102.615C204.281 102.713 204.314 102.859 204.314 103.055V103.74C204.314 103.947 204.283 104.098 204.221 104.191C204.158 104.281 204.059 104.326 203.922 104.326C203.805 104.326 203.66 104.227 203.488 104.027C203.367 103.891 203.268 103.787 203.189 103.717C202.982 103.525 202.762 103.389 202.527 103.307C202.293 103.221 202.018 103.178 201.701 103.178C201.334 103.178 201.037 103.26 200.811 103.424C200.588 103.584 200.477 103.789 200.477 104.039C200.477 104.285 200.592 104.461 200.822 104.566C201.053 104.672 201.549 104.732 202.311 104.748C203.123 104.768 203.717 104.91 204.092 105.176C204.467 105.438 204.654 105.844 204.654 106.395C204.654 106.922 204.447 107.344 204.033 107.66C203.619 107.977 203.061 108.135 202.357 108.135C202.135 108.135 201.887 108.113 201.613 108.07C201.34 108.031 200.996 107.963 200.582 107.865C200.445 107.955 200.328 108.021 200.23 108.064C200.133 108.111 200.051 108.135 199.984 108.135C199.848 108.135 199.742 108.088 199.668 107.994C199.598 107.896 199.562 107.758 199.562 107.578ZM209.324 107.326C209.926 107.326 210.418 107.137 210.801 106.758C211.188 106.375 211.381 105.889 211.381 105.299C211.381 104.709 211.188 104.223 210.801 103.84C210.414 103.453 209.922 103.26 209.324 103.26C208.727 103.26 208.234 103.453 207.848 103.84C207.465 104.223 207.273 104.709 207.273 105.299C207.273 105.893 207.465 106.379 207.848 106.758C208.23 107.137 208.723 107.326 209.324 107.326ZM212.4 105.299C212.4 106.135 212.115 106.818 211.545 107.35C210.975 107.881 210.234 108.146 209.324 108.146C208.418 108.146 207.68 107.881 207.109 107.35C206.539 106.818 206.254 106.135 206.254 105.299C206.254 104.463 206.539 103.781 207.109 103.254C207.68 102.723 208.418 102.457 209.324 102.457C210.23 102.457 210.969 102.723 211.539 103.254C212.113 103.785 212.4 104.467 212.4 105.299ZM215.072 105.838C215.072 106.33 215.176 106.689 215.383 106.916C215.59 107.143 215.918 107.256 216.367 107.256C216.793 107.256 217.156 107.121 217.457 106.852C217.762 106.582 217.914 106.244 217.914 105.838V103.418H217.111C216.959 103.418 216.848 103.387 216.777 103.324C216.711 103.258 216.678 103.156 216.678 103.02C216.678 102.871 216.715 102.762 216.789 102.691C216.863 102.621 216.982 102.586 217.146 102.586H218.395C218.543 102.586 218.646 102.619 218.705 102.686C218.768 102.748 218.799 102.904 218.799 103.154V107.174H219.068C219.26 107.174 219.396 107.205 219.479 107.268C219.564 107.33 219.607 107.434 219.607 107.578C219.607 107.719 219.566 107.824 219.484 107.895C219.406 107.965 219.291 108 219.139 108H218.248C218.143 108 218.061 107.979 218.002 107.936C217.943 107.893 217.914 107.834 217.914 107.76V107.361C217.539 107.65 217.217 107.85 216.947 107.959C216.682 108.064 216.4 108.117 216.104 108.117C215.459 108.117 214.975 107.947 214.65 107.607C214.33 107.264 214.17 106.746 214.17 106.055V103.418H214.047C213.781 103.418 213.6 103.387 213.502 103.324C213.404 103.262 213.355 103.152 213.355 102.996C213.355 102.859 213.393 102.758 213.467 102.691C213.545 102.621 213.664 102.586 213.824 102.586H214.709C214.846 102.586 214.939 102.613 214.99 102.668C215.045 102.723 215.072 102.844 215.072 103.031V105.838ZM223.164 107.174H225.109C225.262 107.174 225.373 107.207 225.443 107.273C225.518 107.336 225.555 107.438 225.555 107.578C225.555 107.738 225.52 107.85 225.449 107.912C225.383 107.971 225.258 108 225.074 108H221.242C221.09 108 220.975 107.965 220.896 107.895C220.818 107.824 220.779 107.719 220.779 107.578C220.779 107.441 220.818 107.34 220.896 107.273C220.979 107.207 221.104 107.174 221.271 107.174H222.291V103.418H221.893C221.514 103.418 221.277 103.389 221.184 103.33C221.09 103.268 221.043 103.156 221.043 102.996C221.043 102.859 221.08 102.758 221.154 102.691C221.232 102.621 221.35 102.586 221.506 102.586H222.842C222.947 102.586 223.027 102.607 223.082 102.65C223.137 102.689 223.164 102.748 223.164 102.826V103.822C223.535 103.357 223.922 103.012 224.324 102.785C224.727 102.559 225.16 102.445 225.625 102.445C225.973 102.445 226.254 102.516 226.469 102.656C226.684 102.797 226.791 102.979 226.791 103.201C226.791 103.346 226.736 103.475 226.627 103.588C226.521 103.697 226.404 103.752 226.275 103.752C226.186 103.752 226.033 103.693 225.818 103.576C225.607 103.455 225.418 103.395 225.25 103.395C224.945 103.395 224.623 103.504 224.283 103.723C223.947 103.938 223.574 104.279 223.164 104.748V107.174ZM232.709 102.938V102.914C232.709 102.785 232.746 102.691 232.82 102.633C232.895 102.57 233.01 102.539 233.166 102.539C233.326 102.539 233.436 102.586 233.494 102.68C233.557 102.773 233.588 102.967 233.588 103.26V104.35C233.588 104.494 233.551 104.604 233.477 104.678C233.402 104.748 233.291 104.783 233.143 104.783C233.037 104.783 232.945 104.754 232.867 104.695C232.793 104.633 232.701 104.506 232.592 104.314C232.404 103.998 232.176 103.76 231.906 103.6C231.641 103.436 231.334 103.354 230.986 103.354C230.377 103.354 229.881 103.533 229.498 103.893C229.119 104.252 228.93 104.717 228.93 105.287C228.93 105.869 229.111 106.346 229.475 106.717C229.842 107.084 230.312 107.268 230.887 107.268C231.148 107.268 231.396 107.232 231.631 107.162C231.869 107.088 232.094 106.979 232.305 106.834C232.379 106.787 232.479 106.715 232.604 106.617C232.857 106.41 233.057 106.307 233.201 106.307C233.322 106.307 233.42 106.346 233.494 106.424C233.572 106.498 233.611 106.596 233.611 106.717C233.611 107.025 233.318 107.342 232.732 107.666C232.15 107.986 231.531 108.146 230.875 108.146C230.027 108.146 229.32 107.875 228.754 107.332C228.191 106.789 227.91 106.111 227.91 105.299C227.91 104.486 228.191 103.809 228.754 103.266C229.316 102.719 230.02 102.445 230.863 102.445C231.16 102.445 231.457 102.486 231.754 102.568C232.055 102.646 232.373 102.77 232.709 102.938ZM236.172 105.551C236.203 106.113 236.393 106.549 236.74 106.857C237.092 107.162 237.57 107.314 238.176 107.314C238.633 107.314 239.131 107.193 239.67 106.951C240.209 106.705 240.535 106.582 240.648 106.582C240.766 106.582 240.863 106.619 240.941 106.693C241.02 106.768 241.059 106.859 241.059 106.969C241.059 107.082 241.018 107.186 240.936 107.279C240.854 107.373 240.723 107.465 240.543 107.555C240.152 107.746 239.748 107.893 239.33 107.994C238.916 108.096 238.504 108.146 238.094 108.146C237.203 108.146 236.49 107.891 235.955 107.379C235.42 106.863 235.152 106.182 235.152 105.334C235.152 104.471 235.436 103.771 236.002 103.236C236.568 102.701 237.307 102.434 238.217 102.434C239.041 102.434 239.725 102.684 240.268 103.184C240.811 103.684 241.082 104.289 241.082 105C241.082 105.219 241.035 105.365 240.941 105.439C240.852 105.514 240.604 105.551 240.197 105.551H240.109H236.172ZM236.201 104.783H240.016C239.957 104.318 239.762 103.945 239.43 103.664C239.102 103.379 238.697 103.236 238.217 103.236C237.697 103.236 237.26 103.373 236.904 103.646C236.549 103.92 236.314 104.299 236.201 104.783ZM242.734 104.854H247.99C248.107 104.854 248.197 104.893 248.26 104.971C248.326 105.045 248.359 105.15 248.359 105.287C248.359 105.428 248.326 105.535 248.26 105.609C248.197 105.684 248.107 105.721 247.99 105.721H242.734C242.613 105.721 242.52 105.684 242.453 105.609C242.391 105.535 242.359 105.428 242.359 105.287C242.359 105.146 242.391 105.039 242.453 104.965C242.52 104.891 242.613 104.854 242.734 104.854ZM242.734 102.891H247.99C248.107 102.891 248.197 102.928 248.26 103.002C248.326 103.076 248.359 103.182 248.359 103.318C248.359 103.459 248.326 103.566 248.26 103.641C248.197 103.715 248.107 103.752 247.99 103.752H242.734C242.613 103.752 242.52 103.717 242.453 103.646C242.391 103.572 242.359 103.463 242.359 103.318C242.359 103.178 242.391 103.072 242.453 103.002C242.52 102.928 242.613 102.891 242.734 102.891ZM250.387 107.174V103.418H250.275C250.01 103.418 249.826 103.387 249.725 103.324C249.627 103.262 249.578 103.152 249.578 102.996C249.578 102.852 249.619 102.748 249.701 102.686C249.783 102.619 249.916 102.586 250.1 102.586H250.375H250.938C251.043 102.586 251.125 102.607 251.184 102.65C251.242 102.693 251.271 102.752 251.271 102.826V103.225C251.557 102.959 251.838 102.764 252.115 102.639C252.396 102.51 252.688 102.445 252.988 102.445C253.578 102.445 254.041 102.629 254.377 102.996C254.717 103.363 254.887 103.871 254.887 104.52V107.174H255.162C255.357 107.174 255.498 107.207 255.584 107.273C255.67 107.336 255.713 107.438 255.713 107.578C255.713 107.73 255.666 107.84 255.572 107.906C255.482 107.969 255.32 108 255.086 108H253.791C253.541 108 253.381 107.971 253.311 107.912C253.24 107.854 253.205 107.742 253.205 107.578C253.205 107.426 253.246 107.32 253.328 107.262C253.41 107.203 253.564 107.174 253.791 107.174H253.996V104.736C253.996 104.279 253.893 103.932 253.686 103.693C253.479 103.451 253.178 103.33 252.783 103.33C252.385 103.33 252.033 103.465 251.729 103.734C251.424 104.004 251.271 104.338 251.271 104.736V107.174H251.477C251.711 107.174 251.869 107.203 251.951 107.262C252.033 107.32 252.074 107.426 252.074 107.578C252.074 107.742 252.039 107.854 251.969 107.912C251.898 107.971 251.727 108 251.453 108H250.387H250.07C249.91 108 249.789 107.967 249.707 107.9C249.629 107.83 249.59 107.723 249.59 107.578C249.59 107.422 249.635 107.316 249.725 107.262C249.818 107.203 249.998 107.174 250.264 107.174H250.387ZM257.793 105.551C257.824 106.113 258.014 106.549 258.361 106.857C258.713 107.162 259.191 107.314 259.797 107.314C260.254 107.314 260.752 107.193 261.291 106.951C261.83 106.705 262.156 106.582 262.27 106.582C262.387 106.582 262.484 106.619 262.562 106.693C262.641 106.768 262.68 106.859 262.68 106.969C262.68 107.082 262.639 107.186 262.557 107.279C262.475 107.373 262.344 107.465 262.164 107.555C261.773 107.746 261.369 107.893 260.951 107.994C260.537 108.096 260.125 108.146 259.715 108.146C258.824 108.146 258.111 107.891 257.576 107.379C257.041 106.863 256.773 106.182 256.773 105.334C256.773 104.471 257.057 103.771 257.623 103.236C258.189 102.701 258.928 102.434 259.838 102.434C260.662 102.434 261.346 102.684 261.889 103.184C262.432 103.684 262.703 104.289 262.703 105C262.703 105.219 262.656 105.365 262.562 105.439C262.473 105.514 262.225 105.551 261.818 105.551H261.73H257.793ZM257.822 104.783H261.637C261.578 104.318 261.383 103.945 261.051 103.664C260.723 103.379 260.318 103.236 259.838 103.236C259.318 103.236 258.881 103.373 258.525 103.646C258.17 103.92 257.936 104.299 257.822 104.783ZM266.945 105.023L266.189 107.807C266.15 107.955 266.092 108.059 266.014 108.117C265.936 108.176 265.818 108.205 265.662 108.205C265.521 108.205 265.412 108.168 265.334 108.094C265.256 108.02 265.186 107.885 265.123 107.689L263.781 103.418H263.729C263.564 103.418 263.447 103.387 263.377 103.324C263.303 103.258 263.266 103.148 263.266 102.996C263.266 102.863 263.305 102.762 263.383 102.691C263.457 102.621 263.568 102.586 263.717 102.586H265.281C265.492 102.586 265.635 102.617 265.709 102.68C265.783 102.738 265.82 102.844 265.82 102.996C265.82 103.09 265.799 103.172 265.756 103.242C265.713 103.309 265.658 103.35 265.592 103.365C265.525 103.385 265.447 103.398 265.357 103.406C265.271 103.414 265.166 103.418 265.041 103.418H264.701L265.709 106.934L266.465 104.379C266.508 104.23 266.568 104.127 266.646 104.068C266.725 104.01 266.84 103.98 266.992 103.98C267.133 103.98 267.242 104.02 267.32 104.098C267.402 104.172 267.475 104.305 267.537 104.496L268.27 106.934L269.236 103.418H269.096H268.844C268.574 103.418 268.393 103.389 268.299 103.33C268.205 103.268 268.158 103.156 268.158 102.996C268.158 102.84 268.193 102.732 268.264 102.674C268.334 102.615 268.471 102.586 268.674 102.586H270.244C270.365 102.586 270.455 102.621 270.514 102.691C270.576 102.762 270.607 102.863 270.607 102.996C270.607 103.145 270.572 103.25 270.502 103.312C270.432 103.375 270.299 103.41 270.104 103.418L268.785 107.807C268.734 107.955 268.67 108.059 268.592 108.117C268.518 108.176 268.404 108.205 268.252 108.205C268.111 108.205 268 108.166 267.918 108.088C267.836 108.014 267.768 107.881 267.713 107.689L266.945 105.023ZM271.633 107.578V106.535C271.633 106.363 271.664 106.24 271.727 106.166C271.793 106.092 271.898 106.055 272.043 106.055C272.203 106.055 272.33 106.164 272.424 106.383C272.486 106.516 272.543 106.615 272.594 106.682C272.758 106.893 273 107.062 273.32 107.191C273.641 107.316 273.994 107.379 274.381 107.379C274.795 107.379 275.127 107.295 275.377 107.127C275.627 106.959 275.752 106.738 275.752 106.465C275.752 106.188 275.65 105.99 275.447 105.873C275.248 105.756 274.904 105.697 274.416 105.697H274.094C273.297 105.697 272.689 105.559 272.271 105.281C271.854 105.004 271.645 104.602 271.645 104.074C271.645 103.559 271.848 103.158 272.254 102.873C272.664 102.588 273.238 102.445 273.977 102.445C274.277 102.445 274.584 102.488 274.896 102.574C275.209 102.656 275.373 102.697 275.389 102.697C275.432 102.697 275.514 102.66 275.635 102.586C275.756 102.508 275.875 102.469 275.992 102.469C276.125 102.469 276.223 102.518 276.285 102.615C276.352 102.713 276.385 102.859 276.385 103.055V103.74C276.385 103.947 276.354 104.098 276.291 104.191C276.229 104.281 276.129 104.326 275.992 104.326C275.875 104.326 275.73 104.227 275.559 104.027C275.438 103.891 275.338 103.787 275.26 103.717C275.053 103.525 274.832 103.389 274.598 103.307C274.363 103.221 274.088 103.178 273.771 103.178C273.404 103.178 273.107 103.26 272.881 103.424C272.658 103.584 272.547 103.789 272.547 104.039C272.547 104.285 272.662 104.461 272.893 104.566C273.123 104.672 273.619 104.732 274.381 104.748C275.193 104.768 275.787 104.91 276.162 105.176C276.537 105.438 276.725 105.844 276.725 106.395C276.725 106.922 276.518 107.344 276.104 107.66C275.689 107.977 275.131 108.135 274.428 108.135C274.205 108.135 273.957 108.113 273.684 108.07C273.41 108.031 273.066 107.963 272.652 107.865C272.516 107.955 272.398 108.021 272.301 108.064C272.203 108.111 272.121 108.135 272.055 108.135C271.918 108.135 271.812 108.088 271.738 107.994C271.668 107.896 271.633 107.758 271.633 107.578ZM281.002 101.174H280.006C279.627 101.174 279.389 101.145 279.291 101.086C279.197 101.023 279.15 100.912 279.15 100.752C279.15 100.611 279.189 100.506 279.268 100.436C279.35 100.365 279.467 100.33 279.619 100.33H281.553C281.658 100.33 281.74 100.352 281.799 100.395C281.857 100.438 281.887 100.496 281.887 100.57V107.174H283.727C283.875 107.174 283.982 107.207 284.049 107.273C284.119 107.336 284.154 107.438 284.154 107.578C284.154 107.738 284.121 107.85 284.055 107.912C283.988 107.971 283.863 108 283.68 108H279.355C279.203 108 279.086 107.965 279.004 107.895C278.926 107.824 278.887 107.719 278.887 107.578C278.887 107.441 278.928 107.34 279.01 107.273C279.092 107.207 279.215 107.174 279.379 107.174H281.002V101.174ZM286.621 105.551C286.652 106.113 286.842 106.549 287.189 106.857C287.541 107.162 288.02 107.314 288.625 107.314C289.082 107.314 289.58 107.193 290.119 106.951C290.658 106.705 290.984 106.582 291.098 106.582C291.215 106.582 291.312 106.619 291.391 106.693C291.469 106.768 291.508 106.859 291.508 106.969C291.508 107.082 291.467 107.186 291.385 107.279C291.303 107.373 291.172 107.465 290.992 107.555C290.602 107.746 290.197 107.893 289.779 107.994C289.365 108.096 288.953 108.146 288.543 108.146C287.652 108.146 286.939 107.891 286.404 107.379C285.869 106.863 285.602 106.182 285.602 105.334C285.602 104.471 285.885 103.771 286.451 103.236C287.018 102.701 287.756 102.434 288.666 102.434C289.49 102.434 290.174 102.684 290.717 103.184C291.26 103.684 291.531 104.289 291.531 105C291.531 105.219 291.484 105.365 291.391 105.439C291.301 105.514 291.053 105.551 290.646 105.551H290.559H286.621ZM286.65 104.783H290.465C290.406 104.318 290.211 103.945 289.879 103.664C289.551 103.379 289.146 103.236 288.666 103.236C288.146 103.236 287.709 103.373 287.354 103.646C286.998 103.92 286.764 104.299 286.65 104.783ZM297.408 102.914C297.6 102.914 297.738 102.947 297.824 103.014C297.914 103.08 297.959 103.186 297.959 103.33C297.959 103.467 297.918 103.57 297.836 103.641C297.754 103.707 297.631 103.74 297.467 103.74H295.094V105.697C295.094 106.338 295.176 106.76 295.34 106.963C295.508 107.166 295.793 107.268 296.195 107.268C296.551 107.268 296.977 107.164 297.473 106.957C297.969 106.75 298.275 106.646 298.393 106.646C298.502 106.646 298.594 106.686 298.668 106.764C298.746 106.842 298.785 106.938 298.785 107.051C298.785 107.18 298.736 107.293 298.639 107.391C298.545 107.484 298.383 107.576 298.152 107.666C297.77 107.818 297.424 107.93 297.115 108C296.811 108.07 296.523 108.105 296.254 108.105C295.797 108.105 295.412 108.033 295.1 107.889C294.791 107.74 294.561 107.521 294.408 107.232C294.33 107.096 294.273 106.934 294.238 106.746C294.207 106.559 294.191 106.27 294.191 105.879V105.697V103.74H293.195C293.031 103.74 292.912 103.709 292.838 103.646C292.764 103.58 292.727 103.475 292.727 103.33C292.727 103.17 292.777 103.061 292.879 103.002C292.98 102.943 293.197 102.914 293.529 102.914H294.191V101.713V101.402C294.191 101.234 294.227 101.111 294.297 101.033C294.371 100.951 294.484 100.91 294.637 100.91C294.809 100.91 294.928 100.959 294.994 101.057C295.061 101.154 295.094 101.377 295.094 101.725V102.914H297.408ZM304.615 102.914C304.807 102.914 304.945 102.947 305.031 103.014C305.121 103.08 305.166 103.186 305.166 103.33C305.166 103.467 305.125 103.57 305.043 103.641C304.961 103.707 304.838 103.74 304.674 103.74H302.301V105.697C302.301 106.338 302.383 106.76 302.547 106.963C302.715 107.166 303 107.268 303.402 107.268C303.758 107.268 304.184 107.164 304.68 106.957C305.176 106.75 305.482 106.646 305.6 106.646C305.709 106.646 305.801 106.686 305.875 106.764C305.953 106.842 305.992 106.938 305.992 107.051C305.992 107.18 305.943 107.293 305.846 107.391C305.752 107.484 305.59 107.576 305.359 107.666C304.977 107.818 304.631 107.93 304.322 108C304.018 108.07 303.73 108.105 303.461 108.105C303.004 108.105 302.619 108.033 302.307 107.889C301.998 107.74 301.768 107.521 301.615 107.232C301.537 107.096 301.48 106.934 301.445 106.746C301.414 106.559 301.398 106.27 301.398 105.879V105.697V103.74H300.402C300.238 103.74 300.119 103.709 300.045 103.646C299.971 103.58 299.934 103.475 299.934 103.33C299.934 103.17 299.984 103.061 300.086 103.002C300.188 102.943 300.404 102.914 300.736 102.914H301.398V101.713V101.402C301.398 101.234 301.434 101.111 301.504 101.033C301.578 100.951 301.691 100.91 301.844 100.91C302.016 100.91 302.135 100.959 302.201 101.057C302.268 101.154 302.301 101.377 302.301 101.725V102.914H304.615ZM308.242 105.551C308.273 106.113 308.463 106.549 308.811 106.857C309.162 107.162 309.641 107.314 310.246 107.314C310.703 107.314 311.201 107.193 311.74 106.951C312.279 106.705 312.605 106.582 312.719 106.582C312.836 106.582 312.934 106.619 313.012 106.693C313.09 106.768 313.129 106.859 313.129 106.969C313.129 107.082 313.088 107.186 313.006 107.279C312.924 107.373 312.793 107.465 312.613 107.555C312.223 107.746 311.818 107.893 311.4 107.994C310.986 108.096 310.574 108.146 310.164 108.146C309.273 108.146 308.561 107.891 308.025 107.379C307.49 106.863 307.223 106.182 307.223 105.334C307.223 104.471 307.506 103.771 308.072 103.236C308.639 102.701 309.377 102.434 310.287 102.434C311.111 102.434 311.795 102.684 312.338 103.184C312.881 103.684 313.152 104.289 313.152 105C313.152 105.219 313.105 105.365 313.012 105.439C312.922 105.514 312.674 105.551 312.268 105.551H312.18H308.242ZM308.271 104.783H312.086C312.027 104.318 311.832 103.945 311.5 103.664C311.172 103.379 310.768 103.236 310.287 103.236C309.768 103.236 309.33 103.373 308.975 103.646C308.619 103.92 308.385 104.299 308.271 104.783ZM316.855 107.174H318.801C318.953 107.174 319.064 107.207 319.135 107.273C319.209 107.336 319.246 107.438 319.246 107.578C319.246 107.738 319.211 107.85 319.141 107.912C319.074 107.971 318.949 108 318.766 108H314.934C314.781 108 314.666 107.965 314.588 107.895C314.51 107.824 314.471 107.719 314.471 107.578C314.471 107.441 314.51 107.34 314.588 107.273C314.67 107.207 314.795 107.174 314.963 107.174H315.982V103.418H315.584C315.205 103.418 314.969 103.389 314.875 103.33C314.781 103.268 314.734 103.156 314.734 102.996C314.734 102.859 314.771 102.758 314.846 102.691C314.924 102.621 315.041 102.586 315.197 102.586H316.533C316.639 102.586 316.719 102.607 316.773 102.65C316.828 102.689 316.855 102.748 316.855 102.826V103.822C317.227 103.357 317.613 103.012 318.016 102.785C318.418 102.559 318.852 102.445 319.316 102.445C319.664 102.445 319.945 102.516 320.16 102.656C320.375 102.797 320.482 102.979 320.482 103.201C320.482 103.346 320.428 103.475 320.318 103.588C320.213 103.697 320.096 103.752 319.967 103.752C319.877 103.752 319.725 103.693 319.51 103.576C319.299 103.455 319.109 103.395 318.941 103.395C318.637 103.395 318.314 103.504 317.975 103.723C317.639 103.938 317.266 104.279 316.855 104.748V107.174ZM325.633 107.449C325.367 107.68 325.092 107.852 324.807 107.965C324.525 108.078 324.23 108.135 323.922 108.135C323.395 108.135 322.957 107.957 322.609 107.602C322.266 107.242 322.094 106.791 322.094 106.248C322.094 105.873 322.188 105.531 322.375 105.223C322.562 104.914 322.869 104.6 323.295 104.279C323.1 104.002 322.959 103.756 322.873 103.541C322.787 103.322 322.744 103.113 322.744 102.914C322.744 102.5 322.895 102.15 323.195 101.865C323.5 101.58 323.873 101.438 324.314 101.438C324.463 101.438 324.617 101.463 324.777 101.514C324.941 101.564 325.139 101.65 325.369 101.771C325.389 101.768 325.408 101.766 325.428 101.766C325.447 101.762 325.477 101.76 325.516 101.76C325.641 101.76 325.736 101.791 325.803 101.854C325.873 101.912 325.908 101.996 325.908 102.105C325.908 102.242 325.859 102.367 325.762 102.48C325.664 102.594 325.562 102.65 325.457 102.65C325.387 102.65 325.23 102.578 324.988 102.434C324.75 102.289 324.541 102.217 324.361 102.217C324.166 102.217 324.004 102.277 323.875 102.398C323.746 102.52 323.682 102.67 323.682 102.85C323.682 102.975 323.715 103.109 323.781 103.254C323.848 103.398 323.99 103.617 324.209 103.91L325.656 105.902C325.73 105.719 325.807 105.479 325.885 105.182C325.994 104.74 326.15 104.52 326.354 104.52H326.717C326.803 104.52 326.877 104.562 326.939 104.648C327.006 104.734 327.039 104.84 327.039 104.965C327.039 105.113 327.014 105.217 326.963 105.275C326.912 105.334 326.814 105.379 326.67 105.41C326.623 105.605 326.562 105.805 326.488 106.008C326.414 106.211 326.326 106.42 326.225 106.635L326.582 107.139H326.729C326.803 107.139 326.863 107.174 326.91 107.244C326.957 107.314 326.98 107.41 326.98 107.531C326.98 107.676 326.953 107.791 326.898 107.877C326.844 107.959 326.771 108 326.682 108H326.189C326.096 108 325.986 107.912 325.861 107.736C325.842 107.709 325.826 107.689 325.814 107.678L325.633 107.449ZM325.129 106.764L323.811 104.988C323.58 105.148 323.408 105.322 323.295 105.51C323.182 105.697 323.125 105.904 323.125 106.131C323.125 106.436 323.225 106.693 323.424 106.904C323.627 107.115 323.871 107.221 324.156 107.221C324.328 107.221 324.492 107.184 324.648 107.109C324.809 107.035 324.969 106.92 325.129 106.764ZM330.385 105.838C330.385 106.33 330.488 106.689 330.695 106.916C330.902 107.143 331.23 107.256 331.68 107.256C332.105 107.256 332.469 107.121 332.77 106.852C333.074 106.582 333.227 106.244 333.227 105.838V103.418H332.424C332.271 103.418 332.16 103.387 332.09 103.324C332.023 103.258 331.99 103.156 331.99 103.02C331.99 102.871 332.027 102.762 332.102 102.691C332.176 102.621 332.295 102.586 332.459 102.586H333.707C333.855 102.586 333.959 102.619 334.018 102.686C334.08 102.748 334.111 102.904 334.111 103.154V107.174H334.381C334.572 107.174 334.709 107.205 334.791 107.268C334.877 107.33 334.92 107.434 334.92 107.578C334.92 107.719 334.879 107.824 334.797 107.895C334.719 107.965 334.604 108 334.451 108H333.561C333.455 108 333.373 107.979 333.314 107.936C333.256 107.893 333.227 107.834 333.227 107.76V107.361C332.852 107.65 332.529 107.85 332.26 107.959C331.994 108.064 331.713 108.117 331.416 108.117C330.771 108.117 330.287 107.947 329.963 107.607C329.643 107.264 329.482 106.746 329.482 106.055V103.418H329.359C329.094 103.418 328.912 103.387 328.814 103.324C328.717 103.262 328.668 103.152 328.668 102.996C328.668 102.859 328.705 102.758 328.779 102.691C328.857 102.621 328.977 102.586 329.137 102.586H330.021C330.158 102.586 330.252 102.613 330.303 102.668C330.357 102.723 330.385 102.844 330.385 103.031V105.838ZM340.65 102.914C340.842 102.914 340.98 102.947 341.066 103.014C341.156 103.08 341.201 103.186 341.201 103.33C341.201 103.467 341.16 103.57 341.078 103.641C340.996 103.707 340.873 103.74 340.709 103.74H338.336V105.697C338.336 106.338 338.418 106.76 338.582 106.963C338.75 107.166 339.035 107.268 339.438 107.268C339.793 107.268 340.219 107.164 340.715 106.957C341.211 106.75 341.518 106.646 341.635 106.646C341.744 106.646 341.836 106.686 341.91 106.764C341.988 106.842 342.027 106.938 342.027 107.051C342.027 107.18 341.979 107.293 341.881 107.391C341.787 107.484 341.625 107.576 341.395 107.666C341.012 107.818 340.666 107.93 340.357 108C340.053 108.07 339.766 108.105 339.496 108.105C339.039 108.105 338.654 108.033 338.342 107.889C338.033 107.74 337.803 107.521 337.65 107.232C337.572 107.096 337.516 106.934 337.48 106.746C337.449 106.559 337.434 106.27 337.434 105.879V105.697V103.74H336.438C336.273 103.74 336.154 103.709 336.08 103.646C336.006 103.58 335.969 103.475 335.969 103.33C335.969 103.17 336.02 103.061 336.121 103.002C336.223 102.943 336.439 102.914 336.771 102.914H337.434V101.713V101.402C337.434 101.234 337.469 101.111 337.539 101.033C337.613 100.951 337.727 100.91 337.879 100.91C338.051 100.91 338.17 100.959 338.236 101.057C338.303 101.154 338.336 101.377 338.336 101.725V102.914H340.65ZM348.432 104.736C348.432 104.186 348.381 103.814 348.279 103.623C348.182 103.428 348.012 103.33 347.77 103.33C347.48 103.33 347.25 103.455 347.078 103.705C346.91 103.955 346.826 104.299 346.826 104.736V107.174H346.932C347.17 107.174 347.328 107.203 347.406 107.262C347.488 107.316 347.529 107.422 347.529 107.578C347.529 107.719 347.496 107.824 347.43 107.895C347.363 107.965 347.262 108 347.125 108H346.381C346.213 108 346.098 107.961 346.035 107.883C345.977 107.805 345.947 107.637 345.947 107.379V107.209V104.736V104.279C345.947 103.986 345.881 103.756 345.748 103.588C345.615 103.416 345.434 103.33 345.203 103.33C345.027 103.33 344.865 103.383 344.717 103.488C344.572 103.59 344.447 103.742 344.342 103.945V107.174H344.559C344.793 107.174 344.951 107.203 345.033 107.262C345.115 107.32 345.156 107.426 345.156 107.578C345.156 107.738 345.123 107.85 345.057 107.912C344.99 107.971 344.863 108 344.676 108H343.117C342.965 108 342.852 107.967 342.777 107.9C342.707 107.83 342.672 107.723 342.672 107.578C342.672 107.422 342.717 107.316 342.807 107.262C342.9 107.203 343.08 107.174 343.346 107.174H343.463V103.418H343.357C343.084 103.418 342.896 103.387 342.795 103.324C342.697 103.262 342.648 103.152 342.648 102.996C342.648 102.859 342.688 102.758 342.766 102.691C342.844 102.621 342.961 102.586 343.117 102.586H344.014C344.143 102.586 344.227 102.609 344.266 102.656C344.309 102.699 344.334 102.793 344.342 102.938C344.502 102.766 344.674 102.639 344.857 102.557C345.041 102.475 345.248 102.434 345.479 102.434C345.752 102.434 345.977 102.494 346.152 102.615C346.332 102.732 346.465 102.912 346.551 103.154C346.715 102.908 346.904 102.727 347.119 102.609C347.334 102.492 347.58 102.434 347.857 102.434C348.361 102.434 348.729 102.598 348.959 102.926C349.193 103.254 349.311 103.785 349.311 104.52V107.174H349.404C349.646 107.174 349.809 107.203 349.891 107.262C349.973 107.32 350.014 107.426 350.014 107.578C350.014 107.719 349.979 107.824 349.908 107.895C349.838 107.965 349.734 108 349.598 108H348.889C348.732 108 348.617 107.953 348.543 107.859C348.469 107.766 348.432 107.617 348.432 107.414V104.736ZM83.3066 128.139V128.83H75.8945V128.139H83.3066ZM88.9785 122.736C88.9785 122.186 88.9277 121.814 88.8262 121.623C88.7285 121.428 88.5586 121.33 88.3164 121.33C88.0273 121.33 87.7969 121.455 87.625 121.705C87.457 121.955 87.373 122.299 87.373 122.736V125.174H87.4785C87.7168 125.174 87.875 125.203 87.9531 125.262C88.0352 125.316 88.0762 125.422 88.0762 125.578C88.0762 125.719 88.043 125.824 87.9766 125.895C87.9102 125.965 87.8086 126 87.6719 126H86.9277C86.7598 126 86.6445 125.961 86.582 125.883C86.5234 125.805 86.4941 125.637 86.4941 125.379V125.209V122.736V122.279C86.4941 121.986 86.4277 121.756 86.2949 121.588C86.1621 121.416 85.9805 121.33 85.75 121.33C85.5742 121.33 85.4121 121.383 85.2637 121.488C85.1191 121.59 84.9941 121.742 84.8887 121.945V125.174H85.1055C85.3398 125.174 85.498 125.203 85.5801 125.262C85.6621 125.32 85.7031 125.426 85.7031 125.578C85.7031 125.738 85.6699 125.85 85.6035 125.912C85.5371 125.971 85.4102 126 85.2227 126H83.6641C83.5117 126 83.3984 125.967 83.3242 125.9C83.2539 125.83 83.2188 125.723 83.2188 125.578C83.2188 125.422 83.2637 125.316 83.3535 125.262C83.4473 125.203 83.627 125.174 83.8926 125.174H84.0098V121.418H83.9043C83.6309 121.418 83.4434 121.387 83.3418 121.324C83.2441 121.262 83.1953 121.152 83.1953 120.996C83.1953 120.859 83.2344 120.758 83.3125 120.691C83.3906 120.621 83.5078 120.586 83.6641 120.586H84.5605C84.6895 120.586 84.7734 120.609 84.8125 120.656C84.8555 120.699 84.8809 120.793 84.8887 120.938C85.0488 120.766 85.2207 120.639 85.4043 120.557C85.5879 120.475 85.7949 120.434 86.0254 120.434C86.2988 120.434 86.5234 120.494 86.6992 120.615C86.8789 120.732 87.0117 120.912 87.0977 121.154C87.2617 120.908 87.4512 120.727 87.666 120.609C87.8809 120.492 88.127 120.434 88.4043 120.434C88.9082 120.434 89.2754 120.598 89.5059 120.926C89.7402 121.254 89.8574 121.785 89.8574 122.52V125.174H89.9512C90.1934 125.174 90.3555 125.203 90.4375 125.262C90.5195 125.32 90.5605 125.426 90.5605 125.578C90.5605 125.719 90.5254 125.824 90.4551 125.895C90.3848 125.965 90.2812 126 90.1445 126H89.4355C89.2793 126 89.1641 125.953 89.0898 125.859C89.0156 125.766 88.9785 125.617 88.9785 125.414V122.736ZM92.0312 123.551C92.0625 124.113 92.252 124.549 92.5996 124.857C92.9512 125.162 93.4297 125.314 94.0352 125.314C94.4922 125.314 94.9902 125.193 95.5293 124.951C96.0684 124.705 96.3945 124.582 96.5078 124.582C96.625 124.582 96.7227 124.619 96.8008 124.693C96.8789 124.768 96.918 124.859 96.918 124.969C96.918 125.082 96.877 125.186 96.7949 125.279C96.7129 125.373 96.582 125.465 96.4023 125.555C96.0117 125.746 95.6074 125.893 95.1895 125.994C94.7754 126.096 94.3633 126.146 93.9531 126.146C93.0625 126.146 92.3496 125.891 91.8145 125.379C91.2793 124.863 91.0117 124.182 91.0117 123.334C91.0117 122.471 91.2949 121.771 91.8613 121.236C92.4277 120.701 93.166 120.434 94.0762 120.434C94.9004 120.434 95.584 120.684 96.127 121.184C96.6699 121.684 96.9414 122.289 96.9414 123C96.9414 123.219 96.8945 123.365 96.8008 123.439C96.7109 123.514 96.4629 123.551 96.0566 123.551H95.9688H92.0312ZM92.0605 122.783H95.875C95.8164 122.318 95.6211 121.945 95.2891 121.664C94.9609 121.379 94.5566 121.236 94.0762 121.236C93.5566 121.236 93.1191 121.373 92.7637 121.646C92.4082 121.92 92.1738 122.299 92.0605 122.783ZM102.982 126C102.9 126 102.842 125.98 102.807 125.941C102.775 125.898 102.76 125.818 102.76 125.701V125.221C102.525 125.514 102.232 125.742 101.881 125.906C101.529 126.066 101.148 126.146 100.738 126.146C100 126.146 99.3809 125.885 98.8809 125.361C98.3848 124.834 98.1367 124.18 98.1367 123.398C98.1367 122.59 98.4023 121.918 98.9336 121.383C99.4648 120.844 100.127 120.574 100.92 120.574C101.322 120.574 101.684 120.646 102.004 120.791C102.324 120.932 102.6 121.141 102.83 121.418V119.174H102.52C102.18 119.174 101.959 119.145 101.857 119.086C101.76 119.023 101.711 118.912 101.711 118.752C101.711 118.611 101.75 118.506 101.828 118.436C101.91 118.365 102.027 118.33 102.18 118.33H103.381C103.498 118.33 103.582 118.35 103.633 118.389C103.688 118.428 103.715 118.488 103.715 118.57V125.174H103.979C104.17 125.174 104.309 125.207 104.395 125.273C104.48 125.336 104.523 125.438 104.523 125.578C104.523 125.711 104.486 125.814 104.412 125.889C104.338 125.963 104.238 126 104.113 126H102.982ZM99.1445 123.369C99.1445 123.908 99.3184 124.35 99.666 124.693C100.014 125.037 100.455 125.209 100.99 125.209C101.529 125.209 101.973 125.031 102.32 124.676C102.668 124.316 102.842 123.861 102.842 123.311C102.842 122.768 102.668 122.32 102.32 121.969C101.977 121.617 101.533 121.441 100.99 121.441C100.439 121.441 99.9941 121.619 99.6543 121.975C99.3145 122.33 99.1445 122.795 99.1445 123.369ZM107.887 118.898C107.887 118.477 107.924 118.211 107.998 118.102C108.076 117.992 108.24 117.938 108.49 117.938C108.732 117.938 108.893 117.984 108.971 118.078C109.049 118.168 109.088 118.385 109.088 118.729C109.088 119.064 109.051 119.273 108.977 119.355C108.906 119.434 108.744 119.473 108.49 119.473C108.24 119.473 108.076 119.436 107.998 119.361C107.924 119.287 107.887 119.133 107.887 118.898ZM108.971 125.174H110.852C111.004 125.174 111.115 125.207 111.186 125.273C111.26 125.336 111.297 125.438 111.297 125.578C111.297 125.738 111.262 125.85 111.191 125.912C111.125 125.971 111 126 110.816 126H106.27C106.113 126 105.996 125.965 105.918 125.895C105.84 125.824 105.801 125.719 105.801 125.578C105.801 125.441 105.842 125.34 105.924 125.273C106.006 125.207 106.129 125.174 106.293 125.174H108.08V121.418H106.938C106.777 121.418 106.654 121.383 106.568 121.312C106.486 121.238 106.445 121.133 106.445 120.996C106.445 120.859 106.484 120.758 106.562 120.691C106.641 120.621 106.758 120.586 106.914 120.586H108.631C108.736 120.586 108.818 120.607 108.877 120.65C108.939 120.693 108.971 120.752 108.971 120.826V125.174ZM114.174 123.838C114.174 124.33 114.277 124.689 114.484 124.916C114.691 125.143 115.02 125.256 115.469 125.256C115.895 125.256 116.258 125.121 116.559 124.852C116.863 124.582 117.016 124.244 117.016 123.838V121.418H116.213C116.061 121.418 115.949 121.387 115.879 121.324C115.812 121.258 115.779 121.156 115.779 121.02C115.779 120.871 115.816 120.762 115.891 120.691C115.965 120.621 116.084 120.586 116.248 120.586H117.496C117.645 120.586 117.748 120.619 117.807 120.686C117.869 120.748 117.9 120.904 117.9 121.154V125.174H118.17C118.361 125.174 118.498 125.205 118.58 125.268C118.666 125.33 118.709 125.434 118.709 125.578C118.709 125.719 118.668 125.824 118.586 125.895C118.508 125.965 118.393 126 118.24 126H117.35C117.244 126 117.162 125.979 117.104 125.936C117.045 125.893 117.016 125.834 117.016 125.76V125.361C116.641 125.65 116.318 125.85 116.049 125.959C115.783 126.064 115.502 126.117 115.205 126.117C114.561 126.117 114.076 125.947 113.752 125.607C113.432 125.264 113.271 124.746 113.271 124.055V121.418H113.148C112.883 121.418 112.701 121.387 112.604 121.324C112.506 121.262 112.457 121.152 112.457 120.996C112.457 120.859 112.494 120.758 112.568 120.691C112.646 120.621 112.766 120.586 112.926 120.586H113.811C113.947 120.586 114.041 120.613 114.092 120.668C114.146 120.723 114.174 120.844 114.174 121.031V123.838ZM125.014 122.736C125.014 122.186 124.963 121.814 124.861 121.623C124.764 121.428 124.594 121.33 124.352 121.33C124.062 121.33 123.832 121.455 123.66 121.705C123.492 121.955 123.408 122.299 123.408 122.736V125.174H123.514C123.752 125.174 123.91 125.203 123.988 125.262C124.07 125.316 124.111 125.422 124.111 125.578C124.111 125.719 124.078 125.824 124.012 125.895C123.945 125.965 123.844 126 123.707 126H122.963C122.795 126 122.68 125.961 122.617 125.883C122.559 125.805 122.529 125.637 122.529 125.379V125.209V122.736V122.279C122.529 121.986 122.463 121.756 122.33 121.588C122.197 121.416 122.016 121.33 121.785 121.33C121.609 121.33 121.447 121.383 121.299 121.488C121.154 121.59 121.029 121.742 120.924 121.945V125.174H121.141C121.375 125.174 121.533 125.203 121.615 125.262C121.697 125.32 121.738 125.426 121.738 125.578C121.738 125.738 121.705 125.85 121.639 125.912C121.572 125.971 121.445 126 121.258 126H119.699C119.547 126 119.434 125.967 119.359 125.9C119.289 125.83 119.254 125.723 119.254 125.578C119.254 125.422 119.299 125.316 119.389 125.262C119.482 125.203 119.662 125.174 119.928 125.174H120.045V121.418H119.939C119.666 121.418 119.479 121.387 119.377 121.324C119.279 121.262 119.23 121.152 119.23 120.996C119.23 120.859 119.27 120.758 119.348 120.691C119.426 120.621 119.543 120.586 119.699 120.586H120.596C120.725 120.586 120.809 120.609 120.848 120.656C120.891 120.699 120.916 120.793 120.924 120.938C121.084 120.766 121.256 120.639 121.439 120.557C121.623 120.475 121.83 120.434 122.061 120.434C122.334 120.434 122.559 120.494 122.734 120.615C122.914 120.732 123.047 120.912 123.133 121.154C123.297 120.908 123.486 120.727 123.701 120.609C123.916 120.492 124.162 120.434 124.439 120.434C124.943 120.434 125.311 120.598 125.541 120.926C125.775 121.254 125.893 121.785 125.893 122.52V125.174H125.986C126.229 125.174 126.391 125.203 126.473 125.262C126.555 125.32 126.596 125.426 126.596 125.578C126.596 125.719 126.561 125.824 126.49 125.895C126.42 125.965 126.316 126 126.18 126H125.471C125.314 126 125.199 125.953 125.125 125.859C125.051 125.766 125.014 125.617 125.014 125.414V122.736ZM127.422 122.854H132.678C132.795 122.854 132.885 122.893 132.947 122.971C133.014 123.045 133.047 123.15 133.047 123.287C133.047 123.428 133.014 123.535 132.947 123.609C132.885 123.684 132.795 123.721 132.678 123.721H127.422C127.301 123.721 127.207 123.684 127.141 123.609C127.078 123.535 127.047 123.428 127.047 123.287C127.047 123.146 127.078 123.039 127.141 122.965C127.207 122.891 127.301 122.854 127.422 122.854ZM127.422 120.891H132.678C132.795 120.891 132.885 120.928 132.947 121.002C133.014 121.076 133.047 121.182 133.047 121.318C133.047 121.459 133.014 121.566 132.947 121.641C132.885 121.715 132.795 121.752 132.678 121.752H127.422C127.301 121.752 127.207 121.717 127.141 121.646C127.078 121.572 127.047 121.463 127.047 121.318C127.047 121.178 127.078 121.072 127.141 121.002C127.207 120.928 127.301 120.891 127.422 120.891ZM137.57 125.186C138.121 125.186 138.568 125.012 138.912 124.664C139.256 124.316 139.428 123.865 139.428 123.311C139.428 122.768 139.252 122.32 138.9 121.969C138.553 121.617 138.109 121.441 137.57 121.441C137.027 121.441 136.582 121.617 136.234 121.969C135.891 122.316 135.719 122.764 135.719 123.311C135.719 123.857 135.891 124.307 136.234 124.658C136.582 125.01 137.027 125.186 137.57 125.186ZM135.742 121.43C135.961 121.156 136.234 120.947 136.562 120.803C136.891 120.658 137.262 120.586 137.676 120.586C138.461 120.586 139.115 120.852 139.639 121.383C140.162 121.91 140.424 122.564 140.424 123.346C140.424 124.115 140.154 124.768 139.615 125.303C139.08 125.838 138.426 126.105 137.652 126.105C137.242 126.105 136.885 126.033 136.58 125.889C136.275 125.744 136.025 125.525 135.83 125.232V125.701C135.83 125.807 135.811 125.883 135.771 125.93C135.736 125.977 135.676 126 135.59 126H134.518C134.365 126 134.252 125.965 134.178 125.895C134.104 125.824 134.066 125.719 134.066 125.578C134.066 125.422 134.111 125.316 134.201 125.262C134.291 125.203 134.469 125.174 134.734 125.174H134.857V119.174H134.746C134.48 119.174 134.299 119.143 134.201 119.08C134.104 119.018 134.055 118.908 134.055 118.752C134.055 118.611 134.094 118.506 134.172 118.436C134.25 118.365 134.365 118.33 134.518 118.33H135.408C135.525 118.33 135.609 118.35 135.66 118.389C135.715 118.428 135.742 118.488 135.742 118.57V121.43ZM143.002 123.838C143.002 124.33 143.105 124.689 143.312 124.916C143.52 125.143 143.848 125.256 144.297 125.256C144.723 125.256 145.086 125.121 145.387 124.852C145.691 124.582 145.844 124.244 145.844 123.838V121.418H145.041C144.889 121.418 144.777 121.387 144.707 121.324C144.641 121.258 144.607 121.156 144.607 121.02C144.607 120.871 144.645 120.762 144.719 120.691C144.793 120.621 144.912 120.586 145.076 120.586H146.324C146.473 120.586 146.576 120.619 146.635 120.686C146.697 120.748 146.729 120.904 146.729 121.154V125.174H146.998C147.189 125.174 147.326 125.205 147.408 125.268C147.494 125.33 147.537 125.434 147.537 125.578C147.537 125.719 147.496 125.824 147.414 125.895C147.336 125.965 147.221 126 147.068 126H146.178C146.072 126 145.99 125.979 145.932 125.936C145.873 125.893 145.844 125.834 145.844 125.76V125.361C145.469 125.65 145.146 125.85 144.877 125.959C144.611 126.064 144.33 126.117 144.033 126.117C143.389 126.117 142.904 125.947 142.58 125.607C142.26 125.264 142.1 124.746 142.1 124.055V121.418H141.977C141.711 121.418 141.529 121.387 141.432 121.324C141.334 121.262 141.285 121.152 141.285 120.996C141.285 120.859 141.322 120.758 141.396 120.691C141.475 120.621 141.594 120.586 141.754 120.586H142.639C142.775 120.586 142.869 120.613 142.92 120.668C142.975 120.723 143.002 120.844 143.002 121.031V123.838ZM153.268 120.914C153.459 120.914 153.598 120.947 153.684 121.014C153.773 121.08 153.818 121.186 153.818 121.33C153.818 121.467 153.777 121.57 153.695 121.641C153.613 121.707 153.49 121.74 153.326 121.74H150.953V123.697C150.953 124.338 151.035 124.76 151.199 124.963C151.367 125.166 151.652 125.268 152.055 125.268C152.41 125.268 152.836 125.164 153.332 124.957C153.828 124.75 154.135 124.646 154.252 124.646C154.361 124.646 154.453 124.686 154.527 124.764C154.605 124.842 154.645 124.938 154.645 125.051C154.645 125.18 154.596 125.293 154.498 125.391C154.404 125.484 154.242 125.576 154.012 125.666C153.629 125.818 153.283 125.93 152.975 126C152.67 126.07 152.383 126.105 152.113 126.105C151.656 126.105 151.271 126.033 150.959 125.889C150.65 125.74 150.42 125.521 150.268 125.232C150.189 125.096 150.133 124.934 150.098 124.746C150.066 124.559 150.051 124.27 150.051 123.879V123.697V121.74H149.055C148.891 121.74 148.771 121.709 148.697 121.646C148.623 121.58 148.586 121.475 148.586 121.33C148.586 121.17 148.637 121.061 148.738 121.002C148.84 120.943 149.057 120.914 149.389 120.914H150.051V119.713V119.402C150.051 119.234 150.086 119.111 150.156 119.033C150.23 118.951 150.344 118.91 150.496 118.91C150.668 118.91 150.787 118.959 150.854 119.057C150.92 119.154 150.953 119.377 150.953 119.725V120.914H153.268ZM160.475 120.914C160.666 120.914 160.805 120.947 160.891 121.014C160.98 121.08 161.025 121.186 161.025 121.33C161.025 121.467 160.984 121.57 160.902 121.641C160.82 121.707 160.697 121.74 160.533 121.74H158.16V123.697C158.16 124.338 158.242 124.76 158.406 124.963C158.574 125.166 158.859 125.268 159.262 125.268C159.617 125.268 160.043 125.164 160.539 124.957C161.035 124.75 161.342 124.646 161.459 124.646C161.568 124.646 161.66 124.686 161.734 124.764C161.812 124.842 161.852 124.938 161.852 125.051C161.852 125.18 161.803 125.293 161.705 125.391C161.611 125.484 161.449 125.576 161.219 125.666C160.836 125.818 160.49 125.93 160.182 126C159.877 126.07 159.59 126.105 159.32 126.105C158.863 126.105 158.479 126.033 158.166 125.889C157.857 125.74 157.627 125.521 157.475 125.232C157.396 125.096 157.34 124.934 157.305 124.746C157.273 124.559 157.258 124.27 157.258 123.879V123.697V121.74H156.262C156.098 121.74 155.979 121.709 155.904 121.646C155.83 121.58 155.793 121.475 155.793 121.33C155.793 121.17 155.844 121.061 155.945 121.002C156.047 120.943 156.264 120.914 156.596 120.914H157.258V119.713V119.402C157.258 119.234 157.293 119.111 157.363 119.033C157.438 118.951 157.551 118.91 157.703 118.91C157.875 118.91 157.994 118.959 158.061 119.057C158.127 119.154 158.16 119.377 158.16 119.725V120.914H160.475ZM166.082 125.326C166.684 125.326 167.176 125.137 167.559 124.758C167.945 124.375 168.139 123.889 168.139 123.299C168.139 122.709 167.945 122.223 167.559 121.84C167.172 121.453 166.68 121.26 166.082 121.26C165.484 121.26 164.992 121.453 164.605 121.84C164.223 122.223 164.031 122.709 164.031 123.299C164.031 123.893 164.223 124.379 164.605 124.758C164.988 125.137 165.48 125.326 166.082 125.326ZM169.158 123.299C169.158 124.135 168.873 124.818 168.303 125.35C167.732 125.881 166.992 126.146 166.082 126.146C165.176 126.146 164.438 125.881 163.867 125.35C163.297 124.818 163.012 124.135 163.012 123.299C163.012 122.463 163.297 121.781 163.867 121.254C164.438 120.723 165.176 120.457 166.082 120.457C166.988 120.457 167.727 120.723 168.297 121.254C168.871 121.785 169.158 122.467 169.158 123.299ZM171.109 125.174V121.418H170.998C170.732 121.418 170.549 121.387 170.447 121.324C170.35 121.262 170.301 121.152 170.301 120.996C170.301 120.852 170.342 120.748 170.424 120.686C170.506 120.619 170.639 120.586 170.822 120.586H171.098H171.66C171.766 120.586 171.848 120.607 171.906 120.65C171.965 120.693 171.994 120.752 171.994 120.826V121.225C172.279 120.959 172.561 120.764 172.838 120.639C173.119 120.51 173.41 120.445 173.711 120.445C174.301 120.445 174.764 120.629 175.1 120.996C175.439 121.363 175.609 121.871 175.609 122.52V125.174H175.885C176.08 125.174 176.221 125.207 176.307 125.273C176.393 125.336 176.436 125.438 176.436 125.578C176.436 125.73 176.389 125.84 176.295 125.906C176.205 125.969 176.043 126 175.809 126H174.514C174.264 126 174.104 125.971 174.033 125.912C173.963 125.854 173.928 125.742 173.928 125.578C173.928 125.426 173.969 125.32 174.051 125.262C174.133 125.203 174.287 125.174 174.514 125.174H174.719V122.736C174.719 122.279 174.615 121.932 174.408 121.693C174.201 121.451 173.9 121.33 173.506 121.33C173.107 121.33 172.756 121.465 172.451 121.734C172.146 122.004 171.994 122.338 171.994 122.736V125.174H172.199C172.434 125.174 172.592 125.203 172.674 125.262C172.756 125.32 172.797 125.426 172.797 125.578C172.797 125.742 172.762 125.854 172.691 125.912C172.621 125.971 172.449 126 172.176 126H171.109H170.793C170.633 126 170.512 125.967 170.43 125.9C170.352 125.83 170.312 125.723 170.312 125.578C170.312 125.422 170.357 125.316 170.447 125.262C170.541 125.203 170.721 125.174 170.986 125.174H171.109ZM181.492 125.449C181.227 125.68 180.951 125.852 180.666 125.965C180.385 126.078 180.09 126.135 179.781 126.135C179.254 126.135 178.816 125.957 178.469 125.602C178.125 125.242 177.953 124.791 177.953 124.248C177.953 123.873 178.047 123.531 178.234 123.223C178.422 122.914 178.729 122.6 179.154 122.279C178.959 122.002 178.818 121.756 178.732 121.541C178.646 121.322 178.604 121.113 178.604 120.914C178.604 120.5 178.754 120.15 179.055 119.865C179.359 119.58 179.732 119.438 180.174 119.438C180.322 119.438 180.477 119.463 180.637 119.514C180.801 119.564 180.998 119.65 181.229 119.771C181.248 119.768 181.268 119.766 181.287 119.766C181.307 119.762 181.336 119.76 181.375 119.76C181.5 119.76 181.596 119.791 181.662 119.854C181.732 119.912 181.768 119.996 181.768 120.105C181.768 120.242 181.719 120.367 181.621 120.48C181.523 120.594 181.422 120.65 181.316 120.65C181.246 120.65 181.09 120.578 180.848 120.434C180.609 120.289 180.4 120.217 180.221 120.217C180.025 120.217 179.863 120.277 179.734 120.398C179.605 120.52 179.541 120.67 179.541 120.85C179.541 120.975 179.574 121.109 179.641 121.254C179.707 121.398 179.85 121.617 180.068 121.91L181.516 123.902C181.59 123.719 181.666 123.479 181.744 123.182C181.854 122.74 182.01 122.52 182.213 122.52H182.576C182.662 122.52 182.736 122.562 182.799 122.648C182.865 122.734 182.898 122.84 182.898 122.965C182.898 123.113 182.873 123.217 182.822 123.275C182.771 123.334 182.674 123.379 182.529 123.41C182.482 123.605 182.422 123.805 182.348 124.008C182.273 124.211 182.186 124.42 182.084 124.635L182.441 125.139H182.588C182.662 125.139 182.723 125.174 182.77 125.244C182.816 125.314 182.84 125.41 182.84 125.531C182.84 125.676 182.812 125.791 182.758 125.877C182.703 125.959 182.631 126 182.541 126H182.049C181.955 126 181.846 125.912 181.721 125.736C181.701 125.709 181.686 125.689 181.674 125.678L181.492 125.449ZM180.988 124.764L179.67 122.988C179.439 123.148 179.268 123.322 179.154 123.51C179.041 123.697 178.984 123.904 178.984 124.131C178.984 124.436 179.084 124.693 179.283 124.904C179.486 125.115 179.73 125.221 180.016 125.221C180.188 125.221 180.352 125.184 180.508 125.109C180.668 125.035 180.828 124.92 180.988 124.764ZM186.244 123.838C186.244 124.33 186.348 124.689 186.555 124.916C186.762 125.143 187.09 125.256 187.539 125.256C187.965 125.256 188.328 125.121 188.629 124.852C188.934 124.582 189.086 124.244 189.086 123.838V121.418H188.283C188.131 121.418 188.02 121.387 187.949 121.324C187.883 121.258 187.85 121.156 187.85 121.02C187.85 120.871 187.887 120.762 187.961 120.691C188.035 120.621 188.154 120.586 188.318 120.586H189.566C189.715 120.586 189.818 120.619 189.877 120.686C189.939 120.748 189.971 120.904 189.971 121.154V125.174H190.24C190.432 125.174 190.568 125.205 190.65 125.268C190.736 125.33 190.779 125.434 190.779 125.578C190.779 125.719 190.738 125.824 190.656 125.895C190.578 125.965 190.463 126 190.311 126H189.42C189.314 126 189.232 125.979 189.174 125.936C189.115 125.893 189.086 125.834 189.086 125.76V125.361C188.711 125.65 188.389 125.85 188.119 125.959C187.854 126.064 187.572 126.117 187.275 126.117C186.631 126.117 186.146 125.947 185.822 125.607C185.502 125.264 185.342 124.746 185.342 124.055V121.418H185.219C184.953 121.418 184.771 121.387 184.674 121.324C184.576 121.262 184.527 121.152 184.527 120.996C184.527 120.859 184.564 120.758 184.639 120.691C184.717 120.621 184.836 120.586 184.996 120.586H185.881C186.018 120.586 186.111 120.613 186.162 120.668C186.217 120.723 186.244 120.844 186.244 121.031V123.838ZM196.51 120.914C196.701 120.914 196.84 120.947 196.926 121.014C197.016 121.08 197.061 121.186 197.061 121.33C197.061 121.467 197.02 121.57 196.938 121.641C196.855 121.707 196.732 121.74 196.568 121.74H194.195V123.697C194.195 124.338 194.277 124.76 194.441 124.963C194.609 125.166 194.895 125.268 195.297 125.268C195.652 125.268 196.078 125.164 196.574 124.957C197.07 124.75 197.377 124.646 197.494 124.646C197.604 124.646 197.695 124.686 197.77 124.764C197.848 124.842 197.887 124.938 197.887 125.051C197.887 125.18 197.838 125.293 197.74 125.391C197.646 125.484 197.484 125.576 197.254 125.666C196.871 125.818 196.525 125.93 196.217 126C195.912 126.07 195.625 126.105 195.355 126.105C194.898 126.105 194.514 126.033 194.201 125.889C193.893 125.74 193.662 125.521 193.51 125.232C193.432 125.096 193.375 124.934 193.34 124.746C193.309 124.559 193.293 124.27 193.293 123.879V123.697V121.74H192.297C192.133 121.74 192.014 121.709 191.939 121.646C191.865 121.58 191.828 121.475 191.828 121.33C191.828 121.17 191.879 121.061 191.98 121.002C192.082 120.943 192.299 120.914 192.631 120.914H193.293V119.713V119.402C193.293 119.234 193.328 119.111 193.398 119.033C193.473 118.951 193.586 118.91 193.738 118.91C193.91 118.91 194.029 118.959 194.096 119.057C194.162 119.154 194.195 119.377 194.195 119.725V120.914H196.51ZM204.291 122.736C204.291 122.186 204.24 121.814 204.139 121.623C204.041 121.428 203.871 121.33 203.629 121.33C203.34 121.33 203.109 121.455 202.938 121.705C202.77 121.955 202.686 122.299 202.686 122.736V125.174H202.791C203.029 125.174 203.188 125.203 203.266 125.262C203.348 125.316 203.389 125.422 203.389 125.578C203.389 125.719 203.355 125.824 203.289 125.895C203.223 125.965 203.121 126 202.984 126H202.24C202.072 126 201.957 125.961 201.895 125.883C201.836 125.805 201.807 125.637 201.807 125.379V125.209V122.736V122.279C201.807 121.986 201.74 121.756 201.607 121.588C201.475 121.416 201.293 121.33 201.062 121.33C200.887 121.33 200.725 121.383 200.576 121.488C200.432 121.59 200.307 121.742 200.201 121.945V125.174H200.418C200.652 125.174 200.811 125.203 200.893 125.262C200.975 125.32 201.016 125.426 201.016 125.578C201.016 125.738 200.982 125.85 200.916 125.912C200.85 125.971 200.723 126 200.535 126H198.977C198.824 126 198.711 125.967 198.637 125.9C198.566 125.83 198.531 125.723 198.531 125.578C198.531 125.422 198.576 125.316 198.666 125.262C198.76 125.203 198.939 125.174 199.205 125.174H199.322V121.418H199.217C198.943 121.418 198.756 121.387 198.654 121.324C198.557 121.262 198.508 121.152 198.508 120.996C198.508 120.859 198.547 120.758 198.625 120.691C198.703 120.621 198.82 120.586 198.977 120.586H199.873C200.002 120.586 200.086 120.609 200.125 120.656C200.168 120.699 200.193 120.793 200.201 120.938C200.361 120.766 200.533 120.639 200.717 120.557C200.9 120.475 201.107 120.434 201.338 120.434C201.611 120.434 201.836 120.494 202.012 120.615C202.191 120.732 202.324 120.912 202.41 121.154C202.574 120.908 202.764 120.727 202.979 120.609C203.193 120.492 203.439 120.434 203.717 120.434C204.221 120.434 204.588 120.598 204.818 120.926C205.053 121.254 205.17 121.785 205.17 122.52V125.174H205.264C205.506 125.174 205.668 125.203 205.75 125.262C205.832 125.32 205.873 125.426 205.873 125.578C205.873 125.719 205.838 125.824 205.768 125.895C205.697 125.965 205.594 126 205.457 126H204.748C204.592 126 204.477 125.953 204.402 125.859C204.328 125.766 204.291 125.617 204.291 125.414V122.736ZM213.033 128.139V128.83H205.621V128.139H213.033ZM218.295 120.938V120.914C218.295 120.785 218.332 120.691 218.406 120.633C218.48 120.57 218.596 120.539 218.752 120.539C218.912 120.539 219.021 120.586 219.08 120.68C219.143 120.773 219.174 120.967 219.174 121.26V122.35C219.174 122.494 219.137 122.604 219.062 122.678C218.988 122.748 218.877 122.783 218.729 122.783C218.623 122.783 218.531 122.754 218.453 122.695C218.379 122.633 218.287 122.506 218.178 122.314C217.99 121.998 217.762 121.76 217.492 121.6C217.227 121.436 216.92 121.354 216.572 121.354C215.963 121.354 215.467 121.533 215.084 121.893C214.705 122.252 214.516 122.717 214.516 123.287C214.516 123.869 214.697 124.346 215.061 124.717C215.428 125.084 215.898 125.268 216.473 125.268C216.734 125.268 216.982 125.232 217.217 125.162C217.455 125.088 217.68 124.979 217.891 124.834C217.965 124.787 218.064 124.715 218.189 124.617C218.443 124.41 218.643 124.307 218.787 124.307C218.908 124.307 219.006 124.346 219.08 124.424C219.158 124.498 219.197 124.596 219.197 124.717C219.197 125.025 218.904 125.342 218.318 125.666C217.736 125.986 217.117 126.146 216.461 126.146C215.613 126.146 214.906 125.875 214.34 125.332C213.777 124.789 213.496 124.111 213.496 123.299C213.496 122.486 213.777 121.809 214.34 121.266C214.902 120.719 215.605 120.445 216.449 120.445C216.746 120.445 217.043 120.486 217.34 120.568C217.641 120.646 217.959 120.77 218.295 120.938ZM225.039 123.41C224.824 123.34 224.615 123.289 224.412 123.258C224.213 123.223 224.014 123.205 223.814 123.205C223.213 123.205 222.738 123.307 222.391 123.51C222.043 123.713 221.869 123.986 221.869 124.33C221.869 124.596 221.977 124.814 222.191 124.986C222.41 125.158 222.688 125.244 223.023 125.244C223.52 125.244 223.979 125.115 224.4 124.857C224.826 124.596 225.039 124.324 225.039 124.043V123.41ZM225.086 125.256C224.766 125.545 224.416 125.766 224.037 125.918C223.662 126.07 223.275 126.146 222.877 126.146C222.295 126.146 221.824 125.984 221.465 125.66C221.109 125.336 220.932 124.914 220.932 124.395C220.932 123.777 221.168 123.299 221.641 122.959C222.117 122.619 222.785 122.449 223.645 122.449C223.871 122.449 224.1 122.465 224.33 122.496C224.561 122.523 224.797 122.568 225.039 122.631V122.59C225.039 122.141 224.932 121.809 224.717 121.594C224.502 121.379 224.168 121.271 223.715 121.271C223.41 121.271 223.07 121.354 222.695 121.518C222.32 121.682 222.072 121.764 221.951 121.764C221.838 121.764 221.744 121.719 221.67 121.629C221.596 121.535 221.559 121.416 221.559 121.271C221.559 121.041 221.773 120.846 222.203 120.686C222.637 120.525 223.189 120.445 223.861 120.445C224.549 120.445 225.068 120.621 225.42 120.973C225.771 121.32 225.947 121.836 225.947 122.52V125.174H226.234C226.512 125.174 226.697 125.203 226.791 125.262C226.885 125.32 226.932 125.426 226.932 125.578C226.932 125.719 226.893 125.824 226.814 125.895C226.736 125.965 226.619 126 226.463 126H225.543C225.434 126 225.344 125.967 225.273 125.9C225.203 125.834 225.156 125.738 225.133 125.613L225.086 125.256ZM233.119 122.736C233.119 122.186 233.068 121.814 232.967 121.623C232.869 121.428 232.699 121.33 232.457 121.33C232.168 121.33 231.938 121.455 231.766 121.705C231.598 121.955 231.514 122.299 231.514 122.736V125.174H231.619C231.857 125.174 232.016 125.203 232.094 125.262C232.176 125.316 232.217 125.422 232.217 125.578C232.217 125.719 232.184 125.824 232.117 125.895C232.051 125.965 231.949 126 231.812 126H231.068C230.9 126 230.785 125.961 230.723 125.883C230.664 125.805 230.635 125.637 230.635 125.379V125.209V122.736V122.279C230.635 121.986 230.568 121.756 230.436 121.588C230.303 121.416 230.121 121.33 229.891 121.33C229.715 121.33 229.553 121.383 229.404 121.488C229.26 121.59 229.135 121.742 229.029 121.945V125.174H229.246C229.48 125.174 229.639 125.203 229.721 125.262C229.803 125.32 229.844 125.426 229.844 125.578C229.844 125.738 229.811 125.85 229.744 125.912C229.678 125.971 229.551 126 229.363 126H227.805C227.652 126 227.539 125.967 227.465 125.9C227.395 125.83 227.359 125.723 227.359 125.578C227.359 125.422 227.404 125.316 227.494 125.262C227.588 125.203 227.768 125.174 228.033 125.174H228.15V121.418H228.045C227.771 121.418 227.584 121.387 227.482 121.324C227.385 121.262 227.336 121.152 227.336 120.996C227.336 120.859 227.375 120.758 227.453 120.691C227.531 120.621 227.648 120.586 227.805 120.586H228.701C228.83 120.586 228.914 120.609 228.953 120.656C228.996 120.699 229.021 120.793 229.029 120.938C229.189 120.766 229.361 120.639 229.545 120.557C229.729 120.475 229.936 120.434 230.166 120.434C230.439 120.434 230.664 120.494 230.84 120.615C231.02 120.732 231.152 120.912 231.238 121.154C231.402 120.908 231.592 120.727 231.807 120.609C232.021 120.492 232.268 120.434 232.545 120.434C233.049 120.434 233.416 120.598 233.646 120.926C233.881 121.254 233.998 121.785 233.998 122.52V125.174H234.092C234.334 125.174 234.496 125.203 234.578 125.262C234.66 125.32 234.701 125.426 234.701 125.578C234.701 125.719 234.666 125.824 234.596 125.895C234.525 125.965 234.422 126 234.285 126H233.576C233.42 126 233.305 125.953 233.23 125.859C233.156 125.766 233.119 125.617 233.119 125.414V122.736ZM236.641 127.5H238.047C238.195 127.5 238.307 127.535 238.381 127.605C238.455 127.676 238.492 127.781 238.492 127.922C238.492 128.074 238.455 128.182 238.381 128.244C238.311 128.307 238.184 128.338 238 128.338H235.416C235.26 128.338 235.141 128.303 235.059 128.232C234.98 128.162 234.941 128.059 234.941 127.922C234.941 127.766 234.99 127.656 235.088 127.594C235.189 127.531 235.375 127.5 235.645 127.5H235.756V121.418H235.645C235.375 121.418 235.189 121.387 235.088 121.324C234.99 121.262 234.941 121.152 234.941 120.996C234.941 120.859 234.98 120.758 235.059 120.691C235.141 120.621 235.26 120.586 235.416 120.586H236.307C236.424 120.586 236.508 120.605 236.559 120.645C236.613 120.684 236.641 120.744 236.641 120.826V121.395C236.906 121.121 237.199 120.916 237.52 120.779C237.844 120.643 238.191 120.574 238.562 120.574C239.348 120.574 240.004 120.84 240.531 121.371C241.059 121.902 241.322 122.568 241.322 123.369C241.322 124.139 241.072 124.771 240.572 125.268C240.072 125.764 239.434 126.012 238.656 126.012C238.242 126.012 237.861 125.939 237.514 125.795C237.166 125.646 236.875 125.436 236.641 125.162V127.5ZM238.457 125.15C239 125.15 239.445 124.98 239.793 124.641C240.141 124.297 240.314 123.854 240.314 123.311C240.314 122.779 240.139 122.342 239.787 121.998C239.439 121.65 238.996 121.477 238.457 121.477C237.918 121.477 237.477 121.648 237.133 121.992C236.789 122.336 236.617 122.775 236.617 123.311C236.617 123.85 236.787 124.291 237.127 124.635C237.471 124.979 237.914 125.15 238.457 125.15ZM246.66 123.41C246.445 123.34 246.236 123.289 246.033 123.258C245.834 123.223 245.635 123.205 245.436 123.205C244.834 123.205 244.359 123.307 244.012 123.51C243.664 123.713 243.49 123.986 243.49 124.33C243.49 124.596 243.598 124.814 243.812 124.986C244.031 125.158 244.309 125.244 244.645 125.244C245.141 125.244 245.6 125.115 246.021 124.857C246.447 124.596 246.66 124.324 246.66 124.043V123.41ZM246.707 125.256C246.387 125.545 246.037 125.766 245.658 125.918C245.283 126.07 244.896 126.146 244.498 126.146C243.916 126.146 243.445 125.984 243.086 125.66C242.73 125.336 242.553 124.914 242.553 124.395C242.553 123.777 242.789 123.299 243.262 122.959C243.738 122.619 244.406 122.449 245.266 122.449C245.492 122.449 245.721 122.465 245.951 122.496C246.182 122.523 246.418 122.568 246.66 122.631V122.59C246.66 122.141 246.553 121.809 246.338 121.594C246.123 121.379 245.789 121.271 245.336 121.271C245.031 121.271 244.691 121.354 244.316 121.518C243.941 121.682 243.693 121.764 243.572 121.764C243.459 121.764 243.365 121.719 243.291 121.629C243.217 121.535 243.18 121.416 243.18 121.271C243.18 121.041 243.395 120.846 243.824 120.686C244.258 120.525 244.811 120.445 245.482 120.445C246.17 120.445 246.689 120.621 247.041 120.973C247.393 121.32 247.568 121.836 247.568 122.52V125.174H247.855C248.133 125.174 248.318 125.203 248.412 125.262C248.506 125.32 248.553 125.426 248.553 125.578C248.553 125.719 248.514 125.824 248.436 125.895C248.357 125.965 248.24 126 248.084 126H247.164C247.055 126 246.965 125.967 246.895 125.9C246.824 125.834 246.777 125.738 246.754 125.613L246.707 125.256ZM252.027 118.898C252.027 118.477 252.064 118.211 252.139 118.102C252.217 117.992 252.381 117.938 252.631 117.938C252.873 117.938 253.033 117.984 253.111 118.078C253.189 118.168 253.229 118.385 253.229 118.729C253.229 119.064 253.191 119.273 253.117 119.355C253.047 119.434 252.885 119.473 252.631 119.473C252.381 119.473 252.217 119.436 252.139 119.361C252.064 119.287 252.027 119.133 252.027 118.898ZM253.111 125.174H254.992C255.145 125.174 255.256 125.207 255.326 125.273C255.4 125.336 255.438 125.438 255.438 125.578C255.438 125.738 255.402 125.85 255.332 125.912C255.266 125.971 255.141 126 254.957 126H250.41C250.254 126 250.137 125.965 250.059 125.895C249.98 125.824 249.941 125.719 249.941 125.578C249.941 125.441 249.982 125.34 250.064 125.273C250.146 125.207 250.27 125.174 250.434 125.174H252.221V121.418H251.078C250.918 121.418 250.795 121.383 250.709 121.312C250.627 121.238 250.586 121.133 250.586 120.996C250.586 120.859 250.625 120.758 250.703 120.691C250.781 120.621 250.898 120.586 251.055 120.586H252.771C252.877 120.586 252.959 120.607 253.018 120.65C253.08 120.693 253.111 120.752 253.111 120.826V125.174ZM259.609 121.453C259.098 121.453 258.68 121.611 258.355 121.928C258.031 122.244 257.869 122.654 257.869 123.158C257.869 123.654 258.031 124.062 258.355 124.383C258.68 124.699 259.098 124.857 259.609 124.857C260.117 124.857 260.533 124.699 260.857 124.383C261.186 124.062 261.35 123.654 261.35 123.158C261.35 122.662 261.186 122.254 260.857 121.934C260.533 121.613 260.117 121.453 259.609 121.453ZM262.152 125.689C262.152 126.236 262.125 126.623 262.07 126.85C262.016 127.08 261.922 127.281 261.789 127.453C261.57 127.742 261.264 127.961 260.869 128.109C260.475 128.262 260.01 128.338 259.475 128.338C259.029 128.338 258.703 128.295 258.496 128.209C258.293 128.123 258.191 127.986 258.191 127.799C258.191 127.678 258.24 127.57 258.338 127.477C258.439 127.387 258.559 127.342 258.695 127.342C258.801 127.342 258.963 127.355 259.182 127.383C259.4 127.414 259.566 127.43 259.68 127.43C260.258 127.43 260.668 127.297 260.91 127.031C261.152 126.766 261.273 126.311 261.273 125.666V124.957C261.035 125.234 260.771 125.438 260.482 125.566C260.193 125.695 259.861 125.76 259.486 125.76C258.756 125.76 258.15 125.518 257.67 125.033C257.193 124.545 256.955 123.928 256.955 123.182C256.955 122.432 257.201 121.811 257.693 121.318C258.186 120.822 258.795 120.574 259.521 120.574C259.822 120.574 260.115 120.631 260.4 120.744C260.689 120.854 260.98 121.021 261.273 121.248V120.826C261.273 120.744 261.299 120.684 261.35 120.645C261.404 120.605 261.488 120.586 261.602 120.586H262.486C262.643 120.586 262.76 120.621 262.838 120.691C262.916 120.758 262.955 120.859 262.955 120.996C262.955 121.152 262.906 121.262 262.809 121.324C262.711 121.387 262.527 121.418 262.258 121.418H262.152V125.689ZM264.801 125.174V121.418H264.689C264.424 121.418 264.24 121.387 264.139 121.324C264.041 121.262 263.992 121.152 263.992 120.996C263.992 120.852 264.033 120.748 264.115 120.686C264.197 120.619 264.33 120.586 264.514 120.586H264.789H265.352C265.457 120.586 265.539 120.607 265.598 120.65C265.656 120.693 265.686 120.752 265.686 120.826V121.225C265.971 120.959 266.252 120.764 266.529 120.639C266.811 120.51 267.102 120.445 267.402 120.445C267.992 120.445 268.455 120.629 268.791 120.996C269.131 121.363 269.301 121.871 269.301 122.52V125.174H269.576C269.771 125.174 269.912 125.207 269.998 125.273C270.084 125.336 270.127 125.438 270.127 125.578C270.127 125.73 270.08 125.84 269.986 125.906C269.896 125.969 269.734 126 269.5 126H268.205C267.955 126 267.795 125.971 267.725 125.912C267.654 125.854 267.619 125.742 267.619 125.578C267.619 125.426 267.66 125.32 267.742 125.262C267.824 125.203 267.979 125.174 268.205 125.174H268.41V122.736C268.41 122.279 268.307 121.932 268.1 121.693C267.893 121.451 267.592 121.33 267.197 121.33C266.799 121.33 266.447 121.465 266.143 121.734C265.838 122.004 265.686 122.338 265.686 122.736V125.174H265.891C266.125 125.174 266.283 125.203 266.365 125.262C266.447 125.32 266.488 125.426 266.488 125.578C266.488 125.742 266.453 125.854 266.383 125.912C266.312 125.971 266.141 126 265.867 126H264.801H264.484C264.324 126 264.203 125.967 264.121 125.9C264.043 125.83 264.004 125.723 264.004 125.578C264.004 125.422 264.049 125.316 264.139 125.262C264.232 125.203 264.412 125.174 264.678 125.174H264.801ZM271.562 122.854H276.818C276.936 122.854 277.025 122.893 277.088 122.971C277.154 123.045 277.188 123.15 277.188 123.287C277.188 123.428 277.154 123.535 277.088 123.609C277.025 123.684 276.936 123.721 276.818 123.721H271.562C271.441 123.721 271.348 123.684 271.281 123.609C271.219 123.535 271.188 123.428 271.188 123.287C271.188 123.146 271.219 123.039 271.281 122.965C271.348 122.891 271.441 122.854 271.562 122.854ZM271.562 120.891H276.818C276.936 120.891 277.025 120.928 277.088 121.002C277.154 121.076 277.188 121.182 277.188 121.318C277.188 121.459 277.154 121.566 277.088 121.641C277.025 121.715 276.936 121.752 276.818 121.752H271.562C271.441 121.752 271.348 121.717 271.281 121.646C271.219 121.572 271.188 121.463 271.188 121.318C271.188 121.178 271.219 121.072 271.281 121.002C271.348 120.928 271.441 120.891 271.562 120.891ZM278.84 125.578V124.535C278.84 124.363 278.871 124.24 278.934 124.166C279 124.092 279.105 124.055 279.25 124.055C279.41 124.055 279.537 124.164 279.631 124.383C279.693 124.516 279.75 124.615 279.801 124.682C279.965 124.893 280.207 125.062 280.527 125.191C280.848 125.316 281.201 125.379 281.588 125.379C282.002 125.379 282.334 125.295 282.584 125.127C282.834 124.959 282.959 124.738 282.959 124.465C282.959 124.188 282.857 123.99 282.654 123.873C282.455 123.756 282.111 123.697 281.623 123.697H281.301C280.504 123.697 279.896 123.559 279.479 123.281C279.061 123.004 278.852 122.602 278.852 122.074C278.852 121.559 279.055 121.158 279.461 120.873C279.871 120.588 280.445 120.445 281.184 120.445C281.484 120.445 281.791 120.488 282.104 120.574C282.416 120.656 282.58 120.697 282.596 120.697C282.639 120.697 282.721 120.66 282.842 120.586C282.963 120.508 283.082 120.469 283.199 120.469C283.332 120.469 283.43 120.518 283.492 120.615C283.559 120.713 283.592 120.859 283.592 121.055V121.74C283.592 121.947 283.561 122.098 283.498 122.191C283.436 122.281 283.336 122.326 283.199 122.326C283.082 122.326 282.938 122.227 282.766 122.027C282.645 121.891 282.545 121.787 282.467 121.717C282.26 121.525 282.039 121.389 281.805 121.307C281.57 121.221 281.295 121.178 280.979 121.178C280.611 121.178 280.314 121.26 280.088 121.424C279.865 121.584 279.754 121.789 279.754 122.039C279.754 122.285 279.869 122.461 280.1 122.566C280.33 122.672 280.826 122.732 281.588 122.748C282.4 122.768 282.994 122.91 283.369 123.176C283.744 123.438 283.932 123.844 283.932 124.395C283.932 124.922 283.725 125.344 283.311 125.66C282.896 125.977 282.338 126.135 281.635 126.135C281.412 126.135 281.164 126.113 280.891 126.07C280.617 126.031 280.273 125.963 279.859 125.865C279.723 125.955 279.605 126.021 279.508 126.064C279.41 126.111 279.328 126.135 279.262 126.135C279.125 126.135 279.02 126.088 278.945 125.994C278.875 125.896 278.84 125.758 278.84 125.578ZM289.902 123.41C289.688 123.34 289.479 123.289 289.275 123.258C289.076 123.223 288.877 123.205 288.678 123.205C288.076 123.205 287.602 123.307 287.254 123.51C286.906 123.713 286.732 123.986 286.732 124.33C286.732 124.596 286.84 124.814 287.055 124.986C287.273 125.158 287.551 125.244 287.887 125.244C288.383 125.244 288.842 125.115 289.264 124.857C289.689 124.596 289.902 124.324 289.902 124.043V123.41ZM289.949 125.256C289.629 125.545 289.279 125.766 288.9 125.918C288.525 126.07 288.139 126.146 287.74 126.146C287.158 126.146 286.688 125.984 286.328 125.66C285.973 125.336 285.795 124.914 285.795 124.395C285.795 123.777 286.031 123.299 286.504 122.959C286.98 122.619 287.648 122.449 288.508 122.449C288.734 122.449 288.963 122.465 289.193 122.496C289.424 122.523 289.66 122.568 289.902 122.631V122.59C289.902 122.141 289.795 121.809 289.58 121.594C289.365 121.379 289.031 121.271 288.578 121.271C288.273 121.271 287.934 121.354 287.559 121.518C287.184 121.682 286.936 121.764 286.814 121.764C286.701 121.764 286.607 121.719 286.533 121.629C286.459 121.535 286.422 121.416 286.422 121.271C286.422 121.041 286.637 120.846 287.066 120.686C287.5 120.525 288.053 120.445 288.725 120.445C289.412 120.445 289.932 120.621 290.283 120.973C290.635 121.32 290.811 121.836 290.811 122.52V125.174H291.098C291.375 125.174 291.561 125.203 291.654 125.262C291.748 125.32 291.795 125.426 291.795 125.578C291.795 125.719 291.756 125.824 291.678 125.895C291.6 125.965 291.482 126 291.326 126H290.406C290.297 126 290.207 125.967 290.137 125.9C290.066 125.834 290.02 125.738 289.996 125.613L289.949 125.256ZM295.416 119.174H294.42C294.041 119.174 293.803 119.145 293.705 119.086C293.611 119.023 293.564 118.912 293.564 118.752C293.564 118.611 293.604 118.506 293.682 118.436C293.764 118.365 293.881 118.33 294.033 118.33H295.967C296.072 118.33 296.154 118.352 296.213 118.395C296.271 118.438 296.301 118.496 296.301 118.57V125.174H298.141C298.289 125.174 298.396 125.207 298.463 125.273C298.533 125.336 298.568 125.438 298.568 125.578C298.568 125.738 298.535 125.85 298.469 125.912C298.402 125.971 298.277 126 298.094 126H293.77C293.617 126 293.5 125.965 293.418 125.895C293.34 125.824 293.301 125.719 293.301 125.578C293.301 125.441 293.342 125.34 293.424 125.273C293.506 125.207 293.629 125.174 293.793 125.174H295.416V119.174ZM301.035 123.551C301.066 124.113 301.256 124.549 301.604 124.857C301.955 125.162 302.434 125.314 303.039 125.314C303.496 125.314 303.994 125.193 304.533 124.951C305.072 124.705 305.398 124.582 305.512 124.582C305.629 124.582 305.727 124.619 305.805 124.693C305.883 124.768 305.922 124.859 305.922 124.969C305.922 125.082 305.881 125.186 305.799 125.279C305.717 125.373 305.586 125.465 305.406 125.555C305.016 125.746 304.611 125.893 304.193 125.994C303.779 126.096 303.367 126.146 302.957 126.146C302.066 126.146 301.354 125.891 300.818 125.379C300.283 124.863 300.016 124.182 300.016 123.334C300.016 122.471 300.299 121.771 300.865 121.236C301.432 120.701 302.17 120.434 303.08 120.434C303.904 120.434 304.588 120.684 305.131 121.184C305.674 121.684 305.945 122.289 305.945 123C305.945 123.219 305.898 123.365 305.805 123.439C305.715 123.514 305.467 123.551 305.061 123.551H304.973H301.035ZM301.064 122.783H304.879C304.82 122.318 304.625 121.945 304.293 121.664C303.965 121.379 303.561 121.236 303.08 121.236C302.561 121.236 302.123 121.373 301.768 121.646C301.412 121.92 301.178 122.299 301.064 122.783Z",fill:"#4C5566"}}),s("path",{attrs:{d:"M65.9395 187.493V191H63.8887V181.047H67.7715C68.5189 181.047 69.1751 181.184 69.7402 181.457C70.3099 181.73 70.7474 182.12 71.0527 182.626C71.3581 183.127 71.5107 183.699 71.5107 184.342C71.5107 185.317 71.1758 186.087 70.5059 186.652C69.8405 187.213 68.9176 187.493 67.7373 187.493H65.9395ZM65.9395 185.832H67.7715C68.3138 185.832 68.7262 185.704 69.0088 185.449C69.2959 185.194 69.4395 184.829 69.4395 184.355C69.4395 183.868 69.2959 183.474 69.0088 183.173C68.7217 182.872 68.3252 182.717 67.8193 182.708H65.9395V185.832ZM76.9521 185.456C76.6833 185.42 76.4463 185.401 76.2412 185.401C75.4938 185.401 75.0039 185.654 74.7715 186.16V191H72.7959V183.604H74.6621L74.7168 184.485C75.1133 183.806 75.6624 183.467 76.3643 183.467C76.583 183.467 76.7881 183.496 76.9795 183.556L76.9521 185.456ZM81.1768 191.137C80.0921 191.137 79.208 190.804 78.5244 190.139C77.8454 189.473 77.5059 188.587 77.5059 187.479V187.288C77.5059 186.545 77.6494 185.882 77.9365 185.299C78.2236 184.711 78.6292 184.26 79.1533 183.945C79.682 183.626 80.2835 183.467 80.958 183.467C81.9697 183.467 82.765 183.786 83.3438 184.424C83.9271 185.062 84.2188 185.966 84.2188 187.138V187.944H79.5088C79.5726 188.427 79.764 188.815 80.083 189.106C80.4066 189.398 80.8145 189.544 81.3066 189.544C82.0677 189.544 82.6624 189.268 83.0908 188.717L84.0615 189.804C83.7653 190.223 83.3643 190.551 82.8584 190.788C82.3525 191.021 81.792 191.137 81.1768 191.137ZM80.9512 185.066C80.5592 185.066 80.2402 185.199 79.9941 185.463C79.7526 185.727 79.5977 186.105 79.5293 186.598H82.2773V186.44C82.2682 186.003 82.1497 185.666 81.9219 185.429C81.694 185.187 81.3704 185.066 80.9512 185.066ZM87.7119 181.785V183.604H88.9766V185.053H87.7119V188.744C87.7119 189.018 87.7643 189.214 87.8691 189.332C87.974 189.451 88.1745 189.51 88.4707 189.51C88.6895 189.51 88.8831 189.494 89.0518 189.462V190.959C88.6644 191.077 88.2656 191.137 87.8555 191.137C86.4701 191.137 85.7637 190.437 85.7363 189.038V185.053H84.6562V183.604H85.7363V181.785H87.7119ZM92.4424 181.785V183.604H93.707V185.053H92.4424V188.744C92.4424 189.018 92.4948 189.214 92.5996 189.332C92.7044 189.451 92.9049 189.51 93.2012 189.51C93.4199 189.51 93.6136 189.494 93.7822 189.462V190.959C93.3949 191.077 92.9961 191.137 92.5859 191.137C91.2005 191.137 90.4941 190.437 90.4668 189.038V185.053H89.3867V183.604H90.4668V181.785H92.4424ZM97.5693 188.204L98.9365 183.604H101.056L98.082 192.148L97.918 192.538C97.4759 193.504 96.7467 193.987 95.7305 193.987C95.4434 193.987 95.1517 193.944 94.8555 193.857V192.36L95.1562 192.367C95.5299 192.367 95.8079 192.31 95.9902 192.196C96.1771 192.082 96.3229 191.893 96.4277 191.629L96.6602 191.021L94.0693 183.604H96.1953L97.5693 188.204ZM107.502 189.353H111.856V191H105.451V181.047H107.502V189.353ZM114.994 191H113.012V183.604H114.994V191ZM112.896 181.689C112.896 181.393 112.993 181.149 113.189 180.958C113.39 180.767 113.661 180.671 114.003 180.671C114.34 180.671 114.609 180.767 114.81 180.958C115.01 181.149 115.11 181.393 115.11 181.689C115.11 181.99 115.008 182.236 114.803 182.428C114.602 182.619 114.336 182.715 114.003 182.715C113.67 182.715 113.401 182.619 113.196 182.428C112.996 182.236 112.896 181.99 112.896 181.689ZM118.446 183.604L118.508 184.458C119.036 183.797 119.745 183.467 120.634 183.467C121.418 183.467 122.001 183.697 122.384 184.157C122.767 184.618 122.963 185.306 122.972 186.222V191H120.996V186.27C120.996 185.85 120.905 185.547 120.723 185.36C120.54 185.169 120.237 185.073 119.813 185.073C119.257 185.073 118.84 185.31 118.562 185.784V191H116.587V183.604H118.446ZM127.162 188.033L126.451 188.744V191H124.476V180.5H126.451V186.317L126.834 185.825L128.728 183.604H131.1L128.427 186.687L131.332 191H129.062L127.162 188.033ZM135.96 188.956C135.96 188.715 135.839 188.525 135.598 188.389C135.361 188.247 134.978 188.122 134.449 188.013C132.69 187.644 131.811 186.896 131.811 185.771C131.811 185.114 132.082 184.567 132.624 184.13C133.171 183.688 133.884 183.467 134.764 183.467C135.702 183.467 136.452 183.688 137.013 184.13C137.578 184.572 137.86 185.146 137.86 185.853H135.885C135.885 185.57 135.794 185.338 135.611 185.155C135.429 184.968 135.144 184.875 134.757 184.875C134.424 184.875 134.167 184.95 133.984 185.101C133.802 185.251 133.711 185.442 133.711 185.675C133.711 185.894 133.813 186.071 134.019 186.208C134.228 186.34 134.579 186.456 135.071 186.557C135.563 186.652 135.978 186.762 136.315 186.885C137.359 187.268 137.881 187.931 137.881 188.874C137.881 189.549 137.591 190.095 137.013 190.515C136.434 190.929 135.687 191.137 134.771 191.137C134.151 191.137 133.599 191.027 133.116 190.809C132.638 190.585 132.262 190.282 131.988 189.899C131.715 189.512 131.578 189.095 131.578 188.648H133.451C133.469 188.999 133.599 189.268 133.841 189.455C134.082 189.642 134.406 189.735 134.812 189.735C135.19 189.735 135.475 189.665 135.666 189.523C135.862 189.378 135.96 189.188 135.96 188.956ZM144.826 189.353H149.181V191H142.775V181.047H144.826V189.353ZM152.318 191H150.336V183.604H152.318V191ZM150.22 181.689C150.22 181.393 150.318 181.149 150.514 180.958C150.714 180.767 150.985 180.671 151.327 180.671C151.664 180.671 151.933 180.767 152.134 180.958C152.334 181.149 152.435 181.393 152.435 181.689C152.435 181.99 152.332 182.236 152.127 182.428C151.926 182.619 151.66 182.715 151.327 182.715C150.994 182.715 150.726 182.619 150.521 182.428C150.32 182.236 150.22 181.99 150.22 181.689ZM155.771 183.604L155.832 184.458C156.361 183.797 157.069 183.467 157.958 183.467C158.742 183.467 159.325 183.697 159.708 184.157C160.091 184.618 160.287 185.306 160.296 186.222V191H158.32V186.27C158.32 185.85 158.229 185.547 158.047 185.36C157.865 185.169 157.562 185.073 157.138 185.073C156.582 185.073 156.165 185.31 155.887 185.784V191H153.911V183.604H155.771ZM164.486 188.033L163.775 188.744V191H161.8V180.5H163.775V186.317L164.158 185.825L166.052 183.604H168.424L165.751 186.687L168.656 191H166.387L164.486 188.033Z",fill:"#4C5566"}}),s("rect",{attrs:{x:"61",y:"206",width:"309",height:"26",rx:"5",fill:"#F0F2F4"}}),s("path",{attrs:{d:"M79.1582 224.5H79.4102C79.6953 224.5 79.8887 224.529 79.9902 224.588C80.0918 224.65 80.1426 224.762 80.1426 224.922C80.1426 225.059 80.1016 225.162 80.0195 225.232C79.9414 225.303 79.8262 225.338 79.6738 225.338H76.9727C76.7891 225.338 76.6602 225.307 76.5859 225.244C76.5156 225.182 76.4805 225.074 76.4805 224.922C76.4805 224.781 76.5176 224.676 76.5918 224.605C76.6699 224.535 76.7852 224.5 76.9375 224.5H78.209L79.1582 222.631L77.0078 218.418C76.75 218.418 76.5723 218.387 76.4746 218.324C76.3809 218.262 76.334 218.152 76.334 217.996C76.334 217.859 76.373 217.758 76.4512 217.691C76.5293 217.621 76.6465 217.586 76.8027 217.586H78.4375C78.6562 217.586 78.8027 217.617 78.877 217.68C78.9512 217.738 78.9883 217.844 78.9883 217.996C78.9883 218.152 78.9395 218.262 78.8418 218.324C78.7441 218.387 78.5645 218.418 78.3027 218.418H78.0859L79.6738 221.646L81.291 218.418H81.0625C80.793 218.418 80.6074 218.387 80.5059 218.324C80.4043 218.262 80.3535 218.152 80.3535 217.996C80.3535 217.844 80.3906 217.738 80.4648 217.68C80.5391 217.617 80.6875 217.586 80.9102 217.586H82.3574C82.5176 217.586 82.6348 217.621 82.709 217.691C82.7871 217.758 82.8262 217.859 82.8262 217.996C82.8262 218.145 82.7832 218.25 82.6973 218.312C82.6113 218.375 82.459 218.41 82.2402 218.418L79.1582 224.5ZM86.8047 222.326C87.4062 222.326 87.8984 222.137 88.2812 221.758C88.668 221.375 88.8613 220.889 88.8613 220.299C88.8613 219.709 88.668 219.223 88.2812 218.84C87.8945 218.453 87.4023 218.26 86.8047 218.26C86.207 218.26 85.7148 218.453 85.3281 218.84C84.9453 219.223 84.7539 219.709 84.7539 220.299C84.7539 220.893 84.9453 221.379 85.3281 221.758C85.7109 222.137 86.2031 222.326 86.8047 222.326ZM89.8809 220.299C89.8809 221.135 89.5957 221.818 89.0254 222.35C88.4551 222.881 87.7148 223.146 86.8047 223.146C85.8984 223.146 85.1602 222.881 84.5898 222.35C84.0195 221.818 83.7344 221.135 83.7344 220.299C83.7344 219.463 84.0195 218.781 84.5898 218.254C85.1602 217.723 85.8984 217.457 86.8047 217.457C87.7109 217.457 88.4492 217.723 89.0195 218.254C89.5938 218.785 89.8809 219.467 89.8809 220.299ZM92.5527 220.838C92.5527 221.33 92.6562 221.689 92.8633 221.916C93.0703 222.143 93.3984 222.256 93.8477 222.256C94.2734 222.256 94.6367 222.121 94.9375 221.852C95.2422 221.582 95.3945 221.244 95.3945 220.838V218.418H94.5918C94.4395 218.418 94.3281 218.387 94.2578 218.324C94.1914 218.258 94.1582 218.156 94.1582 218.02C94.1582 217.871 94.1953 217.762 94.2695 217.691C94.3438 217.621 94.4629 217.586 94.627 217.586H95.875C96.0234 217.586 96.127 217.619 96.1855 217.686C96.248 217.748 96.2793 217.904 96.2793 218.154V222.174H96.5488C96.7402 222.174 96.877 222.205 96.959 222.268C97.0449 222.33 97.0879 222.434 97.0879 222.578C97.0879 222.719 97.0469 222.824 96.9648 222.895C96.8867 222.965 96.7715 223 96.6191 223H95.7285C95.623 223 95.541 222.979 95.4824 222.936C95.4238 222.893 95.3945 222.834 95.3945 222.76V222.361C95.0195 222.65 94.6973 222.85 94.4277 222.959C94.1621 223.064 93.8809 223.117 93.584 223.117C92.9395 223.117 92.4551 222.947 92.1309 222.607C91.8105 222.264 91.6504 221.746 91.6504 221.055V218.418H91.5273C91.2617 218.418 91.0801 218.387 90.9824 218.324C90.8848 218.262 90.8359 218.152 90.8359 217.996C90.8359 217.859 90.873 217.758 90.9473 217.691C91.0254 217.621 91.1445 217.586 91.3047 217.586H92.1895C92.3262 217.586 92.4199 217.613 92.4707 217.668C92.5254 217.723 92.5527 217.844 92.5527 218.031V220.838ZM100.645 222.174H102.59C102.742 222.174 102.854 222.207 102.924 222.273C102.998 222.336 103.035 222.438 103.035 222.578C103.035 222.738 103 222.85 102.93 222.912C102.863 222.971 102.738 223 102.555 223H98.7227C98.5703 223 98.4551 222.965 98.377 222.895C98.2988 222.824 98.2598 222.719 98.2598 222.578C98.2598 222.441 98.2988 222.34 98.377 222.273C98.459 222.207 98.584 222.174 98.752 222.174H99.7715V218.418H99.373C98.9941 218.418 98.7578 218.389 98.6641 218.33C98.5703 218.268 98.5234 218.156 98.5234 217.996C98.5234 217.859 98.5605 217.758 98.6348 217.691C98.7129 217.621 98.8301 217.586 98.9863 217.586H100.322C100.428 217.586 100.508 217.607 100.562 217.65C100.617 217.689 100.645 217.748 100.645 217.826V218.822C101.016 218.357 101.402 218.012 101.805 217.785C102.207 217.559 102.641 217.445 103.105 217.445C103.453 217.445 103.734 217.516 103.949 217.656C104.164 217.797 104.271 217.979 104.271 218.201C104.271 218.346 104.217 218.475 104.107 218.588C104.002 218.697 103.885 218.752 103.756 218.752C103.666 218.752 103.514 218.693 103.299 218.576C103.088 218.455 102.898 218.395 102.73 218.395C102.426 218.395 102.104 218.504 101.764 218.723C101.428 218.938 101.055 219.279 100.645 219.748V222.174ZM105.871 222.578V221.535C105.871 221.363 105.902 221.24 105.965 221.166C106.031 221.092 106.137 221.055 106.281 221.055C106.441 221.055 106.568 221.164 106.662 221.383C106.725 221.516 106.781 221.615 106.832 221.682C106.996 221.893 107.238 222.062 107.559 222.191C107.879 222.316 108.232 222.379 108.619 222.379C109.033 222.379 109.365 222.295 109.615 222.127C109.865 221.959 109.99 221.738 109.99 221.465C109.99 221.188 109.889 220.99 109.686 220.873C109.486 220.756 109.143 220.697 108.654 220.697H108.332C107.535 220.697 106.928 220.559 106.51 220.281C106.092 220.004 105.883 219.602 105.883 219.074C105.883 218.559 106.086 218.158 106.492 217.873C106.902 217.588 107.477 217.445 108.215 217.445C108.516 217.445 108.822 217.488 109.135 217.574C109.447 217.656 109.611 217.697 109.627 217.697C109.67 217.697 109.752 217.66 109.873 217.586C109.994 217.508 110.113 217.469 110.23 217.469C110.363 217.469 110.461 217.518 110.523 217.615C110.59 217.713 110.623 217.859 110.623 218.055V218.74C110.623 218.947 110.592 219.098 110.529 219.191C110.467 219.281 110.367 219.326 110.23 219.326C110.113 219.326 109.969 219.227 109.797 219.027C109.676 218.891 109.576 218.787 109.498 218.717C109.291 218.525 109.07 218.389 108.836 218.307C108.602 218.221 108.326 218.178 108.01 218.178C107.643 218.178 107.346 218.26 107.119 218.424C106.896 218.584 106.785 218.789 106.785 219.039C106.785 219.285 106.9 219.461 107.131 219.566C107.361 219.672 107.857 219.732 108.619 219.748C109.432 219.768 110.025 219.91 110.4 220.176C110.775 220.438 110.963 220.844 110.963 221.395C110.963 221.922 110.756 222.344 110.342 222.66C109.928 222.977 109.369 223.135 108.666 223.135C108.443 223.135 108.195 223.113 107.922 223.07C107.648 223.031 107.305 222.963 106.891 222.865C106.754 222.955 106.637 223.021 106.539 223.064C106.441 223.111 106.359 223.135 106.293 223.135C106.156 223.135 106.051 223.088 105.977 222.994C105.906 222.896 105.871 222.758 105.871 222.578ZM115.094 215.898C115.094 215.477 115.131 215.211 115.205 215.102C115.283 214.992 115.447 214.938 115.697 214.938C115.939 214.938 116.1 214.984 116.178 215.078C116.256 215.168 116.295 215.385 116.295 215.729C116.295 216.064 116.258 216.273 116.184 216.355C116.113 216.434 115.951 216.473 115.697 216.473C115.447 216.473 115.283 216.436 115.205 216.361C115.131 216.287 115.094 216.133 115.094 215.898ZM116.178 222.174H118.059C118.211 222.174 118.322 222.207 118.393 222.273C118.467 222.336 118.504 222.438 118.504 222.578C118.504 222.738 118.469 222.85 118.398 222.912C118.332 222.971 118.207 223 118.023 223H113.477C113.32 223 113.203 222.965 113.125 222.895C113.047 222.824 113.008 222.719 113.008 222.578C113.008 222.441 113.049 222.34 113.131 222.273C113.213 222.207 113.336 222.174 113.5 222.174H115.287V218.418H114.145C113.984 218.418 113.861 218.383 113.775 218.312C113.693 218.238 113.652 218.133 113.652 217.996C113.652 217.859 113.691 217.758 113.77 217.691C113.848 217.621 113.965 217.586 114.121 217.586H115.838C115.943 217.586 116.025 217.607 116.084 217.65C116.146 217.693 116.178 217.752 116.178 217.826V222.174ZM124.439 217.914C124.631 217.914 124.77 217.947 124.855 218.014C124.945 218.08 124.99 218.186 124.99 218.33C124.99 218.467 124.949 218.57 124.867 218.641C124.785 218.707 124.662 218.74 124.498 218.74H122.125V220.697C122.125 221.338 122.207 221.76 122.371 221.963C122.539 222.166 122.824 222.268 123.227 222.268C123.582 222.268 124.008 222.164 124.504 221.957C125 221.75 125.307 221.646 125.424 221.646C125.533 221.646 125.625 221.686 125.699 221.764C125.777 221.842 125.816 221.938 125.816 222.051C125.816 222.18 125.768 222.293 125.67 222.391C125.576 222.484 125.414 222.576 125.184 222.666C124.801 222.818 124.455 222.93 124.146 223C123.842 223.07 123.555 223.105 123.285 223.105C122.828 223.105 122.443 223.033 122.131 222.889C121.822 222.74 121.592 222.521 121.439 222.232C121.361 222.096 121.305 221.934 121.27 221.746C121.238 221.559 121.223 221.27 121.223 220.879V220.697V218.74H120.227C120.062 218.74 119.943 218.709 119.869 218.646C119.795 218.58 119.758 218.475 119.758 218.33C119.758 218.17 119.809 218.061 119.91 218.002C120.012 217.943 120.229 217.914 120.561 217.914H121.223V216.713V216.402C121.223 216.234 121.258 216.111 121.328 216.033C121.402 215.951 121.516 215.91 121.668 215.91C121.84 215.91 121.959 215.959 122.025 216.057C122.092 216.154 122.125 216.377 122.125 216.725V217.914H124.439ZM128.066 220.551C128.098 221.113 128.287 221.549 128.635 221.857C128.986 222.162 129.465 222.314 130.07 222.314C130.527 222.314 131.025 222.193 131.564 221.951C132.104 221.705 132.43 221.582 132.543 221.582C132.66 221.582 132.758 221.619 132.836 221.693C132.914 221.768 132.953 221.859 132.953 221.969C132.953 222.082 132.912 222.186 132.83 222.279C132.748 222.373 132.617 222.465 132.438 222.555C132.047 222.746 131.643 222.893 131.225 222.994C130.811 223.096 130.398 223.146 129.988 223.146C129.098 223.146 128.385 222.891 127.85 222.379C127.314 221.863 127.047 221.182 127.047 220.334C127.047 219.471 127.33 218.771 127.896 218.236C128.463 217.701 129.201 217.434 130.111 217.434C130.936 217.434 131.619 217.684 132.162 218.184C132.705 218.684 132.977 219.289 132.977 220C132.977 220.219 132.93 220.365 132.836 220.439C132.746 220.514 132.498 220.551 132.092 220.551H132.004H128.066ZM128.096 219.783H131.91C131.852 219.318 131.656 218.945 131.324 218.664C130.996 218.379 130.592 218.236 130.111 218.236C129.592 218.236 129.154 218.373 128.799 218.646C128.443 218.92 128.209 219.299 128.096 219.783ZM136.105 222.039C136.105 221.734 136.211 221.484 136.422 221.289C136.637 221.094 136.914 220.996 137.254 220.996C137.602 220.996 137.881 221.092 138.092 221.283C138.303 221.475 138.408 221.727 138.408 222.039C138.408 222.352 138.301 222.604 138.086 222.795C137.875 222.986 137.598 223.082 137.254 223.082C136.91 223.082 136.633 222.986 136.422 222.795C136.211 222.604 136.105 222.352 136.105 222.039ZM146.225 217.938V217.914C146.225 217.785 146.262 217.691 146.336 217.633C146.41 217.57 146.525 217.539 146.682 217.539C146.842 217.539 146.951 217.586 147.01 217.68C147.072 217.773 147.104 217.967 147.104 218.26V219.35C147.104 219.494 147.066 219.604 146.992 219.678C146.918 219.748 146.807 219.783 146.658 219.783C146.553 219.783 146.461 219.754 146.383 219.695C146.309 219.633 146.217 219.506 146.107 219.314C145.92 218.998 145.691 218.76 145.422 218.6C145.156 218.436 144.85 218.354 144.502 218.354C143.893 218.354 143.396 218.533 143.014 218.893C142.635 219.252 142.445 219.717 142.445 220.287C142.445 220.869 142.627 221.346 142.99 221.717C143.357 222.084 143.828 222.268 144.402 222.268C144.664 222.268 144.912 222.232 145.146 222.162C145.385 222.088 145.609 221.979 145.82 221.834C145.895 221.787 145.994 221.715 146.119 221.617C146.373 221.41 146.572 221.307 146.717 221.307C146.838 221.307 146.936 221.346 147.01 221.424C147.088 221.498 147.127 221.596 147.127 221.717C147.127 222.025 146.834 222.342 146.248 222.666C145.666 222.986 145.047 223.146 144.391 223.146C143.543 223.146 142.836 222.875 142.27 222.332C141.707 221.789 141.426 221.111 141.426 220.299C141.426 219.486 141.707 218.809 142.27 218.266C142.832 217.719 143.535 217.445 144.379 217.445C144.676 217.445 144.973 217.486 145.27 217.568C145.57 217.646 145.889 217.77 146.225 217.938ZM151.668 222.326C152.27 222.326 152.762 222.137 153.145 221.758C153.531 221.375 153.725 220.889 153.725 220.299C153.725 219.709 153.531 219.223 153.145 218.84C152.758 218.453 152.266 218.26 151.668 218.26C151.07 218.26 150.578 218.453 150.191 218.84C149.809 219.223 149.617 219.709 149.617 220.299C149.617 220.893 149.809 221.379 150.191 221.758C150.574 222.137 151.066 222.326 151.668 222.326ZM154.744 220.299C154.744 221.135 154.459 221.818 153.889 222.35C153.318 222.881 152.578 223.146 151.668 223.146C150.762 223.146 150.023 222.881 149.453 222.35C148.883 221.818 148.598 221.135 148.598 220.299C148.598 219.463 148.883 218.781 149.453 218.254C150.023 217.723 150.762 217.457 151.668 217.457C152.574 217.457 153.312 217.723 153.883 218.254C154.457 218.785 154.744 219.467 154.744 220.299ZM161.049 219.736C161.049 219.186 160.998 218.814 160.896 218.623C160.799 218.428 160.629 218.33 160.387 218.33C160.098 218.33 159.867 218.455 159.695 218.705C159.527 218.955 159.443 219.299 159.443 219.736V222.174H159.549C159.787 222.174 159.945 222.203 160.023 222.262C160.105 222.316 160.146 222.422 160.146 222.578C160.146 222.719 160.113 222.824 160.047 222.895C159.98 222.965 159.879 223 159.742 223H158.998C158.83 223 158.715 222.961 158.652 222.883C158.594 222.805 158.564 222.637 158.564 222.379V222.209V219.736V219.279C158.564 218.986 158.498 218.756 158.365 218.588C158.232 218.416 158.051 218.33 157.82 218.33C157.645 218.33 157.482 218.383 157.334 218.488C157.189 218.59 157.064 218.742 156.959 218.945V222.174H157.176C157.41 222.174 157.568 222.203 157.65 222.262C157.732 222.32 157.773 222.426 157.773 222.578C157.773 222.738 157.74 222.85 157.674 222.912C157.607 222.971 157.48 223 157.293 223H155.734C155.582 223 155.469 222.967 155.395 222.9C155.324 222.83 155.289 222.723 155.289 222.578C155.289 222.422 155.334 222.316 155.424 222.262C155.518 222.203 155.697 222.174 155.963 222.174H156.08V218.418H155.975C155.701 218.418 155.514 218.387 155.412 218.324C155.314 218.262 155.266 218.152 155.266 217.996C155.266 217.859 155.305 217.758 155.383 217.691C155.461 217.621 155.578 217.586 155.734 217.586H156.631C156.76 217.586 156.844 217.609 156.883 217.656C156.926 217.699 156.951 217.793 156.959 217.938C157.119 217.766 157.291 217.639 157.475 217.557C157.658 217.475 157.865 217.434 158.096 217.434C158.369 217.434 158.594 217.494 158.77 217.615C158.949 217.732 159.082 217.912 159.168 218.154C159.332 217.908 159.521 217.727 159.736 217.609C159.951 217.492 160.197 217.434 160.475 217.434C160.979 217.434 161.346 217.598 161.576 217.926C161.811 218.254 161.928 218.785 161.928 219.52V222.174H162.021C162.264 222.174 162.426 222.203 162.508 222.262C162.59 222.32 162.631 222.426 162.631 222.578C162.631 222.719 162.596 222.824 162.525 222.895C162.455 222.965 162.352 223 162.215 223H161.506C161.35 223 161.234 222.953 161.16 222.859C161.086 222.766 161.049 222.617 161.049 222.414V219.736ZM164.764 223.158C164.678 223.354 164.596 223.486 164.518 223.557C164.443 223.627 164.354 223.662 164.248 223.662C164.139 223.662 164.043 223.621 163.961 223.539C163.879 223.461 163.838 223.365 163.838 223.252C163.838 223.221 163.844 223.184 163.855 223.141C163.867 223.102 163.883 223.059 163.902 223.012L167.559 215.131C167.656 214.928 167.742 214.791 167.816 214.721C167.891 214.646 167.98 214.609 168.086 214.609C168.203 214.609 168.303 214.648 168.385 214.727C168.467 214.805 168.508 214.898 168.508 215.008C168.508 215.039 168.502 215.074 168.49 215.113C168.482 215.152 168.469 215.189 168.449 215.225L164.764 223.158ZM173.254 220.023L172.498 222.807C172.459 222.955 172.4 223.059 172.322 223.117C172.244 223.176 172.127 223.205 171.971 223.205C171.83 223.205 171.721 223.168 171.643 223.094C171.564 223.02 171.494 222.885 171.432 222.689L170.09 218.418H170.037C169.873 218.418 169.756 218.387 169.686 218.324C169.611 218.258 169.574 218.148 169.574 217.996C169.574 217.863 169.613 217.762 169.691 217.691C169.766 217.621 169.877 217.586 170.025 217.586H171.59C171.801 217.586 171.943 217.617 172.018 217.68C172.092 217.738 172.129 217.844 172.129 217.996C172.129 218.09 172.107 218.172 172.064 218.242C172.021 218.309 171.967 218.35 171.9 218.365C171.834 218.385 171.756 218.398 171.666 218.406C171.58 218.414 171.475 218.418 171.35 218.418H171.01L172.018 221.934L172.773 219.379C172.816 219.23 172.877 219.127 172.955 219.068C173.033 219.01 173.148 218.98 173.301 218.98C173.441 218.98 173.551 219.02 173.629 219.098C173.711 219.172 173.783 219.305 173.846 219.496L174.578 221.934L175.545 218.418H175.404H175.152C174.883 218.418 174.701 218.389 174.607 218.33C174.514 218.268 174.467 218.156 174.467 217.996C174.467 217.84 174.502 217.732 174.572 217.674C174.643 217.615 174.779 217.586 174.982 217.586H176.553C176.674 217.586 176.764 217.621 176.822 217.691C176.885 217.762 176.916 217.863 176.916 217.996C176.916 218.145 176.881 218.25 176.811 218.312C176.74 218.375 176.607 218.41 176.412 218.418L175.094 222.807C175.043 222.955 174.979 223.059 174.9 223.117C174.826 223.176 174.713 223.205 174.561 223.205C174.42 223.205 174.309 223.166 174.227 223.088C174.145 223.014 174.076 222.881 174.021 222.689L173.254 220.023ZM178.984 224.5H180.391C180.539 224.5 180.65 224.535 180.725 224.605C180.799 224.676 180.836 224.781 180.836 224.922C180.836 225.074 180.799 225.182 180.725 225.244C180.654 225.307 180.527 225.338 180.344 225.338H177.76C177.604 225.338 177.484 225.303 177.402 225.232C177.324 225.162 177.285 225.059 177.285 224.922C177.285 224.766 177.334 224.656 177.432 224.594C177.533 224.531 177.719 224.5 177.988 224.5H178.1V218.418H177.988C177.719 218.418 177.533 218.387 177.432 218.324C177.334 218.262 177.285 218.152 177.285 217.996C177.285 217.859 177.324 217.758 177.402 217.691C177.484 217.621 177.604 217.586 177.76 217.586H178.65C178.768 217.586 178.852 217.605 178.902 217.645C178.957 217.684 178.984 217.744 178.984 217.826V218.395C179.25 218.121 179.543 217.916 179.863 217.779C180.188 217.643 180.535 217.574 180.906 217.574C181.691 217.574 182.348 217.84 182.875 218.371C183.402 218.902 183.666 219.568 183.666 220.369C183.666 221.139 183.416 221.771 182.916 222.268C182.416 222.764 181.777 223.012 181 223.012C180.586 223.012 180.205 222.939 179.857 222.795C179.51 222.646 179.219 222.436 178.984 222.162V224.5ZM180.801 222.15C181.344 222.15 181.789 221.98 182.137 221.641C182.484 221.297 182.658 220.854 182.658 220.311C182.658 219.779 182.482 219.342 182.131 218.998C181.783 218.65 181.34 218.477 180.801 218.477C180.262 218.477 179.82 218.648 179.477 218.992C179.133 219.336 178.961 219.775 178.961 220.311C178.961 220.85 179.131 221.291 179.471 221.635C179.814 221.979 180.258 222.15 180.801 222.15ZM187.703 216.256C187.254 216.256 186.904 216.521 186.654 217.053C186.404 217.584 186.279 218.334 186.279 219.303C186.279 220.275 186.404 221.029 186.654 221.564C186.904 222.096 187.254 222.361 187.703 222.361C188.156 222.361 188.508 222.096 188.758 221.564C189.008 221.029 189.133 220.275 189.133 219.303C189.133 218.334 189.008 217.584 188.758 217.053C188.508 216.521 188.156 216.256 187.703 216.256ZM187.703 223.193C186.969 223.193 186.385 222.848 185.951 222.156C185.521 221.461 185.307 220.51 185.307 219.303C185.307 218.1 185.521 217.152 185.951 216.461C186.385 215.766 186.969 215.418 187.703 215.418C188.438 215.418 189.021 215.766 189.455 216.461C189.889 217.156 190.105 218.104 190.105 219.303C190.105 220.502 189.889 221.451 189.455 222.15C189.021 222.846 188.438 223.193 187.703 223.193ZM197.084 219.736C197.084 219.186 197.033 218.814 196.932 218.623C196.834 218.428 196.664 218.33 196.422 218.33C196.133 218.33 195.902 218.455 195.73 218.705C195.562 218.955 195.479 219.299 195.479 219.736V222.174H195.584C195.822 222.174 195.98 222.203 196.059 222.262C196.141 222.316 196.182 222.422 196.182 222.578C196.182 222.719 196.148 222.824 196.082 222.895C196.016 222.965 195.914 223 195.777 223H195.033C194.865 223 194.75 222.961 194.688 222.883C194.629 222.805 194.6 222.637 194.6 222.379V222.209V219.736V219.279C194.6 218.986 194.533 218.756 194.4 218.588C194.268 218.416 194.086 218.33 193.855 218.33C193.68 218.33 193.518 218.383 193.369 218.488C193.225 218.59 193.1 218.742 192.994 218.945V222.174H193.211C193.445 222.174 193.604 222.203 193.686 222.262C193.768 222.32 193.809 222.426 193.809 222.578C193.809 222.738 193.775 222.85 193.709 222.912C193.643 222.971 193.516 223 193.328 223H191.77C191.617 223 191.504 222.967 191.43 222.9C191.359 222.83 191.324 222.723 191.324 222.578C191.324 222.422 191.369 222.316 191.459 222.262C191.553 222.203 191.732 222.174 191.998 222.174H192.115V218.418H192.01C191.736 218.418 191.549 218.387 191.447 218.324C191.35 218.262 191.301 218.152 191.301 217.996C191.301 217.859 191.34 217.758 191.418 217.691C191.496 217.621 191.613 217.586 191.77 217.586H192.666C192.795 217.586 192.879 217.609 192.918 217.656C192.961 217.699 192.986 217.793 192.994 217.938C193.154 217.766 193.326 217.639 193.51 217.557C193.693 217.475 193.9 217.434 194.131 217.434C194.404 217.434 194.629 217.494 194.805 217.615C194.984 217.732 195.117 217.912 195.203 218.154C195.367 217.908 195.557 217.727 195.771 217.609C195.986 217.492 196.232 217.434 196.51 217.434C197.014 217.434 197.381 217.598 197.611 217.926C197.846 218.254 197.963 218.785 197.963 219.52V222.174H198.057C198.299 222.174 198.461 222.203 198.543 222.262C198.625 222.32 198.666 222.426 198.666 222.578C198.666 222.719 198.631 222.824 198.561 222.895C198.49 222.965 198.387 223 198.25 223H197.541C197.385 223 197.27 222.953 197.195 222.859C197.121 222.766 197.084 222.617 197.084 222.414V219.736Z",fill:"#4C5566"}}),s("circle",{attrs:{cx:"50",cy:"33",r:"4",fill:"#B6BCC8"}}),s("circle",{attrs:{cx:"62",cy:"33",r:"4",fill:"#B6BCC8"}}),s("circle",{attrs:{cx:"74",cy:"33",r:"4",fill:"#B6BCC8"}})]),s("defs",[s("filter",{attrs:{id:"filter0_dd",x:"0",y:"0",width:"430",height:"316",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[s("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),s("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}}),s("feOffset",{attrs:{dy:"15"}}),s("feGaussianBlur",{attrs:{stdDeviation:"17.5"}}),s("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"}}),s("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}}),s("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}}),s("feOffset",{attrs:{dy:"5"}}),s("feGaussianBlur",{attrs:{stdDeviation:"7.5"}}),s("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}}),s("feBlend",{attrs:{mode:"normal",in2:"effect1_dropShadow",result:"effect2_dropShadow"}}),s("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect2_dropShadow",result:"shape"}})],1)])])]),s("div",{staticClass:"exactmetrics-tools-prettylinks-row-description"},[s("h3",{domProps:{textContent:t._s(t.text_use_prettylinks_user)}}),s("p",{domProps:{textContent:t._s(t.text_prettylinks_flow_process)}})])]),s("div",{class:[t.isAddonActive("pretty-link")?"prettylinks-status-active":"prettylinks-not-activated","exactmetrics-tools-info-row exactmetrics-prettylinks-flow-install-wizard"]},[t.isAddonActive("pretty-link")?s("div",{staticClass:"exactmetrics-prettylinks-flow-counter"},[s("svg",{attrs:{width:"25",height:"18",viewBox:"0 0 25 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M8.90625 17.5781L1.07812 9.79688C0.859375 9.57812 0.75 9.29688 0.75 8.95312C0.75 8.60938 0.859375 8.32812 1.07812 8.10938L2.8125 6.42188C3.03125 6.17188 3.29688 6.04688 3.60938 6.04688C3.95312 6.04688 4.25 6.17188 4.5 6.42188L9.75 11.6719L21 0.421875C21.25 0.171875 21.5312 0.046875 21.8438 0.046875C22.1875 0.046875 22.4688 0.171875 22.6875 0.421875L24.4219 2.10938C24.6406 2.32813 24.75 2.60938 24.75 2.95312C24.75 3.29688 24.6406 3.57812 24.4219 3.79688L10.5938 17.5781C10.375 17.8281 10.0938 17.9531 9.75 17.9531C9.40625 17.9531 9.125 17.8281 8.90625 17.5781Z",fill:"white"}})])]):s("div",{staticClass:"exactmetrics-prettylinks-flow-counter",domProps:{textContent:t._s(t.text_counter_one)}}),s("div",{staticClass:"exactmetrics-tools-prettylinks-action exactmetrics-tools-install-prettylinks"},[s("h3",{domProps:{textContent:t._s(t.text_download_prettylinks)}}),s("p",{domProps:{textContent:t._s(t.text_install_prettylinks_from_wp)}}),t.isAddonActive("pretty-link")?s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_prettylinks_activated)}}):s("addon-button",{attrs:{"install-text":t.text_prettylinks_install_button,"activate-text":t.text_prettylinks_activate_button,"activating-text":t.text_prettylinks_activating_button,addon:t.addons["pretty-link"],"is-addon":!1,"auto-activate":!0}})],1)]),s("div",{class:[t.isAddonActive("pretty-link")?"prettylinks-activated":"","exactmetrics-tools-info-row exactmetrics-prettylinks-flow-install-wizard"]},[s("div",{staticClass:"exactmetrics-prettylinks-flow-counter",domProps:{textContent:t._s(t.text_counter_two)}}),s("div",{staticClass:"exactmetrics-tools-prettylinks-action exactmetrics-tools-create-prettylinks"},[s("h3",{domProps:{textContent:t._s(t.text_create_new_prettylink)}}),s("p",{domProps:{textContent:t._s(t.text_create_prettylink_process)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:t.addNewPrettyLinkPageUrl},domProps:{textContent:t._s(t.text_create_prettylinks)}})])])])])},Is=[],Us=s("90d7");function Zs(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Bs(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Zs(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Zs(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Fs={name:"ToolsPrettyLinksFlow",components:{AddonButton:Us["a"]},data:function(){return{text_prettylinks_flow_title:Object(c["a"])("Make your ExactMetrics campaign links prettier with Pretty Links!","google-analytics-dashboard-for-wp"),text_prettylinks_flow_description:Object(c["a"])("Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links.","google-analytics-dashboard-for-wp"),text_prettylinks_flow_process:Object(c["a"])("Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!","google-analytics-dashboard-for-wp"),text_use_prettylinks_user:Object(c["a"])("Over 200,000 websites use Pretty Links!","google-analytics-dashboard-for-wp"),text_prettylinks_install_button:Object(c["a"])("Install Pretty Links","google-analytics-dashboard-for-wp"),text_prettylinks_activated:Object(c["a"])("Pretty Links Installed & Activated","google-analytics-dashboard-for-wp"),text_download_prettylinks:Object(c["a"])("Download Pretty Links","google-analytics-dashboard-for-wp"),text_install_prettylinks_from_wp:Object(c["a"])("Install Pretty Links from the WordPress.org plugin repository.","google-analytics-dashboard-for-wp"),text_prettylinks_activate_button:Object(c["a"])("Activate Pretty Links","google-analytics-dashboard-for-wp"),text_prettylinks_activating_button:Object(c["a"])("Activating Pretty Links...","google-analytics-dashboard-for-wp"),text_create_prettylinks:Object(c["a"])("Create New Pretty Link","google-analytics-dashboard-for-wp"),text_create_new_prettylink:Object(c["a"])("Create a New Pretty Link","google-analytics-dashboard-for-wp"),text_create_prettylink_process:Object(c["a"])("Grab your campaign link and paste it into the Target URL field.","google-analytics-dashboard-for-wp"),text_counter_one:Object(c["a"])("1","google-analytics-dashboard-for-wp"),text_counter_two:Object(c["a"])("2","google-analytics-dashboard-for-wp"),bodyClass:"exactmetrics-prettylinks-flow-page"}},created:function(){document.body.classList.add(this.bodyClass)},mounted:function(){window.scrollTo(0,0)},computed:Bs({},Object(l["b"])({addons:"$_addons/addons"}),{addNewPrettyLinkPageUrl:function(){return this.$addQueryArg(this.$mi.new_pretty_link_url,"exactmetrics_reference","url_builder")}}),methods:{isAddonActive:function(t){return!!this.addons[t]&&this.addons[t].active}},beforeDestroy:function(){document.body.classList.remove(this.bodyClass)}},zs=Fs,Rs=Object(_["a"])(zs,Ds,Is,!1,null,null,null),Ns=Rs.exports,Ws=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"exactmetrics-page-title"},[s("div",{staticClass:"exactmetrics-container"},[s("h2",{domProps:{textContent:t._s(t.text_about_us)}})])]),s("div",{staticClass:"exactmetrics-container"},[s("about-block",[s("figure",{staticClass:"exactmetrics-about-page-right-image"},[s("div",{staticClass:"exactmetrics-bg-img exactmetrics-about-team"})]),s("h3",{domProps:{textContent:t._s(t.text_about_title)}}),s("p",{domProps:{innerHTML:t._s(t.text_about_p1)}})]),s("div",{staticClass:"exactmetrics-addons-list"},t._l(t.addonsList(),(function(t,e){return s("addon-block",{key:e,attrs:{addon:t,"is-addon":!1}})})),1)],1)])},Gs=[],qs=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-about-block"},[t._t("default")],2)},Ys=[],Ks={name:"AboutBlock"},Js=Ks,Qs=Object(_["a"])(Js,qs,Ys,!1,null,null,null),Xs=Qs.exports;function to(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function eo(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?to(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):to(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var so={name:"AboutTabAboutUs",components:{AddonBlock:qe["a"],AboutBlock:Xs},data:function(){return{text_about_title:Object(c["a"])("Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress.","google-analytics-dashboard-for-wp"),text_about_p1:Object(c["a"])("Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code.","google-analytics-dashboard-for-wp"),text_team_members:Object(c["a"])("The ExactMetrics Team","google-analytics-dashboard-for-wp"),text_about_us:Object(c["a"])("About Us","google-analytics-dashboard-for-wp")}},computed:eo({},Object(l["b"])({addons:"$_addons/addons"})),methods:{addonsList:function(){var t=this,e=["wpforms-lite","aioseo","optinmonster","wp-mail-smtp","coming-soon","rafflepress","trustpulse-api","smash-balloon-instagram","pushengage"],s=[];return e.forEach((function(e){if(t.addons[e]){var o=Object.create(t.addons[e]);o.type="licensed",s.push(o)}})),s}}},oo=so,ao=Object(_["a"])(oo,Ws,Gs,!1,null,null,null),no=ao.exports,io=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"exactmetrics-about-page-top"},[s("div",{staticClass:"exactmetrics-container"},[s("h3",{domProps:{textContent:t._s(t.text_welcome)}}),s("div",{staticClass:"exactmetrics-bg-img exactmetrics-em-logo-color"}),s("h2",{domProps:{innerHTML:t._s(t.text_thank_you)}}),s("div",{staticClass:"exactmetrics-about-top-button"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-xl",attrs:{href:t.wizard_url}},[s("span",{domProps:{textContent:t._s(t.text_getting_started_link1)}}),s("i",{staticClass:"monstericon-long-arrow-right-light"})]),s("p",{domProps:{innerHTML:t._s(t.text_efortless)}})])]),s("div",{staticClass:"exactmetrics-bg-img exactmetrics-about-getting-started-video",on:{click:function(e){t.welcome_video=!0}}}),t.welcome_video?s("welcome-overlay",{attrs:{id:"getting-started-video"},on:{close:function(e){t.welcome_video=!1}}},[s("iframe",{attrs:{width:"1280",height:"720",src:"https://www.youtube.com/embed/4GZ-IgZssao?autoplay=1&modestbranding=1&showinfo=0&rel=0&fs=1",frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}})]):t._e()],1),s("div",{staticClass:"exactmetrics-container exactmetrics-about-middle-title"},[s("h2",{domProps:{textContent:t._s(t.text_features_addons)}}),s("p",{domProps:{textContent:t._s(t.text_features_addons_subtitle)}})]),s("content-icon-list",{attrs:{upsell_list:t.icons_list}}),t.showLitePro?s("div",{staticClass:"exactmetrics-wide-purple"},[s("div",{staticClass:"exactmetrics-container"},[s("div",{staticClass:"exactmetrics-about-upgrade-box-flex"},[s("div",{staticClass:"exactmetrics-about-pro-plan-box"},[s("span",{domProps:{textContent:t._s(t.text_pro_plan)}}),s("span",{staticClass:"exactmetrics-price-large"},[t._v("$199")]),s("span",{staticClass:"exactmetrics-price-term",domProps:{textContent:t._s(t.text_per_year)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:t.upgrade_url},domProps:{textContent:t._s(t.text_upgrade_now)}})]),s("div",{staticClass:"exactmetrics-about-pro-checkboxes"},[s("h3",{domProps:{textContent:t._s(t.text_get_pro)}}),s("div",{staticClass:"exactmetrics-two-column"},[s("div",{staticClass:"exactmetrics-list-check"},[s("ul",t._l(t.check_list,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)]),s("div",{staticClass:"exactmetrics-list-check"},[s("ul",t._l(t.check_list_2,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)])])])]),s("div",{staticClass:"exactmetrics-separator"}),s("about-testimonials-slider",{attrs:{testimonials:t.testimonials}})],1)]):t._e(),s("div",{staticClass:"exactmetrics-container"},[s("h3",{domProps:{textContent:t._s(t.text_guides)}}),s("div",{staticClass:"exactmetrics-about-documentation"},t._l(t.docs_rows,(function(e,o){return s("div",{key:o,staticClass:"exactmetrics-about-docs-row"},[o>0?s("div",{staticClass:"exactmetrics-separator"}):t._e(),s("div",{staticClass:"exactmetrics-about-docs-image"},[s("div",{class:e.image})]),s("div",{staticClass:"exactmetrics-about-docs-text"},[s("h3",{domProps:{innerHTML:t._s(e.title)}}),s("p",{domProps:{innerHTML:t._s(e.text)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:e.link,target:"_blank"},domProps:{textContent:t._s(t.text_documentation)}})])])})),0)])],1)},ro=[],lo=s("de15");function co(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function po(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?co(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):co(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var uo={name:"AboutTabGettingStarted",components:{AboutTestimonialsSlider:lo["a"],ContentIconList:ft["a"],WelcomeOverlay:T["a"]},data:function(){return{text_getting_started_title:Object(c["a"])("Getting Started with ExactMetrics","google-analytics-dashboard-for-wp"),text_getting_started_p1:Object(c["a"])("ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.","google-analytics-dashboard-for-wp"),text_getting_started_p2:Object(c["a"])("To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.","google-analytics-dashboard-for-wp"),text_getting_started_p3:Object(c["a"])("In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!.","google-analytics-dashboard-for-wp"),text_getting_started_link1:Object(c["a"])("Launch the wizard!","google-analytics-dashboard-for-wp"),text_get_pro:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),check_list:[Object(c["a"])("eCommerce Tracking","google-analytics-dashboard-for-wp"),Object(c["a"])("Custom Dimensions","google-analytics-dashboard-for-wp"),Object(c["a"])("Form Tracking","google-analytics-dashboard-for-wp"),Object(c["a"])("AMP Support","google-analytics-dashboard-for-wp"),Object(c["a"])("Author Tracking","google-analytics-dashboard-for-wp")],check_list_2:[Object(c["a"])("EU Compliance Addon","google-analytics-dashboard-for-wp"),Object(c["a"])("Real Time Report","google-analytics-dashboard-for-wp"),Object(c["a"])("Google Optimize","google-analytics-dashboard-for-wp"),Object(c["a"])("Search Console","google-analytics-dashboard-for-wp"),Object(c["a"])("Custom Date Ranges","google-analytics-dashboard-for-wp")],text_get_upgrade:Object(c["a"])("Get ExactMetrics Pro Today and Unlock all the Powerful Features","google-analytics-dashboard-for-wp"),text_upgrade_subtitle:Object(c["d"])(Object(c["a"])("Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-green-text">',"</span>"),docs_rows:[{image:"exactmetrics-bg-img exactmetrics-about-docs-1",title:Object(c["a"])("How to Connect to Google Analytics","google-analytics-dashboard-for-wp"),text:Object(c["a"])("After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/connect-google-analytics/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-2",title:Object(c["a"])("Guide and Checklist for Advanced Insights","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/getting-started-guide-checklist/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-3",title:Object(c["a"])("GDPR Guide","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. ","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/getting-started-with-the-eu-compliance-addon/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-4",title:Object(c["a"])("How to Install and Activate ExactMetrics Addons","google-analytics-dashboard-for-wp"),text:Object(c["a"])("The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/how-to-install-exactmetrics-addon/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-5",title:Object(c["a"])("Enabling eCommerce Tracking and Reports","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/enable-ecommerce-tracking/")}],text_documentation:Object(c["a"])("Read Documentation","google-analytics-dashboard-for-wp"),wizard_url:this.$mi.wizard_url,text_welcome:Object(c["a"])("Welcome to","google-analytics-dashboard-for-wp"),text_thank_you:Object(c["d"])(Object(c["a"])("Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin","google-analytics-dashboard-for-wp"),"<br />"),text_efortless:Object(c["d"])(Object(c["a"])("%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.","google-analytics-dashboard-for-wp"),"<b>","</b>"),welcome_video:!1,text_features_addons:Object(c["a"])("ExactMetrics Features & Addons","google-analytics-dashboard-for-wp"),text_features_addons_subtitle:Object(c["a"])("Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.","google-analytics-dashboard-for-wp"),icons_list:[{icon:"monstericon-chart-bar",text:Object(c["d"])(Object(c["a"])("%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-file-alt-em",text:Object(c["d"])(Object(c["a"])("%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-clock",text:Object(c["d"])(Object(c["a"])("%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-check-circle-em",text:Object(c["d"])(Object(c["a"])("%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-shopping-bag",text:Object(c["d"])(Object(c["a"])("%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-links",text:Object(c["d"])(Object(c["a"])("%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-unlock",text:Object(c["d"])(Object(c["a"])("%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-cog",text:Object(c["d"])(Object(c["a"])("%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"",text:Object(c["d"])(Object(c["a"])("%1$sSee All Features%2$s","google-analytics-dashboard-for-wp"),'<a target="_blank" href="'+this.$getUrl("about-page","features","https://www.exactmetrics.com/features/")+'">','<i class="monstericon-long-arrow-right-light"></i></a>')}],text_pro_plan:Object(c["a"])("Pro Plan","google-analytics-dashboard-for-wp"),text_per_year:Object(c["a"])("per year","google-analytics-dashboard-for-wp"),text_upgrade_now:Object(c["a"])("Upgrade Now","google-analytics-dashboard-for-wp"),upgrade_url:this.$getUpgradeUrl("about-page","upgrade-upsell"),testimonials:[{image:"exactmetrics-about-testimonial-avatar-1",text:Object(c["a"])("This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!","google-analytics-dashboard-for-wp"),author:Object(c["a"])("Daniel Monaghan - Experienced","google-analytics-dashboard-for-wp")},{image:"exactmetrics-about-testimonial-avatar-2",text:Object(c["a"])("Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.","google-analytics-dashboard-for-wp"),author:Object(c["a"])("Naomi Spirit - From This Day","google-analytics-dashboard-for-wp")},{image:"exactmetrics-about-testimonial-avatar-3",text:Object(c["a"])("Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!","google-analytics-dashboard-for-wp"),author:Object(c["a"])("Julie Dupuis - Faraway Land Travel","google-analytics-dashboard-for-wp")}],text_guides:Object(c["a"])("Guides and Documentation:","google-analytics-dashboard-for-wp")}},computed:po({},Object(l["b"])({license:"$_license/license",license_network:"$_license/license_network"}),{showLitePro:function(){var t=this.$mi.network?this.license_network.type:this.license.type;return!(this.$isPro()&&""!==t)}})},go=uo,ho=Object(_["a"])(go,io,ro,!1,null,null,null),mo=ho.exports,Co=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"exactmetrics-page-title"},[s("div",{staticClass:"exactmetrics-container"},[s("h2",{domProps:{textContent:t._s(t.text_lite_vs_pro)}})])]),s("div",{staticClass:"exactmetrics-container"},[s("div",{staticClass:"exactmetrics-lite-vs-pro-table"},[s("table",{staticClass:"exactmetrics-features-table"},[s("thead",[s("tr",[s("th"),s("th",[s("i",{staticClass:"monstericon-flag"}),s("span",{domProps:{textContent:t._s(t.text_lite)}})]),s("th",[s("i",{staticClass:"monstericon-rocket"}),s("span",{domProps:{textContent:t._s(t.text_pro)}})])])]),s("tbody",[t._l(t.features,(function(e,o){return s("tr",{key:o},[s("td",{staticClass:"exactmetrics-features-table-feature-title"},[e.icon?s("i",{class:e.icon}):t._e(),s("p",{domProps:{textContent:t._s(e.title)}})]),s("td",[s("p",{class:t.check_class(e.lite)},[e.lite_text?s("strong",{domProps:{textContent:t._s(e.lite_text)}}):t._e(),e.lite_subtitle?s("span",{domProps:{textContent:t._s(e.lite_subtitle)}}):t._e()])]),s("td",[s("p",{class:t.check_class(e.pro)},[e.pro_text?s("strong",{domProps:{textContent:t._s(e.pro_text)}}):t._e(),e.pro_subtitle?s("span",{domProps:{textContent:t._s(e.pro_subtitle)}}):t._e()])])])})),s("tr",[s("td",{staticClass:"exactmetrics-features-table-feature-title"}),s("td",{attrs:{colspan:"2"}},[s("div",{staticClass:"exactmetrics-lite-vs-pro-footer"},[s("h3",{domProps:{textContent:t._s(t.text_get_upgrade)}}),s("p",{domProps:{innerHTML:t._s(t.text_upgrade_subtitle)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-green",attrs:{href:t.$getUpgradeUrl("about-page","lite-vs-pro")},domProps:{textContent:t._s(t.text_upgrade_pro)}})])])])],2)])])])])},bo=[],_o={name:"AboutTabLiteVsPro",data:function(){return{text_lite_vs_pro:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp"),text_subtitle:Object(c["a"])("Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features.","google-analytics-dashboard-for-wp"),text_feature:Object(c["a"])("Feature","google-analytics-dashboard-for-wp"),text_lite:Object(c["a"])("Lite","google-analytics-dashboard-for-wp"),text_pro:Object(c["a"])("Pro","google-analytics-dashboard-for-wp"),text_get_upgrade:Object(c["a"])("Get ExactMetrics Pro Today and Unlock all the Powerful Features","google-analytics-dashboard-for-wp"),text_upgrade_subtitle:Object(c["a"])("Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.","google-analytics-dashboard-for-wp"),text_upgrade_pro:Object(c["a"])("Upgrade to Pro","google-analytics-dashboard-for-wp"),features:[{title:Object(c["a"])("Universal Tracking","google-analytics-dashboard-for-wp"),icon:"monstericon-bullseye",lite_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),lite:!0,pro:!0},{title:Object(c["a"])("Custom Google Analytics Link Tracking","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Standard Tracking","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Tracking","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers","google-analytics-dashboard-for-wp"),icon:"monstericon-links"},{title:Object(c["a"])("No-Code-Needed Tracking Features","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Basic Tracking Options","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Tracking Options","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors","google-analytics-dashboard-for-wp"),icon:"monstericon-tag"},{title:Object(c["a"])("eCommerce Tracking","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("One-click Complete eCommerce tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required","google-analytics-dashboard-for-wp"),icon:"monstericon-tag"},{title:Object(c["a"])("Forms Tracking","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("One-click Form Events Tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin","google-analytics-dashboard-for-wp"),icon:"monstericon-file-alt"},{title:Object(c["a"])("WordPress Admin Area Reports","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Standard Reports","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Overview Reports for the last 30 days.","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Reports","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection","google-analytics-dashboard-for-wp"),icon:"monstericon-tag"},{title:Object(c["a"])("Dashboard Widget","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Basic Widget","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Overview Report Synopsis","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Dashboard Widget","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Includes the complete Overview report, Publisher reports and 6 different eCommerce reports","google-analytics-dashboard-for-wp"),icon:"monstericon-folder"},{title:Object(c["a"])("Publisher Reports","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Publisher Reports & Tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more","google-analytics-dashboard-for-wp"),icon:"monstericon-file-alt"},{title:Object(c["a"])("Headline Analyzer","google-analytics-dashboard-for-wp"),icon:"monstericon-bullseye",lite_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),lite:!0,pro:!0},{title:Object(c["a"])("Email Summaries","google-analytics-dashboard-for-wp"),lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Get weekly traffic reports directly in your inbox.","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,icon:"monstericon-envelope-solid"},{title:Object(c["a"])("Popular Posts","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Basic Options","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Order Popular Posts by comments or shares with 3 simple theme choices.","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Dynamic Popular Posts & Popular Products","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks.","google-analytics-dashboard-for-wp"),icon:"monstericon-chart-bar"},{title:Object(c["a"])("Custom Dimensions","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Complete Custom Dimensions Tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page","google-analytics-dashboard-for-wp"),icon:"monstericon-flag"},{title:Object(c["a"])("Support","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Limited Support","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Priority Support","google-analytics-dashboard-for-wp"),icon:"monstericon-user-em"}]}},methods:{check_class:function(t){var e="exactmetrics-features-none";return!0===t&&(e="exactmetrics-features-full"),"partial"===t&&(e="exactmetrics-features-partial"),e}}},fo=_o,yo=Object(_["a"])(fo,Co,bo,!1,null,null,null),wo=yo.exports,vo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-popular-posts",attrs:{id:"exactmetrics-popular-posts"}},[s("router-view")],1)},xo=[],Oo=(s("0a49"),{name:"PopularPosts",components:{},computed:{},data:function(){return{}},methods:{}}),jo=Oo,ko=Object(_["a"])(jo,vo,xo,!1,null,null,null),Po=ko.exports,Ho=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-inline"},[s("settings-block",{attrs:{title:t.text_choose_theme,icon:"monstericon-search"}},[t.theme_options.hasOwnProperty("alpha")?s("popular-posts-theme-picker",{attrs:{options:t.theme_options,name:"popular_posts_inline_theme",type:"inline"}}):s("loading-spinner-inline",{attrs:{text:t.text_loading_themes}}),t.theme_options.hasOwnProperty("alpha")?s("popular-posts-theme-preview",{attrs:{themes:t.theme_options,name:"popular_posts_inline_theme"}}):t._e()],1),t.theme_options.hasOwnProperty("alpha")?s("settings-block",{attrs:{title:t.text_customize_design,icon:"monstericon-eye-far"}},[s("popular-posts-theme-customize-controls",{attrs:{name:"popular_posts_inline_theme",themes:t.theme_options}})],1):t._e(),s("settings-block",{attrs:{title:t.text_behavior,icon:"monstericon-mouse-pointer"}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_widget_styling)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_widget_styling_desc)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.styling_options,name:"popular_posts_inline_styling"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_sort_by)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_sort_by_description)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.sort_options,name:"popular_posts_inline_sort"}},[s("template",{slot:"sharedcount"},[s("popular-posts-shared-count")],1),s("template",{slot:"curated"},[s("popular-posts-posts-picker",{attrs:{name:"popular_posts_inline_curated"}}),t.no_posts_selected?s("label",{staticClass:"exactmetrics-notice-no-posts"},[s("span",{domProps:{innerHTML:t._s(t.text_select_one_post)}})]):t._e()],1)],2),s("div",{staticClass:"exactmetrics-separator"}),s("PopularPostsGaInput",{attrs:{name:"popular_posts_inline_ga"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_placement)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_placement_description)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.placement_options,name:"popular_posts_inline_placement"}}),"automatic"===t.placement_option?[s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_insert_after)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_insert_after_description)}})]),s("settings-input-number",{attrs:{auth_disabled:!1,name:"popular_posts_inline_after_count",min:0,inline_desc:t.text_words}}),s("div",{staticClass:"exactmetrics-separator"}),s("PopularPostsMultipleEntries"),s("div",{staticClass:"exactmetrics-separator"}),s("popular-posts-post-type-picker",{attrs:{name:"popular_posts_inline_post_types",label:t.text_post_type,description:t.text_post_type_description}}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_exclude_posts)}}),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_exclude_posts_description)}})]),s("popular-posts-posts-picker",{attrs:{name:"popular_posts_inline_exclude_posts"}})]:t._e(),"manual"===t.placement_option?[s("inline-placement")]:t._e()],2)],1)},So=[],$o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-theme-picker-container"},[s("div",{ref:"sliderContainer",class:t.picker_class},[s("div",{ref:"slider",staticClass:"exactmetrics-pp-themes-carousel"},t._l(t.slides,(function(e,o){return s("div",{key:o,ref:"slides",refInFor:!0,staticClass:"exactmetrics-pp-themes-slide"},t._l(e,(function(e,o){return s("button",{key:o,class:t.option_class(o),on:{click:function(e){return t.updateSetting(e,o)}}},[s("span",{staticClass:"exactmetrics-pp-theme-icon"}),s("span",{staticClass:"exactmetrics-pp-theme-name",domProps:{textContent:t._s(e.label)}}),t.active===o?s("span",{staticClass:"exactmetrics-pp-theme-active-icon"},[s("svg",{attrs:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M20.3322 3.44051C22.6714 5.70276 23.8411 8.45203 23.8411 11.6883C23.8411 14.9246 22.6714 17.6896 20.3322 19.9832C18.025 22.2455 15.2211 23.3766 11.9205 23.3766C8.61995 23.3766 5.80004 22.2455 3.4608 19.9832C1.1536 17.6896 0 14.9246 0 11.6883C0 8.45203 1.1536 5.70276 3.4608 3.44051C5.80004 1.14684 8.61995 0 11.9205 0C15.2211 0 18.025 1.14684 20.3322 3.44051ZM10.5266 17.8624L19.3709 9.19041C19.7554 8.84478 19.7554 8.49916 19.3709 8.15354L18.3134 7.06954C17.9289 6.72392 17.5604 6.72392 17.2079 7.06954L9.99786 14.1391L6.6332 10.84C6.28071 10.4943 5.9122 10.4943 5.52767 10.84L4.4702 11.924C4.08567 12.2696 4.08567 12.6152 4.4702 12.9608L9.46913 17.8624C9.82162 18.2394 10.1741 18.2394 10.5266 17.8624Z",fill:"#338EEF"}})])]):t._e()])})),0)})),0),t.slidesCount>1?s("div",{staticClass:"exactmetrics-pp-themes-slider-controls"},[s("button",{staticClass:"exactmetrics-pp-themes-slider-button-prev",attrs:{disabled:t.prevButtonDisabled},on:{click:t.prevSlide}},[s("i",{staticClass:"monstericon-arrow"})]),s("span",{domProps:{innerHTML:t._s(t.pageText)}}),s("button",{staticClass:"exactmetrics-pp-themes-slider-button-next",attrs:{disabled:t.nextButtonDisabled},on:{click:t.nextSlide}},[s("i",{staticClass:"monstericon-arrow"})])]):t._e()])])},Ao=[],Lo=s("54b6");function To(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Vo(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?To(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):To(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Mo={name:"PopularPostsThemePicker",props:{name:String,options:Object,type:{type:String,default:"inline"}},data:function(){return{sliderWidth:0,slidesCount:0,slidePage:0,slides:[]}},computed:Vo({},Object(l["b"])({settings:"$_settings/settings"}),{preview:function(){return this.$store.getters["$_popularposts/theme_preview_"+this.type]},picker_class:function(){return"exactmetrics-pp-theme-picker exactmetrics-pp-theme-picker-"+this.name},active:function(){return this.preview?this.preview:this.settings[this.name]},pageText:function(){var t=this.slidePage+1;return Object(c["d"])(Object(c["a"])("%1$sPage %3$s%2$s of %4$s","google-analytics-dashboard-for-wp"),"<b>","</b>",t,this.slidesCount)},prevButtonDisabled:function(){return 0===this.slidePage},nextButtonDisabled:function(){return this.slidePage===this.slidesCount-1}}),methods:{option_class:function(t){var e="exactmetrics-pp-theme-option exactmetrics-pp-theme-"+t;return this.active===t&&(e+=" exactmetrics-pp-theme-option-selected"),this.themeAvailable(this.options[t].level)||(e+=" exactmetrics-pp-theme-not-available"),e},themeAvailable:function(t){return Lo["a"].isThemeAvailable(t)},updatePreview:function(t){this.$store.dispatch("$_popularposts/updatePreview",{type:this.type,key:t})},updateSetting:function(t,e){var s=this;if(!this.themeAvailable(this.options[e].level))return this.updatePreview(e),!1;this.updatePreview(""),this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:e}).then((function(t){t.success?s.$mi_success_toast({}):s.$mi_error_toast({})}))},calculatePages:function(){if("undefined"!==typeof this.$refs.sliderContainer){this.sliderWidth=this.$refs.sliderContainer.clientWidth;var t=150,e=Object.keys(this.options).length,s=Math.floor(this.sliderWidth/t);this.slidesCount=Math.ceil(e/2/s);var o,a=2*s,n=[],i=0,r=0;for(o in this.options)"undefined"===typeof n[i]&&(n[i]={}),this.options.hasOwnProperty(o)&&(n[i][o]=this.options[o],r++),r===a&&(i++,r=0);this.$refs.slider.style.width=this.sliderWidth*this.slidesCount+"px",this.slides=n,this.slidePage>this.slides.length-1&&(this.slidePage=this.slides.length-1)}},setSlidesWidth:function(){var t;for(t=0;t<this.slides.length;t++)this.$refs.slides[t].style.width=this.sliderWidth+"px"},nextSlide:function(){this.slidePage+1<this.slidesCount&&(this.slidePage++,this.setSlidePage())},prevSlide:function(){this.slidePage>0&&(this.slidePage--,this.setSlidePage())},setSlidePage:function(){var t=this.slidePage*this.sliderWidth;this.$refs.slider.style.marginLeft="-"+t+"px"}},mounted:function(){this.calculatePages(),window.addEventListener("resize",this.calculatePages)},updated:function(){this.setSlidesWidth(),this.setSlidePage()},watch:{active:function(t){var e;for(e=0;e<this.slides.length;e++){var s=void 0;for(s in this.slides[e])s===t&&(this.slidePage=e)}}}},Eo=Mo,Do=Object(_["a"])(Eo,$o,Ao,!1,null,null,null),Io=Do.exports,Uo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-inline-theme-preview"},[s("h3",{domProps:{textContent:t._s(t.text_theme_preview)}}),t.themeOptions?s("div",{class:t.renderCssClass},[s("p",{domProps:{textContent:t._s(t.text_dummy_p_1)}}),s("div",{class:t.themeClass,style:t.objectStyle("background",["color","border"],["background","borderColor"])},[t.themeOptions.image?s("div",{staticClass:"exactmetrics-inline-popular-posts-image"},[s("div",{class:t.getImageClass(t.themeOptions.image)})]):t._e(),s("div",{staticClass:"exactmetrics-inline-popular-posts-text"},[t.themeOptions.icon?s("span",{staticClass:"exactmetrics-inline-popular-posts-icon",style:t.objectStyle("icon",["background"],["backgroundColor"])},[s("svg",{attrs:{width:"14",height:"19",viewBox:"0 0 14 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M7.875 0.899463C7.875 1.59183 8.0816 2.24711 8.49479 2.8653C8.93229 3.48349 9.44271 4.06458 10.026 4.60859C10.6337 5.15259 11.2292 5.73369 11.8125 6.35188C12.4201 6.97007 12.9306 7.76135 13.3438 8.72572C13.7812 9.66537 14 10.7163 14 11.8785C14 13.832 13.3073 15.5011 11.9219 16.8858C10.5608 18.2953 8.92014 19 7 19C5.07986 19 3.42708 18.2953 2.04167 16.8858C0.680556 15.5011 0 13.832 0 11.8785C0 9.94973 0.668403 8.28062 2.00521 6.87116C2.27257 6.57443 2.58854 6.50024 2.95312 6.64861C3.31771 6.79697 3.5 7.08134 3.5 7.50171V10.6545C3.5 11.3221 3.71875 11.8908 4.15625 12.3607C4.61806 12.8305 5.16493 13.0654 5.79688 13.0654C6.45312 13.0654 7.01215 12.8428 7.47396 12.3978C7.93576 11.9279 8.16667 11.3592 8.16667 10.6916C8.16667 10.2712 8.04514 9.86318 7.80208 9.46754C7.58333 9.0719 7.31597 8.71336 7 8.3919C6.68403 8.07044 6.34375 7.73662 5.97917 7.39043C5.63889 7.04425 5.34722 6.66097 5.10417 6.2406C4.88542 5.82024 4.73958 5.35041 4.66667 4.83114C4.59375 4.31186 4.67882 3.68131 4.92188 2.93948C5.18924 2.17293 5.63889 1.33219 6.27083 0.417277C6.51389 0.0463641 6.84201 -0.0772735 7.25521 0.0463641C7.6684 0.170002 7.875 0.454368 7.875 0.899463Z",fill:t.getThemeOption("icon","color")}})])]):t._e(),t.themeOptions.label?s("span",{staticClass:"exactmetrics-inline-popular-posts-label",style:t.objectStyle("label",["color","background"],["color","background"]),domProps:{textContent:t._s(t.getThemeOption("label","text"))}}):t._e(),t.themeOptions.border?s("span",{staticClass:"exactmetrics-inline-popular-posts-border",style:t.objectStyle("border",["color"],["borderColor"])}):t._e(),t.themeOptions.title&&!t.themeOptions.list?s("a",{staticClass:"exactmetrics-inline-popular-posts-title",style:t.objectStyle("title",["color","size"],["color","fontSize"]),attrs:{href:"#"},domProps:{textContent:t._s(t.getThemeOption("title","text"))}}):t._e(),t.themeList?s("ul",{staticClass:"exactmetrics-inline-popular-posts-list"},t._l(t.themeList,(function(e,o){return s("li",{key:o,style:t.objectStyle("title",["color","size"],["color","fontSize"]),domProps:{textContent:t._s(e)}})})),0):t._e(),t.themeOptions.border&&t.themeOptions.border.color2?s("span",{staticClass:"exactmetrics-inline-popular-posts-border-2",style:t.objectStyle("border",["color2"],["borderColor"])}):t._e()])]),s("p",{domProps:{textContent:t._s(t.text_dummy_p_2)}})]):t._e(),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},Zo=[],Bo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-upgrade-overlay"},[s("svg",{attrs:{width:"14",height:"17",viewBox:"0 0 14 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M12.5 7.05859C12.9167 7.05859 13.2708 7.20443 13.5625 7.49609C13.8542 7.78776 14 8.14193 14 8.55859V14.5586C14 14.9753 13.8542 15.3294 13.5625 15.6211C13.2708 15.9128 12.9167 16.0586 12.5 16.0586H1.5C1.08333 16.0586 0.729167 15.9128 0.4375 15.6211C0.145833 15.3294 0 14.9753 0 14.5586V8.55859C0 8.14193 0.145833 7.78776 0.4375 7.49609C0.729167 7.20443 1.08333 7.05859 1.5 7.05859H2.25V4.80859C2.25 3.49609 2.70833 2.38151 3.625 1.46484C4.5625 0.527344 5.6875 0.0585938 7 0.0585938C8.3125 0.0585938 9.42708 0.527344 10.3438 1.46484C11.2812 2.38151 11.75 3.49609 11.75 4.80859V7.05859H12.5ZM9.25 7.05859V4.80859C9.25 4.18359 9.03125 3.65234 8.59375 3.21484C8.15625 2.77734 7.625 2.55859 7 2.55859C6.375 2.55859 5.84375 2.77734 5.40625 3.21484C4.96875 3.65234 4.75 4.18359 4.75 4.80859V7.05859H9.25Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_unlock)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-small",attrs:{href:t.form_upgrade_button_url},domProps:{textContent:t._s(t.text_upgrade)}})])},Fo=[],zo={name:"PopularPostsUpgradeOverlay",props:{campaign:{type:String,default:"overlay"}},data:function(){return{text_unlock:Object(c["d"])(Object(c["a"])("Unlock with %s","google-analytics-dashboard-for-wp"),"ExactMetrics Pro"),text_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),form_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-forms")}}},Ro=zo,No=Object(_["a"])(Ro,Bo,Fo,!1,null,null,null),Wo=No.exports;function Go(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function qo(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Go(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Go(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Yo={name:"PopularPostsThemePreview",components:{PopularPostsUpgradeOverlay:Wo},props:{name:String,themes:Object},data:function(){return{optionsName:this.name+"_options",text_theme_preview:Object(c["a"])("Theme Preview","google-analytics-dashboard-for-wp"),text_dummy_p_1:Object(c["a"])("Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.","google-analytics-dashboard-for-wp"),text_dummy_p_2:Object(c["a"])("Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan","google-analytics-dashboard-for-wp"),text_color:Object(c["a"])("Color","google-analytics-dashboard-for-wp"),text_size:Object(c["a"])("Size","google-analytics-dashboard-for-wp"),text_title:Object(c["a"])("Title","google-analytics-dashboard-for-wp"),text_label:Object(c["a"])("Label","google-analytics-dashboard-for-wp"),text_background:Object(c["a"])("Background","google-analytics-dashboard-for-wp"),text_border:Object(c["a"])("Border","google-analytics-dashboard-for-wp"),text_icon:Object(c["a"])("Icon","google-analytics-dashboard-for-wp")}},computed:qo({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_inline"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},themeList:function(){return!!this.active&&this.themes[this.active].list},themeClass:function(){return"exactmetrics-inline-popular-posts-widget exactmetrics-inline-popular-posts-"+this.active},renderCssClass:function(){var t="exactmetrics-pp-inline-theme-preview-render";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){var s=this.name+"_"+t+"_"+e;return"undefined"===typeof this.themeOptions[t][e]?"":this.settings[s]&&""!==this.settings[s]?this.settings[s]:this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},objectStyle:function(t,e,s){var o,a={};if("undefined"===typeof this.themeOptions[t])return a;for(o=0;o<e.length;o++){var n=this.getThemeOption(t,e[o]);if(""!==n){var i=s[o];"fontSize"===i&&(n+="px"),a[i]=n}}return a},getImageClass:function(t){return t=t.replace(".jpg","").replace(".png",""),"exactmetrics-bg-img exactmetrics-pp-"+t}}},Ko=Yo,Jo=Object(_["a"])(Ko,Uo,Zo,!1,null,null,null),Qo=Jo.exports,Xo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-text"},[t.label?s("label",{attrs:{for:t.id}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?s("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.showReset()?s("a",{staticClass:"exactmetrics-reset-default",attrs:{href:"#"},domProps:{textContent:t._s(t.text_reset)},on:{click:function(e){return e.preventDefault(),t.resetValue(e)}}}):t._e(),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1):t._e(),s("div",{staticClass:"settings-input-text-input"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.number_value,expression:"number_value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,type:"number",name:t.name,placeholder:t.placeholder,min:t.min,max:t.max,step:t.step,readonly:t.disabled},domProps:{value:t.number_value},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.number_value=e.target.value)}}}),t.inline_desc?s("span",{staticClass:"exactmetrics-inline-desc",domProps:{innerHTML:t._s(t.inline_desc)}}):t._e()]),t.has_error?s("label",{staticClass:"exactmetrics-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.has_error)}})]):t._e()])},ta=[];s("a9e3"),s("acd8");function ea(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function sa(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?ea(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):ea(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var oa={name:"SettingsInputNumber",components:{SettingsInfoTooltip:Pt["a"]},props:{name:String,label:String,description:String,placeholder:String,type:{type:String,default:"text"},tooltip:String,default_value:String,min:Number,max:Number,step:{type:Number,default:1},round:{type:Boolean,default:!1},inline_desc:String,auth_disabled:{type:Boolean,default:!0}},data:function(){return{has_error:!1,id:"input-"+this.name,text_reset:Object(c["a"])("Reset to default","google-analytics-dashboard-for-wp"),text_error_value:Object(c["d"])(Object(c["a"])("Please enter a value between %1$s and %2$s","google-analytics-dashboard-for-wp"),"<strong>"+this.min+"</strong>","<strong>"+this.max+"</strong>"),text_error_has_min:Object(c["d"])(Object(c["a"])("Please enter a value higher than %s","google-analytics-dashboard-for-wp"),"<strong>"+this.min+"</strong>"),text_error_has_max:Object(c["d"])(Object(c["a"])("Please enter a value lower than %s","google-analytics-dashboard-for-wp"),"<strong>"+this.max+"</strong>"),text_error_generic:Object(c["a"])("Please enter a number","google-analytics-dashboard-for-wp"),text_error_round:Object(c["a"])("Value has to be a round number","google-analytics-dashboard-for-wp"),updated_number_value:!1}},computed:sa({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},number_value:{get:function(){return!1!==this.updated_number_value?this.updated_number_value:this.settings[this.name]},set:function(t){return this.updated_number_value=t}},tooltip_data:function(){return{content:this.disabled?this.$mi_need_to_auth:"",autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!!this.auth_disabled&&!this.has_ua},error_text:function(){return"undefined"!==typeof this.min&&"undefined"!==typeof this.max?this.text_error_value:"undefined"!==typeof this.min?this.text_error_has_min:"undefined"!==typeof this.max?this.text_error_has_max:this.text_error_generic}}),methods:{inputUpdate:function(t){this.updateSetting(t.target.name,t.target.value)},updateSetting:function(t,e){var s=this;return!this.disabled&&(this.has_error=!1,e=parseFloat(e),this.round&&e%1!==0?(this.has_error=this.text_error_round,!1):isNaN(e)||"undefined"!==typeof this.max&&e>this.max||"undefined"!==typeof this.min&&e<this.min?(this.has_error=this.error_text,!1):(this.$mi_saving_toast({}),void this.$store.dispatch("$_settings/updateSettings",{name:t,value:e}).then((function(t){t.success?s.$mi_success_toast({}):s.$mi_error_toast({})}))))},showReset:function(){return this.default_value&&this.settings[this.name]!==this.default_value},resetValue:function(){return this.updateSetting(this.name,this.default_value)}}},aa=oa,na=(s("d4ec"),Object(_["a"])(aa,Xo,ta,!1,null,"0fc0f471",null)),ia=na.exports,ra=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-sharedcount-controls"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_sharedcount_api)}}),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_sharedcount_api_description)}})]),s("div",{staticClass:"inline-field"},[s("settings-input-text",{attrs:{name:"sharedcount_key",auth_disabled:!1}}),s("button",{class:t.sharedcount_button_class,attrs:{disabled:t.indexing_button_disabled},on:{click:t.start_sharedcount_indexing}},[s("span",{domProps:{textContent:t._s(t.text_indexing_button)}})])],1),t.sharedcount_status?s("div",{staticClass:"exactmetrics-sharedcount-status"},[s("span",{domProps:{innerHTML:t._s(t.sharedcount_status)}})]):t._e()])},la=[],ca={name:"PopularPostsSharedCount",components:{SettingsInputText:z["a"]},data:function(){return{text_sharedcount_api:Object(c["a"])("SharedCount API Key","google-analytics-dashboard-for-wp"),text_sharedcount_api_description:Object(c["d"])(Object(c["a"])("Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.","google-analytics-dashboard-for-wp"),'<a href="https://www.sharedcount.com/app/account-info" target="_blank" rel="noreferrer noopener">',"</a>"),text_start_indexing:Object(c["a"])("Start Indexing","google-analytics-dashboard-for-wp"),indexing_button_disabled:!1,sharedcount_status:!1,text_indexing_button:"",text_indexing_progress:Object(c["a"])("%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.","google-analytics-dashboard-for-wp"),text_indexing_complete:Object(c["a"])("Indexing completed, counts will update automatically every day.","google-analytics-dashboard-for-wp")}},mounted:function(){this.text_indexing_button=this.text_start_indexing,this.get_sharedcount_index_progress()},computed:{sharedcount_button_class:function(){var t="exactmetrics-button exactmetrics-button-gray";return this.indexing_button_disabled&&(t+=" exactmetrics-button-disabled"),t}},methods:{start_sharedcount_indexing:function(){var t=this;if(!t.indexing_button_disabled){t.indexing_button_disabled=!0,t.text_indexing_button="Please wait";var e=new FormData;e.append("action","exactmetrics_sharedcount_start_indexing"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){if(e.data.success){if(t.text_indexing_button="Indexing started",e.data.data.max_pages){var s=Math.floor(100/e.data.data.max_pages);t.update_progress_text(s)}}else t.indexing_button_disabled=!1,t.text_indexing_button=t.text_start_indexing,e.data.data.message&&t.$mi_error_toast({title:e.data.data.message})}))}},get_sharedcount_index_progress:function(){var t=this;t.indexing_button_disabled=!0;var e=new FormData;e.append("action","exactmetrics_sharedcount_get_index_progress"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){e.data.progress?(t.indexing_button_disabled=!0,t.text_indexing_button="Indexing started",t.update_progress_text(e.data.progress)):t.indexing_button_disabled=!1})).catch((function(){t.indexing_button_disabled=!1}))},update_progress_text:function(t){this.sharedcount_status=100===t?this.text_indexing_complete:Object(c["d"])(this.text_indexing_progress,"<b>",t,"</b>")}}},da=ca,pa=Object(_["a"])(da,ra,la,!1,null,null,null),ua=pa.exports,ga=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-posts-picker"},[s("multiselect",{attrs:{"clear-on-select":!1,"close-on-select":!0,"internal-search":!1,loading:t.isLoading,"max-height":600,options:t.pages,placeholder:t.text_search_pages_placeholder,searchable:!0,"show-no-results":!0,showLabels:!1,label:"title","track-by":"id",multiple:!0},on:{"search-change":t.findPages},model:{value:t.posts,callback:function(e){t.posts=e},expression:"posts"}},[s("span",{attrs:{slot:"noResult"},domProps:{textContent:t._s(t.text_search_pages_not_found)},slot:"noResult"}),s("span",{attrs:{slot:"noOptions"},domProps:{textContent:t._s(t.text_search_no_options)},slot:"noOptions"})])],1)},ha=[],ma=s("f7fe"),Ca=s.n(ma),ba=s("8e5f"),_a=s.n(ba);function fa(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ya(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?fa(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):fa(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var wa={name:"PopularPostsPostsPicker",components:{Multiselect:_a.a},props:{name:String,post_type:{default:"post",type:String},placeholder:{default:Object(c["a"])("Select posts/search","google-analytics-dashboard-for-wp"),type:String}},data:function(){return{pages:[],isLoading:!1,error_notice:"",text_search_pages_placeholder:this.placeholder,text_search_pages_not_found:Object(c["a"])("Oops! No posts found.","google-analytics-dashboard-for-wp"),text_search_no_options:Object(c["a"])("Search by post title","google-analytics-dashboard-for-wp")}},computed:ya({},Object(l["b"])({settings:"$_settings/settings"}),{posts:{get:function(){return this.settings[this.name]||o["a"].set(this.settings,this.name,[]),JSON.parse(JSON.stringify(this.settings[this.name]))},set:function(t){return o["a"].set(this.settings,this.name,t),this.updateSetting(),t}}}),methods:{findPages:Ca()((function(t){var e=this;e.isLoading=!0;var s=new FormData;s.append("nonce",o["a"].prototype.$mi.nonce),s.append("action","exactmetrics_get_posts"),s.append("post_type",this.post_type),s.append("keyword",t),Os.a.post(this.$mi.ajax,s).then((function(t){e.pages=t.data.data,e.isLoading=!1})).catch((function(){e.isLoading=!1,o["a"].prototype.$mi_error_toast({title:Object(c["a"])("Can't load posts.","google-analytics-dashboard-for-wp")})}))}),300),updateSetting:function(){var t=this;if(this.isLoading=!1,this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:this.posts}).then((function(e){e.success?t.$mi_success_toast({}):t.$mi_error_toast({})})),this.error_notice=""}}},va=wa,xa=Object(_["a"])(va,ga,ha,!1,null,null,null),Oa=xa.exports,ja=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-input-select",{attrs:{options:t.post_types,multiple:!0,name:t.name,label:t.label,description:t.description}})},ka=[],Pa={name:"PopularPostsPostTypePicker",components:{SettingsInputSelect:ie["a"]},props:{name:String,label:String,description:String},data:function(){return{post_types:[]}},mounted:function(){this.getPostTypes()},methods:{getPostTypes:function(){var t=this,e=new FormData;e.append("action","exactmetrics_get_post_types"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){e.data&&e.data&&t.setPostTypes(e.data)}))},setPostTypes:function(t){for(var e in t)t.hasOwnProperty(e)&&this.post_types.push({label:t[e],value:e})}}},Ha=Pa,Sa=Object(_["a"])(Ha,ja,ka,!1,null,null,null),$a=Sa.exports,Aa=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-theme-controls-holder"},[s("div",{class:t.renderCssClass},[t.themeOptions.title?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-title"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_title)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.title.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("title","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["title","color"].concat(o))}}})],1):t._e(),t.themeOptions.title.size?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_size)}}),s("popular-posts-size-input",{attrs:{value:t.getThemeOption("title","size"),min:1},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["title","size"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.label?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-label"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_label)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.label.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("span",{staticClass:"exactmetrics-pp-color-input-inline"},[s("color-picker",{attrs:{color:t.getThemeOption("label","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","color"].concat(o))}}}),s("input",{attrs:{type:"text"},domProps:{value:t.getThemeOption("label","text")},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["label","text"].concat(o))}}})],1)]):t._e(),t.themeOptions.label.background?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_background)}}),s("color-picker",{attrs:{color:t.getThemeOption("label","background")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","background"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.icon?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-icon"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_icon)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.icon.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("icon","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["icon","color"].concat(o))}}})],1):t._e(),t.themeOptions.icon.background?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_background)}}),s("color-picker",{attrs:{color:t.getThemeOption("icon","background")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["icon","background"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.background?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-background"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_background)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.background.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","color"].concat(o))}}})],1):t._e(),t.themeOptions.background.border?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_border)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","border")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","border"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.border?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_border)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.border.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.themeOptions.border.color.label?t.themeOptions.border.color.label:t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("border","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["border","color"].concat(o))}}})],1):t._e(),t.themeOptions.border.color2?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.themeOptions.border.color2.label?t.themeOptions.border.color2.label:t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("border","color2")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["border","color2"].concat(o))}}})],1):t._e()])]):t._e()]),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},La=[],Ta=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-color-picker"},[s("div",{staticClass:"exactmetrics-colorpicker-preview",on:{click:function(e){e.stopPropagation(),t.showColorPicker=!t.showColorPicker}}},[s("span",{style:t.colorStyle})]),t.showColorPicker?s("div",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.maybeHideColorpicker,expression:"maybeHideColorpicker"}],staticClass:"exactmetrics-colorpicker-picker"},[s("color-picker",{attrs:{color:t.color},on:{changeColor:t.changeColor}})],1):t._e()])},Va=[],Ma=(s("99af"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"hu-color-picker",class:{light:t.isLightTheme},style:{width:t.totalWidth+"px"}},[s("div",{staticClass:"color-set"},[s("Saturation",{ref:"saturation",attrs:{color:t.rgbString,hsv:t.hsv,size:t.hueHeight},on:{selectSaturation:t.selectSaturation}}),s("Hue",{ref:"hue",attrs:{hsv:t.hsv,width:t.hueWidth,height:t.hueHeight},on:{selectHue:t.selectHue}}),s("Alpha",{ref:"alpha",attrs:{color:t.rgbString,rgba:t.rgba,width:t.hueWidth,height:t.hueHeight},on:{selectAlpha:t.selectAlpha}})],1),s("div",{staticClass:"color-show",style:{height:t.previewHeight+"px"}},[s("Preview",{attrs:{color:t.rgbaString,width:t.previewWidth,height:t.previewHeight}}),t.suckerHide?t._e():s("Sucker",{attrs:{"sucker-canvas":t.suckerCanvas,"sucker-area":t.suckerArea},on:{openSucker:t.openSucker,selectSucker:t.selectSucker}})],1),s("Box",{attrs:{name:"HEX",color:t.modelHex},on:{inputColor:t.inputHex}}),s("Box",{attrs:{name:"RGBA",color:t.modelRgba},on:{inputColor:t.inputRgba}}),s("Colors",{attrs:{color:t.rgbaString,"colors-default":t.colorsDefault,"colors-history-key":t.colorsHistoryKey},on:{selectColor:t.selectColor}})],1)}),Ea=[],Da={methods:{setColorValue(t){let e={r:0,g:0,b:0,a:1};/#/.test(t)?e=this.hex2rgb(t):/rgb/.test(t)?e=this.rgb2rgba(t):"string"===typeof t?e=this.rgb2rgba(`rgba(${t})`):"[object Object]"===Object.prototype.toString.call(t)&&(e=t);const{r:s,g:o,b:a,a:n}=e,{h:i,s:r,v:l}=this.rgb2hsv(e);return{r:s,g:o,b:a,a:void 0===n?1:n,h:i,s:r,v:l}},createAlphaSquare(t){const e=document.createElement("canvas"),s=e.getContext("2d"),o=2*t;return e.width=o,e.height=o,s.fillStyle="#ffffff",s.fillRect(0,0,o,o),s.fillStyle="#ccd5db",s.fillRect(0,0,t,t),s.fillRect(t,t,t,t),e},createLinearGradient(t,e,s,o,a,n){const i="l"===t,r=e.createLinearGradient(0,0,i?s:0,i?0:o);r.addColorStop(.01,a),r.addColorStop(.99,n),e.fillStyle=r,e.fillRect(0,0,s,o)},rgb2hex({r:t,g:e,b:s},o){const a=t=>("0"+Number(t).toString(16)).slice(-2),n=`#${a(t)}${a(e)}${a(s)}`;return o?n.toUpperCase():n},hex2rgb(t){t=t.slice(1);const e=t=>parseInt(t,16)||0;return{r:e(t.slice(0,2)),g:e(t.slice(2,4)),b:e(t.slice(4,6))}},rgb2rgba(t){return"string"===typeof t?(t=(/rgba?\((.*?)\)/.exec(t)||["","0,0,0,1"])[1].split(","),{r:Number(t[0])||0,g:Number(t[1])||0,b:Number(t[2])||0,a:Number(t[3]?t[3]:1)}):t},rgb2hsv({r:t,g:e,b:s}){t/=255,e/=255,s/=255;const o=Math.max(t,e,s),a=Math.min(t,e,s),n=o-a;let i=0;o===a?i=0:o===t?i=e>=s?60*(e-s)/n:60*(e-s)/n+360:o===e?i=60*(s-t)/n+120:o===s&&(i=60*(t-e)/n+240),i=Math.floor(i);let r=parseFloat((0===o?0:1-a/o).toFixed(2)),l=parseFloat(o.toFixed(2));return{h:i,s:r,v:l}}}},Ia=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"saturation",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.selectSaturation(e)}}},[s("canvas",{ref:"canvasSaturation"}),s("div",{staticClass:"slide",style:t.slideSaturationStyle})])},Ua=[];function Za(t){if(Array.isArray(t))return t}s("e01a"),s("d28b");function Ba(t,e){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t)){var s=[],o=!0,a=!1,n=void 0;try{for(var i,r=t[Symbol.iterator]();!(o=(i=r.next()).done);o=!0)if(s.push(i.value),e&&s.length===e)break}catch(l){a=!0,n=l}finally{try{o||null==r["return"]||r["return"]()}finally{if(a)throw n}}return s}}function Fa(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function za(t,e){return Za(t)||Ba(t,e)||Fa()}var Ra={mixins:[Da],props:{color:{type:String,default:"#000000"},hsv:{type:Object,default:null},size:{type:Number,default:152}},data:function(){return{slideSaturationStyle:{}}},mounted:function(){this.renderColor(),this.renderSlide()},methods:{renderColor:function(){var t=this.$refs.canvasSaturation,e=this.size,s=t.getContext("2d");t.width=e,t.height=e,s.fillStyle=this.color,s.fillRect(0,0,e,e),this.createLinearGradient("l",s,e,e,"#FFFFFF","rgba(255,255,255,0)"),this.createLinearGradient("p",s,e,e,"rgba(0,0,0,0)","#000000")},renderSlide:function(){this.slideSaturationStyle={left:this.hsv.s*this.size-5+"px",top:(1-this.hsv.v)*this.size-5+"px"}},selectSaturation:function(t){var e=this,s=this.$el.getBoundingClientRect(),o=s.top,a=s.left,n=t.target.getContext("2d"),i=function(t){var s=t.clientX-a,i=t.clientY-o;s<0&&(s=0),i<0&&(i=0),s>e.size&&(s=e.size),i>e.size&&(i=e.size),e.slideSaturationStyle={left:s-5+"px",top:i-5+"px"};var r=n.getImageData(Math.min(s,e.size-1),Math.min(i,e.size-1),1,1),l=za(r.data,3),c=l[0],d=l[1],p=l[2];e.$emit("selectSaturation",{r:c,g:d,b:p})};i(t);var r=function t(){document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",t)};document.addEventListener("mousemove",i),document.addEventListener("mouseup",r)}}},Na=Ra,Wa=(s("2950"),Object(_["a"])(Na,Ia,Ua,!1,null,null,null)),Ga=Wa.exports,qa=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"hue",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.selectHue(e)}}},[s("canvas",{ref:"canvasHue"}),s("div",{staticClass:"slide",style:t.slideHueStyle})])},Ya=[],Ka={props:{hsv:{type:Object,default:null},width:{type:Number,default:15},height:{type:Number,default:152}},data:function(){return{slideHueStyle:{}}},mounted:function(){this.renderColor(),this.renderSlide()},methods:{renderColor:function(){var t=this.$refs.canvasHue,e=this.width,s=this.height,o=t.getContext("2d");t.width=e,t.height=s;var a=o.createLinearGradient(0,0,0,s);a.addColorStop(0,"#FF0000"),a.addColorStop(.17,"#FF00FF"),a.addColorStop(.34,"#0000FF"),a.addColorStop(.51,"#00FFFF"),a.addColorStop(.68,"#00FF00"),a.addColorStop(.17*5,"#FFFF00"),a.addColorStop(1,"#FF0000"),o.fillStyle=a,o.fillRect(0,0,e,s)},renderSlide:function(){this.slideHueStyle={top:(1-this.hsv.h/360)*this.height-2+"px"}},selectHue:function(t){var e=this,s=this.$el.getBoundingClientRect(),o=s.top,a=t.target.getContext("2d"),n=function(t){var s=t.clientY-o;s<0&&(s=0),s>e.height&&(s=e.height),e.slideHueStyle={top:s-2+"px"};var n=a.getImageData(0,Math.min(s,e.height-1),1,1),i=za(n.data,3),r=i[0],l=i[1],c=i[2];e.$emit("selectHue",{r:r,g:l,b:c})};n(t);var i=function t(){document.removeEventListener("mousemove",n),document.removeEventListener("mouseup",t)};document.addEventListener("mousemove",n),document.addEventListener("mouseup",i)}}},Ja=Ka,Qa=(s("8f8a"),Object(_["a"])(Ja,qa,Ya,!1,null,null,null)),Xa=Qa.exports,tn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"color-alpha",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.selectAlpha(e)}}},[s("canvas",{ref:"canvasAlpha"}),s("div",{staticClass:"slide",style:t.slideAlphaStyle})])},en=[],sn=(s("b680"),{mixins:[Da],props:{color:{type:String,default:"#000000"},rgba:{type:Object,default:null},width:{type:Number,default:15},height:{type:Number,default:152}},data:function(){return{slideAlphaStyle:{},alphaSize:5}},watch:{color:function(){this.renderColor()},"rgba.a":function(){this.renderSlide()}},mounted:function(){this.renderColor(),this.renderSlide()},methods:{renderColor:function(){var t=this.$refs.canvasAlpha,e=this.width,s=this.height,o=this.alphaSize,a=this.createAlphaSquare(o),n=t.getContext("2d");t.width=e,t.height=s,n.fillStyle=n.createPattern(a,"repeat"),n.fillRect(0,0,e,s),this.createLinearGradient("p",n,e,s,"rgba(255,255,255,0)",this.color)},renderSlide:function(){this.slideAlphaStyle={top:this.rgba.a*this.height-2+"px"}},selectAlpha:function(t){var e=this,s=this.$el.getBoundingClientRect(),o=s.top,a=function(t){var s=t.clientY-o;s<0&&(s=0),s>e.height&&(s=e.height);var a=parseFloat((s/e.height).toFixed(2));e.$emit("selectAlpha",a)};a(t);var n=function t(){document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",t)};document.addEventListener("mousemove",a),document.addEventListener("mouseup",n)}}}),on=sn,an=(s("ab3a"),Object(_["a"])(on,tn,en,!1,null,null,null)),nn=an.exports,rn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("canvas")},ln=[],cn={mixins:[Da],props:{color:{type:String,default:"#000000"},width:{type:Number,default:100},height:{type:Number,default:30}},data:function(){return{alphaSize:5}},watch:{color:function(){this.renderColor()}},mounted:function(){this.renderColor()},methods:{renderColor:function(){var t=this.$el,e=this.width,s=this.height,o=this.alphaSize,a=this.createAlphaSquare(o),n=t.getContext("2d");t.width=e,t.height=s,n.fillStyle=n.createPattern(a,"repeat"),n.fillRect(0,0,e,s),n.fillStyle=this.color,n.fillRect(0,0,e,s)}}},dn=cn,pn=Object(_["a"])(dn,rn,ln,!1,null,null,null),un=pn.exports,gn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[t.isSucking?t._e():s("svg",{staticClass:"sucker",class:{active:t.isOpenSucker},attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"-12 -12 48 48"},on:{click:t.openSucker}},[s("path",{attrs:{d:"M13.1,8.2l5.6,5.6c0.4,0.4,0.5,1.1,0.1,1.5s-1.1,0.5-1.5,0.1c0,0-0.1,0-0.1-0.1l-1.4-1.4l-7.7,7.7C7.9,21.9,7.6,22,7.3,22H3.1C2.5,22,2,21.5,2,20.9l0,0v-4.2c0-0.3,0.1-0.6,0.3-0.8l5.8-5.8C8.5,9.7,9.2,9.6,9.7,10s0.5,1.1,0.1,1.5c0,0,0,0.1-0.1,0.1l-5.5,5.5v2.7h2.7l7.4-7.4L8.7,6.8c-0.5-0.4-0.5-1-0.1-1.5s1.1-0.5,1.5-0.1c0,0,0.1,0,0.1,0.1l1.4,1.4l3.5-3.5c1.6-1.6,4.1-1.6,5.8-0.1c1.6,1.6,1.6,4.1,0.1,5.8L20.9,9l-3.6,3.6c-0.4,0.4-1.1,0.5-1.5,0.1"}})]),t.isSucking?s("svg",{staticClass:"sucker",attrs:{viewBox:"-16 -16 68 68",xmlns:"http://www.w3.org/2000/svg",stroke:"#9099a4"}},[s("g",{attrs:{fill:"none","fill-rule":"evenodd"}},[s("g",{attrs:{transform:"translate(1 1)","stroke-width":"4"}},[s("circle",{attrs:{"stroke-opacity":".5",cx:"18",cy:"18",r:"18"}}),s("path",{attrs:{d:"M36 18c0-9.94-8.06-18-18-18"}},[s("animateTransform",{attrs:{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"}})],1)])])]):t._e()])},hn=[],mn=s("1f29"),Cn=s.n(mn),bn={props:{suckerCanvas:{type:null,default:null},suckerArea:{type:Array,default:function(){return[]}}},data:function(){return{isOpenSucker:!1,suckerPreview:null,isSucking:!1}},watch:{suckerCanvas:function(t){this.isSucking=!1,this.suckColor(t),t.style.cursor="url(".concat(Cn.a,") 0 32, default")}},methods:{openSucker:function(){this.isOpenSucker?this.keydownHandler({keyCode:27}):(this.isOpenSucker=!0,this.isSucking=!0,this.$emit("openSucker",!0),document.addEventListener("keydown",this.keydownHandler))},keydownHandler:function(t){27===t.keyCode&&(this.isOpenSucker=!1,this.isSucking=!1,this.$emit("openSucker",!1),document.removeEventListener("keydown",this.keydownHandler),document.removeEventListener("mousemove",this.mousemoveHandler),document.removeEventListener("mouseup",this.mousemoveHandler),this.suckerPreview&&(document.body.removeChild(this.suckerPreview),this.suckerPreview=null))},mousemoveHandler:function(t){var e=t.clientX,s=t.clientY,o=this.suckerCanvas.getBoundingClientRect(),a=o.top,n=o.left,i=o.width,r=o.height,l=e-n,c=s-a,d=this.suckerCanvas.getContext("2d"),p=d.getImageData(Math.min(l,i-1),Math.min(c,r-1),1,1),u=za(p.data,4),g=u[0],h=u[1],m=u[2],C=u[3];C=parseFloat((C/255).toFixed(2));var b=this.suckerPreview.style;Object.assign(b,{position:"absolute",left:e+20+"px",top:s-36+"px",width:"24px",height:"24px",borderRadius:"50%",border:"2px solid #fff",boxShadow:"0 0 8px 0 rgba(0, 0, 0, 0.16)",background:"rgba(".concat(g,", ").concat(h,", ").concat(m,", ").concat(C,")"),zIndex:95}),e>=this.suckerArea[0]&&s>=this.suckerArea[1]&&e<=this.suckerArea[2]&&s<=this.suckerArea[3]?b.display="":b.display="none"},suckColor:function(t){var e=this;t&&"CANVAS"!==t.tagName||(this.suckerPreview=document.createElement("div"),document.body.appendChild(this.suckerPreview),document.addEventListener("mousemove",this.mousemoveHandler),document.addEventListener("mouseup",this.mousemoveHandler),t.addEventListener("click",(function(s){var o=s.clientX,a=s.clientY,n=t.getBoundingClientRect(),i=n.top,r=n.left,l=n.width,c=n.height,d=o-r,p=a-i,u=t.getContext("2d"),g=u.getImageData(Math.min(d,l-1),Math.min(p,c-1),1,1),h=za(g.data,4),m=h[0],C=h[1],b=h[2],_=h[3];_=parseFloat((_/255).toFixed(2)),e.$emit("selectSucker",{r:m,g:C,b:b,a:_})})))}}},_n=bn,fn=(s("21ab"),Object(_["a"])(_n,gn,hn,!1,null,null,null)),yn=fn.exports,wn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"color-type"},[s("span",{staticClass:"name"},[t._v(" "+t._s(t.name)+" ")]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.modelColor,expression:"modelColor"}],staticClass:"value",domProps:{value:t.modelColor},on:{input:function(e){e.target.composing||(t.modelColor=e.target.value)}}})])},vn=[],xn={props:{name:{type:String,default:""},color:{type:String,default:""}},computed:{modelColor:{get:function(){return this.color},set:function(t){this.$emit("inputColor",t)}}}},On=xn,jn=(s("2e60"),Object(_["a"])(On,wn,vn,!1,null,null,null)),kn=jn.exports,Pn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("ul",{staticClass:"colors"},t._l(t.colorsDefault,(function(e){return s("li",{key:e,staticClass:"item",on:{click:function(s){return t.selectColor(e)}}},[s("div",{staticClass:"alpha",style:{background:"url("+t.imgAlphaBase64+")"}}),s("div",{staticClass:"color",style:{background:e}})])})),0),t.colorsHistory.length?s("ul",{staticClass:"colors history"},t._l(t.colorsHistory,(function(e){return s("li",{key:e,staticClass:"item",on:{click:function(s){return t.selectColor(e)}}},[s("div",{staticClass:"alpha",style:{background:"url("+t.imgAlphaBase64+")"}}),s("div",{staticClass:"color",style:{background:e}})])})),0):t._e()])},Hn=[],Sn=(s("a434"),{mixins:[Da],props:{color:{type:String,default:"#000000"},colorsDefault:{type:Array,default:function(){return[]}},colorsHistoryKey:{type:String,default:""}},data:function(){return{imgAlphaBase64:"",colorsHistory:JSON.parse(localStorage.getItem(this.colorsHistoryKey))||[]}},created:function(){this.imgAlphaBase64=this.createAlphaSquare(4).toDataURL()},destroyed:function(){this.setColorsHistory(this.color)},methods:{selectColor:function(t){this.$emit("selectColor",t)},setColorsHistory:function(t){if(t){var e=this.colorsHistory,s=e.indexOf(t);s>=0&&e.splice(s,1),e.length>=8&&(e.length=7),e.unshift(t),this.colorsHistory=e,localStorage.setItem(this.colorsHistoryKey,JSON.stringify(e))}}}}),$n=Sn,An=(s("9907"),Object(_["a"])($n,Pn,Hn,!1,null,null,null)),Ln=An.exports,Tn={components:{Saturation:Ga,Hue:Xa,Alpha:nn,Preview:un,Sucker:yn,Box:kn,Colors:Ln},mixins:[Da],props:{color:{type:String,default:"#000000"},theme:{type:String,default:"dark"},suckerHide:{type:Boolean,default:!0},suckerCanvas:{type:null,default:null},suckerArea:{type:Array,default:function(){return[]}},colorsDefault:{type:Array,default:function(){return["#000000","#FFFFFF","#FF1900","#F47365","#FFB243","#FFE623","#6EFF2A","#1BC7B1","#00BEFF","#2E81FF","#5D61FF","#FF89CF","#FC3CAD","#BF3DCE","#8E00A7","rgba(0,0,0,0)"]}},colorsHistoryKey:{type:String,default:"vue-colorpicker-history"}},data:function(){return{hueWidth:15,hueHeight:152,previewHeight:30,modelRgba:"",modelHex:"",r:0,g:0,b:0,a:1,h:0,s:0,v:0}},computed:{isLightTheme:function(){return"light"===this.theme},totalWidth:function(){return this.hueHeight+2*(this.hueWidth+8)},previewWidth:function(){return this.totalWidth-(this.suckerHide?0:this.previewHeight)},rgba:function(){return{r:this.r,g:this.g,b:this.b,a:this.a}},hsv:function(){return{h:this.h,s:this.s,v:this.v}},rgbString:function(){return"rgb(".concat(this.r,", ").concat(this.g,", ").concat(this.b,")")},rgbaStringShort:function(){return"".concat(this.r,", ").concat(this.g,", ").concat(this.b,", ").concat(this.a)},rgbaString:function(){return"rgba(".concat(this.rgbaStringShort,")")},hexString:function(){return this.rgb2hex(this.rgba,!0)}},created:function(){var t=this;Object.assign(this,this.setColorValue(this.color)),this.setText(),this.$watch("rgba",(function(){t.$emit("changeColor",{rgba:t.rgba,hsv:t.hsv,hex:t.modelHex})}))},methods:{selectSaturation:function(t){var e=this.setColorValue(t),s=e.r,o=e.g,a=e.b,n=e.h,i=e.s,r=e.v;Object.assign(this,{r:s,g:o,b:a,h:n,s:i,v:r}),this.setText()},selectHue:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.h,r=s.s,l=s.v;Object.assign(this,{r:o,g:a,b:n,h:i,s:r,v:l}),this.setText(),this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide()}))},selectAlpha:function(t){this.a=t,this.setText()},inputHex:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.modelHex=t,this.modelRgba=this.rgbaStringShort,this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))},inputRgba:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.modelHex=this.hexString,this.modelRgba=t,this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))},setText:function(){this.modelHex=this.hexString,this.modelRgba=this.rgbaStringShort},openSucker:function(t){this.$emit("openSucker",t)},selectSucker:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.setText(),this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))},selectColor:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.setText(),this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))}}},Vn=Tn,Mn=(s("dde8"),Object(_["a"])(Vn,Ma,Ea,!1,null,null,null)),En=Mn.exports,Dn=En;o["a"].directive("click-outside",{bind:function(t,e,s){t.clickOutsideEvent=function(o){t===o.target||t.contains(o.target)||s.context[e.expression](o)},document.body.addEventListener("click",t.clickOutsideEvent)},unbind:function(t){document.body.removeEventListener("click",t.clickOutsideEvent)}});var In={components:{colorPicker:Dn},props:{color:String},data:function(){return{showColorPicker:!1,selectedColor:this.color}},computed:{colorStyle:function(){return{backgroundColor:this.selectedColor}}},methods:{changeColor:function(t){var e=t.rgba,s=e.r,o=e.g,a=e.b,n=e.a;this.selectedColor="rgba(".concat(s,", ").concat(o,", ").concat(a,", ").concat(n,")"),this.$emit("changeColor",this.selectedColor)},maybeHideColorpicker:function(){this.showColorPicker&&(this.showColorPicker=!1)}},watch:{color:function(t){this.selectedColor=t}}},Un=In,Zn=Object(_["a"])(Un,Ta,Va,!1,null,null,null),Bn=Zn.exports,Fn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-number-input-no-arrows"},[s("input",{attrs:{type:"number",name:t.name},domProps:{value:t.displayValue},on:{change:t.emitChange}}),s("span",{staticClass:"exactmetrics-number-input-arrows"},[s("button",{staticClass:"exactmetrics-number-input-arrow exactmetrics-number-input-arrow-up",on:{click:t.increment}},[s("i",{staticClass:"monstericon-arrow"})]),s("button",{staticClass:"exactmetrics-number-input-arrow exactmetrics-number-input-arrow-down",on:{click:t.decrement}},[s("i",{staticClass:"monstericon-arrow"})])]),t.unit?s("span",{staticClass:"exactmetrics-number-input-unit",domProps:{textContent:t._s(t.unit)}}):t._e()])},zn=[],Rn={name:"PopularPostsSizeInput",props:{name:String,value:{type:[String,Number]},min:Number,max:{type:Number,default:100},unit:{type:String,default:"px"}},data:function(){return{displayValue:this.value}},methods:{emitChange:function(t){if(t.target.value>this.max)return this.displayValue=this.max,this.emitFakeChange();this.displayValue=t.target.value,this.$emit("change",t)},emitFakeChange:function(){this.$emit("change",{target:{value:this.displayValue}})},increment:function(){if(this.max){if(!(this.displayValue<this.max))return;this.displayValue++}else this.displayValue++;this.emitFakeChange()},decrement:function(){if(this.min){if(!(this.displayValue>this.min))return;this.displayValue--}else this.displayValue--;this.emitFakeChange()}},watch:{value:function(){this.displayValue=this.value}}},Nn=Rn,Wn=Object(_["a"])(Nn,Fn,zn,!1,null,null,null),Gn=Wn.exports;function qn(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Yn(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?qn(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):qn(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Kn={name:"PopularPostsThemeCustomizeControls",components:{PopularPostsSizeInput:Gn,PopularPostsUpgradeOverlay:Wo,colorPicker:Bn},props:{name:String,themes:Object},data:function(){return{optionsName:this.name+"_options",text_theme_preview:Object(c["a"])("Theme Preview","google-analytics-dashboard-for-wp"),text_dummy_p_1:Object(c["a"])("Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.","google-analytics-dashboard-for-wp"),text_dummy_p_2:Object(c["a"])("Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan","google-analytics-dashboard-for-wp"),text_color:Object(c["a"])("Color","google-analytics-dashboard-for-wp"),text_size:Object(c["a"])("Size","google-analytics-dashboard-for-wp"),text_title:Object(c["a"])("Title","google-analytics-dashboard-for-wp"),text_label:Object(c["a"])("Label","google-analytics-dashboard-for-wp"),text_background:Object(c["a"])("Background","google-analytics-dashboard-for-wp"),text_border:Object(c["a"])("Border","google-analytics-dashboard-for-wp"),text_icon:Object(c["a"])("Icon","google-analytics-dashboard-for-wp"),text_customize_design:Object(c["a"])("Customize Design","google-analytics-dashboard-for-wp")}},computed:Yn({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_inline"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},themeClass:function(){return"exactmetrics-inline-popular-posts-widget exactmetrics-inline-popular-posts-"+this.active},renderCssClass:function(){var t="exactmetrics-pp-inline-theme-controls";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){return this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},updateColor:Ca()((function(t,e,s){this.saveSetting(t,e,s)}),100),updateOption:function(t,e,s){this.saveSetting(t,e,s.target.value)},saveSetting:function(t,e,s){var o=this,a={type:"inline",theme:this.active,object:t,key:e,value:s};this.$mi_saving_toast({}),this.$store.dispatch("$_popularposts/updateThemeSetting",a).then((function(t){t.success?o.$mi_success_toast({}):o.$mi_error_toast({})}))},objectStyle:function(t,e,s){var o,a={};if("undefined"===typeof this.themeOptions[t])return a;for(o=0;o<e.length;o++){var n=this.getThemeOption(t,e[o]),i=s[o];"fontSize"===i&&(n+="px"),a[i]=n}return a},getImageClass:function(t){return"exactmetrics-bg-img "+t}}},Jn=Kn,Qn=Object(_["a"])(Jn,Aa,La,!1,null,null,null),Xn=Qn.exports,ti=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("p",[s("span",{staticClass:"exactmetrics-dark"},[s("span",{domProps:{textContent:t._s(t.text_automated)}}),s("popular-posts-pro-pill")],1),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_automated_description)}})]),s("settings-input-checkbox",{attrs:{faux:!0,default:!1,faux_tooltip_off:t.text_needs_pro,label:t.text_add_top_5_ga,tooltip:t.text_add_top_5_ga_tooltip}})],1)},ei=[],si=s("17be"),oi={name:"PopularPostsGaInput",components:{PopularPostsProPill:si["a"],SettingsInputCheckbox:w["a"]},data:function(){return{checking_ga_data:!1,text_add_top_5_ga:Object(c["a"])("Add Top 5 Posts from Google Analytics","google-analytics-dashboard-for-wp"),text_add_top_5_ga_tooltip:Object(c["a"])("Add Top 5 Posts from Google Analytics","google-analytics-dashboard-for-wp"),text_needs_pro:Object(c["a"])("Pro version is required","google-analytics-dashboard-for-wp"),text_automated:Object(c["a"])("Automated + Curated","google-analytics-dashboard-for-wp"),text_automated_description:Object(c["d"])(Object(c["a"])("Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("popular-posts","ga-sorting")+'">',"</a>")}}},ai=oi,ni=Object(_["a"])(ai,ti,ei,!1,null,null,null),ii=ni.exports,ri=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-input-checkbox",{attrs:{faux:!0,default:!1}},[s("template",{slot:"label"},[s("span",{domProps:{textContent:t._s(t.text_multiple_entries)}}),s("PopularPostsProPill")],1)],2)},li=[],ci={name:"PopularPostsMultipleEntries",components:{PopularPostsProPill:si["a"],SettingsInputCheckbox:w["a"]},data:function(){return{text_multiple_entries:Object(c["a"])("Multiple Entries","google-analytics-dashboard-for-wp"),text_total_number:Object(c["a"])("Total Number of Widgets to Show","google-analytics-dashboard-for-wp"),text_total_number_desc:Object(c["a"])("Choose how many widgets will be placed in a single Post.","google-analytics-dashboard-for-wp"),text_minimum_distance:Object(c["a"])("Minimum Distance Between Widgets","google-analytics-dashboard-for-wp"),text_minimum_distance_desc:Object(c["a"])("Choose the distance between widgets.","google-analytics-dashboard-for-wp"),text_word_count:Object(c["a"])("Minimum Word Count to Display Multiple Widgets","google-analytics-dashboard-for-wp"),text_word_count_desc:Object(c["a"])("Choose the minimum word count for a Post to have multiple entries.","google-analytics-dashboard-for-wp")}}},di=ci,pi=Object(_["a"])(di,ri,li,!1,null,null,null),ui=pi.exports,gi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-loading-spinner-inline"},[t._m(0),t.text?s("h3",{domProps:{innerHTML:t._s(t.text)}}):t._e()])},hi=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-loading-spinner-inline-loader-holder"},[s("div",{staticClass:"exactmetrics-rotate-loader"})])}],mi={name:"LoadingSpinnerInline",props:{text:String}},Ci=mi,bi=(s("fdc0"),Object(_["a"])(Ci,gi,hi,!1,null,null,null)),_i=bi.exports,fi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("popular-posts-inline-placement",{attrs:{video_gutenberg:t.video_gutenberg,video_shortcode:t.video_shortcode}})},yi=[],wi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-manual-placement"},[s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_display_method)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_display_method_desc)}})]),s("div",{staticClass:"exactmetrics-pp-manual-placement-options"},t._l(t.options,(function(e,o){return s("div",{key:o,class:t.selectorClass(o),on:{click:function(e){t.selected=o}}},[s("span",{staticClass:"exactmetrics-pp-manual-placement-options-icon",domProps:{innerHTML:t._s(e.icon)}}),s("span",{domProps:{textContent:t._s(e.name)}})])})),0),s("div",{staticClass:"exactmetrics-separator"}),"gutenberg"===t.selected?s("div",{staticClass:"exactmetrics-pp-manual-placement-content"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_gutenberg_title)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_gutenberg_desc)}})]),s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_gutenberg,title:t.text_gutenberg_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},t._l(t.text_gutenberg_steps,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)],1)]):t._e(),"shortcode"===t.selected?s("div",{staticClass:"exactmetrics-pp-manual-placement-content"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_shortcode_title)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_shortcode_desc)}})]),s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_shortcode,title:t.text_shortcode_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},[s("li",[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_shortcode)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_shortcode_copy)}})]),s("input",{attrs:{id:"exactmetrics-shortcode-copy",type:"text",readonly:!0,value:"[exactmetrics_popular_posts_inline]"}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-secondary",domProps:{textContent:t._s(t.text_copy)},on:{click:t.copyToClipboard}})])])],1)]):t._e()])},vi=[],xi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-video-block"},[s("div",{on:{click:function(e){t.video_visible=!0}}},[t.icon?s("span",{staticClass:"exactmetrics-pp-video-block-icon"},[s("svg",{attrs:{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M4.64516 4.70968C7.78495 1.56989 11.5699 0 16 0C20.4301 0 24.1935 1.56989 27.2903 4.70968C30.4301 7.80645 32 11.5699 32 16C32 20.4301 30.4301 24.2151 27.2903 27.3548C24.1935 30.4516 20.4301 32 16 32C11.5699 32 7.78495 30.4516 4.64516 27.3548C1.54839 24.2151 0 20.4301 0 16C0 11.5699 1.54839 7.80645 4.64516 4.70968ZM23.4839 17.5484C23.7419 17.4194 23.9355 17.2258 24.0645 16.9677C24.1935 16.7097 24.2581 16.4516 24.2581 16.1935C24.2581 15.9355 24.1935 15.6774 24.0645 15.4194C23.9355 15.1613 23.7419 14.9677 23.4839 14.8387L12.129 7.93548C11.6129 7.63441 11.0968 7.63441 10.5806 7.93548C10.0645 8.23656 9.80645 8.68817 9.80645 9.29032V22.7097C9.80645 23.3118 10.0645 23.7634 10.5806 24.0645C11.0968 24.3656 11.6129 24.3656 12.129 24.0645L23.4839 17.5484Z",fill:"white"}})])]):t._e(),t.image?s("div",{class:t.imgClass}):t._e(),t.title?s("p",{domProps:{innerHTML:t._s(t.title)}}):t._e()]),t.video_visible?s("welcome-overlay",{on:{close:function(e){t.video_visible=!1}}},[s("iframe",{attrs:{width:"1280",height:"720",src:t.videoSrc,frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}})]):t._e()],1)},Oi=[],ji={name:"PopularPostsVideo",components:{WelcomeOverlay:T["a"]},props:{video:String,image:String,title:String,icon:{type:Boolean,default:!0}},data:function(){return{video_visible:!1,imgClass:"exactmetrics-bg-img"+this.image,videoSrc:this.video+"?autoplay=1&modestbranding=1&showinfo=0&rel=0&fs=1"}}},ki=ji,Pi=Object(_["a"])(ki,xi,Oi,!1,null,null,null),Hi=Pi.exports,Si={name:"PopularPostsInlinePlacement",components:{PopularPostsVideo:Hi},props:{video_gutenberg:String,video_shortcode:String},data:function(){return{selected:"gutenberg",options:{gutenberg:{icon:'<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 36.0001C28.8366 36.0001 36 28.8367 36 20.0001C36 11.1636 28.8366 4.00012 20 4.00012C11.1634 4.00012 4 11.1636 4 20.0001C4 28.8367 11.1634 36.0001 20 36.0001ZM20 40.0001C31.0457 40.0001 40 31.0458 40 20.0001C40 8.95443 31.0457 0.00012207 20 0.00012207C8.9543 0.00012207 0 8.95443 0 20.0001C0 31.0458 8.9543 40.0001 20 40.0001ZM19.9997 11.6669C19.0793 11.6669 18.3331 12.4131 18.3331 13.3336V18.3336H13.334C12.4135 18.3336 11.6673 19.0798 11.6673 20.0002C11.6673 20.9207 12.4135 21.6669 13.334 21.6669H18.3331V26.6669C18.3331 27.5874 19.0793 28.3336 19.9997 28.3336C20.9202 28.3336 21.6664 27.5874 21.6664 26.6669V21.6669H26.6673C27.5878 21.6669 28.334 20.9207 28.334 20.0002C28.334 19.0798 27.5878 18.3336 26.6673 18.3336H21.6664V13.3336C21.6664 12.4131 20.9202 11.6669 19.9997 11.6669Z" fill="#338EEF"/></svg>',name:"Gutenberg"},shortcode:{icon:'<svg width="41" height="24" viewBox="0 0 41 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.63001 23.0821C10.8947 24.3062 12.9451 24.3062 14.2097 23.0821C15.4744 21.858 15.4744 19.8733 14.2097 18.6492L7.34018 11.9999L14.2094 5.35106C15.474 4.12696 15.474 2.1423 14.2094 0.918198C12.9447 -0.305904 10.8943 -0.305903 9.62962 0.918198L2.76045 7.56708L2.76041 7.56705L1.28645 8.99374C-0.428818 10.654 -0.428816 13.3458 1.28645 15.0061L9.63001 23.0821ZM30.4005 23.0821C29.1359 24.3062 27.0855 24.3062 25.8208 23.0821C24.5561 21.858 24.5561 19.8733 25.8208 18.6492L32.6904 11.9999L25.8212 5.35106C24.5565 4.12696 24.5565 2.1423 25.8212 0.918198C27.0858 -0.305904 29.1363 -0.305903 30.4009 0.918198L37.2701 7.56708L37.2701 7.56705L38.7441 8.99374C40.4594 10.654 40.4594 13.3458 38.7441 15.0061L30.4005 23.0821Z" fill="#338EEF"/></svg>',name:"Shortcode"}},text_display_method:Object(c["a"])("Display Method","google-analytics-dashboard-for-wp"),text_display_method_desc:Object(c["a"])("There are two ways to manual include the widget in your posts.","google-analytics-dashboard-for-wp"),text_gutenberg_title:Object(c["a"])("Using the Gutenberg Block","google-analytics-dashboard-for-wp"),text_shortcode_title:Object(c["a"])("Using the Shortcode","google-analytics-dashboard-for-wp"),text_gutenberg_desc:Object(c["a"])("Learn how to insert the widget using Gutenberg blocks.","google-analytics-dashboard-for-wp"),text_shortcode_desc:Object(c["a"])("Learn how to insert the widget using out Shortcode.","google-analytics-dashboard-for-wp"),text_gutenberg_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_gutenberg_steps:[Object(c["d"])(Object(c["a"])("%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.","google-analytics-dashboard-for-wp"),"<b>","</b>")],text_shortcode:Object(c["a"])("Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_copy:Object(c["a"])("Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.","google-analytics-dashboard-for-wp"),text_copy:Object(c["a"])("Copy Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode","google-analytics-dashboard-for-wp"),"<b>","</b>")}},methods:{selectorClass:function(t){var e="exactmetrics-pp-manual-placement-option";return e+=" exactmetrics-pp-manual-placement-option-"+t,t===this.selected&&(e+=" exactmetrics-pp-manual-placement-option-active"),e},copyToClipboard:function(){document.querySelector("#exactmetrics-shortcode-copy").select(),document.execCommand("copy")}}},$i=Si,Ai=Object(_["a"])($i,wi,vi,!1,null,null,null),Li=Ai.exports,Ti={name:"InlinePlacement",components:{PopularPostsInlinePlacement:Li},data:function(){return{video_gutenberg:"https://www.youtube.com/embed/z7kt3Xz8ToY",video_shortcode:"https://www.youtube.com/embed/oPzN_OIfewc"}}},Vi=Ti,Mi=Object(_["a"])(Vi,fi,yi,!1,null,null,null),Ei=Mi.exports;function Di(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Ii(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Di(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Di(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Ui={name:"PopularPostsInline",components:{InlinePlacement:Ei,LoadingSpinnerInline:_i,PopularPostsMultipleEntries:ui,PopularPostsGaInput:ii,PopularPostsThemeCustomizeControls:Xn,PopularPostsPostTypePicker:$a,PopularPostsPostsPicker:Oa,PopularPostsSharedCount:ua,SettingsInputNumber:ia,SettingsInputRadio:we["a"],PopularPostsThemePreview:Qo,SettingsBlock:y,PopularPostsThemePicker:Io},data:function(){return{text_choose_theme:Object(c["a"])("Choose Theme","google-analytics-dashboard-for-wp"),text_behavior:Object(c["a"])("Behavior","google-analytics-dashboard-for-wp"),text_widget_styling:Object(c["a"])("Widget Styling","google-analytics-dashboard-for-wp"),text_widget_styling_desc:Object(c["a"])("Choose how you want to determine the colors, font sizes and spacing of the widget.","google-analytics-dashboard-for-wp"),text_sort_by:Object(c["a"])("Sort By","google-analytics-dashboard-for-wp"),text_sort_by_description:Object(c["a"])("Choose how you'd like the widget to determine your popular posts.","google-analytics-dashboard-for-wp"),text_placement:Object(c["a"])("Placement","google-analytics-dashboard-for-wp"),text_placement_description:Object(c["a"])("Choose how you'd like to place the widget.","google-analytics-dashboard-for-wp"),text_insert_after:Object(c["a"])("Insert After","google-analytics-dashboard-for-wp"),text_insert_after_description:Object(c["a"])("Choose where in the post body the widget will be placed.","google-analytics-dashboard-for-wp"),text_post_type:Object(c["a"])("Include in Post Types","google-analytics-dashboard-for-wp"),text_exclude_posts:Object(c["a"])("Exclude from specific posts","google-analytics-dashboard-for-wp"),text_post_type_description:Object(c["d"])(Object(c["a"])("Choose which Post Types the widget %1$sWILL%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_exclude_posts_description:Object(c["d"])(Object(c["a"])("Choose from which Posts the widget %1$sWILL NOT%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_customize_design:Object(c["a"])("Customize Design","google-analytics-dashboard-for-wp"),text_loading_themes:Object(c["a"])("Loading Themes","google-analytics-dashboard-for-wp"),text_words:Object(c["a"])("words","google-analytics-dashboard-for-wp"),text_select_one_post:Object(c["a"])("Please select at least one post to display.","google-analytics-dashboard-for-wp"),styling_options:[{value:"0",label:Object(c["d"])(Object(c["a"])("Default Styles %1$s- As seen above.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"no_styles",label:Object(c["d"])(Object(c["a"])("No Styles %1$s- Use your own CSS.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],sort_options:[{value:"comments",label:Object(c["d"])(Object(c["a"])("Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"sharedcount",label:Object(c["d"])(Object(c["a"])("SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"curated",label:Object(c["d"])(Object(c["a"])("Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],placement_options:[{value:"automatic",label:Object(c["d"])(Object(c["a"])("Automatic %1$s- The widget is automatically placed inside the post body.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"manual",label:Object(c["d"])(Object(c["a"])("Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}]}},computed:Ii({},Object(l["b"])({settings:"$_settings/settings",addons:"$_addons/addons",theme_options:"$_popularposts/themes_inline"}),{placement_option:function(){return this.settings["popular_posts_inline_placement"]?this.settings["popular_posts_inline_placement"]:""},ga_enabled:function(){return!!this.settings["popular_posts_inline_ga"]&&this.settings["popular_posts_inline_ga"]},no_posts_selected:function(){return!this.ga_enabled&&"curated"===this.settings["popular_posts_inline_sort"]&&"undefined"!==typeof this.settings["popular_posts_inline_curated"]&&0===this.settings["popular_posts_inline_curated"].length}}),mounted:function(){this.theme_options.hasOwnProperty("alpha")||this.$store.dispatch("$_popularposts/getThemes","inline")}},Zi=Ui,Bi=Object(_["a"])(Zi,Ho,So,!1,null,null,null),Fi=Bi.exports,zi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-widget"},[s("settings-block",{attrs:{title:t.text_choose_theme,icon:"monstericon-search"}},[t.theme_options.hasOwnProperty("alpha")?s("popular-posts-theme-picker",{attrs:{options:t.theme_options,name:"popular_posts_widget_theme",type:"widget"}}):s("loading-spinner-inline",{attrs:{text:t.text_loading_themes}}),t.theme_options.hasOwnProperty("alpha")?s("div",{staticClass:"exactmetrics-separator"}):t._e(),t.theme_options.hasOwnProperty("alpha")?s("popular-posts-widget-theme-preview",{attrs:{name:"popular_posts_widget_theme",themes:t.theme_options}}):t._e()],1),t.theme_options.hasOwnProperty("alpha")?s("popular-posts-widget-theme-customize",{attrs:{themes:t.theme_options,name:"popular_posts_widget_theme"}}):t._e(),s("settings-block",{attrs:{title:t.text_behavior,icon:"monstericon-mouse-pointer"}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_widget_styling)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_widget_styling_desc)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.styling_options,name:"popular_posts_widget_styling"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_sort_by)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_sort_by_description)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.sort_options,name:"popular_posts_widget_sort"}},[s("template",{slot:"sharedcount"},[s("popular-posts-shared-count")],1),s("template",{slot:"curated"},[s("popular-posts-posts-picker",{attrs:{name:"popular_posts_widget_curated"}})],1)],2),s("div",{staticClass:"exactmetrics-separator"}),s("PopularPostsGaInput",{attrs:{name:"popular_posts_widget_ga"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_widget_title)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_widget_title_desc)}})]),s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:"popular_posts_widget_title",label:t.text_display_title}}),t.settings["popular_posts_widget_title"]?s("div",{staticClass:"exactmetrics-input-text-small"},[s("settings-input-text",{attrs:{auth_disabled:!1,name:"popular_posts_widget_title_text"}})],1):t._e(),s("div",{staticClass:"exactmetrics-separator"}),s("popular-posts-post-type-picker",{attrs:{name:"popular_posts_widget_post_types",label:t.text_post_type,description:t.text_post_type_description}}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_exclude_posts)}}),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_exclude_posts_description)}})]),s("popular-posts-posts-picker",{attrs:{name:"popular_posts_widget_exclude_posts"}}),s("popular-posts-widget-category"),s("widget-placement")],1)],1)},Ri=[],Ni=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-widget-theme-preview"},[s("h3",{domProps:{textContent:t._s(t.text_theme_preview)}}),t.themeOptions?s("div",{class:t.renderCssClass},[s("div",{staticClass:"exactmetrics-pp-widget-theme-preview-width"},[s("div",{staticClass:"exactmetrics-buttons-toggle"},[s("button",{class:t.themeWidthButtonClass("wide"),domProps:{textContent:t._s(t.text_wide)},on:{click:function(e){e.stopPropagation(),t.preview_width="wide"}}}),s("button",{class:t.themeWidthButtonClass("narrow"),domProps:{textContent:t._s(t.text_narrow)},on:{click:function(e){e.stopPropagation(),t.preview_width="narrow"}}})])]),s("div",{class:t.outputClass},[s("div",{staticClass:"exactmetrics-dummy-text"},["wide"===t.preview_width?s("p",{domProps:{textContent:t._s(t.text_dummy_p_1)}}):t._e(),"narrow"===t.preview_width?s("p",{domProps:{textContent:t._s(t.text_dummy_p_2)}}):t._e(),"narrow"===t.preview_width?s("p",{domProps:{textContent:t._s(t.text_dummy_p_3)}}):t._e()]),s("div",{class:t.themeClass},[t.themeList?s("ul",{staticClass:"exactmetrics-widget-popular-posts-list"},t._l(t.getItems,(function(e,o){return s("li",{key:o,style:t.objectStyle("background",["color","border"],["background","borderColor"])},[t.themeList.images&&t.themeList.images[o]?s("div",{class:t.imgClass(t.themeList.images[o])}):t._e(),s("div",{staticClass:"exactmetrics-widget-popular-posts-text"},[t.themeOptions.label?s("span",{staticClass:"exactmetrics-widget-popular-posts-label",style:t.objectStyle("label",["color","background"],["color","background"]),domProps:{textContent:t._s(t.getThemeOption("label","text"))}}):t._e(),s("a",{staticClass:"exactmetrics-widget-popular-posts-title",style:t.objectStyle("title",["color","size"],["color","fontSize"]),domProps:{textContent:t._s(e)}}),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-widget-popular-posts-meta",style:t.objectStyle("meta",["color","size"],["color","fontSize"])},[t.themeOptions.meta.author&&"off"!==t.getThemeOption("meta","author")?s("span",{staticClass:"exactmetrics-widget-popular-posts-author"},[t._v("by Aazim Akhtar")]):t._e(),"off"!==t.getThemeOption("meta","author")&&"off"!==t.getThemeOption("meta","date")?s("span",{domProps:{innerHTML:t._s(t.themeOptions.meta.separator)}}):t._e(),t.themeOptions.meta.date&&"off"!==t.getThemeOption("meta","date")?s("span",{staticClass:"exactmetrics-widget-popular-posts-date",domProps:{textContent:t._s(t.text_yesterday)}}):t._e()]):t._e(),t.themeOptions.meta&&t.themeOptions.meta.comments&&"off"!==t.getThemeOption("meta","comments")?s("span",{staticClass:"exactmetrics-widget-popular-posts-comments",style:t.objectStyle("comments",["color"],["color"])},[s("svg",{attrs:{width:"13",height:"12",viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{style:t.objectStyle("comments",["color"],["fill"]),attrs:{d:"M7.8251 1.25893C8.70332 2.09821 9.14243 3.10714 9.14243 4.28571C9.14243 5.46429 8.70332 6.47321 7.8251 7.3125C6.94689 8.15179 5.8887 8.57143 4.65056 8.57143C3.78674 8.57143 2.98771 8.34821 2.25346 7.90179C1.63439 8.34821 0.993719 8.57143 0.331456 8.57143C0.302662 8.57143 0.273868 8.5625 0.245074 8.54464C0.216279 8.50893 0.194684 8.47321 0.180287 8.4375C0.151493 8.34821 0.158691 8.26786 0.201882 8.19643C0.50422 7.83929 0.763366 7.35714 0.979321 6.75C0.432235 6.01786 0.158691 5.19643 0.158691 4.28571C0.158691 3.10714 0.5978 2.09821 1.47602 1.25893C2.35424 0.419643 3.41242 0 4.65056 0C5.8887 0 6.94689 0.419643 7.8251 1.25893ZM11.7771 10.1786C11.993 10.7857 12.2522 11.2679 12.5545 11.625C12.5977 11.6964 12.6049 11.7768 12.5761 11.8661C12.5473 11.9554 12.4969 12 12.425 12C11.7627 12 11.122 11.7768 10.5029 11.3304C9.7687 11.7768 8.96967 12 8.10585 12C7.18444 12 6.34941 11.7589 5.60076 11.2768C4.85212 10.7946 4.30503 10.1607 3.9595 9.375C4.21865 9.41071 4.449 9.42857 4.65056 9.42857C6.07587 9.42857 7.29241 8.92857 8.30021 7.92857C9.32239 6.91071 9.83349 5.69643 9.83349 4.28571C9.83349 4.08929 9.82629 3.91071 9.81189 3.75C10.6325 4.07143 11.302 4.59821 11.8203 5.33036C12.3386 6.04464 12.5977 6.83929 12.5977 7.71429C12.5977 8.625 12.3242 9.44643 11.7771 10.1786Z"}})]),t._v(" 24 ")]):t._e()])])})),0):t._e()])])]):t._e(),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},Wi=[];s("fb6a");function Gi(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function qi(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Gi(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Gi(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Yi={name:"PopularPostsWidgetThemePreview",components:{PopularPostsUpgradeOverlay:Wo},props:{name:String,themes:Object},data:function(){return{optionsName:this.name+"_options",text_theme_preview:Object(c["a"])("Theme Preview","google-analytics-dashboard-for-wp"),text_wide:Object(c["a"])("Wide","google-analytics-dashboard-for-wp"),text_narrow:Object(c["a"])("Narrow","google-analytics-dashboard-for-wp"),preview_width:"wide",text_dummy_p_1:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut a libero ante. Donec ac ligula a arcu facilisis consequat. Nam rhoncus vehicula erat. Mauris sed auctor nisi, sed facilisis elit. Vestibulum ultrices risus vitae euismod convallis. Mauris elementum vitae est quis ornare.",text_dummy_p_2:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut a libero ante. Donec ac ligula a arcu facilisis consequat. Nam rhoncus vehicula erat. Mauris sed auctor nisi, sed facilisis elit. Vestibulum ultrices risus vitae euismod convallis. Mauris elementum vitae est quis ornare. In efficitur luctus lorem non porttitor. Pellentesque iaculis sapien non imperdiet cursus. Curabitur venenatis purus sed diam pulvinar accumsan. Suspendisse sapien justo, sollicitudin ut dignissim at, ultricies sed arcu.",text_dummy_p_3:"Pellentesque pharetra molestie felis, at vehicula enim consectetur sed. Vestibulum ut dolor non nunc tincidunt elementum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Quisque elit elit, maximus vel pharetra sit amet, gravida eget enim.",text_yesterday:Object(c["a"])("Yesterday","google-analytics-dashboard-for-wp")}},computed:qi({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_widget"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},columns:function(){return this.settings["popular_posts_widget_theme_columns"]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},themeList:function(){return!!this.active&&this.themes[this.active].list},themeClass:function(){return"exactmetrics-widget-popular-posts-widget exactmetrics-widget-popular-posts-"+this.active+" exactmetrics-widget-popular-posts-columns-"+this.columns},outputClass:function(){return"exactmetrics-pp-widget-theme-preview-output exactmetrics-pp-widget-theme-preview-output-"+this.preview_width},getItems:function(){return"wide"===this.preview_width?this.themeList.items:this.themeList.items.slice(0,3)},renderCssClass:function(){var t="exactmetrics-pp-widget-theme-preview-render";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){var s=this.name+"_"+t+"_"+e;return"undefined"!==typeof this.settings[s]&&""!==this.settings[s]&&!1!==this.settings[s]?this.settings[s]:this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},objectStyle:function(t,e,s){var o,a={};if("undefined"===typeof this.themeOptions[t])return a;for(o=0;o<e.length;o++){var n=this.getThemeOption(t,e[o]),i=s[o];"fontSize"===i&&(n+="px"),a[i]=n}return a},themeWidthButtonClass:function(t){var e="exactmetrics-button";return t===this.preview_width&&(e+=" exactmetrics-selected-interval"),e},imgClass:function(t){return t=t.replace(".jpg","").replace(".png",""),"exactmetrics-bg-img exactmetrics-pp-"+t}}},Ki=Yi,Ji=Object(_["a"])(Ki,Ni,Wi,!1,null,null,null),Qi=Ji.exports,Xi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-block",{staticClass:"exactmetrics-pp-widget-controls",attrs:{title:t.text_customize_design,icon:"monstericon-eye-far"}},[s("div",{class:t.renderCssClass},[s("div",{staticClass:"exactmetrics-pp-inline-theme-controls"},[t.themeOptions.title?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-title"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_title)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.title.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("title","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["title","color"].concat(o))}}})],1):t._e(),t.themeOptions.title.size?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_size)}}),s("popular-posts-size-input",{attrs:{value:t.getThemeOption("title","size"),min:1},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["title","size"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.label?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-label"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_label)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.label.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("span",{staticClass:"exactmetrics-pp-color-input-inline"},[s("color-picker",{attrs:{color:t.getThemeOption("label","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","color"].concat(o))}}}),s("input",{attrs:{type:"text"},domProps:{value:t.getThemeOption("label","text")},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["label","text"].concat(o))}}})],1)]):t._e(),t.themeOptions.label.background?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_background)}}),s("color-picker",{attrs:{color:t.getThemeOption("label","background")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","background"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.background?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-background"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_background)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.background.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","color"].concat(o))}}})],1):t._e(),t.themeOptions.background.border?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_border)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","border")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","border"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.border?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_border)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.border.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.themeOptions.border.color.label?t.themeOptions.border.color.label:t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("border","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["border","color"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_meta)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.meta.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("meta","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["meta","color"].concat(o))}}})],1):t._e(),t.themeOptions.meta.size?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_size)}}),s("popular-posts-size-input",{attrs:{value:t.getThemeOption("meta","size"),min:1},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["meta","size"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.comments?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_comments)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.comments.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("comments","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["comments","color"].concat(o))}}})],1):t._e()])]):t._e()]),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_wide_label)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_wide_desc)}})]),s("settings-input-radio",{staticClass:"exactmetrics-wide-column-options",attrs:{auth_disabled:!1,options:t.wide_columns,name:"popular_posts_widget_theme_columns"},on:{updated:t.updateCount}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_post_count)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_post_count_desc)}})]),s("settings-input-select-simple",{ref:"post_count",attrs:{auth_disabled:!1,name:"popular_posts_widget_count",options:t.options_count}}),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-separator"}):t._e(),t.themeOptions.meta?s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_display_options)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_display_options_desc)}})]):t._e(),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-inline-checkboxes"},[t.themeOptions.meta&&t.themeOptions.meta.author?s("settings-input-checkbox",{attrs:{auth_disabled:!1,valueOff:"off",valueOn:"on",label:t.text_display_author,name:"popular_posts_widget_theme_meta_author"}}):t._e(),t.themeOptions.meta&&t.themeOptions.meta.date?s("settings-input-checkbox",{attrs:{auth_disabled:!1,valueOff:"off",valueOn:"on",label:t.text_display_date,name:"popular_posts_widget_theme_meta_date"}}):t._e(),t.themeOptions.meta&&t.themeOptions.meta.comments?s("settings-input-checkbox",{attrs:{auth_disabled:!1,valueOff:"off",valueOn:"on",label:t.text_display_comments,name:"popular_posts_widget_theme_meta_comments"}}):t._e()],1):t._e()],1),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},tr=[],er=(s("d81d"),s("e25e"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-input-select-simple"},[s("select",{staticClass:"exactmetrics-settings-select",attrs:{name:t.name,autocomplete:"off"},on:{change:t.updateSetting}},t._l(t.options,(function(e){return s("option",{key:e.value,domProps:{value:e.value,selected:t.isChecked(e.value),textContent:t._s(e.label)}})})),0)])}),sr=[];function or(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ar(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?or(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):or(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var nr={name:"SettingsInputSelectSimple",props:{options:Array,name:String,auth_disabled:{type:Boolean,default:!0}},data:function(){return{is_loading:!1,has_error:!1}},computed:ar({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!!this.auth_disabled&&!this.has_ua}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t.target.value}).then((function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})}))},isChecked:function(t){return this.settings[this.name]?t==this.settings[this.name]:t===this.options[0].value}}},ir=nr,rr=Object(_["a"])(ir,er,sr,!1,null,null,null),lr=rr.exports;function cr(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function dr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?cr(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):cr(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var pr={name:"PopularPostsWidgetThemeCustomize",components:{PopularPostsSizeInput:Gn,PopularPostsUpgradeOverlay:Wo,SettingsInputSelectSimple:lr,SettingsInputCheckbox:w["a"],SettingsInputRadio:we["a"],SettingsBlock:y,colorPicker:Bn},props:{name:String,themes:Object},data:function(){return{text_customize_design:Object(c["a"])("Customize Design","google-analytics-dashboard-for-wp"),text_title:Object(c["a"])("Title","google-analytics-dashboard-for-wp"),text_color:Object(c["a"])("Color","google-analytics-dashboard-for-wp"),text_size:Object(c["a"])("Size","google-analytics-dashboard-for-wp"),text_border:Object(c["a"])("Border","google-analytics-dashboard-for-wp"),text_meta:Object(c["a"])("Author/Date","google-analytics-dashboard-for-wp"),text_label:Object(c["a"])("Label","google-analytics-dashboard-for-wp"),text_background:Object(c["a"])("Background","google-analytics-dashboard-for-wp"),text_wide_label:Object(c["a"])("Wide-Layout Options","google-analytics-dashboard-for-wp"),text_wide_desc:Object(c["a"])("Adjust the number of columns displayed when the widget is placed in a wide container.","google-analytics-dashboard-for-wp"),text_display_options:Object(c["a"])("Display Options","google-analytics-dashboard-for-wp"),text_display_options_desc:Object(c["a"])("Choose which content you would like displayed in the widget.","google-analytics-dashboard-for-wp"),text_display_author:Object(c["a"])("Display Author","google-analytics-dashboard-for-wp"),text_display_date:Object(c["a"])("Display Date","google-analytics-dashboard-for-wp"),text_display_comments:Object(c["a"])("Display Comments","google-analytics-dashboard-for-wp"),text_comments:Object(c["a"])("Comments","google-analytics-dashboard-for-wp"),text_post_count:Object(c["a"])("Post Count","google-analytics-dashboard-for-wp"),text_post_count_desc:Object(c["a"])("Choose how many posts you’d like displayed in the widget.","google-analytics-dashboard-for-wp"),wide_columns:[{label:'<span class="exactmetrics-wide-column exactmetrics-wide-column-three"><span></span><span></span><span></span><span></span><span></span><span></span></span>',value:"3"},{label:'<span class="exactmetrics-wide-column exactmetrics-wide-column-two"><span></span><span></span><span></span><span></span></span>',value:"2"},{label:'<span class="exactmetrics-wide-column exactmetrics-wide-column-one"><span></span><span></span></span>',value:"1"}]}},computed:dr({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_widget"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},options_count:function(){var t=this.settings["popular_posts_widget_theme_columns"],e=[1,2,3,4,5,6,7,8,9,10];return 2===parseInt(t,10)&&(e=[2,4,6,8,10]),3===parseInt(t,10)&&(e=[3,6,9]),e=e.map((function(t){return{value:t,label:t}})),e},renderCssClass:function(){var t="";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){return this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},updateColor:Ca()((function(t,e,s){this.saveSetting(t,e,s)}),100),updateOption:function(t,e,s){this.saveSetting(t,e,s.target.value)},updateCount:function(t){this.dispatchSave("popular_posts_widget_count",t)},saveSetting:function(t,e,s){var o=this,a={type:"widget",theme:this.active,object:t,key:e,value:s};this.$mi_saving_toast({}),this.$store.dispatch("$_popularposts/updateThemeSetting",a).then((function(t){t.success?o.$mi_success_toast({}):o.$mi_error_toast({})}))},dispatchSave:function(t,e){var s=this;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:t,value:e}).then((function(t){t.success?s.$mi_success_toast({}):s.$mi_error_toast({})}))}}},ur=pr,gr=Object(_["a"])(ur,Xi,tr,!1,null,null,null),hr=gr.exports,mr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-widget-category exactmetrics-popular-posts-widget-category-lite"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_only_show_posts)}}),s("popular-posts-pro-pill"),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_only_show_posts_desc)}})],1),s("settings-input-select",{attrs:{options:t.options,forced:t.forced,multiple:!0,disabled:!0}})],1)},Cr=[],br={name:"PopularPostsWidgetCategory",components:{PopularPostsProPill:si["a"],SettingsInputSelect:ie["a"]},data:function(){return{text_only_show_posts:Object(c["a"])("Only Show Posts from These Categories","google-analytics-dashboard-for-wp"),text_only_show_posts_desc:Object(c["a"])("Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.","google-analytics-dashboard-for-wp"),options:[],forced:[{label:"News",value:""},{label:"Technology",value:""}]}}},_r=br,fr=Object(_["a"])(_r,mr,Cr,!1,null,null,null),yr=fr.exports,wr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("popular-posts-widget-placement",{attrs:{video_gutenberg:t.video_gutenberg,video_shortcode:t.video_shortcode,video_sidebar:t.video_sidebar}})},vr=[],xr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-manual-placement"},[s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_embed_options)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_embed_options_desc)}})]),s("div",{staticClass:"exactmetrics-pp-placement-options-accordion"},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title"},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"14",viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M12.8023 5.32388L12.6024 5.6892C12.5192 5.84576 12.3943 5.89794 12.2277 5.84576C11.9279 5.72399 11.6615 5.55873 11.4283 5.34998C11.2951 5.22821 11.2701 5.08904 11.3534 4.93248L11.5532 4.56717C11.3867 4.35842 11.2534 4.12358 11.1535 3.86264H10.7538C10.5706 3.86264 10.4707 3.76697 10.454 3.57561C10.3874 3.26249 10.3874 2.94067 10.454 2.61015C10.4707 2.43619 10.5706 2.34921 10.7538 2.34921H11.1535C11.2534 2.08828 11.3867 1.85344 11.5532 1.64469L11.3534 1.25328C11.2701 1.09672 11.2951 0.966253 11.4283 0.861878C11.6615 0.653129 11.9279 0.48787 12.2277 0.3661C12.3943 0.296517 12.5192 0.340006 12.6024 0.496568L12.8023 0.887972C13.0688 0.835785 13.3353 0.835785 13.6017 0.887972L13.8016 0.496568C13.8849 0.340006 14.0098 0.296517 14.1763 0.3661C14.4761 0.470474 14.7426 0.635734 14.9757 0.861878C15.109 0.966253 15.134 1.09672 15.0507 1.25328L14.8508 1.64469C15.0174 1.85344 15.1506 2.08828 15.2505 2.34921H15.6503C15.8335 2.34921 15.9334 2.43619 15.95 2.61015C16.0167 2.94067 16.0167 3.26249 15.95 3.57561C15.9334 3.76697 15.8335 3.86264 15.6503 3.86264H15.2505C15.1506 4.12358 15.0174 4.35842 14.8508 4.56717L15.0507 4.93248C15.134 5.10644 15.109 5.2456 14.9757 5.34998C14.7426 5.55873 14.4761 5.72399 14.1763 5.84576C14.0098 5.89794 13.8849 5.84576 13.8016 5.6892L13.6017 5.32388C13.3353 5.37607 13.0688 5.37607 12.8023 5.32388ZM12.5525 3.78436C12.8523 4.0279 13.1604 4.09749 13.4768 3.99311C13.7933 3.88874 13.9848 3.68869 14.0514 3.39296C14.1347 3.07983 14.0681 2.74932 13.8515 2.4014C13.5518 2.15786 13.2437 2.08828 12.9272 2.19265C12.6108 2.29703 12.4109 2.50578 12.3276 2.8189C12.261 3.11463 12.336 3.43645 12.5525 3.78436ZM9.65458 7.80278L10.504 8.24637C10.7871 8.42033 10.8704 8.67256 10.7538 9.00308C10.6039 9.45537 10.2541 10.0294 9.70454 10.7253C9.48803 10.9862 9.23821 11.0297 8.95508 10.8557L8.20562 10.4121C7.80591 10.7774 7.35623 11.0558 6.85659 11.2471V12.1343C6.85659 12.2735 6.80663 12.404 6.7067 12.5257C6.60677 12.6475 6.49019 12.7171 6.35695 12.7345C5.72408 12.8562 5.0912 12.8562 4.45832 12.7345C4.30843 12.7171 4.18352 12.6475 4.08359 12.5257C4.00032 12.404 3.95868 12.2735 3.95868 12.1343V11.2471C3.44239 11.0558 2.98439 10.7774 2.58467 10.4121L1.8602 10.8557C1.57707 11.0297 1.32725 10.9862 1.11074 10.7253C0.577788 10.0468 0.228041 9.47277 0.0614941 9.00308C-0.0550885 8.67256 0.0281848 8.42033 0.311314 8.24637L1.13572 7.80278C1.03579 7.24611 1.03579 6.69815 1.13572 6.15888L0.311314 5.71529C0.0115301 5.54133 -0.0717431 5.28909 0.0614941 4.95857C0.228041 4.48889 0.577788 3.91483 1.11074 3.2364C1.31059 2.97546 1.56041 2.93197 1.8602 3.10593L2.58467 3.52343C3.00104 3.15812 3.45904 2.88848 3.95868 2.71452V1.82734C3.95868 1.67078 4.00032 1.54031 4.08359 1.43594C4.18352 1.31417 4.30843 1.24458 4.45832 1.22719C5.0912 1.10542 5.72408 1.10542 6.35695 1.22719C6.42357 1.22719 6.48186 1.25328 6.53183 1.30547C6.59845 1.34026 6.65674 1.38375 6.7067 1.43594C6.75667 1.48812 6.78998 1.54901 6.80663 1.61859C6.83994 1.68818 6.85659 1.75776 6.85659 1.82734V2.71452C7.35623 2.90588 7.80591 3.17551 8.20562 3.52343L8.95508 3.10593C9.23821 2.91458 9.48803 2.95806 9.70454 3.2364C10.2375 3.89743 10.5872 4.47149 10.7538 4.95857C10.8704 5.28909 10.7871 5.54133 10.504 5.71529L9.65458 6.15888C9.7545 6.69815 9.7545 7.24611 9.65458 7.80278ZM6.73168 8.35074C7.01481 7.96804 7.17303 7.56794 7.20634 7.15044C7.23965 6.73294 7.1647 6.37633 6.9815 6.0806C6.7983 5.76748 6.55681 5.51524 6.25703 5.32388C5.9739 5.13253 5.63248 5.06295 5.23276 5.11514C4.83305 5.14993 4.45 5.31519 4.08359 5.61091C3.80046 5.99362 3.64225 6.39372 3.60894 6.81122C3.57563 7.22872 3.65057 7.59403 3.83377 7.90715C4.01697 8.20288 4.25014 8.44642 4.53327 8.63777C4.83305 8.82913 5.1828 8.90741 5.58251 8.87262C5.98222 8.82043 6.36528 8.64647 6.73168 8.35074ZM12.8023 13.1259L12.6024 13.4912C12.5192 13.6477 12.3943 13.6999 12.2277 13.6477C11.9279 13.526 11.6615 13.3607 11.4283 13.152C11.2951 13.0302 11.2701 12.891 11.3534 12.7345L11.5532 12.3692C11.3867 12.1604 11.2534 11.9256 11.1535 11.6646H10.7538C10.5706 11.6646 10.4707 11.569 10.454 11.3776C10.3874 11.0645 10.3874 10.7427 10.454 10.4121C10.4707 10.2382 10.5706 10.1512 10.7538 10.1512H11.1535C11.2534 9.89027 11.3867 9.64673 11.5532 9.42058L11.3534 9.05527C11.2701 8.89871 11.2951 8.75954 11.4283 8.63777C11.6615 8.42902 11.9279 8.27246 12.2277 8.16809C12.3943 8.09851 12.5192 8.14199 12.6024 8.29856L12.8023 8.68996C13.0688 8.63777 13.3353 8.63777 13.6017 8.68996L13.8016 8.29856C13.8849 8.14199 14.0098 8.09851 14.1763 8.16809C14.4761 8.27246 14.7426 8.42902 14.9757 8.63777C15.109 8.75954 15.134 8.89871 15.0507 9.05527L14.8508 9.42058C15.0174 9.64673 15.1506 9.89027 15.2505 10.1512H15.6503C15.8335 10.1512 15.9334 10.2382 15.95 10.4121C16.0167 10.7427 16.0167 11.0645 15.95 11.3776C15.9334 11.569 15.8335 11.6646 15.6503 11.6646H15.2505C15.1506 11.9256 15.0174 12.1604 14.8508 12.3692L15.0507 12.7345C15.134 12.891 15.109 13.0302 14.9757 13.152C14.7426 13.3607 14.4761 13.526 14.1763 13.6477C14.0098 13.6999 13.8849 13.6477 13.8016 13.4912L13.6017 13.1259C13.3353 13.1781 13.0688 13.1781 12.8023 13.1259ZM12.5525 11.5864C12.8523 11.8299 13.1604 11.8995 13.4768 11.7951C13.7933 11.6907 13.9848 11.4907 14.0514 11.1949C14.1347 10.8818 14.0681 10.5513 13.8515 10.2034C13.5518 9.95985 13.2437 9.89027 12.9272 9.99464C12.6108 10.099 12.4109 10.3078 12.3276 10.6209C12.261 10.9166 12.336 11.2384 12.5525 11.5864Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_automatic_placement)}}),s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:"popular_posts_widget_automatic"}})],1),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_automatic_desc)}})]),s("div",{class:t.accordionTitleClass("gutenberg"),on:{click:function(e){return t.switchSelected("gutenberg")}}},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8.00008 5.00078C7.4478 5.00078 7.00008 5.4485 7.00008 6.00078V7.00078H6.00008C5.4478 7.00078 5.00008 7.4485 5.00008 8.00078C5.00008 8.55307 5.4478 9.00078 6.00008 9.00078H7.00008V10.0008C7.00008 10.5531 7.4478 11.0008 8.00008 11.0008C8.55237 11.0008 9.00008 10.5531 9.00008 10.0008V9.00078H10.0001C10.5524 9.00078 11.0001 8.55307 11.0001 8.00078C11.0001 7.4485 10.5524 7.00078 10.0001 7.00078H9.00008V6.00078C9.00008 5.4485 8.55237 5.00078 8.00008 5.00078Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_gutenberg_block)}})]),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_gutenberg_desc)}}),t._m(0)]),s("div",{directives:[{name:"show",rawName:"v-show",value:"gutenberg"===t.selected,expression:"'gutenberg'===selected"}],staticClass:"exactmetrics-pp-accordion-item-content"},[s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_gutenberg,title:t.text_gutenberg_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},t._l(t.text_gutenberg_steps,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)],1)]),s("div",{class:t.accordionTitleClass("shortcode"),on:{click:function(e){return t.switchSelected("shortcode")}}},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.8058 9.42845C11.3003 9.91772 10.4808 9.91772 9.97528 9.42845C9.46981 8.93919 9.46981 8.14593 9.97528 7.65666L12.7208 4.99916L9.9755 2.34187C9.47002 1.8526 9.47002 1.05934 9.9755 0.570075C10.481 0.0808083 11.3005 0.0808083 11.806 0.570075L14.5513 3.22737L14.5515 3.22718C15.5625 4.20572 15.5625 5.79223 14.5515 6.77077L11.8058 9.42845ZM3.50396 9.42845C4.00943 9.91772 4.82897 9.91772 5.33445 9.42845C5.83993 8.93919 5.83993 8.14593 5.33445 7.65666L2.5889 4.99915L5.33423 2.34187C5.8397 1.8526 5.8397 1.05934 5.33422 0.570075C4.82875 0.0808083 4.00921 0.0808083 3.50373 0.570075L0.758402 3.22736L0.758215 3.22718C-0.252739 4.20572 -0.252738 5.79223 0.758215 6.77077L3.50396 9.42845Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_shortcode_title)}})]),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_shortcode_desc)}}),t._m(1)]),s("div",{directives:[{name:"show",rawName:"v-show",value:"shortcode"===t.selected,expression:"'shortcode'===selected"}],staticClass:"exactmetrics-pp-accordion-item-content"},[s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_shortcode,title:t.text_shortcode_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},[s("li",[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_shortcode)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_shortcode_copy)}})]),s("input",{attrs:{id:"exactmetrics-shortcode-widget-copy",type:"text",readonly:!0,value:"[exactmetrics_popular_posts_widget]"}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-secondary",domProps:{textContent:t._s(t.text_copy)},on:{click:t.copyToClipboard}})])])],1)]),s("div",{class:t.accordionTitleClass("sidebar"),on:{click:function(e){return t.switchSelected("sidebar")}}},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C2.44772 2 2 2.44772 2 3V7C2 7.55228 2.44772 8 3 8H13C13.5523 8 14 7.55228 14 7V3C14 2.44772 13.5523 2 13 2ZM3 0C1.34315 0 0 1.34315 0 3V7C0 8.65685 1.34315 10 3 10H13C14.6569 10 16 8.65685 16 7V3C16 1.34315 14.6569 0 13 0H3ZM3 5C3 4.44772 3.44772 4 4 4H8C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6H4C3.44772 6 3 5.55228 3 5ZM12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_sidebar_title)}})]),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_sidebar_desc)}}),t._m(2)]),s("div",{directives:[{name:"show",rawName:"v-show",value:"sidebar"===t.selected,expression:"'sidebar'===selected"}],staticClass:"exactmetrics-pp-accordion-item-content"},[s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_sidebar,title:t.text_sidebar_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},t._l(t.text_sidebar_steps,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)],1)])])])},Or=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{staticClass:"monstericon-arrow"})])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{staticClass:"monstericon-arrow"})])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{staticClass:"monstericon-arrow"})])}],jr={name:"PopularPostsWidgetPlacement",components:{SettingsInputCheckbox:w["a"],PopularPostsVideo:Hi},props:{video_gutenberg:String,video_shortcode:String,video_sidebar:String},data:function(){return{selected:"automatic",text_automatic_placement:Object(c["a"])("Automatic Placement","google-analytics-dashboard-for-wp"),text_gutenberg_block:Object(c["a"])("Display using Gutenberg Blocks","google-analytics-dashboard-for-wp"),text_embed_options:Object(c["a"])("Embed Options","google-analytics-dashboard-for-wp"),text_embed_options_desc:Object(c["a"])("All Embed Options can be used in conjunction with one another.","google-analytics-dashboard-for-wp"),text_gutenberg_title:Object(c["a"])("Using the Gutenberg Block","google-analytics-dashboard-for-wp"),text_automatic_title:Object(c["a"])("Using Automatic Embed","google-analytics-dashboard-for-wp"),text_shortcode_title:Object(c["a"])("Display using a Shortcode","google-analytics-dashboard-for-wp"),text_gutenberg_desc:Object(c["a"])("Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings.","google-analytics-dashboard-for-wp"),text_automatic_desc:Object(c["a"])("Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above.","google-analytics-dashboard-for-wp"),text_shortcode_desc:Object(c["a"])("Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above.","google-analytics-dashboard-for-wp"),text_gutenberg_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_gutenberg_steps:[Object(c["d"])(Object(c["a"])("%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 2%2$s - Search for “Popular Posts”.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.","google-analytics-dashboard-for-wp"),"<b>","</b>")],text_sidebar_steps:[Object(c["d"])(Object(c["a"])("%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design.","google-analytics-dashboard-for-wp"),"<b>","</b>")],text_shortcode:Object(c["a"])("Display using a Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_copy:Object(c["a"])("Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.","google-analytics-dashboard-for-wp"),text_copy:Object(c["a"])("Copy Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_enable_automatic:Object(c["a"])("Enable Automatic Placement","google-analytics-dashboard-for-wp"),text_sidebar_title:Object(c["a"])("Display in a Sidebar","google-analytics-dashboard-for-wp"),text_sidebar_desc:Object(c["a"])("Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.","google-analytics-dashboard-for-wp"),text_sidebar_video:Object(c["a"])("Watch Video - How to Add the Popular Posts widget using Widgets","google-analytics-dashboard-for-wp")}},methods:{selectorClass:function(t){var e="exactmetrics-pp-manual-placement-option";return e+=" exactmetrics-pp-manual-placement-option-"+t,t===this.selected&&(e+=" exactmetrics-pp-manual-placement-option-active"),e},copyToClipboard:function(){document.querySelector("#exactmetrics-shortcode-widget-copy").select(),document.execCommand("copy")},switchSelected:function(t){this.selected=this.selected===t?"":t},accordionTitleClass:function(t){var e="exactmetrics-pp-accordion-item-title exactmetrics-pp-accordion-item-title-toggle ";return this.selected===t&&(e+="exactmetrics-pp-accordion-item-title-active"),e}}},kr=jr,Pr=Object(_["a"])(kr,xr,Or,!1,null,null,null),Hr=Pr.exports,Sr={name:"WidgetPlacement",components:{PopularPostsWidgetPlacement:Hr},data:function(){return{video_gutenberg:"https://www.youtube.com/embed/i-WSdWgL0g8",video_shortcode:"https://www.youtube.com/embed/pW5o95X2mmo",video_sidebar:"https://www.youtube.com/embed/_XH2jT3VIfY"}}},$r=Sr,Ar=Object(_["a"])($r,wr,vr,!1,null,null,null),Lr=Ar.exports,Tr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-ga-settings"},[s("p",[s("span",{staticClass:"exactmetrics-dark"},[s("span",{domProps:{textContent:t._s(t.text_automated)}}),s("popular-posts-pro-pill",{attrs:{level:"pro"}})],1),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_automated_description)}})]),t.canaccess?[s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:t.name,label:t.text_add_top_5_ga,tooltip:t.text_add_top_5_ga_tooltip}}),t.ga_enabled?[s("p"),s("p",[s("button",{class:t.ga_check_button_class,domProps:{textContent:t._s(t.text_check_data)},on:{click:t.start_tracking}}),s("settings-info-tooltip",{attrs:{content:t.text_check_ga_data}})],1)]:t._e()]:[s("settings-input-checkbox",{attrs:{faux:!0,default:!1,faux_tooltip_off:t.text_needs_pro,label:t.text_add_top_5_ga,tooltip:t.text_add_top_5_ga_tooltip}})]],2)},Vr=[],Mr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",[t.canaccess?t._e():s("span",{staticClass:"exactmetrics-pro-pill"},[t._v("PRO")])])},Er=[],Dr={isThemeAvailable:function(){return!0},canaccess:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"pro",s=!1;switch(e){case"master":s="master"===t;break;case"pro":s="master"===t||"pro"===t;break;case"plus":s="master"===t||"pro"===t||"plus"===t;break;case"basic":s="master"===t||"pro"===t||"plus"===t||"basic"===t;break;case"lite":default:s=!0;break}return s}},Ir=Dr;function Ur(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Zr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Ur(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Ur(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Br={name:"PopularPostsProPill",props:{level:{type:String,default:"pro"}},computed:Zr({},Object(l["b"])({license:"$_license/license",license_network:"$_license/license_network"}),{licenseType:function(){return this.$mi.network?this.license_network.type:this.license.type},canaccess:function(){return Ir.canaccess(this.licenseType,this.level)}})},Fr=Br,zr=Object(_["a"])(Fr,Mr,Er,!1,null,null,null),Rr=zr.exports;function Nr(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Wr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Nr(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Nr(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Gr={name:"PopularPostsGaInput",props:{name:String},components:{SettingsInfoTooltip:Pt["a"],SettingsInputCheckbox:w["a"],PopularPostsProPill:Rr},data:function(){return{checking_ga_data:!1,text_add_top_5_ga:Object(c["a"])("Add Top 5 Posts from Google Analytics","google-analytics-dashboard-for-wp"),text_add_top_5_ga_tooltip:Object(c["a"])("In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct.","google-analytics-dashboard-for-wp"),text_check_data:Object(c["a"])("Test Automated Posts","google-analytics-dashboard-for-wp"),text_check_ga_data:Object(c["a"])("Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.","google-analytics-dashboard-for-wp"),text_automated:Object(c["a"])("Automated + Curated","google-analytics-dashboard-for-wp"),text_automated_description:Object(c["d"])(Object(c["a"])("Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s.","google-analytics-dashboard-for-wp"),'<a href="#/conversions">',"</a>",'<a target="_blank" href="'+this.$getUrl("popular-posts","automated-ga","https://exactmetrics.com/docs/how-to-include-your-popular-posts-from-google-analytics/")+'">',"</a>"),text_needs_pro_placeholder:Object(c["a"])("Pro version is required. Your current license level is: %s","google-analytics-dashboard-for-wp")}},computed:Wr({},Object(l["b"])({settings:"$_settings/settings",addons:"$_addons/addons",license:"$_license/license",license_network:"$_license/license_network"}),{ga_enabled:function(){return!!this.settings[this.name]&&this.settings[this.name]},ga_check_button_class:function(){var t="exactmetrics-button exactmetrics-button-secondary";return this.checking_ga_data&&(t+=" exactmetrics-button-disabled"),t},licenseType:function(){return this.$mi.network?this.license_network.type:this.license.type},canaccess:function(){return Ir.canaccess(this.licenseType)},text_needs_pro:function(){return this.sprintf(this.text_needs_pro_placeholder,this.ucfirst(this.licenseType))}}),methods:{sprintf:c["d"],ucfirst:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},start_tracking:function(){var t=this;this.checking_ga_data=!0,this.$mi_loading_toast(Object(c["a"])("Verifying Popular Posts data","google-analytics-dashboard-for-wp"));var e=new FormData;e.append("action","exactmetrics_vue_grab_popular_posts_report"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){t.checking_ga_data=!1;var s="",o=t;if(e.data){if(e.data.success)return t.$mi_success_toast({toast:!1,title:Object(c["a"])("Popular Posts data can be fetched correctly","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics.","google-analytics-dashboard-for-wp"),position:"center",timer:0,showConfirmButton:!0,confirmButtonText:Object(c["a"])("Close","google-analytics-dashboard-for-wp")});if(e.data.data.message&&(s=e.data.data.message),e.data.data.footer&&"install_addon"===e.data.data.footer){var a=o.isAddonInstalled("dimensions")?Object(c["a"])("activate","google-analytics-dashboard-for-wp"):Object(c["a"])("install","google-analytics-dashboard-for-wp");return s=Object(c["d"])(s,a),o.$mi_error_toast({toast:!1,title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,position:"center",showConfirmButton:!0,confirmButtonText:Object(c["a"])("Visit addons page","google-analytics-dashboard-for-wp")}).then((function(t){t.value&&(window.location=o.$mi.addons_url)}))}var n=e.data.data.footer?e.data.data.footer:"";if(n){var i=document.createElement("div");i.innerHTML=n,t.$mi_error_toast({toast:!1,title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,position:"center",showConfirmButton:!0,confirmButtonText:i.firstChild.innerText}).then((function(t){t.value&&(window.location=i.firstChild.href)}))}else t.$mi_error_toast({toast:!1,title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,position:"center"})}}))},isAddonInstalled:function(t){return!!this.addons[t]&&this.addons[t].installed}}},qr=Gr,Yr=Object(_["a"])(qr,Tr,Vr,!1,null,null,null),Kr=Yr.exports;function Jr(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Qr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Jr(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Jr(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Xr={name:"PopularPostsWidget",components:{PopularPostsGaInput:Kr,WidgetPlacement:Lr,LoadingSpinnerInline:_i,PopularPostsWidgetCategory:yr,PopularPostsPostTypePicker:$a,SettingsInputText:z["a"],SettingsInputCheckbox:w["a"],PopularPostsPostsPicker:Oa,PopularPostsSharedCount:ua,SettingsInputRadio:we["a"],PopularPostsWidgetThemeCustomize:hr,PopularPostsWidgetThemePreview:Qi,PopularPostsThemePicker:Io,SettingsBlock:y},computed:Qr({},Object(l["b"])({settings:"$_settings/settings",theme_options:"$_popularposts/themes_widget"})),data:function(){return{text_choose_theme:Object(c["a"])("Choose Theme","google-analytics-dashboard-for-wp"),text_behavior:Object(c["a"])("Behavior","google-analytics-dashboard-for-wp"),text_widget_styling:Object(c["a"])("Widget Styling","google-analytics-dashboard-for-wp"),text_widget_styling_desc:Object(c["a"])("Choose how you want to determine the colors, font sizes and spacing of the widget.","google-analytics-dashboard-for-wp"),text_sort_by:Object(c["a"])("Sort By","google-analytics-dashboard-for-wp"),text_sort_by_description:Object(c["a"])("Choose how you'd like the widget to determine your popular posts.","google-analytics-dashboard-for-wp"),text_display_title:Object(c["a"])("Display Title","google-analytics-dashboard-for-wp"),text_widget_title:Object(c["a"])("Widget Title","google-analytics-dashboard-for-wp"),text_widget_title_desc:Object(c["a"])("Title your widget and set it’s display preferences.","google-analytics-dashboard-for-wp"),text_post_type:Object(c["a"])("Include in Post Types","google-analytics-dashboard-for-wp"),text_exclude_posts:Object(c["a"])("Exclude from specific posts","google-analytics-dashboard-for-wp"),text_post_type_description:Object(c["d"])(Object(c["a"])("Choose which Post Types the widget %1$sWILL%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_exclude_posts_description:Object(c["d"])(Object(c["a"])("Choose from which Posts the widget %1$sWILL NOT%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_loading_themes:Object(c["a"])("Loading Themes","google-analytics-dashboard-for-wp"),styling_options:[{value:"0",label:Object(c["d"])(Object(c["a"])("Default Styles %1$s- As seen above.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"no_styles",label:Object(c["d"])(Object(c["a"])("No Styles %1$s- Use your own CSS.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],sort_options:[{value:"comments",label:Object(c["d"])(Object(c["a"])("Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"sharedcount",label:Object(c["d"])(Object(c["a"])("SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"curated",label:Object(c["d"])(Object(c["a"])("Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}]}},mounted:function(){this.theme_options.hasOwnProperty("alpha")||this.$store.dispatch("$_popularposts/getThemes","widget")}},tl=Xr,el=Object(_["a"])(tl,zi,Ri,!1,null,null,null),sl=el.exports,ol=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-products"},[s("PopularPostsProductsUpsell")],1)},al=[],nl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-products-upsell exactmetrics-bg-img"},[s("div",{staticClass:"exactmetrics-popular-products-upsell-window"},[s("h2",{domProps:{textContent:t._s(t.text_title)}}),s("p",{domProps:{innerHTML:t._s(t.text_subtitle)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-large",attrs:{href:t.$getUpgradeUrl("popular-posts","products-overlay-button")},domProps:{textContent:t._s(t.text_unlock)}}),s("br"),s("a",{staticClass:"exactmetrics-button-text",attrs:{href:t.$getUpgradeUrl("popular-posts","products-overlay-link")},domProps:{textContent:t._s(t.text_view_all)}}),s("div",{staticClass:"exactmetrics-bg-img exactmetrics-popular-products-upsell-browser"})])])},il=[],rl={name:"PopularPostsProductsUpsell",data:function(){return{text_title:Object(c["a"])("This feature requires ExactMetrics Pro","google-analytics-dashboard-for-wp"),text_subtitle:Object(c["a"])("By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.","google-analytics-dashboard-for-wp"),text_unlock:Object(c["a"])("Upgrade to Pro and Unlock Popular Products","google-analytics-dashboard-for-wp"),text_view_all:Object(c["a"])("View all Pro features","google-analytics-dashboard-for-wp")}}},ll=rl,cl=Object(_["a"])(ll,nl,il,!1,null,null,null),dl=cl.exports,pl={name:"PopularPostsProducts",components:{PopularPostsProductsUpsell:dl}},ul=pl,gl=Object(_["a"])(ul,ol,al,!1,null,null,null),hl=gl.exports,ml=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-settings"},[s("settings-block",{attrs:{title:t.text_caching,icon:"monstericon-lightbulb"}},[s("settings-input-checkbox",{attrs:{auth_disabled:!1,faux:!0,label:t.text_enable_caching}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_refresh)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_refresh_desc)}})]),s("PopularPostsCacheInterval"),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_ajaxify)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_ajaxify_desc)}})]),s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:"popular_posts_ajaxify",label:t.text_enable_ajax}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_empty_cache)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_empty_cache_desc)}})]),s("button",{class:t.empty_cache_button_class,domProps:{textContent:t._s(t.empty_cache_button_text)},on:{click:function(e){return e.preventDefault(),t.empty_cache(e)}}})],1)],1)},Cl=[],bl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.caching_options,name:"popular_posts_caching_refresh"}})},_l=[],fl={name:"PopularPostsCacheInterval",components:{SettingsInputRadio:we["a"]},data:function(){return{text_days:Object(c["a"])("Days","google-analytics-dashboard-for-wp"),caching_options:[{value:"7",label:"<b>"+Object(c["a"])("7 days","google-analytics-dashboard-for-wp")+"</b>"},{value:"30",label:"<b>"+Object(c["a"])("30 days","google-analytics-dashboard-for-wp")+"</b>"},{value:"custom",label:"<b>"+Object(c["a"])("Custom","google-analytics-dashboard-for-wp")+"</b>",level:"basic"}]}}},yl=fl,wl=Object(_["a"])(yl,bl,_l,!1,null,null,null),vl=wl.exports,xl={name:"PopularPostsSettings",components:{PopularPostsCacheInterval:vl,SettingsInputCheckbox:w["a"],SettingsBlock:y},data:function(){return{text_caching:Object(c["a"])("Caching","google-analytics-dashboard-for-wp"),text_enable_caching:Object(c["a"])("Enable Data Caching","google-analytics-dashboard-for-wp"),text_refresh:Object(c["a"])("Refresh Cache Every","google-analytics-dashboard-for-wp"),text_refresh_desc:Object(c["a"])("Choose how often to refresh the cache.","google-analytics-dashboard-for-wp"),text_enable_ajax:Object(c["a"])("Enable Ajaxify","google-analytics-dashboard-for-wp"),text_ajaxify:Object(c["a"])("Ajaxify Widget","google-analytics-dashboard-for-wp"),text_ajaxify_desc:Object(c["a"])("Use to bypass page caching.","google-analytics-dashboard-for-wp"),text_empty_cache:Object(c["a"])("Empty Cache","google-analytics-dashboard-for-wp"),text_please_wait:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),text_empty_cache_desc:Object(c["a"])("Click to manually wipe the cache right now.","google-analytics-dashboard-for-wp"),emptying_cache:!1}},computed:{empty_cache_button_class:function(){var t="exactmetrics-button";return this.emptying_cache?t+=" exactmetrics-button-disabled":t+=" exactmetrics-button-secondary",t},empty_cache_button_text:function(){return this.emptying_cache?this.text_please_wait:this.text_empty_cache}},methods:{empty_cache:function(){var t=this;this.emptying_cache=!0;var e=new FormData;e.append("action","exactmetrics_popular_posts_empty_cache"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){return t.emptying_cache=!1,e.data&&e.data.success?t.$mi_success_toast({title:Object(c["a"])("Popular posts cache emptied","google-analytics-dashboard-for-wp")}):t.$mi_error_toast({title:Object(c["a"])("Error emptying the popular posts cache. Please try again.","google-analytics-dashboard-for-wp")})}))}}},Ol=xl,jl=Object(_["a"])(Ol,ml,Cl,!1,null,null,null),kl=jl.exports,Pl=new a["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"general",component:Z,meta:{title:Object(c["a"])("General","google-analytics-dashboard-for-wp")}},{path:"/engagement",name:"engagement",component:Ct,meta:{title:Object(c["a"])("Engagement","google-analytics-dashboard-for-wp")}},{path:"/ecommerce",name:"ecommerce",component:Ot,meta:{title:Object(c["a"])("eCommerce","google-analytics-dashboard-for-wp")}},{path:"/publisher",name:"publisher",component:Jt,meta:{title:Object(c["a"])("Publisher","google-analytics-dashboard-for-wp")}},{path:"/conversions",name:"conversions",component:oe,meta:{title:Object(c["a"])("Conversions","google-analytics-dashboard-for-wp")}},{path:"/advanced",name:"advanced",component:Ne,meta:{title:Object(c["a"])("Advanced","google-analytics-dashboard-for-wp")}},{path:"/addons",name:"addons",component:ls},{path:"/tools",component:hs,children:[{name:"tools-url-builder",path:"",component:Es,meta:{title:Object(c["a"])("URL Builder","google-analytics-dashboard-for-wp")}},{name:"tools-import-export",path:"import-export",component:Hs,meta:{title:Object(c["a"])("Import Export","google-analytics-dashboard-for-wp")}},{name:"tools-prettylinks-flow",path:"prettylinks-flow",component:Ns,meta:{title:Object(c["a"])("PrettyLinks Integration","google-analytics-dashboard-for-wp")}}]},{path:"/about",component:ys,children:[{name:"about-us",path:"",component:no,meta:{title:Object(c["a"])("About Us","google-analytics-dashboard-for-wp")}},{name:"about-getting-started",path:"getting-started",component:mo,meta:{title:Object(c["a"])("Getting Started","google-analytics-dashboard-for-wp")}},{name:"about-lite-vs-pro",path:"lite-vs-pro",component:wo,meta:{title:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp")}}]},{path:"/popular-posts",component:Po,children:[{name:"popular-posts-inline",path:"",component:Fi,meta:{title:Object(c["a"])("Inline Popular Posts","google-analytics-dashboard-for-wp")}},{name:"popular-posts-widget",path:"widget",component:sl,meta:{title:Object(c["a"])("Popular Posts Widget","google-analytics-dashboard-for-wp")}},{name:"popular-posts-products",path:"products",component:hl,meta:{title:Object(c["a"])("Popular Products","google-analytics-dashboard-for-wp")}},{name:"popular-posts-settings",path:"settings",component:kl,meta:{title:Object(c["a"])("Settings","google-analytics-dashboard-for-wp")}}]}]}),Hl=s("a158"),Sl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",["addons"!==t.route?s("button",{class:t.triggerClass,on:{click:function(e){t.nav_open=!t.nav_open}}},[s("span",{domProps:{textContent:t._s(t.routeTitle)}}),s("i",{class:t.buttonIconClass})]):t._e(),s("nav",{class:t.navClass},["addons"===t.route?[s("addons-navigation")]:"tools-import-export"===t.route||"tools-url-builder"===t.route?[s("tools-navigation")]:0===t.route.indexOf("about")?[s("about-navigation")]:0===t.route.indexOf("popular")?[s("popular-posts-navigation")]:[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/"},domProps:{textContent:t._s(t.text_settings)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"engagement"},domProps:{textContent:t._s(t.text_engagement)}}),t.showEcommerce?s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"ecommerce"},domProps:{textContent:t._s(t.text_ecommerce)}}):t._e(),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"publisher"},domProps:{textContent:t._s(t.text_publisher)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"conversions"},domProps:{textContent:t._s(t.text_conversions)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"advanced"},domProps:{textContent:t._s(t.text_advanced)}})]],2)])},$l=[],Al=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-addons-navbar"},[s("h1",{domProps:{textContent:t._s(t.text_addons_title)}}),s("div",{staticClass:"exactmetrics-addons-filters"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.localSearch,expression:"localSearch"}],attrs:{type:"text",placeholder:t.text_addons_search},domProps:{value:t.localSearch},on:{input:function(e){e.target.composing||(t.localSearch=e.target.value)}}}),s("i",{staticClass:"monstericon-search"})])])},Ll=[];function Tl(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Vl(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Tl(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Tl(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Ml={name:"AddonsNavigation",data:function(){return{text_addons_title:Object(c["a"])("ExactMetrics Addons","google-analytics-dashboard-for-wp"),text_addons_search:Object(c["a"])("Search Addons","google-analytics-dashboard-for-wp")}},computed:Vl({},Object(l["b"])({search:"$_addons/search"}),{localSearch:{get:function(){return this.search},set:function(t){this.$store.commit("$_addons/UPDATE_SEARCH",t)}}})},El=Ml,Dl=Object(_["a"])(El,Al,Ll,!1,null,null,null),Il=Dl.exports,Ul=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-tools-navbar"},[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/tools"},domProps:{textContent:t._s(t.text_url_builder)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/tools/import-export"},domProps:{textContent:t._s(t.text_import)}})],1)},Zl=[],Bl={name:"ToolsNavigation",data:function(){return{text_import:Object(c["a"])("Import Export","google-analytics-dashboard-for-wp"),text_url_builder:Object(c["a"])("URL Builder","google-analytics-dashboard-for-wp")}}},Fl=Bl,zl=Object(_["a"])(Fl,Ul,Zl,!1,null,null,null),Rl=zl.exports,Nl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-about-navbar"},[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/about"},domProps:{textContent:t._s(t.text_about_us)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/about/getting-started"},domProps:{textContent:t._s(t.text_getting_started)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/about/lite-vs-pro"},domProps:{textContent:t._s(t.text_lite_vs_pro)}})],1)},Wl=[],Gl={name:"AboutNavigation",data:function(){return{text_about_us:Object(c["a"])("About Us","google-analytics-dashboard-for-wp"),text_getting_started:Object(c["a"])("Getting Started","google-analytics-dashboard-for-wp"),text_lite_vs_pro:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp")}}},ql=Gl,Yl=Object(_["a"])(ql,Nl,Wl,!1,null,null,null),Kl=Yl.exports,Jl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-navbar"},[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/popular-posts"},domProps:{textContent:t._s(t.text_inline_popular_posts)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/popular-posts/widget"},domProps:{textContent:t._s(t.text_popular_posts_widget)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/popular-posts/products"}},[s("span",{domProps:{textContent:t._s(t.text_popular_posts_products)}}),s("PopularPostsProPill")],1)],1)},Ql=[],Xl={name:"PopularPostsNavigation",components:{PopularPostsProPill:si["a"]},data:function(){return{text_inline_popular_posts:Object(c["a"])("Inline Popular Posts","google-analytics-dashboard-for-wp"),text_popular_posts_widget:Object(c["a"])("Popular Posts Widget","google-analytics-dashboard-for-wp"),text_popular_posts_products:Object(c["a"])("Popular Products","google-analytics-dashboard-for-wp")}}},tc=Xl,ec=Object(_["a"])(tc,Jl,Ql,!1,null,null,null),sc=ec.exports;function oc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ac(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?oc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):oc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var nc=document.querySelectorAll('[href="admin.php?page=exactmetrics_settings"]'),ic=document.querySelector('[href*="exactmetrics_settings#/addons"]'),rc=document.querySelector('[href*="exactmetrics_settings#/tools"]'),lc=document.querySelector('[href*="exactmetrics_settings#/about"]'),cc=document.querySelector('[href*="exactmetrics_settings#/popular-posts"]'),dc={name:"SettingsTabsNavigation",components:{PopularPostsNavigation:sc,AboutNavigation:Kl,ToolsNavigation:Rl,AddonsNavigation:Il},data:function(){return{text_settings:Object(c["a"])("General","google-analytics-dashboard-for-wp"),text_engagement:Object(c["a"])("Engagement","google-analytics-dashboard-for-wp"),text_ecommerce:Object(c["a"])("eCommerce","google-analytics-dashboard-for-wp"),text_publisher:Object(c["a"])("Publisher","google-analytics-dashboard-for-wp"),text_conversions:Object(c["a"])("Conversions","google-analytics-dashboard-for-wp"),text_advanced:Object(c["a"])("Advanced","google-analytics-dashboard-for-wp"),nav_open:!1}},computed:ac({},Object(l["b"])({addons:"$_addons/addons",license:"$_license/license",license_network:"$_license/license_network"}),{route:function(){return this.$route.name},routeTitle:function(){return!!this.$route.meta.title&&this.$route.meta.title},buttonIconClass:function(){var t="monstericon-arrow";return this.nav_open&&(t+=" monstericon-down"),t},navClass:function(){var t="exactmetrics-main-navigation";return(this.nav_open||"addons"===this.route)&&(t+=" exactmetrics-main-navigation-open"),t},triggerClass:function(){var t="exactmetrics-mobile-nav-trigger";return this.nav_open&&(t+=" exactmetrics-mobile-nav-trigger-open"),t},licenseLevel:function(){return this.$mi.network?this.license_network.type:this.license.type},ecommerceActive:function(){var t=this.isAddonActive("woocommerce"),e=this.isAddonActive("easy_digital_downloads"),s=this.isAddonActive("memberpress"),o=this.isAddonActive("lifterlms");return t||e||s||o},showEcommerce:function(){return!("pro"!==this.licenseLevel&&!this.ecommerceActive)}}),methods:{handleChange:function(t){var e=0;nc.length>1&&(e=1),"addons"===t?(this.removeClasses(),ic&&ic.parentElement.classList.add("current")):t.indexOf("tools")>=0?(this.removeClasses(),rc&&rc.parentElement.classList.add("current")):t.indexOf("about")>=0?(this.removeClasses(),lc&&lc.parentElement.classList.add("current")):t.indexOf("popular-posts")>=0?(this.removeClasses(),cc&&cc.parentElement.classList.add("current")):(this.removeClasses(),nc[e].parentElement.classList.add("current"))},removeClasses:function(){var t=0;nc.length>1&&(t=1),rc&&rc.parentElement.classList.remove("current"),ic&&ic.parentElement.classList.remove("current"),lc&&lc.parentElement.classList.remove("current"),cc&&cc.parentElement.classList.remove("current"),nc[t].parentElement.classList.remove("current")},maybeCloseMenu:function(){var t=document.getElementById("wpwrap");if(t.classList.contains("wp-responsive-open")){var e=document.getElementById("wp-admin-bar-menu-toggle");e&&e.click()}},isAddonActive:function(t){return!!this.addons[t]&&this.addons[t].active}},watch:{$route:function(t){this.handleChange(t.name),this.nav_open=!1,this.maybeCloseMenu()}},created:function(){this.handleChange(this.route),nc.forEach((function(t){t.href=t.href+"#/"}))}},pc=dc,uc=Object(_["a"])(pc,Sl,$l,!1,null,null,null),gc=uc.exports,hc=s("4bdc"),mc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.isRouteSettings?s("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip,expression:"tooltip"}],class:t.buttonClass(),domProps:{textContent:t._s(t.text_save_changes)},on:{click:t.simulateSave}}):t._e()},Cc=[];function bc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function _c(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?bc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):bc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var fc={name:"SettingsButtonSave",computed:_c({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{route:function(){return this.$route.name},isRouteSettings:function(){return"addons"!==this.route&&("tools-url-builder"!==this.route&&"tools-import-export"!==this.route&&"tools-prettylinks-flow"!==this.route&&0!==this.route.indexOf("about"))},is_authed:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},tooltip:function(){return!this.is_authed&&this.tooltip_data}}),data:function(){return{text_save_changes:Object(c["a"])("Save Changes","google-analytics-dashboard-for-wp"),tooltip_data:{content:this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}}},methods:{buttonClass:function(){var t="exactmetrics-button";return!this.settings.is_saving&&this.is_authed||(t+=" exactmetrics-button-disabled"),t},simulateSave:function(t){if(this.buttonClass().indexOf("exactmetrics-button-disabled")>-1)return!1;this.$store.dispatch("$_settings/simulateSave")}}},yc=fc,wc=Object(_["a"])(yc,mc,Cc,!1,null,null,null),vc=wc.exports,xc=s("3865"),Oc=s("b52e");function jc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function kc(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?jc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):jc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Pc={name:"SettingsModuleSite",components:{TheQuickLinks:Oc["a"],SettingsButtonSave:vc,TheAppNotices:V["a"],TheAppNavigation:hc["a"],SettingsTabsNavigation:gc,TheAppHeader:Hl["a"],Notifications:xc["a"]},router:Pl,created:function(){var t="$_settings";t in this.$store._modules.root._children||this.$store.registerModule(t,d["a"])},computed:kc({},Object(l["b"])({blocked:"$_app/blocked",addons:"$_addons/addons",auth:"$_auth/auth"}),{routeClass:function(){return"exactmetrics-admin-page exactmetrics-settings-panel exactmetrics-path-"+this.$route.name},is_authed:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},route:function(){return this.$route.name}}),mounted:function(){this.$mi_loading_toast(),this.$store.dispatch("$_settings/getSettings")},watch:{addons:function(){var t=this;Object.keys(this.addons).length>0&&"/oneclickupgrade"===this.$route.redirectedFrom&&this.$nextTick().then((function(){t.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",title:Object(c["a"])("Success! ","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i></div><p>'+Object(c["a"])("You're now using ExactMetrics Pro with all the features.","google-analytics-dashboard-for-wp")+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Get Started %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>'),animation:!1,allowOutsideClick:!1})}))}}},Hc=Pc,Sc=Object(_["a"])(Hc,n,i,!1,null,null,null),$c=Sc.exports,Ac=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{class:t.routeClass},[s("the-app-header",[s("settings-button-save")],1),"addons"===t.route?s("the-app-navigation",[s("addons-navigation")],1):t._e(),s("the-app-notices"),s("router-view"),t.blocked?s("div",{staticClass:"exactmetrics-blocked"}):t._e(),s("the-quick-links")],1)},Lc=[],Tc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content settings-network"},[t.$isPro()?t._e():s("content-intro-full-width",{scopedSlots:t._u([{key:"text",fn:function(){return[s("p",{domProps:{textContent:t._s(t.upsell_title)}}),s("p",{domProps:{innerHTML:t._s(t.upsell_subtitle)}}),s("p",{staticClass:"exactmetrics-upsell-pbold",domProps:{textContent:t._s(t.upsell_receive)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-green",attrs:{href:t.$getUpgradeUrl("network-settings","top-upsell-button")},domProps:{textContent:t._s(t.text_upgrade)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-text",attrs:{href:t.$getUrl("network-settings","features","https://exactmetrics.com/features")}},[s("span",{domProps:{textContent:t._s(t.text_see)}}),s("span",{staticClass:"monstericon-arrow-right"})])]},proxy:!0}],null,!1,4058568484)}),s("settings-block",{attrs:{title:t.text_license_title,icon:"monstericon-key-em"}},[s("settings-input-license-network",{attrs:{label:t.text_license_label}})],1),s("settings-block",{attrs:{title:t.text_auth_title,icon:"monstericon-badge-check"}},[s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("settings-input-authenticate",{attrs:{label:t.text_auth_label,description:t.text_auth_description}})],1),s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("h3",{domProps:{textContent:t._s(t.text_setup_wizard_title)}}),s("p",{domProps:{textContent:t._s(t.text_setup_wizard_label)}}),s("p",[s("a",{attrs:{href:t.wizard_url}},[s("span",{domProps:{textContent:t._s(t.text_setup_wizard_button)}}),s("span",{staticClass:"monstericon-arrow-right"})])])])])]),s("settings-block",{attrs:{title:t.text_misc_title,icon:"monstericon-notifications",collapsible:!0}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_announcements_title)}}),s("span",{domProps:{innerHTML:t._s(t.text_announcements_description)}})]),s("settings-input-checkbox",{attrs:{name:"hide_am_notices",label:t.text_announcements_label}})],1)],1)},Vc=[],Mc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input settings-input-license"},[s("settings-input-license")],1)},Ec=[],Dc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input settings-input-license"},[s("p",{domProps:{innerHTML:t._s(t.text_license_row_1)}}),s("p",{domProps:{innerHTML:t._s(t.text_license_row_2)}}),s("p",{domProps:{innerHTML:t._s(t.text_license_row_3)}}),s("div",{staticClass:"exactmetrics-settings-license-lite"},[s("label",{attrs:{for:"exactmetrics-license-key"},domProps:{innerHTML:t._s(t.text_license_label)}}),s("div",{staticClass:"inline-field"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"exactmetrics-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:[function(e){e.target.composing||(t.connect_key=e.target.value)},t.fieldInput]}}),t.show_connect?s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_upgrade_to_pro)},on:{click:function(e){return e.preventDefault(),t.startUpgradeToPro(e)}}}):t._e()])])])},Ic=[],Uc={name:"SettingsInputLicense",props:{label:String},data:function(){return{is_network:this.$mi.network,text_license_row_1:Object(c["d"])(Object(c["a"])("You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s","google-analytics-dashboard-for-wp"),"<strong>","</strong>",'<span class="exactmetrics-bg-img exactmetrics-smile"></span>'),text_license_row_2:Object(c["d"])(Object(c["a"])("To unlock more features consider %1$supgrading to PRO%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("settings-panel","license")+'" class="exactmetrics-bold" target="_blank">',"</a>"),text_license_row_3:Object(c["d"])(Object(c["a"])("As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-highlighted-text">',"</span>"),text_upgrade_to_pro:Object(c["a"])("Unlock PRO Features Now","google-analytics-dashboard-for-wp"),text_license_placeholder:Object(c["a"])("Paste your license key here","google-analytics-dashboard-for-wp"),text_license_verify:Object(c["a"])("Verify","google-analytics-dashboard-for-wp"),text_license_label:Object(c["d"])(Object(c["a"])("Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("license","settings_panel","https://www.exactmetrics.com/my-account/")+'" target="_blank">',"</a>"),is_loading:!1,show_connect:!1,connect_key:""}},methods:{fieldInput:Ca()((function(){this.show_connect=""!==this.connect_key}),100),startUpgradeToPro:function(){var t=this;this.$swal({type:"info",title:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:"exactmetrics-swal",onOpen:function(){t.$swal.showLoading()}}),A["a"].getUpgradeLink(this.connect_key).then((function(e){if(e.success&&e.data.url)return window.location=e.data.url;var s=e.data.message?e.data.message:Object(c["a"])("There was an error unlocking ExactMetrics PRO please try again or install manually.","google-analytics-dashboard-for-wp");t.$mi_error_toast({title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then((function(){e.data.reload&&window.location.reload()}))})).catch((function(){t.$swal.close()}))}}},Zc=Uc,Bc=Object(_["a"])(Zc,Dc,Ic,!1,null,null,null),Fc=Bc.exports,zc={name:"SettingsInputLicenseNetwork",components:{SettingsInputLicense:Fc}},Rc=zc,Nc=Object(_["a"])(Rc,Mc,Ec,!1,null,null,null),Wc=Nc.exports,Gc={name:"SettingsNetwork",components:{ContentIntroFullWidth:L["a"],SettingsInputCheckbox:w["a"],SettingsInputAuthenticate:$,SettingsInputLicenseNetwork:Wc,SettingsBlock:y},data:function(){return{text_license_title:Object(c["a"])("License Key","google-analytics-dashboard-for-wp"),text_license_label:Object(c["d"])(Object(c["a"])("Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.","google-analytics-dashboard-for-wp"),'<a href="#">',"</a>"),text_auth_title:Object(c["a"])("Google Authentication","google-analytics-dashboard-for-wp"),text_auth_label:Object(c["a"])("Connect Google Analytics + WordPress","google-analytics-dashboard-for-wp"),text_auth_description:Object(c["a"])("You will be taken to the ExactMetrics website where you'll need to connect your Analytics account.","google-analytics-dashboard-for-wp"),text_misc_title:Object(c["a"])("Miscellaneous","google-analytics-dashboard-for-wp"),text_announcements_title:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),text_announcements_description:Object(c["a"])("Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.","google-analytics-dashboard-for-wp"),text_announcements_label:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),upsell_title:Object(c["a"])("You're using ExactMetrics Lite – no license needed. Enjoy!","google-analytics-dashboard-for-wp"),upsell_subtitle:Object(c["d"])(Object(c["a"])("To unlock more features consider %1$supgrading to PRO%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("network-settings","top-upsell-text")+'" class="exactmetrics-green-text">',"</span>"),upsell_receive:Object(c["a"])("Receive 50% off automatically applied at the checkout!","google-analytics-dashboard-for-wp"),text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_see:Object(c["a"])("See all features","google-analytics-dashboard-for-wp"),text_setup_wizard_title:Object(c["a"])("Setup Wizard","google-analytics-dashboard-for-wp"),text_setup_wizard_label:Object(c["a"])("Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).","google-analytics-dashboard-for-wp"),text_setup_wizard_button:Object(c["a"])("Relaunch Setup Wizard","google-analytics-dashboard-for-wp"),text_launch_wizard_button:Object(c["a"])("Launch Setup Wizard","google-analytics-dashboard-for-wp"),wizard_url:this.$mi.wizard_url}}},qc=Gc,Yc=(s("0fd3"),Object(_["a"])(qc,Tc,Vc,!1,null,"62bc6c18",null)),Kc=Yc.exports,Jc=new a["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"general",component:Kc},{path:"/addons",name:"addons",component:ls},{path:"/about",component:ys,children:[{name:"about-us",path:"",component:no,meta:{title:Object(c["a"])("About Us","google-analytics-dashboard-for-wp")}},{name:"about-getting-started",path:"getting-started",component:mo,meta:{title:Object(c["a"])("Getting Started","google-analytics-dashboard-for-wp")}},{name:"about-lite-vs-pro",path:"lite-vs-pro",component:wo,meta:{title:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp")}}]}]});function Qc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Xc(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Qc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Qc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var td=document.querySelectorAll('[href="admin.php?page=exactmetrics_network"]'),ed=document.querySelector('[href*="exactmetrics_network#/addons"]'),sd=document.querySelector('[href*="exactmetrics_network#/about"]'),od={name:"SettingsModuleSite",components:{TheQuickLinks:Oc["a"],AddonsNavigation:Il,TheAppNavigation:hc["a"],TheAppNotices:V["a"],SettingsButtonSave:vc,TheAppHeader:Hl["a"]},router:Jc,created:function(){var t="$_settings";t in this.$store._modules.root._children||this.$store.registerModule(t,d["a"]),this.handleChange(this.route),td.forEach((function(t){t.href=t.href+"#/"}))},mounted:function(){this.$store.dispatch("$_settings/getSettings"),this.$mi_loading_toast()},computed:Xc({},Object(l["b"])({blocked:"$_app/blocked"}),{route:function(){return this.$route.name},routeClass:function(){return"exactmetrics-admin-page exactmetrics-settings-panel exactmetrics-settings-panel-network exactmetrics-path-"+this.$route.name}}),watch:{$route:function(t){this.handleChange(t.name)}},methods:{handleChange:function(t){var e=0;td.length>1&&(e=1),"addons"===t?(td[e].parentElement.classList.remove("current"),ed&&ed.parentElement.classList.add("current")):t.indexOf("about")>=0?(td[e].parentElement.classList.remove("current"),sd&&sd.parentElement.classList.add("current"),ed&&ed.parentElement.classList.remove("current")):(td[e].parentElement.classList.add("current"),ed&&ed.parentElement.classList.remove("current"),sd&&sd.parentElement.classList.remove("current"))}}},ad=od,nd=Object(_["a"])(ad,Ac,Lc,!1,null,null,null),id=nd.exports,rd=s("4360"),ld=s("619c"),cd=s("e37d"),dd=s("7460"),pd={install:function(t){var e=this;if(t.prototype.$mi_need_to_auth=Object(c["d"])(Object(c["a"])("You need to %1$sconnect ExactMetrics%2$s first","google-analytics-dashboard-for-wp"),'<a href="'+t.prototype.$mi.wizard_url+'" class="exactmetrics-connect-inline">',"</a>"),t.prototype.$swal){var s=0;t.prototype.$mi_saving_toast=function(e){s++;var o=e.animation,a=void 0!==o&&o,n=e.toast,i=void 0===n||n,r=e.position,l=void 0===r?"bottom-end":r,d=e.showConfirmButton,p=void 0!==d&&d,u=e.type,g=void 0===u?"info":u,h=e.customClass,m=void 0===h?"mi-info":h,C=e.showCloseButton,b=void 0===C||C,_=e.title,f=void 0===_?Object(c["a"])("Saving Changes...","google-analytics-dashboard-for-wp"):_;return t.prototype.$swal({customContainerClass:"exactmetrics-swal",animation:a,toast:i,position:l,showConfirmButton:p,type:g,customClass:m,showCloseButton:b,title:f})},t.prototype.$mi_success_toast=function(e){if(s--,s>0)return!1;var o=e.animation,a=void 0!==o&&o,n=e.toast,i=void 0===n||n,r=e.position,l=void 0===r?"bottom-end":r,d=e.showConfirmButton,p=void 0!==d&&d,u=e.type,g=void 0===u?"success":u,h=e.timer,m=void 0===h?3e3:h,C=e.customClass,b=void 0===C?"mi-success":C,_=e.showCloseButton,f=void 0===_||_,y=e.title,w=void 0===y?Object(c["a"])("Settings Updated","google-analytics-dashboard-for-wp"):y,v=e.showCancelButton,x=void 0!==v&&v,O=e.confirmButtonText,j=void 0===O?"":O,k=e.cancelButtonText,P=void 0===k?"":k,H=e.text,S=void 0===H?"":H;return t.prototype.$swal({customContainerClass:"exactmetrics-swal",animation:a,toast:i,position:l,showConfirmButton:p,type:g,customClass:b,showCloseButton:f,title:w,timer:m,showCancelButton:x,confirmButtonText:j,cancelButtonText:P,text:S})},t.prototype.$mi_error_toast=function(e){s--;var o=e.animation,a=void 0!==o&&o,n=e.toast,i=void 0===n||n,r=e.position,l=void 0===r?"bottom-end":r,d=e.showConfirmButton,p=void 0!==d&&d,u=e.type,g=void 0===u?"error":u,h=e.customClass,m=void 0===h?"mi-error":h,C=e.showCloseButton,b=void 0===C||C,_=e.title,f=void 0===_?Object(c["a"])("Could Not Save Changes","google-analytics-dashboard-for-wp"):_,y=e.text,w=void 0===y?"":y,v=e.footer,x=void 0===v?"":v,O=e.confirmButtonText,j=void 0===O?"":O;return t.prototype.$swal({customContainerClass:"exactmetrics-swal",animation:a,toast:i,position:l,showConfirmButton:p,type:g,customClass:m,showCloseButton:b,title:f,text:w,footer:x,confirmButtonText:j,onOpen:function(){t.prototype.$swal.hideLoading()}})},t.prototype.$mi_loading_toast=function(s){var o="exactmetrics-swal exactmetrics-swal-loading";window.scrollY>0&&(o+=" exactmetrics-swal-full-height"),t.prototype.$swal({customContainerClass:o,type:"info",title:s||Object(c["a"])("Loading Settings","google-analytics-dashboard-for-wp"),html:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,animation:!1,onOpen:function(){t.prototype.$swal.showLoading(),e.addCustomLoader()}})},t.prototype.$addCustomLoader=e.addCustomLoader}},addCustomLoader:function(){var t='<div class="exactmetrics-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>';document.querySelector(".swal2-actions.swal2-loading").innerHTML=t}},ud=pd,gd=s("6c6b");s("12c8"),s("e03e"),s("df1a");o["a"].config.productionTip=!1,o["a"].use(a["a"]),o["a"].use(ld["a"]),o["a"].use(cd["a"],{defaultTemplate:'<div class="exactmetrics-tooltip" role="tooltip"><div class="exactmetrics-tooltip-arrow"></div><div class="exactmetrics-tooltip-inner"></div></div>',defaultArrowSelector:".exactmetrics-tooltip-arrow, .exactmetrics-tooltip__arrow",defaultInnerSelector:".exactmetrics-tooltip-inner, .exactmetrics-tooltip__inner"}),o["a"].use(dd["a"]),Object(c["c"])(window.exactmetrics.translations,"google-analytics-dashboard-for-wp");var hd=document.getElementById("exactmetrics-vue-site-settings");Object(gd["a"])({ctrl:!0}),hd&&(o["a"].use(ud),new o["a"]({store:rd["a"],mounted:function(){rd["a"].dispatch("$_app/init"),rd["a"].dispatch("$_auth/getAuth"),rd["a"].dispatch("$_addons/getAddons"),rd["a"].dispatch("$_notifications/getNotifications"),o["a"].prototype.$isPro()&&rd["a"].dispatch("$_license/getLicense")},render:function(t){return t($c)}}).$mount(hd));var md=document.getElementById("exactmetrics-vue-network-settings");md&&(o["a"].use(ud),new o["a"]({store:rd["a"],mounted:function(){rd["a"].dispatch("$_app/init"),rd["a"].dispatch("$_auth/getAuth"),rd["a"].dispatch("$_addons/getAddons"),rd["a"].dispatch("$_notifications/getNotifications"),o["a"].prototype.$isPro()&&rd["a"].dispatch("$_license/getLicense")},render:function(t){return t(id)}}).$mount(md))},2950:function(t,e,s){"use strict";var o=s("0af3"),a=s.n(o);a.a},"2b5f":function(t,e,s){},"2e60":function(t,e,s){"use strict";var o=s("6c85"),a=s.n(o);a.a},"2fdd":function(t,e,s){},"30f7":function(t,e,s){},"408a":function(t,e,s){var o=s("c6b6");t.exports=function(t){if("number"!=typeof t&&"Number"!=o(t))throw TypeError("Incorrect invocation");return+t}},"44c2":function(t,e,s){"use strict";var o=s("a9e4"),a=s.n(o);a.a},"6c85":function(t,e,s){},"7c4f":function(t,e,s){},8985:function(t,e,s){},"8a52":function(t,e,s){},"8f8a":function(t,e,s){"use strict";var o=s("00f4"),a=s.n(o);a.a},"8fe5":function(t,e,s){"use strict";var o=s("e515"),a=s.n(o);a.a},"961a":function(t,e,s){"use strict";var o=s("c7b5"),a=s.n(o);a.a},9907:function(t,e,s){"use strict";var o=s("055a"),a=s.n(o);a.a},a719:function(t,e,s){},a9e4:function(t,e,s){},ab3a:function(t,e,s){"use strict";var o=s("cb72"),a=s.n(o);a.a},ae6f:function(t,e,s){"use strict";var o=s("0433"),a=s.n(o);a.a},afcb:function(t,e,s){},b227:function(t,e,s){"use strict";var o=s("8a52"),a=s.n(o);a.a},b680:function(t,e,s){"use strict";var o=s("23e7"),a=s("a691"),n=s("408a"),i=s("1148"),r=s("d039"),l=1..toFixed,c=Math.floor,d=function(t,e,s){return 0===e?s:e%2===1?d(t,e-1,s*t):d(t*t,e/2,s)},p=function(t){var e=0,s=t;while(s>=4096)e+=12,s/=4096;while(s>=2)e+=1,s/=2;return e},u=l&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!r((function(){l.call({})}));o({target:"Number",proto:!0,forced:u},{toFixed:function(t){var e,s,o,r,l=n(this),u=a(t),g=[0,0,0,0,0,0],h="",m="0",C=function(t,e){var s=-1,o=e;while(++s<6)o+=t*g[s],g[s]=o%1e7,o=c(o/1e7)},b=function(t){var e=6,s=0;while(--e>=0)s+=g[e],g[e]=c(s/t),s=s%t*1e7},_=function(){var t=6,e="";while(--t>=0)if(""!==e||0===t||0!==g[t]){var s=String(g[t]);e=""===e?s:e+i.call("0",7-s.length)+s}return e};if(u<0||u>20)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||l>=1e21)return String(l);if(l<0&&(h="-",l=-l),l>1e-21)if(e=p(l*d(2,69,1))-69,s=e<0?l*d(2,-e,1):l/d(2,e,1),s*=4503599627370496,e=52-e,e>0){C(0,s),o=u;while(o>=7)C(1e7,0),o-=7;C(d(10,o,1),0),o=e-1;while(o>=23)b(1<<23),o-=23;b(1<<o),C(1,1),b(2),m=_()}else C(0,s),C(1<<-e,0),m=_()+i.call("0",u);return u>0?(r=m.length,m=h+(r<=u?"0."+i.call("0",u-r)+m:m.slice(0,r-u)+"."+m.slice(r-u))):m=h+m,m}})},bcff:function(t,e,s){},c7b5:function(t,e,s){},ca63:function(t,e,s){"use strict";var o=s("30f7"),a=s.n(o);a.a},cb72:function(t,e,s){},d28b:function(t,e,s){var o=s("746f");o("iterator")},d2e1:function(t,e,s){},d4ec:function(t,e,s){"use strict";var o=s("a719"),a=s.n(o);a.a},d81d:function(t,e,s){"use strict";var o=s("23e7"),a=s("b727").map,n=s("1dde"),i=s("ae40"),r=n("map"),l=i("map");o({target:"Array",proto:!0,forced:!r||!l},{map:function(t){return a(this,t,arguments.length>1?arguments[1]:void 0)}})},dde8:function(t,e,s){"use strict";var o=s("bcff"),a=s.n(o);a.a},df1a:function(t,e,s){},e01a:function(t,e,s){"use strict";var o=s("23e7"),a=s("83ab"),n=s("da84"),i=s("5135"),r=s("861d"),l=s("9bf2").f,c=s("e893"),d=n.Symbol;if(a&&"function"==typeof d&&(!("description"in d.prototype)||void 0!==d().description)){var p={},u=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof u?new d(t):void 0===t?d():d(t);return""===t&&(p[e]=!0),e};c(u,d);var g=u.prototype=d.prototype;g.constructor=u;var h=g.toString,m="Symbol(test)"==String(d("test")),C=/^Symbol\((.*)\)[^)]+$/;l(g,"description",{configurable:!0,get:function(){var t=r(this)?this.valueOf():this,e=h.call(t);if(i(p,t))return"";var s=m?e.slice(7,-1):e.replace(C,"$1");return""===s?void 0:s}}),o({global:!0,forced:!0},{Symbol:u})}},e03e:function(t,e,s){},e515:function(t,e,s){},fdc0:function(t,e,s){"use strict";var o=s("2fdd"),a=s.n(o);a.a}});
1
+ (function(t){function e(e){for(var o,i,r=e[0],l=e[1],c=e[2],p=0,u=[];p<r.length;p++)i=r[p],a[i]&&u.push(a[i][0]),a[i]=0;for(o in l)Object.prototype.hasOwnProperty.call(l,o)&&(t[o]=l[o]);d&&d(e);while(u.length)u.shift()();return n.push.apply(n,c||[]),s()}function s(){for(var t,e=0;e<n.length;e++){for(var s=n[e],o=!0,r=1;r<s.length;r++){var l=s[r];0!==a[l]&&(o=!1)}o&&(n.splice(e--,1),t=i(i.s=s[0]))}return t}var o={},a={settings:0},n=[];function i(e){if(o[e])return o[e].exports;var s=o[e]={i:e,l:!1,exports:{}};return t[e].call(s.exports,s,s.exports,i),s.l=!0,s.exports}i.m=t,i.c=o,i.d=function(t,e,s){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:s})},i.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var s=Object.create(null);if(i.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(s,o,function(e){return t[e]}.bind(null,o));return s},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="https://exactmetrics.test/";var r=window["exactmetricsjsonp"]=window["exactmetricsjsonp"]||[],l=r.push.bind(r);r.push=e,r=r.slice();for(var c=0;c<r.length;c++)e(r[c]);var d=l;n.push([0,"chunk-vendors","chunk-common"]),s()})({0:function(t,e,s){t.exports=s("2884")},"00f4":function(t,e,s){},"0433":function(t,e,s){},"055a":function(t,e,s){},"0a49":function(t,e,s){},"0af3":function(t,e,s){},"0fd3":function(t,e,s){"use strict";var o=s("7c4f"),a=s.n(o);a.a},1148:function(t,e,s){"use strict";var o=s("a691"),a=s("1d80");t.exports="".repeat||function(t){var e=String(a(this)),s="",n=o(t);if(n<0||n==1/0)throw RangeError("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(e+=e))1&n&&(s+=e);return s}},"1f29":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAlBJREFUOBGNkk2IUlEUx+99vufXQvCjEA11YWgk7TTLZhwVLTfSRmY1QbOoTdMqad0iiGB20cpVUAt3SVHCJDJG40IXBVGLIIOB8hM/QPy+/a/xYqK38MJ99757zu9/zj3nUrLmiEajdkEQni6Xy6hKpfqB/eNCofCMrsOHQiEPgPfwtdhsNkYpJe12m0LolkpJIJFI7DkcDm+9Xv/o9/vPw+dwsVhYnE4nc7lc1G63016vx8bj8TlRSWA6nd6cz+cXAoHAGYD3sDdarVam1+vpaDRaITgjjLHTigKArkK9ifXhbDYjBoOBSZL0F261Wqzb7VKtVvtBUQCwi4N88kjD4ZAg+ioyT53DGo3mJwLs/VcD3PkyrnAwmUwks9n8YDAYuPBvxGQASL/fp8imiwJeKZVK3/4R4DAicliLIt4pFosvsH9Vq9Wu4b5GCHC4j+hb5XL5C09JWOWFTzAY3MJyAAHJ7XbfRo9fclsmk2maTKY8IhJRFAna+QTwJ27jYyUQDofj6O1bPBLJ6/Xu5vP5N3/MhMC2gxrcReTvEGio1er7eFRR2S7EYrE40nsNWPB4PLu5XO6dbIxEIjuo+COkfAyfTZ1OF4dIHyJnZR8RkZ/zH5/PdyObzR7KhmQyud3pdFYw2rVRqVSOYePTIvvwVYDyKThUT8KpVGq70WjsI/Iv+HC4zp2VhoiiEP625ZFOp683m819iLZxtlGtVuuyTWmlePcM9x9A6DNWikd0EYJtdGPz6OjoqxJ08ox3oQzYgKtcwgwi7Q5athbMhX4DL0sglf8ys78AAAAASUVORK5CYII="},"21ab":function(t,e,s){"use strict";var o=s("afcb"),a=s.n(o);a.a},2884:function(t,e,s){"use strict";s.r(e);s("e260"),s("e6cf"),s("cca6"),s("a79d");var o=s("2b0e"),a=s("8c4f"),n=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{class:t.routeClass},[s("the-app-header",[s("the-app-navigation",[s("settings-tabs-navigation")],1),s("Notifications"),s("settings-button-save")],1),"general"!==t.route?s("the-app-notices"):t._e(),s("router-view"),t.blocked?s("div",{staticClass:"exactmetrics-blocked"}):t._e(),s("the-quick-links")],1)},i=[],r=(s("a4d3"),s("4de4"),s("4160"),s("b0c0"),s("e439"),s("dbb4"),s("b64b"),s("159b"),s("fc11")),l=s("2f62"),c=s("561c"),d=s("7220"),p=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-general"},[s("content-intro-full-width",{scopedSlots:t._u([{key:"text",fn:function(){return[s("p",{domProps:{textContent:t._s(t.upsell_title)}}),s("p",{domProps:{innerHTML:t._s(t.upsell_subtitle)}}),s("p",{staticClass:"exactmetrics-upsell-pbold",domProps:{textContent:t._s(t.upsell_receive)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-green",attrs:{href:t.$getUpgradeUrl("settings-overview","top-upsell-button")},domProps:{textContent:t._s(t.text_upgrade)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-text",attrs:{href:t.$getUrl("settings-overview","features","https://exactmetrics.com/features")}},[s("span",{domProps:{textContent:t._s(t.text_see)}}),s("span",{staticClass:"monstericon-arrow-right"})])]},proxy:!0}])}),s("the-app-notices"),s("div",{staticClass:"exactmetrics-container"},[s("settings-block",{attrs:{title:t.text_license_title,icon:"monstericon-key-em"}},[s("p",{domProps:{innerHTML:t._s(t.text_license_already)}}),s("div",{staticClass:"inline-field"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"exactmetrics-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:function(e){e.target.composing||(t.connect_key=e.target.value)}}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",on:{click:function(e){return e.preventDefault(),t.showUpgradeConfirmation(e)}}},[s("span",{staticClass:"monstericon-check-em-light"}),s("span",{domProps:{textContent:t._s(t.text_verify)}})])])]),t.hasAuth?s("settings-block",{attrs:{title:t.text_auth_title,icon:"monstericon-badge-check"}},[s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("settings-input-authenticate",{attrs:{label:t.text_auth_label,description:t.text_auth_description}})],1),s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("h3",{domProps:{textContent:t._s(t.text_setup_wizard_title)}}),s("p",{domProps:{textContent:t._s(t.text_setup_wizard_label)}}),s("p",[s("a",{attrs:{href:t.wizard_url}},[s("span",{domProps:{textContent:t._s(t.text_setup_wizard_button)}}),s("span",{staticClass:"monstericon-arrow-right"})])])])])]):s("div",{staticClass:"exactmetrics-grey-settings-area exactmetrics-area-spaced-top"},[s("i",{staticClass:"monstericon-wand-magic exactmetrics-icon-background-large"}),s("div",{staticClass:"exactmetrics-grey-settings-area-full"},[s("h2",{domProps:{textContent:t._s(t.text_connect)}}),s("p",{domProps:{textContent:t._s(t.text_setup_wizard_label)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:t.wizard_url},domProps:{textContent:t._s(t.text_launch_wizard_button)}})])])],1),t.upgrade_confirmation_visible?s("welcome-overlay",{attrs:{id:"em-upgrade-confirmation"},on:{close:function(e){t.upgrade_confirmation_visible=!1}}},[s("div",{staticClass:"exactmetrics-upgrade-confirmation"},[s("div",{staticClass:"exactmetrics-upgrade-confirmation-icons"},[s("i",{staticClass:"monstericon-arrow-circle-up-light"}),s("i",{staticClass:"monstericon-arrow-circle-up-light"}),s("i",{staticClass:"monstericon-arrow-circle-up-light"}),s("i",{staticClass:"monstericon-arrow-circle-up-light"})]),s("div",{staticClass:"exactmetrics-upgrade-confirmation-text"},[s("h2",{domProps:{textContent:t._s(t.text_upgrade_to_pro_version)}}),s("p",{domProps:{innerHTML:t._s(t.text_upgrade_to_pro_description)}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-green",on:{click:t.startUpgradeToPro}},[s("span",{domProps:{textContent:t._s(t.text_complete_upgrade)}}),s("i",{staticClass:"monstericon-long-arrow-right-light"})])])])]):t._e()],1)},u=[],g=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{class:t.blockClass},[s("div",{class:t.titleClass,on:{click:t.toggleCollapsible,keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.toggleCollapsible(e)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?null:t.toggleCollapsible(e)}]}},[t._v(" "+t._s(t.title)+" "),t.collapsible?s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{class:t.iconClass,attrs:{tabindex:"0",onkeypress:"if(event.keyCode==32||event.keyCode==13){return false;};"}})]):t._e()]),t.collapsible?[s("slide-down-up",[t.collapsed?t._e():s("div",{staticClass:"exactmetrics-settings-block-content"},[t._t("default")],2)])]:[s("div",{staticClass:"exactmetrics-settings-block-content"},[t._t("default")],2)]],2)},h=[],m=s("d98d"),C={name:"SettingsBlock",components:{SlideDownUp:m["a"]},props:{title:String,icon:{default:"",type:String},collapsible:{default:!1,type:Boolean},defaultCollapse:{default:!0,type:Boolean}},data:function(){return{collapsed:this.defaultCollapse}},computed:{titleClass:function(){return"exactmetrics-settings-block-title "+this.icon},blockClass:function(){var t="exactmetrics-settings-block";return this.collapsible&&(t+=" exactmetrics-settings-block-collapsible"),t},iconClass:function(){var t="monstericon-arrow";return this.collapsed||(t+=" monstericon-down"),t}},methods:{toggleCollapsible:function(t){t.preventDefault(),this.collapsed=!this.collapsed}}},b=C,_=s("2877"),f=Object(_["a"])(b,g,h,!1,null,null,null),y=f.exports,w=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-input exactmetrics-settings-input-authenticate"},[!t.auth.network_ua||t.is_network||t.auth.ua?t._e():s("settings-network-notice",[s("strong",{domProps:{textContent:t._s(t.text_auth_network)}}),s("span",{domProps:{textContent:t._s(t.text_auth_network_2)}})]),(t.is_network?t.auth.network_ua:t.auth.ua)?t._e():s("div",[s("h3",{domProps:{textContent:t._s(t.label)}}),s("p",{domProps:{innerHTML:t._s(t.description)}}),t._t("before_connect"),s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_button_connect)},on:{click:t.doAuth}})],2),(t.is_network?t.auth.network_ua:t.auth.ua)?s("div",{staticClass:"exactmetrics-auth-info"},[s("h3",{domProps:{textContent:t._s(t.text_website_profile)}}),s("p",[s("span",{domProps:{textContent:t._s(t.text_active_profile)}}),t._v(": "),s("span",{staticClass:"exactmetrics-highlight",domProps:{textContent:t._s(t.is_network?t.auth.network_viewname:t.auth.viewname)}})]),s("div",{staticClass:"exactmetrics-auth-actions"},[s("button",{staticClass:"exactmetrics-button exactmetrics-button-text",on:{click:t.doReAuth}},[s("span",{staticClass:"monstericon-sync"}),s("span",{domProps:{textContent:t._s(t.text_button_reconnect)}})]),s("button",{staticClass:"exactmetrics-button exactmetrics-button-text exactmetrics-button-text-dark exactmetrics-spaced-top",on:{click:t.verifyAuth}},[s("span",{staticClass:"monstericon-check-em-light"}),s("span",{domProps:{textContent:t._s(t.text_button_verify)}})]),s("button",{staticClass:"exactmetrics-button exactmetrics-button-text exactmetrics-button-text-dark",on:{click:t.deleteAuth}},[s("span",{staticClass:"monstericon-times-em-lite"}),s("span",{domProps:{textContent:t._s(t.text_button_disconnect)}})])])]):t._e()],1)},v=[],x=s("b333");function O(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function j(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?O(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):O(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var k={name:"SettingsInputAuthenticate",components:{SettingsNetworkNotice:x["a"]},props:{label:String,description:String},data:function(){return{force_deauth:!1,showButtons:!1,showManualOnClick:!1,has_error:!1,is_network:this.$mi.network,text_button_connect:Object(c["a"])("Connect ExactMetrics","google-analytics-dashboard-for-wp"),text_button_verify:Object(c["a"])("Verify Credentials","google-analytics-dashboard-for-wp"),text_button_reconnect:Object(c["a"])("Reconnect ExactMetrics","google-analytics-dashboard-for-wp"),text_website_profile:Object(c["a"])("Website Profile","google-analytics-dashboard-for-wp"),text_active_profile:Object(c["a"])("Active Profile","google-analytics-dashboard-for-wp"),text_auth_network:Object(c["a"])("Your website profile has been set at the network level of your WordPress Multisite.","google-analytics-dashboard-for-wp"),text_auth_network_2:Object(c["a"])("If you would like to use a different profile for this subsite, you can authenticate below.","google-analytics-dashboard-for-wp")}},computed:j({},Object(l["b"])({auth:"$_auth/auth",addons:"$_addons/addons"}),{text_button_disconnect:function(){return this.force_deauth?Object(c["a"])("Force Deauthenticate","google-analytics-dashboard-for-wp"):Object(c["a"])("Disconnect ExactMetrics","google-analytics-dashboard-for-wp")},iconClass:function(){var t="monstericon-arrow";return this.showButtons&&(t+=" monstericon-down"),t},is_authed:function(){return this.is_network?this.auth.network_ua:this.auth.ua},show_manual_ua_normal:function(){return!(!this.addons["manual_ua"]||!this.addons["manual_ua"].active||""!==this.is_authed)||(this.is_network?this.auth.network_manual_ua:this.auth.manual_ua)}}),methods:{doAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Authenticating","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/doAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')})}))},doReAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Re-Authenticating","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/doReAuth",this.is_network).then((function(t){t.data.redirect?window.location=t.data.redirect:e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')})}))},verifyAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Verifying Credentials","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/verifyAuth",this.is_network).then((function(t){e.$swal.close(),t.success?e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"success",title:t.data.message,html:'<div class="exactmetrics-swal-icons"><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i></div><p>'+Object(c["a"])("Your site is connected to ExactMetrics!","google-analytics-dashboard-for-wp")+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')}):e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')})}))},deleteAuth:function(t){t.preventDefault();var e=this;this.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-loading exactmetrics-swal-full-height",type:"info",title:Object(c["a"])("Deauthenticating","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,onOpen:function(){e.$swal.showLoading(),e.$addCustomLoader()}}),this.$store.dispatch("$_auth/deleteAuth",{network:this.is_network,force:this.force_deauth}).then((function(t){e.$swal.close(),t.success?e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"success",title:t.data.message,html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+Object(c["a"])("You've disconnected your site from ExactMetrics. Your site is no longer being tracked by Google Analytics and you won't see reports anymore.","google-analytics-dashboard-for-wp")+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')}):(e.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",type:"error",title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i><i class="monstericon-exclamation-em-solid"></i></div><p>'+t.data.message+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Continue %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>')}),e.force_deauth=!0)}))},toggleButtons:function(t){t.preventDefault(),this.showButtons=!this.showButtons}}},P=k,H=Object(_["a"])(P,w,v,!1,null,null,null),S=H.exports,$=s("dd62"),A=s("cc36"),L=s("a4cc"),T=s("9d59");function V(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function M(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?V(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):V(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var E={name:"SettingsTabGeneral",components:{TheAppNotices:T["a"],WelcomeOverlay:L["a"],ContentIntroFullWidth:A["a"],SettingsInputAuthenticate:S,SettingsBlock:y},computed:M({},Object(l["b"])({auth:"$_auth/auth",settings:"$_settings/settings"}),{hasAuth:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return""!==t}}),data:function(){return{text_license_title:Object(c["a"])("License Key","google-analytics-dashboard-for-wp"),text_license_already:Object(c["d"])(Object(c["a"])("Already have a license key? Add it below to unlock ExactMetrics PRO. %1$sRetrieve your license key%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("license","settings_panel","https://exactmetrics.com/my-account")+'" target="_blank">',"</a>"),text_license_placeholder:Object(c["a"])("Paste your license key here","google-analytics-dashboard-for-wp"),text_auth_title:Object(c["a"])("Google Authentication","google-analytics-dashboard-for-wp"),text_verify:Object(c["a"])("Verify","google-analytics-dashboard-for-wp"),is_loading:!1,has_error:!1,text_auth_label:Object(c["a"])("Connect Google Analytics + WordPress","google-analytics-dashboard-for-wp"),text_auth_description:Object(c["a"])("You will be taken to the ExactMetrics website where you'll need to connect your Analytics account.","google-analytics-dashboard-for-wp"),text_automatic_updates:Object(c["a"])("Automatic Updates","google-analytics-dashboard-for-wp"),text_setup_wizard_title:Object(c["a"])("Setup Wizard","google-analytics-dashboard-for-wp"),text_setup_wizard_label:Object(c["a"])("Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).","google-analytics-dashboard-for-wp"),text_setup_wizard_button:Object(c["a"])("Relaunch Setup Wizard","google-analytics-dashboard-for-wp"),text_launch_wizard_button:Object(c["a"])("Launch Setup Wizard","google-analytics-dashboard-for-wp"),text_connect:Object(c["a"])("Connect ExactMetrics to Start Tracking Your Data","google-analytics-dashboard-for-wp"),wizard_url:this.$mi.wizard_url,loaded_settings:!1,connect_key:"",upsell_title:Object(c["a"])("You're using ExactMetrics Lite – no license needed. Enjoy!","google-analytics-dashboard-for-wp"),upsell_subtitle:Object(c["d"])(Object(c["a"])("To unlock more features consider %1$supgrading to PRO%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("settings-overview","top-upsell")+'" class="exactmetrics-green-text">',"</span>"),upsell_receive:Object(c["a"])("Receive 50% off automatically applied at the checkout!","google-analytics-dashboard-for-wp"),text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_see:Object(c["a"])("See all features","google-analytics-dashboard-for-wp"),text_complete_upgrade:Object(c["a"])("Complete Upgrade","google-analytics-dashboard-for-wp"),text_upgrade_to_pro_version:Object(c["a"])("Upgrade to Pro Version!","google-analytics-dashboard-for-wp"),text_upgrade_to_pro_description:Object(c["d"])(Object(c["a"])("%1$sExactMetrics%2$s can automatically upgrade the installed version to the Pro and walk you through the process.","google-analytics-dashboard-for-wp"),"<b>","</b>"),upgrade_confirmation_visible:!1}},methods:{__:c["a"],showUpgradeConfirmation:function(){this.upgrade_confirmation_visible=!0},startUpgradeToPro:function(){this.upgrade_confirmation_visible=!1;var t=this,e="exactmetrics-swal exactmetrics-swal-loading";window.scrollY>0&&(e+=" exactmetrics-swal-full-height"),this.$swal({type:"info",title:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:e,onOpen:function(){t.$swal.showLoading(),t.$addCustomLoader()}}),$["a"].getUpgradeLink(this.connect_key).then((function(e){if(e.success&&e.data.url)return window.location=e.data.url;var s=e.data.message?e.data.message:Object(c["a"])("There was an error unlocking ExactMetrics PRO please try again or install manually.","google-analytics-dashboard-for-wp");t.$mi_error_toast({title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then((function(){e.data.reload&&window.location.reload()}))})).catch((function(){t.$swal.close()}))}}},D=E,I=Object(_["a"])(D,p,u,!1,null,null,null),U=I.exports,Z=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-engagement"},[t.isAddonActive?t._e():s("settings-block",{attrs:{title:t.text_title_demographics,icon:"monstericon-users",collapsible:!0,"default-collapse":!1}},[s("settings-input-checkbox",{attrs:{name:"demographics",label:t.text_label_demographics,tooltip:t.text_tooltip_demographics}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-checkbox",{attrs:{name:"anonymize_ips",label:t.text_label_anonymize_ip,tooltip:t.text_tooltip_anonymize}})],1),!t.isAddonActive&&t.isLicensed?s("div",{staticClass:"exactmetrics-separator"}):t._e(),s("settings-input-e-u-compliance"),s("settings-block",{attrs:{title:t.text_title_link_attribution,icon:"monstericon-links",collapsible:!0}},[s("settings-input-checkbox",{attrs:{name:"link_attribution",label:t.text_label_enhanced_link,tooltip:t.text_tooltip_link_attribution}}),s("slide-down-up",[t.settings["link_attribution"]?s("div",{staticClass:"exactmetrics-simple-checkboxes exactmetrics-inline-gray-box"},[s("settings-input-checkbox",{attrs:{name:"hash_tracking",label:t.text_label_anchor_tracking,tooltip:t.text_tooltip_anchor_tracking}}),s("settings-input-checkbox",{attrs:{name:"allow_anchor",label:t.text_label_allow_anchor,tooltip:t.text_tooltip_allow_anchor}}),s("settings-input-checkbox",{attrs:{name:"tag_links_in_rss",label:t.text_label_tag_links_in_rss,tooltip:t.text_tooltip_tag_links_in_rss}})],1):t._e()])],1),s("settings-input-scroll"),s("settings-block",{attrs:{title:t.text_cross_domain,icon:"monstericon-globe",collapsible:!0}},[s("label",[s("span",{domProps:{innerHTML:t._s(t.text_cross_domain_description)}})]),s("div",{staticClass:"exactmetrics-grey-settings-input-area"},[s("settings-input-repeater",{attrs:{text_add:t.text_add_domain,structure:t.domain_repeater_structure,name:"cross_domains"}})],1)]),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_title_file_downloads,icon:"monstericon-download",collapsible:!0}},[s("settings-input-text",{attrs:{default_value:"doc,exe,js,pdf,ppt,tgz,zip,xls",name:"extensions_of_files",label:t.text_label_extensions_of_files,description:t.text_description_extensions_of_files}})],1)],1)},B=[],F=(s("4d63"),s("ac1f"),s("25f0"),s("5319"),s("088d")),z=s("c472"),R=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input settings-input-eu-compliance"},[t.isGtag?s("settings-block",{attrs:{title:t.text_compatibility_mode,icon:"monstericon-file-certificate"}},[s("settings-input-checkbox",{attrs:{name:"gtagtracker_compatibility_mode",label:t.text_compatibility_label,tooltip:t.text_compatibility_tooltip_text}})],1):t._e(),s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_title_eu_compliance_title,icon:"monstericon-file-certificate"}},[s("settings-addon-upgrade",{attrs:{addon:"eu-compliance",button_text:t.text_upgrade}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])],1)],1)],1)},N=[],W=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-addon-upgrade"},[s("div",{staticClass:"exactmetrics-upgrade-icon"},[s("div",{class:t.icon_class})]),s("div",{staticClass:"exactmetrics-settings-addon-message"},[t._t("default")],2),t.upgrade_button?s("div",{staticClass:"settings-addons-upgrade-button"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green",attrs:{target:"_blank",href:t.upgrade_link},domProps:{textContent:t._s(t.button_upgrade_text)}})]):t._e()])},G=[],q={name:"SettingsAddonUpgrade",props:{addon:String,upgrade_button:{type:Boolean,default:!0},button_text:{type:String,default:""},utm_campaign:{type:String,default:""}},data:function(){return{text_button_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),icon_srcset:this.icon2x+" 2x",icon_class:"exactmetrics-bg-img exactmetrics-addon-"+this.addon}},computed:{button_upgrade_text:function(){return this.button_text?this.button_text:this.text_button_upgrade},upgrade_link:function(){return this.$getUpgradeUrl("settings-panel",this.utm_campaign?this.utm_campaign:this.addon)}}},Y=q,K=Object(_["a"])(Y,W,G,!1,null,null,null),J=K.exports;function Q(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function X(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Q(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Q(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var tt={name:"SettingsInputEUCompliance",components:{SettingsBlock:y,SettingsAddonUpgrade:J,SettingsInputCheckbox:F["a"]},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("The EU Compliance addon allows you to improve compliance with GDPR\n and other privacy regulations.","google-analytics-dashboard-for-wp"),text_title_eu_compliance_title:Object(c["a"])("EU Compliance","google-analytics-dashboard-for-wp"),text_compatibility_mode:Object(c["a"])("Compatibility mode","google-analytics-dashboard-for-wp"),text_compatibility_label:Object(c["a"])("Enable _gtagTracker Compatibility","google-analytics-dashboard-for-wp"),text_compatibility_tooltip:Object(c["d"])(Object(c["a"])("This enables ExactMetrics to work with plugins that use %1$s and don't support %2$s","google-analytics-dashboard-for-wp"),"<code>gtag()</code>","<code>gtagTracker()</code>")}},computed:X({},Object(l["b"])({settings:"$_settings/settings"}),{isGtag:function(){return!!this.settings["tracking_mode"]&&"gtag"===this.settings["tracking_mode"]}})},et=tt,st=Object(_["a"])(et,R,N,!1,null,null,null),ot=st.exports,at=s("6ffa"),nt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_title_scrolling,icon:"monstericon-mouse-pointer"}},[s("settings-addon-upgrade",{attrs:{addon:"scroll",button_text:t.text_upgrade}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])],1)],1)},it=[],rt={name:"SettingsInputScroll",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_title_scrolling:Object(c["a"])("Scroll Tracking","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Scroll depth tracking in web analytics is one of those things you simply must do, especially if you have a content-heavy site.","google-analytics-dashboard-for-wp"),text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp")}}},lt=rt,ct=Object(_["a"])(lt,nt,it,!1,null,null,null),dt=ct.exports;function pt(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ut(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?pt(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):pt(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var gt={name:"SettingsTabEngagement",components:{SlideDownUp:m["a"],SettingsInputScroll:dt,SettingsInputRepeater:at["a"],SettingsInputEUCompliance:ot,SettingsInputText:z["a"],SettingsInputCheckbox:F["a"],SettingsBlock:y},data:function(){var t=window.location.origin.replace(/(^\w+:|^)\/\//,"");return t=t.replace(/\./,"\\."),{text_title_demographics:Object(c["a"])("Demographics","google-analytics-dashboard-for-wp"),text_label_demographics:Object(c["a"])("Enable Demographics and Interests Reports for Remarketing and Advertising","google-analytics-dashboard-for-wp"),text_label_anonymize_ip:Object(c["a"])("Anonymize IP Addresses","google-analytics-dashboard-for-wp"),text_title_link_attribution:Object(c["a"])("Link Attribution","google-analytics-dashboard-for-wp"),text_label_enhanced_link:Object(c["a"])("Enable Enhanced Link Attribution","google-analytics-dashboard-for-wp"),text_label_anchor_tracking:Object(c["a"])("Enable Anchor Tracking","google-analytics-dashboard-for-wp"),text_label_allow_anchor:Object(c["a"])("Enable allowAnchor","google-analytics-dashboard-for-wp"),text_label_allow_linker:Object(c["a"])("Enable allowLinker","google-analytics-dashboard-for-wp"),text_label_tag_links_in_rss:Object(c["a"])("Enable Tag Links in RSS","google-analytics-dashboard-for-wp"),text_title_file_downloads:Object(c["a"])("File Downloads","google-analytics-dashboard-for-wp"),text_label_extensions_of_files:Object(c["a"])("Extensions of Files to Track as Downloads","google-analytics-dashboard-for-wp"),text_description_extensions_of_files:Object(c["a"])("ExactMetrics will send an event to Google Analytics if a link to a file has one of the above extensions.","google-analytics-dashboard-for-wp"),text_tooltip_demographics:Object(c["d"])(Object(c["a"])("Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings-panel","demographics","https://www.exactmetrics.com/docs/enable-demographics-and-interests-report-in-google-analytics/")+'" target="_blank">',"</a>",'<a href="https://support.google.com/analytics/answer/2444872?hl=en_US" target="_blank" rel="noopener noreferrer">',"</a>"),text_tooltip_anonymize:Object(c["d"])(Object(c["a"])("This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage.","google-analytics-dashboard-for-wp"),'<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization" target="_blank" rel="noopener noreferrer">',"</a>"),text_tooltip_link_attribution:Object(c["a"])("Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.","google-analytics-dashboard-for-wp"),text_tooltip_anchor_tracking:Object(c["a"])('Many WordPress "1-page" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes.',"google-analytics-dashboard-for-wp"),text_tooltip_allow_anchor:Object(c["d"])(Object(c["a"])("This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well.","google-analytics-dashboard-for-wp"),'<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#allowAnchor" target="_blank" rel="noopener noreferrer">',"</a>"),text_tooltip_allow_linker:Object(c["d"])(Object(c["a"])("Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code.","google-analytics-dashboard-for-wp"),'<a href="https://www.exactmetrics.com/docs/setup-cross-domain-tracking/" target="_blank">',"</a>"),text_tooltip_tag_links_in_rss:Object(c["d"])(Object(c["a"])("Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner.","google-analytics-dashboard-for-wp"),'<a href="https://support.google.com/feedburner/answer/165769?hl=en&ref_topic=13075" target="_blank" rel="noopener noreferrer">',"</a>"),text_add_domain:Object(c["a"])("Add domain","google-analytics-dashboard-for-wp"),domain_repeater_structure:[{name:"domain",label:Object(c["d"])(Object(c["a"])("Domain (example: %s)","google-analytics-dashboard-for-wp"),"exactmetrics.com"),pattern:new RegExp("^(?!(?:.+)\\."+t+"$|"+t+"$)(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$"),error:Object(c["d"])(Object(c["a"])("Please enter domain names only ( example: example.com not http://example.com ) and not current site domain ( %s ).","google-analytics-dashboard-for-wp"),t.replace("\\","")),prevent_duplicates:!0}],text_cross_domain:Object(c["a"])("Cross Domain Tracking","google-analytics-dashboard-for-wp"),text_cross_domain_description:Object(c["d"])(Object(c["a"])("Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings","cross-domain","https://www.exactmetrics.com/docs/setup-cross-domain-tracking/")+'" target="_blank" rel="noopener noreferrer">',"</a>")}},computed:ut({},Object(l["b"])({addons:"$_addons/addons",settings:"$_settings/settings"}),{isAddonActive:function(){return!!this.addons["eu-compliance"]&&this.addons["eu-compliance"].active},isLicensed:function(){return!this.addons["eu-compliance"]||"unlicensed"!==this.addons["eu-compliance"].type}})},ht=gt,mt=Object(_["a"])(ht,Z,B,!1,null,null,null),Ct=mt.exports,bt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content exactmetrics-settings-ecommerce exactmetrics-upsell"},[s("content-title-top",{attrs:{title:t.text_ecom,pro:!0}}),s("content-intro-full-width",{attrs:{welcome:!1,icon:"monstericon-unlock",screen:"exactmetrics-em-ecommerce-upsell-screen"},scopedSlots:t._u([{key:"text",fn:function(){return[s("h2",{domProps:{innerHTML:t._s(t.text_title)}}),s("p",{domProps:{textContent:t._s(t.text_sub_title)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})]},proxy:!0}])}),s("content-icon-list",{attrs:{title:t.text_here,upsell_list:t.upsell_list}})],1)},_t=[],ft=s("8a0f"),yt=s("4e1d"),wt={name:"SettingsTabEcommerce",components:{ContentTitleTop:yt["a"],ContentIconList:ft["a"],ContentIntroFullWidth:A["a"]},data:function(){return{text_ecom:Object(c["a"])("Ecommerce","google-analytics-dashboard-for-wp"),text_title:Object(c["d"])(Object(c["a"])("See All Your Important Store%s Metrics in One Place","google-analytics-dashboard-for-wp"),"<br />"),text_sub_title:Object(c["a"])("Get an Answer to All Your Top Ecommerce Questions From a Single Report","google-analytics-dashboard-for-wp"),text_button_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),upgrade_button_url:this.$getUpgradeUrl("settings-panel","ecommerce-tab"),text_here:Object(c["a"])("Here's what you get:","google-analytics-dashboard-for-wp"),upsell_list:[{icon:"monstericon-bullseye-arrow",text:Object(c["a"])("See Your Conversion Rate to Improve Funnel","google-analytics-dashboard-for-wp")},{icon:"monstericon-cash-register",text:Object(c["a"])("See The Number of Transactions and Make Data-Driven Decisions","google-analytics-dashboard-for-wp")},{icon:"monstericon-chart-line",text:Object(c["a"])("See The Total Revenue to Track Growth","google-analytics-dashboard-for-wp")},{icon:"monstericon-sack-dollar",text:Object(c["a"])("See Average Order Value to Find Offer Opportunities","google-analytics-dashboard-for-wp")},{icon:"monstericon-box",text:Object(c["a"])("See Your Top Products to See Individual Performance","google-analytics-dashboard-for-wp")},{icon:"monstericon-links",text:Object(c["a"])("See your Top Conversion Sources and Focus on what's Working","google-analytics-dashboard-for-wp")},{icon:"monstericon-clock",text:Object(c["a"])("See The Time it Takes for Customers to Purchase","google-analytics-dashboard-for-wp")},{icon:"monstericon-browser",text:Object(c["a"])("See How Many Sessions are Needed for a Purchase","google-analytics-dashboard-for-wp")}]}}},vt=wt,xt=Object(_["a"])(vt,bt,_t,!1,null,null,null),Ot=xt.exports,jt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-publisher"},[s("settings-block",{attrs:{title:t.text_affiliate_title,icon:"monstericon-links",collapsible:!0,"default-collapse":!1}},[s("p",[s("span",{domProps:{innerHTML:t._s(t.text_affiliate_repeater_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_affiliate_description_tooltip}})],1),s("div",{staticClass:"exactmetrics-grey-settings-input-area"},[s("settings-input-repeater",{attrs:{structure:t.repeater_structure,name:"affiliate_links",data:t.settings["affiliate_links"]}})],1)]),s("settings-input-ads"),s("settings-input-amp"),s("settings-input-fbia"),t.isLoadHeadlineAnalyzerSettings?s("settings-block",{attrs:{title:t.text_headline_analyzer,collapsible:!0,icon:"monstericon-newspaper"}},[s("p",[s("span",{domProps:{innerHTML:t._s(t.text_headline_analyzer_description)}})]),s("settings-input-checkbox",{attrs:{name:"disable_headline_analyzer",label:t.text_disable_headline_analyzer}})],1):t._e()],1)},kt=[],Pt=s("93ec"),Ht=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_ads_title,icon:"monstericon-eye-far"}},[s("settings-addon-upgrade",{attrs:{addon:"ads",button_text:t.text_upgrade}},[s("span",{domProps:{textContent:t._s(t.text_ads_upsell)}})])],1)],1)},St=[],$t={name:"SettingsInputAds",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_ads_title:Object(c["a"])("Ads Tracking","google-analytics-dashboard-for-wp"),text_ads_upsell:Object(c["a"])("Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue.","google-analytics-dashboard-for-wp")}}},At=$t,Lt=Object(_["a"])(At,Ht,St,!1,null,null,null),Tt=Lt.exports,Vt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_amp_title,icon:"monstericon-mobile"}},[s("settings-addon-upgrade",{attrs:{addon:"amp",button_text:t.text_upgrade}},[s("span",{domProps:{textContent:t._s(t.text_amp_upsell)}})])],1)],1)},Mt=[],Et={name:"SettingsInputAmp",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_amp_title:Object(c["a"])("Google AMP","google-analytics-dashboard-for-wp"),text_amp_upsell:Object(c["a"])("Want to use track users visiting your AMP pages? By upgrading to ExactMetrics Pro, you can enable AMP page tracking.","google-analytics-dashboard-for-wp")}}},Dt=Et,It=Object(_["a"])(Dt,Vt,Mt,!1,null,null,null),Ut=It.exports,Zt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_fbia_title,icon:"monstericon-newspaper"}},[s("settings-addon-upgrade",{attrs:{addon:"instant-articles",button_text:t.text_upgrade}},[s("span",{domProps:{textContent:t._s(t.text_fbia_upsell)}})])],1)],1)},Bt=[],Ft={name:"SettingsInputFbia",components:{SettingsAddonUpgrade:J,SettingsBlock:y},data:function(){return{text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_fbia_title:Object(c["a"])("Facebook Instant Articles","google-analytics-dashboard-for-wp"),text_fbia_upsell:Object(c["a"])("Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to ExactMetrics Pro.","google-analytics-dashboard-for-wp")}}},zt=Ft,Rt=Object(_["a"])(zt,Zt,Bt,!1,null,null,null),Nt=Rt.exports;function Wt(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Gt(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Wt(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Wt(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var qt={name:"SettingsTabPublisher",components:{SettingsInputCheckbox:F["a"],SettingsInfoTooltip:Pt["a"],SettingsInputRepeater:at["a"],SettingsBlock:y,SettingsInputAds:Tt,SettingsInputAmp:Ut,SettingsInputFbia:Nt},data:function(){return{repeater_structure:[{name:"path",label:Object(c["d"])(Object(c["a"])("Path (example: %s)","google-analytics-dashboard-for-wp"),"/go/"),pattern:/^\/\S+$/,error:Object(c["a"])("Path has to start with a / and have no spaces","google-analytics-dashboard-for-wp")},{name:"label",label:Object(c["d"])(Object(c["a"])("Label (example: %s)","google-analytics-dashboard-for-wp"),"aff"),pattern:/^\S+$/,error:Object(c["a"])("Label can't contain any spaces","google-analytics-dashboard-for-wp")}],text_affiliate_title:Object(c["a"])("Affiliate Links","google-analytics-dashboard-for-wp"),text_affiliate_description_tooltip:Object(c["d"])(Object(c["a"])('This allows you to track custom affiliate links. A path of /go/ would match urls that start with that. The label is appended onto the end of the string "outbound-link-", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s.',"google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings-panel","publisher-tab","https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/")+'" target="_blank">',"</a>"),text_affiliate_repeater_description:Object(c["a"])("Our affiliate link tracking works by setting path for internal links to track as outbound links.","google-analytics-dashboard-for-wp"),default_affiliate_value:!1,text_headline_analyzer:Object(c["a"])("Headline Analyzer","google-analytics-dashboard-for-wp"),text_headline_analyzer_description:Object(c["a"])("The ExactMetrics Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.","google-analytics-dashboard-for-wp"),text_disable_headline_analyzer:Object(c["a"])("Disable the Headline Analyzer","google-analytics-dashboard-for-wp")}},computed:Gt({},Object(l["b"])({settings:"$_settings/settings"}),{isLoadHeadlineAnalyzerSettings:function(){return"false"!==this.$mi.load_headline_analyzer_settings}})},Yt=qt,Kt=Object(_["a"])(Yt,jt,kt,!1,null,null,null),Jt=Kt.exports,Qt=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content exactmetrics-settings-conversions exactmetrics-upsell"},[s("content-title-top",{attrs:{title:t.text_conversions,pro:!0}}),s("content-intro-full-width",{staticClass:"exactmetrics-full-width-no-space",attrs:{welcome:!1,screen:"exactmetrics-em-forms-upsell-screen"}},[s("template",{slot:"text"},[s("h2",{domProps:{innerHTML:t._s(t.text_forms_title)}}),s("p",{domProps:{textContent:t._s(t.text_forms_description)}})]),s("template",{slot:"buttons"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.form_upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})])],2),s("content-intro-full-width",{staticClass:"exactmetrics-full-width-no-space exactmetrics-reverse",attrs:{welcome:!1,screen:"exactmetrics-em-optimize-upsell-screen"}},[s("template",{slot:"text"},[s("h2",{domProps:{innerHTML:t._s(t.text_optimize_title)}}),s("p",{domProps:{textContent:t._s(t.text_optimize_description)}})]),s("template",{slot:"buttons"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.optimize_upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})])],2),s("content-intro-full-width",{attrs:{welcome:!1,screen:"exactmetrics-em-optimize-upsell-screen"}},[s("template",{slot:"text"},[s("h2",{domProps:{innerHTML:t._s(t.text_dimesions_title)}}),s("p",{domProps:{textContent:t._s(t.text_dimesions_description)}})]),s("template",{slot:"buttons"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.dimensions_upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})])],2)],1)},Xt=[],te={name:"SettingsTabConversions",components:{ContentIntroFullWidth:A["a"],ContentTitleTop:yt["a"]},data:function(){return{text_conversions:Object(c["a"])("Conversions","google-analytics-dashboard-for-wp"),text_forms_title:Object(c["a"])("Unlock Form Tracking","google-analytics-dashboard-for-wp"),text_forms_description:Object(c["a"])("See who's viewing and submitting your forms, so you can increase your conversion rate.","google-analytics-dashboard-for-wp"),text_optimize_title:Object(c["a"])("Google Optimize","google-analytics-dashboard-for-wp"),text_optimize_description:Object(c["a"])("Use Google Optimize to retarget your website visitors and perform A/B split tests with ease.","google-analytics-dashboard-for-wp"),text_dimesions_title:Object(c["a"])("Custom Dimensions","google-analytics-dashboard-for-wp"),text_dimesions_description:Object(c["a"])("Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more","google-analytics-dashboard-for-wp"),form_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-forms"),optimize_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-optimize"),dimensions_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-dimensions"),text_button_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp")}}},ee=te,se=Object(_["a"])(ee,Qt,Xt,!1,null,null,null),oe=se.exports,ae=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-settings-content settings-advanced"},[s("settings-block",{attrs:{title:t.text_permissions_title,collapsible:!0,icon:"monstericon-key-em","default-collapse":!1}},[s("settings-input-select",{attrs:{options:t.user_roles,forced:t.user_roles_manage_options,multiple:!0,name:"view_reports",label:t.text_permissions_view_label,description:t.text_permissions_view_description,tooltip:t.text_permissions_view_tooltip,disabled:t.disabled,addtext:t.text_add_role}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-select",{attrs:{options:t.user_roles,forced:t.user_roles_manage_options,multiple:!0,name:"save_settings",label:t.text_permissions_save_label,description:t.text_permissions_save_description,tooltip:t.text_permissions_save_tooltip,addtext:t.text_add_role}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-select",{attrs:{options:t.user_roles,multiple:!0,name:"ignore_users",label:t.text_permissions_ignore_label,description:t.text_permissions_ignore_description,tooltip:t.text_permissions_ignore_tooltip,disabled:t.disabled,addtext:t.text_add_role}})],1),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_email_summaries_title,icon:"monstericon-envelope-solid",collapsible:!0}},[s("settings-input-email-summaries")],1),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_export_pdf_reports_title,icon:"monstericon-clipboard",collapsible:!0}},[s("settings-input-pdf-reports")],1),s("settings-input-performance"),t.settings["tracking_mode"]&&"analytics"===t.settings["tracking_mode"]?s("settings-block",{attrs:{title:t.text_custom_code_title,icon:"monstericon-code",collapsible:!0}},[s("label",{attrs:{for:"input-custom_code"},domProps:{innerHTML:t._s(t.text_custom_code_description)}}),t.can_edit_code?s("settings-input-textarea",{attrs:{name:"custom_code",validate:t.validateCode}}):s("p",{domProps:{textContent:t._s(t.text_cant_edit)}})],1):t._e(),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_reports_title,icon:"monstericon-clipboard",collapsible:!0}},[s("div",{staticClass:"exactmetrics-inline-gray-box"},[s("settings-input-radio",{attrs:{options:t.reports_options,name:"dashboards_disabled"}}),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-checkbox",{attrs:{name:"hide_admin_bar_reports",label:t.text_hide_admin_bar}})],1)]),s("div",{staticClass:"exactmetrics-separator"}),s("settings-block",{attrs:{title:t.text_automatic_updates_title,icon:"monstericon-upload",collapsible:!0}},[s("div",{staticClass:"exactmetrics-inline-gray-box"},[s("settings-input-radio",{attrs:{options:t.automatic_updates,name:"automatic_updates"}})],1)]),s("div",{staticClass:"exactmetrics-separator"}),s("settings-input-misc")],1)},ne=[],ie=(s("c975"),s("aa9f")),re=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-full-width-gray exactmetrics-pro-upgrade"},[s("settings-block",{attrs:{title:t.text_performance,icon:"monstericon-eye-far"}},[s("settings-addon-upgrade",{attrs:{addon:"performance"}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])],1)],1)},le=[],ce={name:"SettingsInputPerformance",components:{SettingsBlock:y,SettingsAddonUpgrade:J},data:function(){return{text_performance:Object(c["a"])("Performance","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A/B testing and personalization.","google-analytics-dashboard-for-wp")}}},de=ce,pe=Object(_["a"])(de,re,le,!1,null,null,null),ue=pe.exports,ge=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-text"},[t.label||t.description?s("label",{attrs:{for:t.id}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?s("span",{domProps:{innerHTML:t._s(t.description)}}):t._e()]):t._e(),s("div",{staticClass:"settings-input-text-input"},[s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,readonly:t.disabled,name:t.name,placeholder:t.placeholder},domProps:{value:t.value},on:{change:t.updateSetting,input:function(e){e.target.composing||(t.value=e.target.value)}}})]),t.error?s("label",{staticClass:"exactmetrics-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.error)}})]):t._e()])},he=[];function me(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Ce(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?me(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):me(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var be={name:"SettingsInputTextarea",props:{name:String,label:String,description:String,placeholder:String,validate:Function},data:function(){return{is_loading:!1,has_error:!1,id:"input-"+this.name,error:!1,updated_value:!1}},computed:Ce({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},value:{get:function(){return!1!==this.updated_value?this.updated_value:this.settings[this.name]},set:function(t){return this.updated_value=t}},tooltip_data:function(){return{content:this.has_ua?"":this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!this.has_ua}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;if(this.error=!1,this.validate){var s=this.validate(t.target.value);if(!0!==s)return this.error=s,!1}this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t.target.value}).then((function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})}))}}},_e=be,fe=(s("b227"),Object(_["a"])(_e,ge,he,!1,null,"4619bc56",null)),ye=fe.exports,we=s("6d70"),ve=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-block",{attrs:{title:t.text_misc_title,icon:"monstericon-box",collapsible:!0}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_announcements_title)}}),s("span",{domProps:{innerHTML:t._s(t.text_announcements_description)}})]),s("settings-input-checkbox",{attrs:{name:"hide_am_notices",label:t.text_announcements_label}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_usage_tracking_title)}}),s("span",{domProps:{innerHTML:t._s(t.text_usage_tracking_description)}})]),s("settings-input-checkbox",{attrs:{name:"usage_tracking",label:t.text_usage_tracking_label,tooltip:t.text_usage_tracking_tooltip}})],1)},xe=[],Oe={name:"SettingsInputMisc",components:{SettingsInputCheckbox:F["a"],SettingsBlock:y},data:function(){return{text_misc_title:Object(c["a"])("Miscellaneous","google-analytics-dashboard-for-wp"),text_announcements_title:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),text_announcements_description:Object(c["a"])("Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.","google-analytics-dashboard-for-wp"),text_announcements_label:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),text_usage_tracking_title:Object(c["a"])("Usage Tracking","google-analytics-dashboard-for-wp"),text_usage_tracking_description:Object(c["a"])("By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.","google-analytics-dashboard-for-wp"),text_usage_tracking_label:Object(c["a"])("Allow usage tracking","google-analytics-dashboard-for-wp"),text_usage_tracking_tooltip:Object(c["d"])(Object(c["a"])("Complete documentation on usage tracking is available %1$shere%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("settings-panel","usage-tracking","https://www.exactmetrics.com/docs/usage-tracking/")+'" target="_blank">',"</a>")}},methods:{sprintf:c["d"],selectText:function(t){var e,s,o=document.querySelector(".exactmetrics-coupon");window.getSelection&&(s=window.getSelection(),e=document.createRange(),e.selectNodeContents(o),s.removeAllRanges(),s.addRange(e))}}},je=Oe,ke=(s("ca63"),Object(_["a"])(je,ve,xe,!1,null,"993e4e00",null)),Pe=ke.exports,He=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-addon-upgrade",{attrs:{addon:"forms",utm_campaign:"summaries"}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])},Se=[],$e={name:"SettingsInputEmailSummaries",components:{SettingsAddonUpgrade:J},data:function(){return{text_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Our email summaries feature sends a weekly summary of the most important site analytics information.","google-analytics-dashboard-for-wp")}}},Ae=$e,Le=Object(_["a"])(Ae,He,Se,!1,null,null,null),Te=Le.exports,Ve=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-addon-upgrade",{attrs:{addon:"forms",utm_campaign:"pdf"}},[s("span",{domProps:{innerHTML:t._s(t.text_description)}})])},Me=[],Ee={name:"SettingsInputPdfReports",components:{SettingsAddonUpgrade:J},data:function(){return{text_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),text_description:Object(c["a"])("Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.","google-analytics-dashboard-for-wp")}}},De=Ee,Ie=Object(_["a"])(De,Ve,Me,!1,null,null,null),Ue=Ie.exports;function Ze(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Be(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Ze(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Ze(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Fe={name:"SettingsTabAdvanced",components:{SettingsInputCheckbox:F["a"],SettingsInputRadio:we["a"],SettingsInputTextarea:ye,SettingsInputSelect:ie["a"],SettingsBlock:y,SettingsInputEmailSummaries:Te,SettingsInputPdfReports:Ue,SettingsInputPerformance:ue,SettingsInputMisc:Pe},data:function(){return{text_permissions_title:Object(c["a"])("Permissions","google-analytics-dashboard-for-wp"),text_email_summaries_title:Object(c["a"])("Email Summaries","google-analytics-dashboard-for-wp"),text_export_pdf_reports_title:Object(c["a"])("Export PDF Reports","google-analytics-dashboard-for-wp"),text_permissions_view_label:Object(c["a"])("Allow These User Roles to See Reports","google-analytics-dashboard-for-wp"),text_permissions_view_description:Object(c["a"])("Users that have at least one of these roles will be able to view the reports.","google-analytics-dashboard-for-wp"),text_permissions_view_tooltip:Object(c["a"])("Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.","google-analytics-dashboard-for-wp"),text_permissions_save_label:Object(c["a"])("Allow These User Roles to Save Settings","google-analytics-dashboard-for-wp"),text_permissions_save_description:Object(c["a"])("Users that have at least one of these roles will be able to view and save the settings panel.","google-analytics-dashboard-for-wp"),text_permissions_save_tooltip:Object(c["a"])("Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability.","google-analytics-dashboard-for-wp"),text_permissions_ignore_label:Object(c["a"])("Exclude These User Roles From Tracking","google-analytics-dashboard-for-wp"),text_permissions_ignore_description:Object(c["a"])("Users that have at least one of these roles will not be tracked into Google Analytics.","google-analytics-dashboard-for-wp"),text_permissions_ignore_tooltip:Object(c["a"])("Users that have at least one of these roles will not be tracked into Google Analytics.","google-analytics-dashboard-for-wp"),text_custom_code_title:Object(c["a"])("Custom code","google-analytics-dashboard-for-wp"),text_custom_code_description:Object(c["d"])(Object(c["a"])("Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s.","google-analytics-dashboard-for-wp"),'<a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/pages#implementation" target="_blank">',"</a>"),text_reports_title:Object(c["a"])("Reports","google-analytics-dashboard-for-wp"),text_automatic_updates_title:Object(c["a"])("Automatic Updates","google-analytics-dashboard-for-wp"),text_cant_edit:Object(c["a"])('You must have the "unfiltered_html" capability to view/edit this setting.',"google-analytics-dashboard-for-wp"),text_hide_admin_bar:Object(c["a"])("Hide Admin Bar Reports","google-analytics-dashboard-for-wp"),reports_options:[{value:"0",label:Object(c["d"])(Object(c["a"])("Enabled %1$s- Show reports and dashboard widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"dashboard_widget",label:Object(c["d"])(Object(c["a"])("Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"disabled",label:Object(c["d"])(Object(c["a"])("Disabled %1$s- Hide reports and dashboard widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],automatic_updates:[{value:"all",label:Object(c["d"])(Object(c["a"])("Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"minor",label:Object(c["d"])(Object(c["a"])("Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"none",label:Object(c["d"])(Object(c["a"])("None %1$s- Manually update everything.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],can_edit_code:this.$mi.unfiltered_html,text_add_role:Object(c["a"])("+ Add Role","google-analytics-dashboard-for-wp")}},computed:Be({},Object(l["b"])({settings:"$_settings/settings",addons:"$_addons/addons",auth:"$_auth/auth"}),{user_roles:function(){var t=[];for(var e in this.$mi.roles)t.push({label:this.$mi.roles[e],value:e});return t},user_roles_manage_options:function(){var t=[];for(var e in this.$mi.roles_manage_options)t.push({label:this.$mi.roles_manage_options[e],value:e});return t},has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!this.has_ua}}),methods:{validateCode:function(t){return!(t.indexOf("analytics.js")>-1||t.indexOf("gtag.js")>-1||t.indexOf("gtm.js")>-1||t.indexOf("ga.js")>-1)||Object(c["d"])(Object(c["a"])("It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab.","google-analytics-dashboard-for-wp"),'<a href="#/general">',"</a>")}}},ze=Fe,Re=(s("ae6f"),Object(_["a"])(ze,ae,ne,!1,null,"217bce3e",null)),Ne=Re.exports,We=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("content-title-top",{attrs:{title:t.text_addons,pro:!0}}),s("content-intro-full-width",{attrs:{welcome:!1,icon:"monstericon-unlock",screen:"exactmetrics-em-addons-upsell-screen"},scopedSlots:t._u([{key:"text",fn:function(){return[s("h2",{domProps:{innerHTML:t._s(t.text_title)}}),s("p",{domProps:{textContent:t._s(t.text_sub_title)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-large",attrs:{href:t.upgrade_button_url},domProps:{textContent:t._s(t.text_button_upgrade)}})]},proxy:!0}])}),s("main",{staticClass:"exactmetrics-addons exactmetrics-container",attrs:{id:"exactmetrics-addons","data-license":t.licenseType}},[s("div",{staticClass:"exactmetrics-addons-area"},[t.addonsList().length>0?s("div",{staticClass:"exactmetrics-addons-list"},t._l(t.addonsList(),(function(t,e){return s("addon-block",{key:e,attrs:{addon:t}})})),1):t._e()]),t.showNoText?s("div",{staticClass:"exactmetrics-addons-no-results"},[""!==t.search?s("p",{domProps:{textContent:t._s(t.text_no_addons_found)}}):s("div",[s("p",{domProps:{textContent:t._s(t.text_no_addons)}}),s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_refresh_addons)},on:{click:t.refreshAddons}})])]):t._e(),s("TheAppFTPForm")],1)],1)},Ge=[],qe=(s("4e82"),s("841c"),s("2b5f"),s("6d99")),Ye=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.ftp_form.visible?s("div",{staticClass:"notification-dialog-wrap request-filesystem-credentials-dialog",attrs:{id:"request-filesystem-credentials-dialog"}},[s("div",{staticClass:"notification-dialog-background"}),s("div",{staticClass:"notification-dialog",attrs:{role:"dialog","aria-labelledby":"request-filesystem-credentials-title",tabindex:"0"}},[s("div",{staticClass:"request-filesystem-credentials-dialog-content"},[s("div",{staticClass:"request-filesystem-credentials-form",attrs:{id:"request-filesystem-credentials-form"}},[s("h1",{attrs:{id:"request-filesystem-credentials-title"},domProps:{textContent:t._s(t.text_form_title)}}),s("p",{attrs:{id:"request-filesystem-credentials-desc"},domProps:{textContent:t._s(t.text_form_description)}}),s("label",{attrs:{for:"hostname"}},[s("span",{staticClass:"field-title",domProps:{textContent:t._s(t.text_hostname_label)}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.localHostname,expression:"localHostname"}],staticClass:"code",attrs:{id:"hostname",name:"hostname",type:"text","aria-describedby":"request-filesystem-credentials-desc",placeholder:"example: www.wordpress.org",value:"",autocomplete:"off"},domProps:{value:t.localHostname},on:{input:function(e){e.target.composing||(t.localHostname=e.target.value)}}})]),s("div",{staticClass:"ftp-username"},[s("label",{attrs:{for:"username"}},[s("span",{staticClass:"field-title",domProps:{textContent:t._s(t.text_username_label)}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.localUsername,expression:"localUsername"}],attrs:{id:"username",name:"username",type:"text",value:"",autocomplete:"off"},domProps:{value:t.localUsername},on:{input:function(e){e.target.composing||(t.localUsername=e.target.value)}}})])]),s("div",{staticClass:"ftp-password"},[s("label",{attrs:{for:"password"}},[s("span",{staticClass:"field-title",domProps:{textContent:t._s(t.text_password_label)}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.localPassword,expression:"localPassword"}],attrs:{id:"password",name:"password",type:"password",value:"",autocomplete:"off"},domProps:{value:t.localPassword},on:{input:function(e){e.target.composing||(t.localPassword=e.target.value)}}}),s("em",{domProps:{textContent:t._s(t.text_password_description)}})])]),s("fieldset",[s("legend",{domProps:{textContent:t._s(t.text_connection_type_label)}}),s("label",{attrs:{for:"ftp"}},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.localConnectionType,expression:"localConnectionType"}],attrs:{id:"ftp",type:"radio",name:"connection_type",value:"ftp"},domProps:{checked:t._q(t.localConnectionType,"ftp")},on:{change:function(e){t.localConnectionType="ftp"}}}),t._v(" FTP ")]),s("label",{attrs:{for:"ftps"}},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.localConnectionType,expression:"localConnectionType"}],attrs:{id:"ftps",type:"radio",name:"connection_type",value:"ftps"},domProps:{checked:t._q(t.localConnectionType,"ftps")},on:{change:function(e){t.localConnectionType="ftps"}}}),t._v(" FTPS (SSL) ")])]),s("p",{staticClass:"request-filesystem-credentials-action-buttons"},[s("input",{attrs:{id:"_fs_nonce",type:"hidden",name:"_fs_nonce",value:"830ef6f43c"}}),s("button",{staticClass:"button cancel-button",attrs:{"data-js-action":"close",type:"button"},domProps:{textContent:t._s(t.text_button_cancel)},on:{click:t.hideForm}}),s("button",{staticClass:"button",attrs:{id:"upgrade"},domProps:{textContent:t._s(t.text_button_proceed)},on:{click:t.retryAction}})])])])])]):t._e()},Ke=[];function Je(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Qe(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Je(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Je(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Xe={name:"TheAppFTPForm",computed:Qe({},Object(l["b"])({ftp_form:"$_app/ftp_form"}),{localHostname:{get:function(){return this.ftp_form.hostname},set:function(t){this.$store.commit("$_app/UPDATE_HOSTNAME",t)}},localUsername:{get:function(){return this.ftp_form.username},set:function(t){this.$store.commit("$_app/UPDATE_USERNAME",t)}},localPassword:{get:function(){return this.ftp_form.password},set:function(t){this.$store.commit("$_app/UPDATE_PASSWORD",t)}},localConnectionType:{get:function(){return this.ftp_form.connection_type},set:function(t){this.$store.commit("$_app/UPDATE_CONNECTION_TYPE",t)}}}),data:function(){return{text_form_title:Object(c["a"])("Connection Information","google-analytics-dashboard-for-wp"),text_form_description:Object(c["a"])("To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.","google-analytics-dashboard-for-wp"),text_hostname_label:Object(c["a"])("Hostname","google-analytics-dashboard-for-wp"),text_username_label:Object(c["a"])("FTP Username","google-analytics-dashboard-for-wp"),text_password_label:Object(c["a"])("FTP Password","google-analytics-dashboard-for-wp"),text_password_description:Object(c["a"])("This password will not be stored on the server.","google-analytics-dashboard-for-wp"),text_connection_type_label:Object(c["a"])("Connection Type","google-analytics-dashboard-for-wp"),text_button_cancel:Object(c["a"])("Cancel","google-analytics-dashboard-for-wp"),text_button_proceed:Object(c["a"])("Proceed","google-analytics-dashboard-for-wp")}},methods:{hideForm:function(){this.$store.commit("$_app/HIDE_FTP_FORM")},retryAction:function(){var t=this;this.$store.commit("$_app/HIDE_FTP_FORM"),this.$mi_loading_toast(Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp")),this.$store.dispatch(this.ftp_form.action,this.ftp_form.data).then((function(){t.$swal.close()}))}}},ts=Xe,es=(s("961a"),Object(_["a"])(ts,Ye,Ke,!1,null,"496d2653",null)),ss=es.exports;function os(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function as(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?os(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):os(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var ns={name:"AddonsModuleSite",components:{ContentIntroFullWidth:A["a"],ContentTitleTop:yt["a"],TheAppFTPForm:ss,AddonBlock:qe["a"]},computed:as({},Object(l["b"])({addons:"$_addons/addons",search:"$_addons/search"}),{showNoText:function(){return 0===this.addonsList().length}}),data:function(){return{text_no_addons:Object(c["a"])("There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data.","google-analytics-dashboard-for-wp"),text_no_addons_found:Object(c["a"])("No addons found.","google-analytics-dashboard-for-wp"),text_refresh_addons:Object(c["a"])("Refresh Addons","google-analytics-dashboard-for-wp"),text_addons:Object(c["a"])("ExactMetrics Addons","google-analytics-dashboard-for-wp"),text_title:Object(c["d"])(Object(c["a"])("Upgrade to Pro to unlock addons and other great features.","google-analytics-dashboard-for-wp"),"<br />"),text_sub_title:Object(c["a"])("As a valued ExactMetrics Lite user you receive 50% off, automaticaly applied at checkout!","google-analytics-dashboard-for-wp"),text_button_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),upgrade_button_url:this.$getUpgradeUrl("settings-panel","addons")}},methods:{addonsList:function(){var t=[];for(var e in this.addons)if(this.addons[e].type){if(this.search&&this.addons[e].title.search(new RegExp(this.search,"i"))<0)continue;t.push(this.addons[e])}return"DESC"===this.sort&&(t=t.reverse()),t},refreshAddons:function(){var t=this;this.$mi_loading_toast(Object(c["a"])("Refreshing Addons","google-analytics-dashboard-for-wp")),this.$store.dispatch("$_addons/getAddons").then((function(){t.$swal.close()}))}}},is=ns,rs=(s("8fe5"),Object(_["a"])(is,We,Ge,!1,null,null,null)),ls=rs.exports,cs=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-tools",attrs:{id:"exactmetrics-tools"}},[s("router-view")],1)},ds=[],ps=(s("d2e1"),{name:"ToolsModuleSite",components:{},computed:{},data:function(){return{}},methods:{}}),us=ps,gs=Object(_["a"])(us,cs,ds,!1,null,null,null),hs=gs.exports,ms=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-about",attrs:{id:"exactmetrics-about"}},[s("router-view")],1)},Cs=[],bs=(s("8985"),{name:"AboutModuleSite",components:{},computed:{},data:function(){return{}},methods:{}}),_s=bs,fs=Object(_["a"])(_s,ms,Cs,!1,null,null,null),ys=fs.exports,ws=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-container"},[s("settings-block",{attrs:{title:t.text_title_export_import,icon:"monstericon-exchange-alt"}},[s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("form",{attrs:{action:""},on:{submit:function(e){return e.preventDefault(),t.submitForm(e)}}},[s("label",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_import)}}),s("span",{domProps:{textContent:t._s(t.text_import_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_import_tooltip}})],1),s("div",{staticClass:"exactmetrics-file-input"},[s("label",{staticClass:"exactmetrics-file-input-styled"},[s("input",{attrs:{type:"file"},on:{change:t.handleFileUpload}}),s("span",{staticClass:"exactmetrics-file-input-styled-label"},[s("i",{staticClass:"monstericon-plus"}),s("span",{domProps:{textContent:t._s(t.text_choose_file)}})])]),s("div",{staticClass:"exactmetrics-file-input-styled-filename",domProps:{textContent:t._s(t.filename)}})]),s("button",{staticClass:"exactmetrics-button",attrs:{type:"submit"},domProps:{textContent:t._s(t.text_import_button)}}),t.has_error?s("label",{staticClass:"exactmetrics-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.text_has_error)}})]):t._e()])]),s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("form",{attrs:{action:"",method:"post"}},[s("label",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_export)}}),s("span",{domProps:{textContent:t._s(t.text_export_description)}}),s("settings-info-tooltip",{attrs:{content:t.text_export_tooltip}})],1),s("input",{attrs:{type:"hidden",name:"exactmetrics_export_settings"},domProps:{value:t.nonce}}),s("input",{attrs:{type:"hidden",value:"exactmetrics_export_settings",name:"exactmetrics_action"}}),s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_export_button)}})])])])])],1)},vs=[],xs=s("bc3a"),Os=s.n(xs),js={name:"ToolsTabImportExport",components:{SettingsInfoTooltip:Pt["a"],SettingsBlock:y},data:function(){return{nonce:this.$mi.nonce,text_title_export_import:Object(c["a"])("Import/Export","google-analytics-dashboard-for-wp"),text_import:Object(c["a"])("Import","google-analytics-dashboard-for-wp"),text_import_description:Object(c["a"])("Import settings from another ExactMetrics website.","google-analytics-dashboard-for-wp"),text_export:Object(c["a"])("Export","google-analytics-dashboard-for-wp"),text_export_description:Object(c["a"])("Export settings to import into another ExactMetrics install.","google-analytics-dashboard-for-wp"),text_import_button:Object(c["a"])("Import Settings","google-analytics-dashboard-for-wp"),text_export_button:Object(c["a"])("Export Settings","google-analytics-dashboard-for-wp"),text_has_error:Object(c["a"])("Please choose a file to import","google-analytics-dashboard-for-wp"),text_import_tooltip:Object(c["a"])("Use the filepicker below to select the settings export file from another site.","google-analytics-dashboard-for-wp"),text_export_tooltip:Object(c["a"])("Use the button below to export a file with your ExactMetrics settings.","google-analytics-dashboard-for-wp"),text_choose_file:Object(c["a"])("Choose file","google-analytics-dashboard-for-wp"),has_error:!1,selectedFile:!1}},computed:{filename:function(){var t=Object(c["a"])("No file chosen","google-analytics-dashboard-for-wp");return this.selectedFile&&"undefined"!==typeof this.selectedFile.name&&(t=this.selectedFile.name),t}},methods:{handleFileUpload:function(t){this.has_error=!1,this.selectedFile=t.target.files[0]},submitForm:function(){var t=this;if(this.selectedFile){this.$mi_loading_toast(Object(c["a"])("Uploading file...","google-analytics-dashboard-for-wp"));var e=new FormData;e.append("import_file",this.selectedFile),e.append("action","exactmetrics_handle_settings_import"),e.append("nonce",this.$mi.nonce),Os.a.post(this.$mi.ajax,e,{headers:{"Content-Type":"multipart/form-data"}}).then((function(e){e.data.success&&e.data.data?(t.$store.commit("$_settings/SETTINGS_UPDATED",e.data.data),t.$swal({type:"success",title:Object(c["a"])("File imported","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Settings successfully updated!","google-analytics-dashboard-for-wp"),confirmButtonText:Object(c["a"])("Ok","google-analytics-dashboard-for-wp")})):t.$swal({type:"error",title:Object(c["a"])("Error importing settings","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Please choose a .json file generated by a ExactMetrics settings export.","google-analytics-dashboard-for-wp"),confirmButtonText:Object(c["a"])("Ok","google-analytics-dashboard-for-wp")})}))}else this.has_error=!0}}},ks=js,Ps=(s("44c2"),Object(_["a"])(ks,ws,vs,!1,null,"281ea3e0",null)),Hs=Ps.exports,Ss=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-tools-url-builder"},[s("settings-block",{attrs:{title:t.text_block_label,icon:"monstericon-flag"}},[s("p",[s("span",{domProps:{textContent:t._s(t.text_url_builder_description)}}),t._v(" "),s("settings-info-tooltip",{attrs:{content:t.text_url_builder_tooltip}})],1),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-website-url"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_website_url_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.website_url,expression:"website_url"}],attrs:{id:"exactmetrics-tools-website-url",type:"text"},domProps:{value:t.website_url},on:{input:function(e){e.target.composing||(t.website_url=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_website_url_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-source"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_source_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_source,expression:"campaign_source"}],attrs:{id:"exactmetrics-tools-campaign-source",type:"text"},domProps:{value:t.campaign_source},on:{input:function(e){e.target.composing||(t.campaign_source=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_source_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-medium"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_medium_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_medium,expression:"campaign_medium"}],attrs:{id:"exactmetrics-tools-campaign-medium",type:"text"},domProps:{value:t.campaign_medium},on:{input:function(e){e.target.composing||(t.campaign_medium=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_medium_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-name"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_name_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_name,expression:"campaign_name"}],attrs:{id:"exactmetrics-tools-campaign-name",type:"text"},domProps:{value:t.campaign_name},on:{input:function(e){e.target.composing||(t.campaign_name=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_name_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-term"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_term_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_term,expression:"campaign_term"}],attrs:{id:"exactmetrics-tools-campaign-term",type:"text"},domProps:{value:t.campaign_term},on:{input:function(e){e.target.composing||(t.campaign_term=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_term_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-campaign-content"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_campaign_content_label)}})]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.campaign_content,expression:"campaign_content"}],attrs:{id:"exactmetrics-tools-campaign-content",type:"text"},domProps:{value:t.campaign_content},on:{input:function(e){e.target.composing||(t.campaign_content=e.target.value)}}}),s("p",{staticClass:"exactmetrics-input-description",domProps:{innerHTML:t._s(t.text_campaign_content_description)}})]),s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-use-fragment"}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_use_fragment_label)}}),s("span",{staticClass:"exactmetrics-tools-description-top",domProps:{innerHTML:t._s(t.text_use_fragment_description)}})]),s("div",{staticClass:"exactmetrics-settings-input-checkbox"},[s("label",{on:{click:function(e){return e.preventDefault(),t.stopClick(e)},keyup:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.stopClick(e)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"space",32,e.key,[" ","Spacebar"])?null:t.stopClick(e)}]}},[s("span",{class:t.checkboxClass,attrs:{tabindex:"0"}}),s("input",{directives:[{name:"model",rawName:"v-model",value:t.use_fragment,expression:"use_fragment"}],attrs:{id:"exactmetrics-tools-use-fragment",type:"checkbox"},domProps:{checked:Array.isArray(t.use_fragment)?t._i(t.use_fragment,null)>-1:t.use_fragment},on:{change:function(e){var s=t.use_fragment,o=e.target,a=!!o.checked;if(Array.isArray(s)){var n=null,i=t._i(s,n);o.checked?i<0&&(t.use_fragment=s.concat([n])):i>-1&&(t.use_fragment=s.slice(0,i).concat(s.slice(i+1)))}else t.use_fragment=a}}}),s("span",{staticClass:"exactmetrics-checkbox-label",domProps:{innerHTML:t._s(t.text_use_fragment_label)}})])])])]),s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-input-text"},[s("label",{attrs:{for:"exactmetrics-tools-url-to-use"}},[s("span",{staticClass:"exactmetrics-dark"},[s("span",{domProps:{innerHTML:t._s(t.text_url_to_use_label)}}),s("span",{staticClass:"exactmetrics-tools-small-text",domProps:{innerHTML:t._s(t.text_url_to_use_description)}})])]),s("textarea",{directives:[{name:"model",rawName:"v-model",value:t.url_to_use,expression:"url_to_use"}],attrs:{id:"exactmetrics-tools-url-to-use",readonly:""},domProps:{value:t.url_to_use},on:{input:function(e){e.target.composing||(t.url_to_use=e.target.value)}}})]),s("div",[s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_copy)},on:{click:t.copyToClipboard}}),t.isAddonActive("pretty-link")?s("button",{staticClass:"exactmetrics-button exactmetrics-button-copy-to-prettylinks",domProps:{textContent:t._s(t.text_copy_to_prettylinks)},on:{click:t.copyToPrettyLinks}}):t._e()]),t.isAddonInstalled("pretty-link")&&t.isAddonActive("pretty-link")?t._e():s("div",{staticClass:"exactmetrics-prettylinks-flow-ad"},[s("h2",{staticClass:"exactmetrics-prettylinks-flow-ad-title",domProps:{textContent:t._s(t.text_prettylinks_flow_ad_title)}}),s("p",{staticClass:"exactmetrics-prettylinks-flow-ad-description",domProps:{textContent:t._s(t.text_prettylinks_flow_ad_description)}}),s("router-link",{staticClass:"exactmetrics-button",attrs:{tag:"button",to:"/tools/prettylinks-flow"},domProps:{textContent:t._s(t.text_prettylinks_flow_ad_button)},nativeOn:{click:function(e){return t.copyToPrettyLinks(e)}}}),s("div",{staticClass:"exactmetrics-prettylinks-flow-ad-logo"})],1),s("settings-block",{attrs:{title:t.text_block_info_label}},[s("p",{domProps:{textContent:t._s(t.text_block_info_description)}}),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_1_label)}}),s("p",[t._v("utm_source")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_1_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"google"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_2_label)}}),s("p",[t._v("utm_medium")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_2_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"cpc"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_3_label)}}),s("p",[t._v("utm_name")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_3_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"utm_campaign=spring_sale"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_4_label)}}),s("p",[t._v("utm_term")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_4_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_example,"running+shoes"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-info-label"},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_row_5_label)}}),s("p",[t._v("utm_content")])]),s("div",{staticClass:"exactmetrics-tools-info-description"},[s("p",{domProps:{textContent:t._s(t.text_row_5_description)}}),s("p",{domProps:{textContent:t._s(t.sprintf(t.text_examples,"logolink or textlink"))}})])]),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_additional_title)}})]),t._l(t.additional_information,(function(e,o){return s("p",{key:o,staticClass:"exactmetrics-toolsadditional-info"},[s("i",{staticClass:"monstericon-files"}),t._v(" "),s("a",{attrs:{href:e.url,target:"_blank"},domProps:{textContent:t._s(e.text)}})])}))],2)],1)],1)},$s=[];s("d3b7"),s("3ca3"),s("1276"),s("ddb0"),s("2b3d");function As(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Ls(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?As(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):As(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Ts={name:"ToolsTabUrlBuilder",components:{SettingsInfoTooltip:Pt["a"],SettingsBlock:y},data:function(){return{text_block_label:Object(c["a"])("Custom Campaign Parameters","google-analytics-dashboard-for-wp"),text_url_builder_description:Object(c["a"])("The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns.","google-analytics-dashboard-for-wp"),text_url_builder_tooltip:Object(c["a"])("A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content.","google-analytics-dashboard-for-wp"),text_website_url_label:Object(c["d"])(Object(c["a"])("Website URL %s","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-required">*</span>'),text_website_url_description:Object(c["d"])(Object(c["a"])("The full website URL (e.g. %1$s %2$s%3$s)","google-analytics-dashboard-for-wp"),"<em>",window.location.origin,"</em>"),text_campaign_source_label:Object(c["d"])(Object(c["a"])("Campaign Source %s","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-required">*</span>'),text_campaign_source_description:Object(c["d"])(Object(c["a"])("Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)","google-analytics-dashboard-for-wp"),"<em>","</em>"),text_campaign_medium_label:Object(c["a"])("Campaign Medium","google-analytics-dashboard-for-wp"),text_campaign_medium_description:Object(c["d"])(Object(c["a"])("Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)","google-analytics-dashboard-for-wp"),"<em>","</em>"),text_campaign_name_label:Object(c["a"])("Campaign Name","google-analytics-dashboard-for-wp"),text_campaign_name_description:Object(c["d"])(Object(c["a"])("Enter a name to easily identify (e.g. %1$sspring_sale%2$s)","google-analytics-dashboard-for-wp"),"<em>","</em>"),text_campaign_term_label:Object(c["a"])("Campaign Term","google-analytics-dashboard-for-wp"),text_campaign_term_description:Object(c["a"])("Enter the paid keyword","google-analytics-dashboard-for-wp"),text_campaign_content_label:Object(c["a"])("Campaign Content","google-analytics-dashboard-for-wp"),text_campaign_content_description:Object(c["a"])("Enter something to differentiate ads","google-analytics-dashboard-for-wp"),text_use_fragment_label:Object(c["a"])("Use Fragment","google-analytics-dashboard-for-wp"),text_use_fragment_description:Object(c["d"])(Object(c["a"])("Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s","google-analytics-dashboard-for-wp"),"<strong>","</strong>"),text_url_to_use_label:Object(c["a"])("URL to use","google-analytics-dashboard-for-wp"),text_url_to_use_description:Object(c["a"])("(Updates automatically)","google-analytics-dashboard-for-wp"),text_copy:Object(c["a"])("Copy to Clipboard","google-analytics-dashboard-for-wp"),text_copy_to_prettylinks:Object(c["a"])("Copy to Pretty Links","google-analytics-dashboard-for-wp"),text_prettylinks_flow_ad_title:Object(c["a"])("Make your campaign links prettier!","google-analytics-dashboard-for-wp"),text_prettylinks_flow_ad_description:Object(c["a"])("Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.","google-analytics-dashboard-for-wp"),text_prettylinks_flow_ad_button:Object(c["a"])("Download Pretty Links","google-analytics-dashboard-for-wp"),text_block_info_label:Object(c["a"])("More Information & Examples","google-analytics-dashboard-for-wp"),text_block_info_description:Object(c["a"])("The following table gives a detailed explanation and example of each of the campaign parameters.","google-analytics-dashboard-for-wp"),website_url:window.location.origin,campaign_source:"",campaign_medium:"",campaign_name:"",campaign_term:"",campaign_content:"",use_fragment:!1,text_row_1_label:Object(c["a"])("Campaign Source","google-analytics-dashboard-for-wp"),text_row_1_description:Object(c["a"])("Required. Use utm_source to identify a search engine, newsletter name, or other source.","google-analytics-dashboard-for-wp"),text_row_2_label:Object(c["a"])("Campaign Medium","google-analytics-dashboard-for-wp"),text_row_2_description:Object(c["a"])("Use utm_medium to identify a medium such as email or cost-per-click.","google-analytics-dashboard-for-wp"),text_row_3_label:Object(c["a"])("Campaign Name","google-analytics-dashboard-for-wp"),text_row_3_description:Object(c["a"])("Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign.","google-analytics-dashboard-for-wp"),text_row_4_label:Object(c["a"])("Campaign Term","google-analytics-dashboard-for-wp"),text_row_4_description:Object(c["a"])("Used for paid search. Use utm_term to note the keywords for this ad.","google-analytics-dashboard-for-wp"),text_row_5_label:Object(c["a"])("Campaign Content","google-analytics-dashboard-for-wp"),text_row_5_description:Object(c["a"])("Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL.","google-analytics-dashboard-for-wp"),text_example:Object(c["a"])("Example: %s","google-analytics-dashboard-for-wp"),text_examples:Object(c["a"])("Examples: %s","google-analytics-dashboard-for-wp"),additional_information:[{text:Object(c["a"])("About Campaigns","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1247851"},{text:Object(c["a"])("About Custom Campaigns","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1033863"},{text:Object(c["a"])("Best Practices for Creating Custom Campaigns","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1037445"},{text:Object(c["a"])("About the Referral Traffic Report","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1247839"},{text:Object(c["a"])("About Traffic Source Dimensions","google-analytics-dashboard-for-wp"),url:"https://support.google.com/analytics/answer/1033173"},{text:Object(c["a"])("AdWords Auto-Tagging","google-analytics-dashboard-for-wp"),url:"https://support.google.com/adwords/answer/1752125"}],text_additional_title:Object(c["a"])("Additional Information","google-analytics-dashboard-for-wp"),local_storage_key:"ExactMetricsURL"}},created:function(){this.getWithExpiry()},computed:Ls({},Object(l["b"])({addons:"$_addons/addons"}),{url_to_use:function(){var t="";return this.website_url&&this.campaign_source&&(t=this.website_url,t=this.$addQueryArg(t,"utm_source",this.campaign_source),this.campaign_medium&&(t=this.$addQueryArg(t,"utm_medium",this.campaign_medium)),this.campaign_name&&(t=this.$addQueryArg(t,"utm_campaign",this.campaign_name)),this.campaign_term&&(t=this.$addQueryArg(t,"utm_term",this.campaign_term)),this.campaign_content&&(t=this.$addQueryArg(t,"utm_content",this.campaign_content)),this.use_fragment&&(t=t.replace("?","#"))),encodeURI(t)},checkboxClass:function(){var t="exactmetrics-styled-checkbox";return this.use_fragment&&(t+=" exactmetrics-styled-checkbox-checked"),t}}),methods:{copyToClipboard:function(){document.querySelector("#exactmetrics-tools-url-to-use").select(),document.execCommand("copy")},copyToPrettyLinks:function(){if(this.url_to_use&&this.$mi.new_pretty_link_url){var t=Math.round((new Date).getTime()/1e3),e=600,s={value:this.url_to_use,expiry:t+e};localStorage.setItem(this.local_storage_key,JSON.stringify(s));var o=this.$addQueryArg(this.$mi.new_pretty_link_url,"exactmetrics_reference","url_builder");o&&this.isAddonActive("pretty-link")&&(window.location.href=o)}},getWithExpiry:function(){var t=localStorage.getItem(this.local_storage_key);if(t){var e=JSON.parse(t),s=Math.round((new Date).getTime()/1e3);if(s>e.expiry)localStorage.removeItem(this.local_storage_key);else{var o=e.value,a=o.split("?");a.length<=1&&(a=o.split("#"),this.use_fragment=!0),this.website_url=a[0];var n=new URLSearchParams(a[1]);n.has("utm_source")&&(this.campaign_source=n.get("utm_source")),n.has("utm_medium")&&(this.campaign_medium=n.get("utm_medium")),n.has("utm_campaign")&&(this.campaign_name=n.get("utm_campaign")),n.has("utm_term")&&(this.campaign_term=n.get("utm_term")),n.has("utm_content")&&(this.campaign_content=n.get("utm_content"))}}},stopClick:function(){this.use_fragment=!this.use_fragment},isAddonActive:function(t){return!!this.addons[t]&&this.addons[t].active},isAddonInstalled:function(t){return!!this.addons[t]&&this.addons[t].installed},sprintf:c["d"]}},Vs=Ts,Ms=Object(_["a"])(Vs,Ss,$s,!1,null,null,null),Es=Ms.exports,Ds=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-tools-prettylinks-flow"},[s("header",{staticClass:"exactmetrics-tools-prettylinks-flow-header"},[s("div",{staticClass:"exactmetrics-tools-prettylinks-flow-header-logo"}),s("h1",{staticClass:"exactmetrics-prettylinks-flow-title",domProps:{textContent:t._s(t.text_prettylinks_flow_title)}}),s("p",{staticClass:"exactmetrics-prettylinks-flow-description",domProps:{textContent:t._s(t.text_prettylinks_flow_description)}})]),s("main",{staticClass:"exactmetrics-tools-prettylinks-flow-content"},[s("div",{staticClass:"exactmetrics-tools-info-row"},[s("div",{staticClass:"exactmetrics-tools-prettylinks-row-image"},[s("svg",{attrs:{width:"430",height:"316",viewBox:"0 0 430 316",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("g",{attrs:{filter:"url(#filter0_dd)"}},[s("rect",{attrs:{x:"35",y:"37",width:"360",height:"229",rx:"5",fill:"white"}}),s("path",{attrs:{d:"M35 25C35 22.2386 37.2386 20 40 20H390C392.761 20 395 22.2386 395 25V46H35V25Z",fill:"#E2E4E9"}}),s("path",{attrs:{d:"M69.877 71.6865H65.9395V74.3525H70.5605V76H63.8887V66.0469H70.5469V67.708H65.9395V70.0801H69.877V71.6865ZM74.4502 70.8115L75.6943 68.6035H77.8066L75.7012 72.2266L77.8955 76H75.7764L74.457 73.6758L73.1445 76H71.0186L73.2129 72.2266L71.1143 68.6035H73.2334L74.4502 70.8115ZM83.043 76C82.9518 75.8223 82.8857 75.6012 82.8447 75.3369C82.3662 75.8701 81.7441 76.1367 80.9785 76.1367C80.2539 76.1367 79.6523 75.9271 79.1738 75.5078C78.6999 75.0885 78.4629 74.5599 78.4629 73.9219C78.4629 73.138 78.7523 72.5365 79.3311 72.1172C79.9144 71.6979 80.7552 71.486 81.8535 71.4814H82.7627V71.0576C82.7627 70.7158 82.6738 70.4424 82.4961 70.2373C82.3229 70.0322 82.0472 69.9297 81.6689 69.9297C81.3363 69.9297 81.0742 70.0094 80.8828 70.1689C80.696 70.3285 80.6025 70.5472 80.6025 70.8252H78.627C78.627 70.3968 78.7591 70.0003 79.0234 69.6357C79.2878 69.2712 79.6615 68.9863 80.1445 68.7812C80.6276 68.5716 81.1699 68.4668 81.7715 68.4668C82.6829 68.4668 83.4053 68.6969 83.9385 69.1572C84.4762 69.613 84.7451 70.2555 84.7451 71.085V74.291C84.7497 74.9928 84.8477 75.5238 85.0391 75.8838V76H83.043ZM81.4092 74.626C81.7008 74.626 81.9697 74.5622 82.2158 74.4346C82.4619 74.3024 82.6442 74.127 82.7627 73.9082V72.6367H82.0244C81.0355 72.6367 80.5091 72.9785 80.4453 73.6621L80.4385 73.7783C80.4385 74.0244 80.5251 74.2272 80.6982 74.3867C80.8714 74.5462 81.1084 74.626 81.4092 74.626ZM89.3389 74.5439C89.7035 74.5439 89.9997 74.4437 90.2275 74.2432C90.4554 74.0426 90.5739 73.776 90.583 73.4434H92.4355C92.431 73.9447 92.2943 74.4049 92.0254 74.8242C91.7565 75.2389 91.3874 75.5625 90.918 75.7949C90.4531 76.0228 89.9382 76.1367 89.373 76.1367C88.3158 76.1367 87.4818 75.8018 86.8711 75.1318C86.2604 74.4574 85.9551 73.5277 85.9551 72.3428V72.2129C85.9551 71.0736 86.2581 70.1644 86.8643 69.4854C87.4704 68.8063 88.3021 68.4668 89.3594 68.4668C90.2845 68.4668 91.0251 68.7311 91.5811 69.2598C92.1416 69.7839 92.4264 70.4834 92.4355 71.3584H90.583C90.5739 70.9756 90.4554 70.6657 90.2275 70.4287C89.9997 70.1872 89.6989 70.0664 89.3252 70.0664C88.8649 70.0664 88.5163 70.235 88.2793 70.5723C88.0469 70.9049 87.9307 71.4473 87.9307 72.1992V72.4043C87.9307 73.1654 88.0469 73.7122 88.2793 74.0449C88.5117 74.3776 88.8649 74.5439 89.3389 74.5439ZM95.9287 66.7852V68.6035H97.1934V70.0527H95.9287V73.7441C95.9287 74.0176 95.9811 74.2135 96.0859 74.332C96.1908 74.4505 96.3913 74.5098 96.6875 74.5098C96.9062 74.5098 97.0999 74.4938 97.2686 74.4619V75.959C96.8812 76.0775 96.4824 76.1367 96.0723 76.1367C94.6868 76.1367 93.9805 75.4372 93.9531 74.0381V70.0527H92.873V68.6035H93.9531V66.7852H95.9287ZM101.104 66.0469L103.66 73.2656L106.203 66.0469H108.896V76H106.839V73.2793L107.044 68.583L104.357 76H102.949L100.27 68.5898L100.475 73.2793V76H98.4238V66.0469H101.104ZM113.962 76.1367C112.877 76.1367 111.993 75.804 111.31 75.1387C110.631 74.4733 110.291 73.5869 110.291 72.4795V72.2881C110.291 71.5452 110.435 70.8822 110.722 70.2988C111.009 69.7109 111.414 69.2598 111.938 68.9453C112.467 68.6263 113.069 68.4668 113.743 68.4668C114.755 68.4668 115.55 68.7858 116.129 69.4238C116.712 70.0618 117.004 70.9665 117.004 72.1377V72.9443H112.294C112.358 73.4274 112.549 73.8148 112.868 74.1064C113.192 74.3981 113.6 74.5439 114.092 74.5439C114.853 74.5439 115.448 74.2682 115.876 73.7168L116.847 74.8037C116.55 75.223 116.149 75.5511 115.644 75.7881C115.138 76.0205 114.577 76.1367 113.962 76.1367ZM113.736 70.0664C113.344 70.0664 113.025 70.1986 112.779 70.4629C112.538 70.7272 112.383 71.1055 112.314 71.5977H115.062V71.4404C115.053 71.0029 114.935 70.6657 114.707 70.4287C114.479 70.1872 114.156 70.0664 113.736 70.0664ZM120.497 66.7852V68.6035H121.762V70.0527H120.497V73.7441C120.497 74.0176 120.549 74.2135 120.654 74.332C120.759 74.4505 120.96 74.5098 121.256 74.5098C121.475 74.5098 121.668 74.4938 121.837 74.4619V75.959C121.45 76.0775 121.051 76.1367 120.641 76.1367C119.255 76.1367 118.549 75.4372 118.521 74.0381V70.0527H117.441V68.6035H118.521V66.7852H120.497ZM127.019 70.4561C126.75 70.4196 126.513 70.4014 126.308 70.4014C125.56 70.4014 125.07 70.6543 124.838 71.1602V76H122.862V68.6035H124.729L124.783 69.4854C125.18 68.8063 125.729 68.4668 126.431 68.4668C126.649 68.4668 126.854 68.4964 127.046 68.5557L127.019 70.4561ZM130.061 76H128.078V68.6035H130.061V76ZM127.962 66.6895C127.962 66.3932 128.06 66.1494 128.256 65.958C128.456 65.7666 128.728 65.6709 129.069 65.6709C129.407 65.6709 129.675 65.7666 129.876 65.958C130.076 66.1494 130.177 66.3932 130.177 66.6895C130.177 66.9902 130.074 67.2363 129.869 67.4277C129.669 67.6191 129.402 67.7148 129.069 67.7148C128.737 67.7148 128.468 67.6191 128.263 67.4277C128.062 67.2363 127.962 66.9902 127.962 66.6895ZM134.771 74.5439C135.135 74.5439 135.431 74.4437 135.659 74.2432C135.887 74.0426 136.006 73.776 136.015 73.4434H137.867C137.863 73.9447 137.726 74.4049 137.457 74.8242C137.188 75.2389 136.819 75.5625 136.35 75.7949C135.885 76.0228 135.37 76.1367 134.805 76.1367C133.747 76.1367 132.913 75.8018 132.303 75.1318C131.692 74.4574 131.387 73.5277 131.387 72.3428V72.2129C131.387 71.0736 131.69 70.1644 132.296 69.4854C132.902 68.8063 133.734 68.4668 134.791 68.4668C135.716 68.4668 136.457 68.7311 137.013 69.2598C137.573 69.7839 137.858 70.4834 137.867 71.3584H136.015C136.006 70.9756 135.887 70.6657 135.659 70.4287C135.431 70.1872 135.131 70.0664 134.757 70.0664C134.297 70.0664 133.948 70.235 133.711 70.5723C133.479 70.9049 133.362 71.4473 133.362 72.1992V72.4043C133.362 73.1654 133.479 73.7122 133.711 74.0449C133.943 74.3776 134.297 74.5439 134.771 74.5439ZM143.001 73.9561C143.001 73.7145 142.88 73.5254 142.639 73.3887C142.402 73.2474 142.019 73.1221 141.49 73.0127C139.731 72.6436 138.852 71.8962 138.852 70.7705C138.852 70.1143 139.123 69.5674 139.665 69.1299C140.212 68.6878 140.925 68.4668 141.805 68.4668C142.743 68.4668 143.493 68.6878 144.054 69.1299C144.619 69.5719 144.901 70.1462 144.901 70.8525H142.926C142.926 70.57 142.835 70.3376 142.652 70.1553C142.47 69.9684 142.185 69.875 141.798 69.875C141.465 69.875 141.208 69.9502 141.025 70.1006C140.843 70.251 140.752 70.4424 140.752 70.6748C140.752 70.8936 140.854 71.0713 141.06 71.208C141.269 71.3402 141.62 71.4564 142.112 71.5566C142.604 71.6523 143.019 71.7617 143.356 71.8848C144.4 72.2676 144.922 72.9307 144.922 73.874C144.922 74.5485 144.632 75.0954 144.054 75.5146C143.475 75.9294 142.728 76.1367 141.812 76.1367C141.192 76.1367 140.64 76.0273 140.157 75.8086C139.679 75.5853 139.303 75.2822 139.029 74.8994C138.756 74.512 138.619 74.0951 138.619 73.6484H140.492C140.51 73.9993 140.64 74.2682 140.882 74.4551C141.123 74.6419 141.447 74.7354 141.853 74.7354C142.231 74.7354 142.516 74.6647 142.707 74.5234C142.903 74.3776 143.001 74.1885 143.001 73.9561ZM151.867 74.3525H156.222V76H149.816V66.0469H151.867V74.3525ZM159.359 76H157.377V68.6035H159.359V76ZM157.261 66.6895C157.261 66.3932 157.359 66.1494 157.555 65.958C157.755 65.7666 158.026 65.6709 158.368 65.6709C158.705 65.6709 158.974 65.7666 159.175 65.958C159.375 66.1494 159.476 66.3932 159.476 66.6895C159.476 66.9902 159.373 67.2363 159.168 67.4277C158.967 67.6191 158.701 67.7148 158.368 67.7148C158.035 67.7148 157.767 67.6191 157.562 67.4277C157.361 67.2363 157.261 66.9902 157.261 66.6895ZM162.812 68.6035L162.873 69.458C163.402 68.7972 164.11 68.4668 164.999 68.4668C165.783 68.4668 166.366 68.6969 166.749 69.1572C167.132 69.6175 167.328 70.3057 167.337 71.2217V76H165.361V71.2695C165.361 70.8503 165.27 70.5472 165.088 70.3604C164.906 70.1689 164.603 70.0732 164.179 70.0732C163.623 70.0732 163.206 70.3102 162.928 70.7842V76H160.952V68.6035H162.812ZM171.527 73.0332L170.816 73.7441V76H168.841V65.5H170.816V71.3174L171.199 70.8252L173.093 68.6035H175.465L172.792 71.6865L175.697 76H173.428L171.527 73.0332Z",fill:"#4C5566"}}),s("rect",{attrs:{x:"61",y:"91",width:"309",height:"44",rx:"5",fill:"#F0F2F4"}}),s("path",{attrs:{d:"M79.1582 109.5H79.4102C79.6953 109.5 79.8887 109.529 79.9902 109.588C80.0918 109.65 80.1426 109.762 80.1426 109.922C80.1426 110.059 80.1016 110.162 80.0195 110.232C79.9414 110.303 79.8262 110.338 79.6738 110.338H76.9727C76.7891 110.338 76.6602 110.307 76.5859 110.244C76.5156 110.182 76.4805 110.074 76.4805 109.922C76.4805 109.781 76.5176 109.676 76.5918 109.605C76.6699 109.535 76.7852 109.5 76.9375 109.5H78.209L79.1582 107.631L77.0078 103.418C76.75 103.418 76.5723 103.387 76.4746 103.324C76.3809 103.262 76.334 103.152 76.334 102.996C76.334 102.859 76.373 102.758 76.4512 102.691C76.5293 102.621 76.6465 102.586 76.8027 102.586H78.4375C78.6562 102.586 78.8027 102.617 78.877 102.68C78.9512 102.738 78.9883 102.844 78.9883 102.996C78.9883 103.152 78.9395 103.262 78.8418 103.324C78.7441 103.387 78.5645 103.418 78.3027 103.418H78.0859L79.6738 106.646L81.291 103.418H81.0625C80.793 103.418 80.6074 103.387 80.5059 103.324C80.4043 103.262 80.3535 103.152 80.3535 102.996C80.3535 102.844 80.3906 102.738 80.4648 102.68C80.5391 102.617 80.6875 102.586 80.9102 102.586H82.3574C82.5176 102.586 82.6348 102.621 82.709 102.691C82.7871 102.758 82.8262 102.859 82.8262 102.996C82.8262 103.145 82.7832 103.25 82.6973 103.312C82.6113 103.375 82.459 103.41 82.2402 103.418L79.1582 109.5ZM86.8047 107.326C87.4062 107.326 87.8984 107.137 88.2812 106.758C88.668 106.375 88.8613 105.889 88.8613 105.299C88.8613 104.709 88.668 104.223 88.2812 103.84C87.8945 103.453 87.4023 103.26 86.8047 103.26C86.207 103.26 85.7148 103.453 85.3281 103.84C84.9453 104.223 84.7539 104.709 84.7539 105.299C84.7539 105.893 84.9453 106.379 85.3281 106.758C85.7109 107.137 86.2031 107.326 86.8047 107.326ZM89.8809 105.299C89.8809 106.135 89.5957 106.818 89.0254 107.35C88.4551 107.881 87.7148 108.146 86.8047 108.146C85.8984 108.146 85.1602 107.881 84.5898 107.35C84.0195 106.818 83.7344 106.135 83.7344 105.299C83.7344 104.463 84.0195 103.781 84.5898 103.254C85.1602 102.723 85.8984 102.457 86.8047 102.457C87.7109 102.457 88.4492 102.723 89.0195 103.254C89.5938 103.785 89.8809 104.467 89.8809 105.299ZM92.5527 105.838C92.5527 106.33 92.6562 106.689 92.8633 106.916C93.0703 107.143 93.3984 107.256 93.8477 107.256C94.2734 107.256 94.6367 107.121 94.9375 106.852C95.2422 106.582 95.3945 106.244 95.3945 105.838V103.418H94.5918C94.4395 103.418 94.3281 103.387 94.2578 103.324C94.1914 103.258 94.1582 103.156 94.1582 103.02C94.1582 102.871 94.1953 102.762 94.2695 102.691C94.3438 102.621 94.4629 102.586 94.627 102.586H95.875C96.0234 102.586 96.127 102.619 96.1855 102.686C96.248 102.748 96.2793 102.904 96.2793 103.154V107.174H96.5488C96.7402 107.174 96.877 107.205 96.959 107.268C97.0449 107.33 97.0879 107.434 97.0879 107.578C97.0879 107.719 97.0469 107.824 96.9648 107.895C96.8867 107.965 96.7715 108 96.6191 108H95.7285C95.623 108 95.541 107.979 95.4824 107.936C95.4238 107.893 95.3945 107.834 95.3945 107.76V107.361C95.0195 107.65 94.6973 107.85 94.4277 107.959C94.1621 108.064 93.8809 108.117 93.584 108.117C92.9395 108.117 92.4551 107.947 92.1309 107.607C91.8105 107.264 91.6504 106.746 91.6504 106.055V103.418H91.5273C91.2617 103.418 91.0801 103.387 90.9824 103.324C90.8848 103.262 90.8359 103.152 90.8359 102.996C90.8359 102.859 90.873 102.758 90.9473 102.691C91.0254 102.621 91.1445 102.586 91.3047 102.586H92.1895C92.3262 102.586 92.4199 102.613 92.4707 102.668C92.5254 102.723 92.5527 102.844 92.5527 103.031V105.838ZM100.645 107.174H102.59C102.742 107.174 102.854 107.207 102.924 107.273C102.998 107.336 103.035 107.438 103.035 107.578C103.035 107.738 103 107.85 102.93 107.912C102.863 107.971 102.738 108 102.555 108H98.7227C98.5703 108 98.4551 107.965 98.377 107.895C98.2988 107.824 98.2598 107.719 98.2598 107.578C98.2598 107.441 98.2988 107.34 98.377 107.273C98.459 107.207 98.584 107.174 98.752 107.174H99.7715V103.418H99.373C98.9941 103.418 98.7578 103.389 98.6641 103.33C98.5703 103.268 98.5234 103.156 98.5234 102.996C98.5234 102.859 98.5605 102.758 98.6348 102.691C98.7129 102.621 98.8301 102.586 98.9863 102.586H100.322C100.428 102.586 100.508 102.607 100.562 102.65C100.617 102.689 100.645 102.748 100.645 102.826V103.822C101.016 103.357 101.402 103.012 101.805 102.785C102.207 102.559 102.641 102.445 103.105 102.445C103.453 102.445 103.734 102.516 103.949 102.656C104.164 102.797 104.271 102.979 104.271 103.201C104.271 103.346 104.217 103.475 104.107 103.588C104.002 103.697 103.885 103.752 103.756 103.752C103.666 103.752 103.514 103.693 103.299 103.576C103.088 103.455 102.898 103.395 102.73 103.395C102.426 103.395 102.104 103.504 101.764 103.723C101.428 103.938 101.055 104.279 100.645 104.748V107.174ZM105.871 107.578V106.535C105.871 106.363 105.902 106.24 105.965 106.166C106.031 106.092 106.137 106.055 106.281 106.055C106.441 106.055 106.568 106.164 106.662 106.383C106.725 106.516 106.781 106.615 106.832 106.682C106.996 106.893 107.238 107.062 107.559 107.191C107.879 107.316 108.232 107.379 108.619 107.379C109.033 107.379 109.365 107.295 109.615 107.127C109.865 106.959 109.99 106.738 109.99 106.465C109.99 106.188 109.889 105.99 109.686 105.873C109.486 105.756 109.143 105.697 108.654 105.697H108.332C107.535 105.697 106.928 105.559 106.51 105.281C106.092 105.004 105.883 104.602 105.883 104.074C105.883 103.559 106.086 103.158 106.492 102.873C106.902 102.588 107.477 102.445 108.215 102.445C108.516 102.445 108.822 102.488 109.135 102.574C109.447 102.656 109.611 102.697 109.627 102.697C109.67 102.697 109.752 102.66 109.873 102.586C109.994 102.508 110.113 102.469 110.23 102.469C110.363 102.469 110.461 102.518 110.523 102.615C110.59 102.713 110.623 102.859 110.623 103.055V103.74C110.623 103.947 110.592 104.098 110.529 104.191C110.467 104.281 110.367 104.326 110.23 104.326C110.113 104.326 109.969 104.227 109.797 104.027C109.676 103.891 109.576 103.787 109.498 103.717C109.291 103.525 109.07 103.389 108.836 103.307C108.602 103.221 108.326 103.178 108.01 103.178C107.643 103.178 107.346 103.26 107.119 103.424C106.896 103.584 106.785 103.789 106.785 104.039C106.785 104.285 106.9 104.461 107.131 104.566C107.361 104.672 107.857 104.732 108.619 104.748C109.432 104.768 110.025 104.91 110.4 105.176C110.775 105.438 110.963 105.844 110.963 106.395C110.963 106.922 110.756 107.344 110.342 107.66C109.928 107.977 109.369 108.135 108.666 108.135C108.443 108.135 108.195 108.113 107.922 108.07C107.648 108.031 107.305 107.963 106.891 107.865C106.754 107.955 106.637 108.021 106.539 108.064C106.441 108.111 106.359 108.135 106.293 108.135C106.156 108.135 106.051 108.088 105.977 107.994C105.906 107.896 105.871 107.758 105.871 107.578ZM115.094 100.898C115.094 100.477 115.131 100.211 115.205 100.102C115.283 99.9922 115.447 99.9375 115.697 99.9375C115.939 99.9375 116.1 99.9844 116.178 100.078C116.256 100.168 116.295 100.385 116.295 100.729C116.295 101.064 116.258 101.273 116.184 101.355C116.113 101.434 115.951 101.473 115.697 101.473C115.447 101.473 115.283 101.436 115.205 101.361C115.131 101.287 115.094 101.133 115.094 100.898ZM116.178 107.174H118.059C118.211 107.174 118.322 107.207 118.393 107.273C118.467 107.336 118.504 107.438 118.504 107.578C118.504 107.738 118.469 107.85 118.398 107.912C118.332 107.971 118.207 108 118.023 108H113.477C113.32 108 113.203 107.965 113.125 107.895C113.047 107.824 113.008 107.719 113.008 107.578C113.008 107.441 113.049 107.34 113.131 107.273C113.213 107.207 113.336 107.174 113.5 107.174H115.287V103.418H114.145C113.984 103.418 113.861 103.383 113.775 103.312C113.693 103.238 113.652 103.133 113.652 102.996C113.652 102.859 113.691 102.758 113.77 102.691C113.848 102.621 113.965 102.586 114.121 102.586H115.838C115.943 102.586 116.025 102.607 116.084 102.65C116.146 102.693 116.178 102.752 116.178 102.826V107.174ZM124.439 102.914C124.631 102.914 124.77 102.947 124.855 103.014C124.945 103.08 124.99 103.186 124.99 103.33C124.99 103.467 124.949 103.57 124.867 103.641C124.785 103.707 124.662 103.74 124.498 103.74H122.125V105.697C122.125 106.338 122.207 106.76 122.371 106.963C122.539 107.166 122.824 107.268 123.227 107.268C123.582 107.268 124.008 107.164 124.504 106.957C125 106.75 125.307 106.646 125.424 106.646C125.533 106.646 125.625 106.686 125.699 106.764C125.777 106.842 125.816 106.938 125.816 107.051C125.816 107.18 125.768 107.293 125.67 107.391C125.576 107.484 125.414 107.576 125.184 107.666C124.801 107.818 124.455 107.93 124.146 108C123.842 108.07 123.555 108.105 123.285 108.105C122.828 108.105 122.443 108.033 122.131 107.889C121.822 107.74 121.592 107.521 121.439 107.232C121.361 107.096 121.305 106.934 121.27 106.746C121.238 106.559 121.223 106.27 121.223 105.879V105.697V103.74H120.227C120.062 103.74 119.943 103.709 119.869 103.646C119.795 103.58 119.758 103.475 119.758 103.33C119.758 103.17 119.809 103.061 119.91 103.002C120.012 102.943 120.229 102.914 120.561 102.914H121.223V101.713V101.402C121.223 101.234 121.258 101.111 121.328 101.033C121.402 100.951 121.516 100.91 121.668 100.91C121.84 100.91 121.959 100.959 122.025 101.057C122.092 101.154 122.125 101.377 122.125 101.725V102.914H124.439ZM128.066 105.551C128.098 106.113 128.287 106.549 128.635 106.857C128.986 107.162 129.465 107.314 130.07 107.314C130.527 107.314 131.025 107.193 131.564 106.951C132.104 106.705 132.43 106.582 132.543 106.582C132.66 106.582 132.758 106.619 132.836 106.693C132.914 106.768 132.953 106.859 132.953 106.969C132.953 107.082 132.912 107.186 132.83 107.279C132.748 107.373 132.617 107.465 132.438 107.555C132.047 107.746 131.643 107.893 131.225 107.994C130.811 108.096 130.398 108.146 129.988 108.146C129.098 108.146 128.385 107.891 127.85 107.379C127.314 106.863 127.047 106.182 127.047 105.334C127.047 104.471 127.33 103.771 127.896 103.236C128.463 102.701 129.201 102.434 130.111 102.434C130.936 102.434 131.619 102.684 132.162 103.184C132.705 103.684 132.977 104.289 132.977 105C132.977 105.219 132.93 105.365 132.836 105.439C132.746 105.514 132.498 105.551 132.092 105.551H132.004H128.066ZM128.096 104.783H131.91C131.852 104.318 131.656 103.945 131.324 103.664C130.996 103.379 130.592 103.236 130.111 103.236C129.592 103.236 129.154 103.373 128.799 103.646C128.443 103.92 128.209 104.299 128.096 104.783ZM136.105 107.039C136.105 106.734 136.211 106.484 136.422 106.289C136.637 106.094 136.914 105.996 137.254 105.996C137.602 105.996 137.881 106.092 138.092 106.283C138.303 106.475 138.408 106.727 138.408 107.039C138.408 107.352 138.301 107.604 138.086 107.795C137.875 107.986 137.598 108.082 137.254 108.082C136.91 108.082 136.633 107.986 136.422 107.795C136.211 107.604 136.105 107.352 136.105 107.039ZM146.225 102.938V102.914C146.225 102.785 146.262 102.691 146.336 102.633C146.41 102.57 146.525 102.539 146.682 102.539C146.842 102.539 146.951 102.586 147.01 102.68C147.072 102.773 147.104 102.967 147.104 103.26V104.35C147.104 104.494 147.066 104.604 146.992 104.678C146.918 104.748 146.807 104.783 146.658 104.783C146.553 104.783 146.461 104.754 146.383 104.695C146.309 104.633 146.217 104.506 146.107 104.314C145.92 103.998 145.691 103.76 145.422 103.6C145.156 103.436 144.85 103.354 144.502 103.354C143.893 103.354 143.396 103.533 143.014 103.893C142.635 104.252 142.445 104.717 142.445 105.287C142.445 105.869 142.627 106.346 142.99 106.717C143.357 107.084 143.828 107.268 144.402 107.268C144.664 107.268 144.912 107.232 145.146 107.162C145.385 107.088 145.609 106.979 145.82 106.834C145.895 106.787 145.994 106.715 146.119 106.617C146.373 106.41 146.572 106.307 146.717 106.307C146.838 106.307 146.936 106.346 147.01 106.424C147.088 106.498 147.127 106.596 147.127 106.717C147.127 107.025 146.834 107.342 146.248 107.666C145.666 107.986 145.047 108.146 144.391 108.146C143.543 108.146 142.836 107.875 142.27 107.332C141.707 106.789 141.426 106.111 141.426 105.299C141.426 104.486 141.707 103.809 142.27 103.266C142.832 102.719 143.535 102.445 144.379 102.445C144.676 102.445 144.973 102.486 145.27 102.568C145.57 102.646 145.889 102.77 146.225 102.938ZM151.668 107.326C152.27 107.326 152.762 107.137 153.145 106.758C153.531 106.375 153.725 105.889 153.725 105.299C153.725 104.709 153.531 104.223 153.145 103.84C152.758 103.453 152.266 103.26 151.668 103.26C151.07 103.26 150.578 103.453 150.191 103.84C149.809 104.223 149.617 104.709 149.617 105.299C149.617 105.893 149.809 106.379 150.191 106.758C150.574 107.137 151.066 107.326 151.668 107.326ZM154.744 105.299C154.744 106.135 154.459 106.818 153.889 107.35C153.318 107.881 152.578 108.146 151.668 108.146C150.762 108.146 150.023 107.881 149.453 107.35C148.883 106.818 148.598 106.135 148.598 105.299C148.598 104.463 148.883 103.781 149.453 103.254C150.023 102.723 150.762 102.457 151.668 102.457C152.574 102.457 153.312 102.723 153.883 103.254C154.457 103.785 154.744 104.467 154.744 105.299ZM161.049 104.736C161.049 104.186 160.998 103.814 160.896 103.623C160.799 103.428 160.629 103.33 160.387 103.33C160.098 103.33 159.867 103.455 159.695 103.705C159.527 103.955 159.443 104.299 159.443 104.736V107.174H159.549C159.787 107.174 159.945 107.203 160.023 107.262C160.105 107.316 160.146 107.422 160.146 107.578C160.146 107.719 160.113 107.824 160.047 107.895C159.98 107.965 159.879 108 159.742 108H158.998C158.83 108 158.715 107.961 158.652 107.883C158.594 107.805 158.564 107.637 158.564 107.379V107.209V104.736V104.279C158.564 103.986 158.498 103.756 158.365 103.588C158.232 103.416 158.051 103.33 157.82 103.33C157.645 103.33 157.482 103.383 157.334 103.488C157.189 103.59 157.064 103.742 156.959 103.945V107.174H157.176C157.41 107.174 157.568 107.203 157.65 107.262C157.732 107.32 157.773 107.426 157.773 107.578C157.773 107.738 157.74 107.85 157.674 107.912C157.607 107.971 157.48 108 157.293 108H155.734C155.582 108 155.469 107.967 155.395 107.9C155.324 107.83 155.289 107.723 155.289 107.578C155.289 107.422 155.334 107.316 155.424 107.262C155.518 107.203 155.697 107.174 155.963 107.174H156.08V103.418H155.975C155.701 103.418 155.514 103.387 155.412 103.324C155.314 103.262 155.266 103.152 155.266 102.996C155.266 102.859 155.305 102.758 155.383 102.691C155.461 102.621 155.578 102.586 155.734 102.586H156.631C156.76 102.586 156.844 102.609 156.883 102.656C156.926 102.699 156.951 102.793 156.959 102.938C157.119 102.766 157.291 102.639 157.475 102.557C157.658 102.475 157.865 102.434 158.096 102.434C158.369 102.434 158.594 102.494 158.77 102.615C158.949 102.732 159.082 102.912 159.168 103.154C159.332 102.908 159.521 102.727 159.736 102.609C159.951 102.492 160.197 102.434 160.475 102.434C160.979 102.434 161.346 102.598 161.576 102.926C161.811 103.254 161.928 103.785 161.928 104.52V107.174H162.021C162.264 107.174 162.426 107.203 162.508 107.262C162.59 107.32 162.631 107.426 162.631 107.578C162.631 107.719 162.596 107.824 162.525 107.895C162.455 107.965 162.352 108 162.215 108H161.506C161.35 108 161.234 107.953 161.16 107.859C161.086 107.766 161.049 107.617 161.049 107.414V104.736ZM164.635 107.197C164.635 106.939 164.732 106.729 164.928 106.564C165.127 106.4 165.389 106.318 165.713 106.318C166.041 106.318 166.305 106.4 166.504 106.564C166.703 106.725 166.803 106.936 166.803 107.197C166.803 107.459 166.701 107.672 166.498 107.836C166.299 108 166.037 108.082 165.713 108.082C165.393 108.082 165.133 108 164.934 107.836C164.734 107.668 164.635 107.455 164.635 107.197ZM165.279 104.977C165.279 104.766 165.314 104.6 165.385 104.479C165.459 104.357 165.584 104.252 165.76 104.162C165.865 104.107 166.021 104.031 166.229 103.934C166.998 103.578 167.383 103.162 167.383 102.686C167.383 102.326 167.256 102.035 167.002 101.812C166.748 101.586 166.414 101.473 166 101.473C165.727 101.473 165.475 101.51 165.244 101.584C165.014 101.654 164.873 101.732 164.822 101.818C164.811 101.842 164.799 101.898 164.787 101.988C164.756 102.34 164.617 102.516 164.371 102.516C164.242 102.516 164.139 102.469 164.061 102.375C163.986 102.281 163.949 102.156 163.949 102V101.426C163.949 101.211 164.16 101.029 164.582 100.881C165.004 100.732 165.518 100.658 166.123 100.658C166.775 100.658 167.305 100.848 167.711 101.227C168.121 101.605 168.326 102.096 168.326 102.697C168.326 103.178 168.16 103.584 167.828 103.916C167.496 104.244 166.939 104.553 166.158 104.842V105.311C166.158 105.439 166.117 105.545 166.035 105.627C165.953 105.705 165.846 105.744 165.713 105.744C165.576 105.744 165.469 105.707 165.391 105.633C165.316 105.559 165.279 105.455 165.279 105.322V104.977ZM171.83 105.838C171.83 106.33 171.934 106.689 172.141 106.916C172.348 107.143 172.676 107.256 173.125 107.256C173.551 107.256 173.914 107.121 174.215 106.852C174.52 106.582 174.672 106.244 174.672 105.838V103.418H173.869C173.717 103.418 173.605 103.387 173.535 103.324C173.469 103.258 173.436 103.156 173.436 103.02C173.436 102.871 173.473 102.762 173.547 102.691C173.621 102.621 173.74 102.586 173.904 102.586H175.152C175.301 102.586 175.404 102.619 175.463 102.686C175.525 102.748 175.557 102.904 175.557 103.154V107.174H175.826C176.018 107.174 176.154 107.205 176.236 107.268C176.322 107.33 176.365 107.434 176.365 107.578C176.365 107.719 176.324 107.824 176.242 107.895C176.164 107.965 176.049 108 175.896 108H175.006C174.9 108 174.818 107.979 174.76 107.936C174.701 107.893 174.672 107.834 174.672 107.76V107.361C174.297 107.65 173.975 107.85 173.705 107.959C173.439 108.064 173.158 108.117 172.861 108.117C172.217 108.117 171.732 107.947 171.408 107.607C171.088 107.264 170.928 106.746 170.928 106.055V103.418H170.805C170.539 103.418 170.357 103.387 170.26 103.324C170.162 103.262 170.113 103.152 170.113 102.996C170.113 102.859 170.15 102.758 170.225 102.691C170.303 102.621 170.422 102.586 170.582 102.586H171.467C171.604 102.586 171.697 102.613 171.748 102.668C171.803 102.723 171.83 102.844 171.83 103.031V105.838ZM182.096 102.914C182.287 102.914 182.426 102.947 182.512 103.014C182.602 103.08 182.646 103.186 182.646 103.33C182.646 103.467 182.605 103.57 182.523 103.641C182.441 103.707 182.318 103.74 182.154 103.74H179.781V105.697C179.781 106.338 179.863 106.76 180.027 106.963C180.195 107.166 180.48 107.268 180.883 107.268C181.238 107.268 181.664 107.164 182.16 106.957C182.656 106.75 182.963 106.646 183.08 106.646C183.189 106.646 183.281 106.686 183.355 106.764C183.434 106.842 183.473 106.938 183.473 107.051C183.473 107.18 183.424 107.293 183.326 107.391C183.232 107.484 183.07 107.576 182.84 107.666C182.457 107.818 182.111 107.93 181.803 108C181.498 108.07 181.211 108.105 180.941 108.105C180.484 108.105 180.1 108.033 179.787 107.889C179.479 107.74 179.248 107.521 179.096 107.232C179.018 107.096 178.961 106.934 178.926 106.746C178.895 106.559 178.879 106.27 178.879 105.879V105.697V103.74H177.883C177.719 103.74 177.6 103.709 177.525 103.646C177.451 103.58 177.414 103.475 177.414 103.33C177.414 103.17 177.465 103.061 177.566 103.002C177.668 102.943 177.885 102.914 178.217 102.914H178.879V101.713V101.402C178.879 101.234 178.914 101.111 178.984 101.033C179.059 100.951 179.172 100.91 179.324 100.91C179.496 100.91 179.615 100.959 179.682 101.057C179.748 101.154 179.781 101.377 179.781 101.725V102.914H182.096ZM189.877 104.736C189.877 104.186 189.826 103.814 189.725 103.623C189.627 103.428 189.457 103.33 189.215 103.33C188.926 103.33 188.695 103.455 188.523 103.705C188.355 103.955 188.271 104.299 188.271 104.736V107.174H188.377C188.615 107.174 188.773 107.203 188.852 107.262C188.934 107.316 188.975 107.422 188.975 107.578C188.975 107.719 188.941 107.824 188.875 107.895C188.809 107.965 188.707 108 188.57 108H187.826C187.658 108 187.543 107.961 187.48 107.883C187.422 107.805 187.393 107.637 187.393 107.379V107.209V104.736V104.279C187.393 103.986 187.326 103.756 187.193 103.588C187.061 103.416 186.879 103.33 186.648 103.33C186.473 103.33 186.311 103.383 186.162 103.488C186.018 103.59 185.893 103.742 185.787 103.945V107.174H186.004C186.238 107.174 186.396 107.203 186.479 107.262C186.561 107.32 186.602 107.426 186.602 107.578C186.602 107.738 186.568 107.85 186.502 107.912C186.436 107.971 186.309 108 186.121 108H184.562C184.41 108 184.297 107.967 184.223 107.9C184.152 107.83 184.117 107.723 184.117 107.578C184.117 107.422 184.162 107.316 184.252 107.262C184.346 107.203 184.525 107.174 184.791 107.174H184.908V103.418H184.803C184.529 103.418 184.342 103.387 184.24 103.324C184.143 103.262 184.094 103.152 184.094 102.996C184.094 102.859 184.133 102.758 184.211 102.691C184.289 102.621 184.406 102.586 184.562 102.586H185.459C185.588 102.586 185.672 102.609 185.711 102.656C185.754 102.699 185.779 102.793 185.787 102.938C185.947 102.766 186.119 102.639 186.303 102.557C186.486 102.475 186.693 102.434 186.924 102.434C187.197 102.434 187.422 102.494 187.598 102.615C187.777 102.732 187.91 102.912 187.996 103.154C188.16 102.908 188.35 102.727 188.564 102.609C188.779 102.492 189.025 102.434 189.303 102.434C189.807 102.434 190.174 102.598 190.404 102.926C190.639 103.254 190.756 103.785 190.756 104.52V107.174H190.85C191.092 107.174 191.254 107.203 191.336 107.262C191.418 107.32 191.459 107.426 191.459 107.578C191.459 107.719 191.424 107.824 191.354 107.895C191.283 107.965 191.18 108 191.043 108H190.334C190.178 108 190.062 107.953 189.988 107.859C189.914 107.766 189.877 107.617 189.877 107.414V104.736ZM198.619 110.139V110.83H191.207V110.139H198.619ZM199.562 107.578V106.535C199.562 106.363 199.594 106.24 199.656 106.166C199.723 106.092 199.828 106.055 199.973 106.055C200.133 106.055 200.26 106.164 200.354 106.383C200.416 106.516 200.473 106.615 200.523 106.682C200.688 106.893 200.93 107.062 201.25 107.191C201.57 107.316 201.924 107.379 202.311 107.379C202.725 107.379 203.057 107.295 203.307 107.127C203.557 106.959 203.682 106.738 203.682 106.465C203.682 106.188 203.58 105.99 203.377 105.873C203.178 105.756 202.834 105.697 202.346 105.697H202.023C201.227 105.697 200.619 105.559 200.201 105.281C199.783 105.004 199.574 104.602 199.574 104.074C199.574 103.559 199.777 103.158 200.184 102.873C200.594 102.588 201.168 102.445 201.906 102.445C202.207 102.445 202.514 102.488 202.826 102.574C203.139 102.656 203.303 102.697 203.318 102.697C203.361 102.697 203.443 102.66 203.564 102.586C203.686 102.508 203.805 102.469 203.922 102.469C204.055 102.469 204.152 102.518 204.215 102.615C204.281 102.713 204.314 102.859 204.314 103.055V103.74C204.314 103.947 204.283 104.098 204.221 104.191C204.158 104.281 204.059 104.326 203.922 104.326C203.805 104.326 203.66 104.227 203.488 104.027C203.367 103.891 203.268 103.787 203.189 103.717C202.982 103.525 202.762 103.389 202.527 103.307C202.293 103.221 202.018 103.178 201.701 103.178C201.334 103.178 201.037 103.26 200.811 103.424C200.588 103.584 200.477 103.789 200.477 104.039C200.477 104.285 200.592 104.461 200.822 104.566C201.053 104.672 201.549 104.732 202.311 104.748C203.123 104.768 203.717 104.91 204.092 105.176C204.467 105.438 204.654 105.844 204.654 106.395C204.654 106.922 204.447 107.344 204.033 107.66C203.619 107.977 203.061 108.135 202.357 108.135C202.135 108.135 201.887 108.113 201.613 108.07C201.34 108.031 200.996 107.963 200.582 107.865C200.445 107.955 200.328 108.021 200.23 108.064C200.133 108.111 200.051 108.135 199.984 108.135C199.848 108.135 199.742 108.088 199.668 107.994C199.598 107.896 199.562 107.758 199.562 107.578ZM209.324 107.326C209.926 107.326 210.418 107.137 210.801 106.758C211.188 106.375 211.381 105.889 211.381 105.299C211.381 104.709 211.188 104.223 210.801 103.84C210.414 103.453 209.922 103.26 209.324 103.26C208.727 103.26 208.234 103.453 207.848 103.84C207.465 104.223 207.273 104.709 207.273 105.299C207.273 105.893 207.465 106.379 207.848 106.758C208.23 107.137 208.723 107.326 209.324 107.326ZM212.4 105.299C212.4 106.135 212.115 106.818 211.545 107.35C210.975 107.881 210.234 108.146 209.324 108.146C208.418 108.146 207.68 107.881 207.109 107.35C206.539 106.818 206.254 106.135 206.254 105.299C206.254 104.463 206.539 103.781 207.109 103.254C207.68 102.723 208.418 102.457 209.324 102.457C210.23 102.457 210.969 102.723 211.539 103.254C212.113 103.785 212.4 104.467 212.4 105.299ZM215.072 105.838C215.072 106.33 215.176 106.689 215.383 106.916C215.59 107.143 215.918 107.256 216.367 107.256C216.793 107.256 217.156 107.121 217.457 106.852C217.762 106.582 217.914 106.244 217.914 105.838V103.418H217.111C216.959 103.418 216.848 103.387 216.777 103.324C216.711 103.258 216.678 103.156 216.678 103.02C216.678 102.871 216.715 102.762 216.789 102.691C216.863 102.621 216.982 102.586 217.146 102.586H218.395C218.543 102.586 218.646 102.619 218.705 102.686C218.768 102.748 218.799 102.904 218.799 103.154V107.174H219.068C219.26 107.174 219.396 107.205 219.479 107.268C219.564 107.33 219.607 107.434 219.607 107.578C219.607 107.719 219.566 107.824 219.484 107.895C219.406 107.965 219.291 108 219.139 108H218.248C218.143 108 218.061 107.979 218.002 107.936C217.943 107.893 217.914 107.834 217.914 107.76V107.361C217.539 107.65 217.217 107.85 216.947 107.959C216.682 108.064 216.4 108.117 216.104 108.117C215.459 108.117 214.975 107.947 214.65 107.607C214.33 107.264 214.17 106.746 214.17 106.055V103.418H214.047C213.781 103.418 213.6 103.387 213.502 103.324C213.404 103.262 213.355 103.152 213.355 102.996C213.355 102.859 213.393 102.758 213.467 102.691C213.545 102.621 213.664 102.586 213.824 102.586H214.709C214.846 102.586 214.939 102.613 214.99 102.668C215.045 102.723 215.072 102.844 215.072 103.031V105.838ZM223.164 107.174H225.109C225.262 107.174 225.373 107.207 225.443 107.273C225.518 107.336 225.555 107.438 225.555 107.578C225.555 107.738 225.52 107.85 225.449 107.912C225.383 107.971 225.258 108 225.074 108H221.242C221.09 108 220.975 107.965 220.896 107.895C220.818 107.824 220.779 107.719 220.779 107.578C220.779 107.441 220.818 107.34 220.896 107.273C220.979 107.207 221.104 107.174 221.271 107.174H222.291V103.418H221.893C221.514 103.418 221.277 103.389 221.184 103.33C221.09 103.268 221.043 103.156 221.043 102.996C221.043 102.859 221.08 102.758 221.154 102.691C221.232 102.621 221.35 102.586 221.506 102.586H222.842C222.947 102.586 223.027 102.607 223.082 102.65C223.137 102.689 223.164 102.748 223.164 102.826V103.822C223.535 103.357 223.922 103.012 224.324 102.785C224.727 102.559 225.16 102.445 225.625 102.445C225.973 102.445 226.254 102.516 226.469 102.656C226.684 102.797 226.791 102.979 226.791 103.201C226.791 103.346 226.736 103.475 226.627 103.588C226.521 103.697 226.404 103.752 226.275 103.752C226.186 103.752 226.033 103.693 225.818 103.576C225.607 103.455 225.418 103.395 225.25 103.395C224.945 103.395 224.623 103.504 224.283 103.723C223.947 103.938 223.574 104.279 223.164 104.748V107.174ZM232.709 102.938V102.914C232.709 102.785 232.746 102.691 232.82 102.633C232.895 102.57 233.01 102.539 233.166 102.539C233.326 102.539 233.436 102.586 233.494 102.68C233.557 102.773 233.588 102.967 233.588 103.26V104.35C233.588 104.494 233.551 104.604 233.477 104.678C233.402 104.748 233.291 104.783 233.143 104.783C233.037 104.783 232.945 104.754 232.867 104.695C232.793 104.633 232.701 104.506 232.592 104.314C232.404 103.998 232.176 103.76 231.906 103.6C231.641 103.436 231.334 103.354 230.986 103.354C230.377 103.354 229.881 103.533 229.498 103.893C229.119 104.252 228.93 104.717 228.93 105.287C228.93 105.869 229.111 106.346 229.475 106.717C229.842 107.084 230.312 107.268 230.887 107.268C231.148 107.268 231.396 107.232 231.631 107.162C231.869 107.088 232.094 106.979 232.305 106.834C232.379 106.787 232.479 106.715 232.604 106.617C232.857 106.41 233.057 106.307 233.201 106.307C233.322 106.307 233.42 106.346 233.494 106.424C233.572 106.498 233.611 106.596 233.611 106.717C233.611 107.025 233.318 107.342 232.732 107.666C232.15 107.986 231.531 108.146 230.875 108.146C230.027 108.146 229.32 107.875 228.754 107.332C228.191 106.789 227.91 106.111 227.91 105.299C227.91 104.486 228.191 103.809 228.754 103.266C229.316 102.719 230.02 102.445 230.863 102.445C231.16 102.445 231.457 102.486 231.754 102.568C232.055 102.646 232.373 102.77 232.709 102.938ZM236.172 105.551C236.203 106.113 236.393 106.549 236.74 106.857C237.092 107.162 237.57 107.314 238.176 107.314C238.633 107.314 239.131 107.193 239.67 106.951C240.209 106.705 240.535 106.582 240.648 106.582C240.766 106.582 240.863 106.619 240.941 106.693C241.02 106.768 241.059 106.859 241.059 106.969C241.059 107.082 241.018 107.186 240.936 107.279C240.854 107.373 240.723 107.465 240.543 107.555C240.152 107.746 239.748 107.893 239.33 107.994C238.916 108.096 238.504 108.146 238.094 108.146C237.203 108.146 236.49 107.891 235.955 107.379C235.42 106.863 235.152 106.182 235.152 105.334C235.152 104.471 235.436 103.771 236.002 103.236C236.568 102.701 237.307 102.434 238.217 102.434C239.041 102.434 239.725 102.684 240.268 103.184C240.811 103.684 241.082 104.289 241.082 105C241.082 105.219 241.035 105.365 240.941 105.439C240.852 105.514 240.604 105.551 240.197 105.551H240.109H236.172ZM236.201 104.783H240.016C239.957 104.318 239.762 103.945 239.43 103.664C239.102 103.379 238.697 103.236 238.217 103.236C237.697 103.236 237.26 103.373 236.904 103.646C236.549 103.92 236.314 104.299 236.201 104.783ZM242.734 104.854H247.99C248.107 104.854 248.197 104.893 248.26 104.971C248.326 105.045 248.359 105.15 248.359 105.287C248.359 105.428 248.326 105.535 248.26 105.609C248.197 105.684 248.107 105.721 247.99 105.721H242.734C242.613 105.721 242.52 105.684 242.453 105.609C242.391 105.535 242.359 105.428 242.359 105.287C242.359 105.146 242.391 105.039 242.453 104.965C242.52 104.891 242.613 104.854 242.734 104.854ZM242.734 102.891H247.99C248.107 102.891 248.197 102.928 248.26 103.002C248.326 103.076 248.359 103.182 248.359 103.318C248.359 103.459 248.326 103.566 248.26 103.641C248.197 103.715 248.107 103.752 247.99 103.752H242.734C242.613 103.752 242.52 103.717 242.453 103.646C242.391 103.572 242.359 103.463 242.359 103.318C242.359 103.178 242.391 103.072 242.453 103.002C242.52 102.928 242.613 102.891 242.734 102.891ZM250.387 107.174V103.418H250.275C250.01 103.418 249.826 103.387 249.725 103.324C249.627 103.262 249.578 103.152 249.578 102.996C249.578 102.852 249.619 102.748 249.701 102.686C249.783 102.619 249.916 102.586 250.1 102.586H250.375H250.938C251.043 102.586 251.125 102.607 251.184 102.65C251.242 102.693 251.271 102.752 251.271 102.826V103.225C251.557 102.959 251.838 102.764 252.115 102.639C252.396 102.51 252.688 102.445 252.988 102.445C253.578 102.445 254.041 102.629 254.377 102.996C254.717 103.363 254.887 103.871 254.887 104.52V107.174H255.162C255.357 107.174 255.498 107.207 255.584 107.273C255.67 107.336 255.713 107.438 255.713 107.578C255.713 107.73 255.666 107.84 255.572 107.906C255.482 107.969 255.32 108 255.086 108H253.791C253.541 108 253.381 107.971 253.311 107.912C253.24 107.854 253.205 107.742 253.205 107.578C253.205 107.426 253.246 107.32 253.328 107.262C253.41 107.203 253.564 107.174 253.791 107.174H253.996V104.736C253.996 104.279 253.893 103.932 253.686 103.693C253.479 103.451 253.178 103.33 252.783 103.33C252.385 103.33 252.033 103.465 251.729 103.734C251.424 104.004 251.271 104.338 251.271 104.736V107.174H251.477C251.711 107.174 251.869 107.203 251.951 107.262C252.033 107.32 252.074 107.426 252.074 107.578C252.074 107.742 252.039 107.854 251.969 107.912C251.898 107.971 251.727 108 251.453 108H250.387H250.07C249.91 108 249.789 107.967 249.707 107.9C249.629 107.83 249.59 107.723 249.59 107.578C249.59 107.422 249.635 107.316 249.725 107.262C249.818 107.203 249.998 107.174 250.264 107.174H250.387ZM257.793 105.551C257.824 106.113 258.014 106.549 258.361 106.857C258.713 107.162 259.191 107.314 259.797 107.314C260.254 107.314 260.752 107.193 261.291 106.951C261.83 106.705 262.156 106.582 262.27 106.582C262.387 106.582 262.484 106.619 262.562 106.693C262.641 106.768 262.68 106.859 262.68 106.969C262.68 107.082 262.639 107.186 262.557 107.279C262.475 107.373 262.344 107.465 262.164 107.555C261.773 107.746 261.369 107.893 260.951 107.994C260.537 108.096 260.125 108.146 259.715 108.146C258.824 108.146 258.111 107.891 257.576 107.379C257.041 106.863 256.773 106.182 256.773 105.334C256.773 104.471 257.057 103.771 257.623 103.236C258.189 102.701 258.928 102.434 259.838 102.434C260.662 102.434 261.346 102.684 261.889 103.184C262.432 103.684 262.703 104.289 262.703 105C262.703 105.219 262.656 105.365 262.562 105.439C262.473 105.514 262.225 105.551 261.818 105.551H261.73H257.793ZM257.822 104.783H261.637C261.578 104.318 261.383 103.945 261.051 103.664C260.723 103.379 260.318 103.236 259.838 103.236C259.318 103.236 258.881 103.373 258.525 103.646C258.17 103.92 257.936 104.299 257.822 104.783ZM266.945 105.023L266.189 107.807C266.15 107.955 266.092 108.059 266.014 108.117C265.936 108.176 265.818 108.205 265.662 108.205C265.521 108.205 265.412 108.168 265.334 108.094C265.256 108.02 265.186 107.885 265.123 107.689L263.781 103.418H263.729C263.564 103.418 263.447 103.387 263.377 103.324C263.303 103.258 263.266 103.148 263.266 102.996C263.266 102.863 263.305 102.762 263.383 102.691C263.457 102.621 263.568 102.586 263.717 102.586H265.281C265.492 102.586 265.635 102.617 265.709 102.68C265.783 102.738 265.82 102.844 265.82 102.996C265.82 103.09 265.799 103.172 265.756 103.242C265.713 103.309 265.658 103.35 265.592 103.365C265.525 103.385 265.447 103.398 265.357 103.406C265.271 103.414 265.166 103.418 265.041 103.418H264.701L265.709 106.934L266.465 104.379C266.508 104.23 266.568 104.127 266.646 104.068C266.725 104.01 266.84 103.98 266.992 103.98C267.133 103.98 267.242 104.02 267.32 104.098C267.402 104.172 267.475 104.305 267.537 104.496L268.27 106.934L269.236 103.418H269.096H268.844C268.574 103.418 268.393 103.389 268.299 103.33C268.205 103.268 268.158 103.156 268.158 102.996C268.158 102.84 268.193 102.732 268.264 102.674C268.334 102.615 268.471 102.586 268.674 102.586H270.244C270.365 102.586 270.455 102.621 270.514 102.691C270.576 102.762 270.607 102.863 270.607 102.996C270.607 103.145 270.572 103.25 270.502 103.312C270.432 103.375 270.299 103.41 270.104 103.418L268.785 107.807C268.734 107.955 268.67 108.059 268.592 108.117C268.518 108.176 268.404 108.205 268.252 108.205C268.111 108.205 268 108.166 267.918 108.088C267.836 108.014 267.768 107.881 267.713 107.689L266.945 105.023ZM271.633 107.578V106.535C271.633 106.363 271.664 106.24 271.727 106.166C271.793 106.092 271.898 106.055 272.043 106.055C272.203 106.055 272.33 106.164 272.424 106.383C272.486 106.516 272.543 106.615 272.594 106.682C272.758 106.893 273 107.062 273.32 107.191C273.641 107.316 273.994 107.379 274.381 107.379C274.795 107.379 275.127 107.295 275.377 107.127C275.627 106.959 275.752 106.738 275.752 106.465C275.752 106.188 275.65 105.99 275.447 105.873C275.248 105.756 274.904 105.697 274.416 105.697H274.094C273.297 105.697 272.689 105.559 272.271 105.281C271.854 105.004 271.645 104.602 271.645 104.074C271.645 103.559 271.848 103.158 272.254 102.873C272.664 102.588 273.238 102.445 273.977 102.445C274.277 102.445 274.584 102.488 274.896 102.574C275.209 102.656 275.373 102.697 275.389 102.697C275.432 102.697 275.514 102.66 275.635 102.586C275.756 102.508 275.875 102.469 275.992 102.469C276.125 102.469 276.223 102.518 276.285 102.615C276.352 102.713 276.385 102.859 276.385 103.055V103.74C276.385 103.947 276.354 104.098 276.291 104.191C276.229 104.281 276.129 104.326 275.992 104.326C275.875 104.326 275.73 104.227 275.559 104.027C275.438 103.891 275.338 103.787 275.26 103.717C275.053 103.525 274.832 103.389 274.598 103.307C274.363 103.221 274.088 103.178 273.771 103.178C273.404 103.178 273.107 103.26 272.881 103.424C272.658 103.584 272.547 103.789 272.547 104.039C272.547 104.285 272.662 104.461 272.893 104.566C273.123 104.672 273.619 104.732 274.381 104.748C275.193 104.768 275.787 104.91 276.162 105.176C276.537 105.438 276.725 105.844 276.725 106.395C276.725 106.922 276.518 107.344 276.104 107.66C275.689 107.977 275.131 108.135 274.428 108.135C274.205 108.135 273.957 108.113 273.684 108.07C273.41 108.031 273.066 107.963 272.652 107.865C272.516 107.955 272.398 108.021 272.301 108.064C272.203 108.111 272.121 108.135 272.055 108.135C271.918 108.135 271.812 108.088 271.738 107.994C271.668 107.896 271.633 107.758 271.633 107.578ZM281.002 101.174H280.006C279.627 101.174 279.389 101.145 279.291 101.086C279.197 101.023 279.15 100.912 279.15 100.752C279.15 100.611 279.189 100.506 279.268 100.436C279.35 100.365 279.467 100.33 279.619 100.33H281.553C281.658 100.33 281.74 100.352 281.799 100.395C281.857 100.438 281.887 100.496 281.887 100.57V107.174H283.727C283.875 107.174 283.982 107.207 284.049 107.273C284.119 107.336 284.154 107.438 284.154 107.578C284.154 107.738 284.121 107.85 284.055 107.912C283.988 107.971 283.863 108 283.68 108H279.355C279.203 108 279.086 107.965 279.004 107.895C278.926 107.824 278.887 107.719 278.887 107.578C278.887 107.441 278.928 107.34 279.01 107.273C279.092 107.207 279.215 107.174 279.379 107.174H281.002V101.174ZM286.621 105.551C286.652 106.113 286.842 106.549 287.189 106.857C287.541 107.162 288.02 107.314 288.625 107.314C289.082 107.314 289.58 107.193 290.119 106.951C290.658 106.705 290.984 106.582 291.098 106.582C291.215 106.582 291.312 106.619 291.391 106.693C291.469 106.768 291.508 106.859 291.508 106.969C291.508 107.082 291.467 107.186 291.385 107.279C291.303 107.373 291.172 107.465 290.992 107.555C290.602 107.746 290.197 107.893 289.779 107.994C289.365 108.096 288.953 108.146 288.543 108.146C287.652 108.146 286.939 107.891 286.404 107.379C285.869 106.863 285.602 106.182 285.602 105.334C285.602 104.471 285.885 103.771 286.451 103.236C287.018 102.701 287.756 102.434 288.666 102.434C289.49 102.434 290.174 102.684 290.717 103.184C291.26 103.684 291.531 104.289 291.531 105C291.531 105.219 291.484 105.365 291.391 105.439C291.301 105.514 291.053 105.551 290.646 105.551H290.559H286.621ZM286.65 104.783H290.465C290.406 104.318 290.211 103.945 289.879 103.664C289.551 103.379 289.146 103.236 288.666 103.236C288.146 103.236 287.709 103.373 287.354 103.646C286.998 103.92 286.764 104.299 286.65 104.783ZM297.408 102.914C297.6 102.914 297.738 102.947 297.824 103.014C297.914 103.08 297.959 103.186 297.959 103.33C297.959 103.467 297.918 103.57 297.836 103.641C297.754 103.707 297.631 103.74 297.467 103.74H295.094V105.697C295.094 106.338 295.176 106.76 295.34 106.963C295.508 107.166 295.793 107.268 296.195 107.268C296.551 107.268 296.977 107.164 297.473 106.957C297.969 106.75 298.275 106.646 298.393 106.646C298.502 106.646 298.594 106.686 298.668 106.764C298.746 106.842 298.785 106.938 298.785 107.051C298.785 107.18 298.736 107.293 298.639 107.391C298.545 107.484 298.383 107.576 298.152 107.666C297.77 107.818 297.424 107.93 297.115 108C296.811 108.07 296.523 108.105 296.254 108.105C295.797 108.105 295.412 108.033 295.1 107.889C294.791 107.74 294.561 107.521 294.408 107.232C294.33 107.096 294.273 106.934 294.238 106.746C294.207 106.559 294.191 106.27 294.191 105.879V105.697V103.74H293.195C293.031 103.74 292.912 103.709 292.838 103.646C292.764 103.58 292.727 103.475 292.727 103.33C292.727 103.17 292.777 103.061 292.879 103.002C292.98 102.943 293.197 102.914 293.529 102.914H294.191V101.713V101.402C294.191 101.234 294.227 101.111 294.297 101.033C294.371 100.951 294.484 100.91 294.637 100.91C294.809 100.91 294.928 100.959 294.994 101.057C295.061 101.154 295.094 101.377 295.094 101.725V102.914H297.408ZM304.615 102.914C304.807 102.914 304.945 102.947 305.031 103.014C305.121 103.08 305.166 103.186 305.166 103.33C305.166 103.467 305.125 103.57 305.043 103.641C304.961 103.707 304.838 103.74 304.674 103.74H302.301V105.697C302.301 106.338 302.383 106.76 302.547 106.963C302.715 107.166 303 107.268 303.402 107.268C303.758 107.268 304.184 107.164 304.68 106.957C305.176 106.75 305.482 106.646 305.6 106.646C305.709 106.646 305.801 106.686 305.875 106.764C305.953 106.842 305.992 106.938 305.992 107.051C305.992 107.18 305.943 107.293 305.846 107.391C305.752 107.484 305.59 107.576 305.359 107.666C304.977 107.818 304.631 107.93 304.322 108C304.018 108.07 303.73 108.105 303.461 108.105C303.004 108.105 302.619 108.033 302.307 107.889C301.998 107.74 301.768 107.521 301.615 107.232C301.537 107.096 301.48 106.934 301.445 106.746C301.414 106.559 301.398 106.27 301.398 105.879V105.697V103.74H300.402C300.238 103.74 300.119 103.709 300.045 103.646C299.971 103.58 299.934 103.475 299.934 103.33C299.934 103.17 299.984 103.061 300.086 103.002C300.188 102.943 300.404 102.914 300.736 102.914H301.398V101.713V101.402C301.398 101.234 301.434 101.111 301.504 101.033C301.578 100.951 301.691 100.91 301.844 100.91C302.016 100.91 302.135 100.959 302.201 101.057C302.268 101.154 302.301 101.377 302.301 101.725V102.914H304.615ZM308.242 105.551C308.273 106.113 308.463 106.549 308.811 106.857C309.162 107.162 309.641 107.314 310.246 107.314C310.703 107.314 311.201 107.193 311.74 106.951C312.279 106.705 312.605 106.582 312.719 106.582C312.836 106.582 312.934 106.619 313.012 106.693C313.09 106.768 313.129 106.859 313.129 106.969C313.129 107.082 313.088 107.186 313.006 107.279C312.924 107.373 312.793 107.465 312.613 107.555C312.223 107.746 311.818 107.893 311.4 107.994C310.986 108.096 310.574 108.146 310.164 108.146C309.273 108.146 308.561 107.891 308.025 107.379C307.49 106.863 307.223 106.182 307.223 105.334C307.223 104.471 307.506 103.771 308.072 103.236C308.639 102.701 309.377 102.434 310.287 102.434C311.111 102.434 311.795 102.684 312.338 103.184C312.881 103.684 313.152 104.289 313.152 105C313.152 105.219 313.105 105.365 313.012 105.439C312.922 105.514 312.674 105.551 312.268 105.551H312.18H308.242ZM308.271 104.783H312.086C312.027 104.318 311.832 103.945 311.5 103.664C311.172 103.379 310.768 103.236 310.287 103.236C309.768 103.236 309.33 103.373 308.975 103.646C308.619 103.92 308.385 104.299 308.271 104.783ZM316.855 107.174H318.801C318.953 107.174 319.064 107.207 319.135 107.273C319.209 107.336 319.246 107.438 319.246 107.578C319.246 107.738 319.211 107.85 319.141 107.912C319.074 107.971 318.949 108 318.766 108H314.934C314.781 108 314.666 107.965 314.588 107.895C314.51 107.824 314.471 107.719 314.471 107.578C314.471 107.441 314.51 107.34 314.588 107.273C314.67 107.207 314.795 107.174 314.963 107.174H315.982V103.418H315.584C315.205 103.418 314.969 103.389 314.875 103.33C314.781 103.268 314.734 103.156 314.734 102.996C314.734 102.859 314.771 102.758 314.846 102.691C314.924 102.621 315.041 102.586 315.197 102.586H316.533C316.639 102.586 316.719 102.607 316.773 102.65C316.828 102.689 316.855 102.748 316.855 102.826V103.822C317.227 103.357 317.613 103.012 318.016 102.785C318.418 102.559 318.852 102.445 319.316 102.445C319.664 102.445 319.945 102.516 320.16 102.656C320.375 102.797 320.482 102.979 320.482 103.201C320.482 103.346 320.428 103.475 320.318 103.588C320.213 103.697 320.096 103.752 319.967 103.752C319.877 103.752 319.725 103.693 319.51 103.576C319.299 103.455 319.109 103.395 318.941 103.395C318.637 103.395 318.314 103.504 317.975 103.723C317.639 103.938 317.266 104.279 316.855 104.748V107.174ZM325.633 107.449C325.367 107.68 325.092 107.852 324.807 107.965C324.525 108.078 324.23 108.135 323.922 108.135C323.395 108.135 322.957 107.957 322.609 107.602C322.266 107.242 322.094 106.791 322.094 106.248C322.094 105.873 322.188 105.531 322.375 105.223C322.562 104.914 322.869 104.6 323.295 104.279C323.1 104.002 322.959 103.756 322.873 103.541C322.787 103.322 322.744 103.113 322.744 102.914C322.744 102.5 322.895 102.15 323.195 101.865C323.5 101.58 323.873 101.438 324.314 101.438C324.463 101.438 324.617 101.463 324.777 101.514C324.941 101.564 325.139 101.65 325.369 101.771C325.389 101.768 325.408 101.766 325.428 101.766C325.447 101.762 325.477 101.76 325.516 101.76C325.641 101.76 325.736 101.791 325.803 101.854C325.873 101.912 325.908 101.996 325.908 102.105C325.908 102.242 325.859 102.367 325.762 102.48C325.664 102.594 325.562 102.65 325.457 102.65C325.387 102.65 325.23 102.578 324.988 102.434C324.75 102.289 324.541 102.217 324.361 102.217C324.166 102.217 324.004 102.277 323.875 102.398C323.746 102.52 323.682 102.67 323.682 102.85C323.682 102.975 323.715 103.109 323.781 103.254C323.848 103.398 323.99 103.617 324.209 103.91L325.656 105.902C325.73 105.719 325.807 105.479 325.885 105.182C325.994 104.74 326.15 104.52 326.354 104.52H326.717C326.803 104.52 326.877 104.562 326.939 104.648C327.006 104.734 327.039 104.84 327.039 104.965C327.039 105.113 327.014 105.217 326.963 105.275C326.912 105.334 326.814 105.379 326.67 105.41C326.623 105.605 326.562 105.805 326.488 106.008C326.414 106.211 326.326 106.42 326.225 106.635L326.582 107.139H326.729C326.803 107.139 326.863 107.174 326.91 107.244C326.957 107.314 326.98 107.41 326.98 107.531C326.98 107.676 326.953 107.791 326.898 107.877C326.844 107.959 326.771 108 326.682 108H326.189C326.096 108 325.986 107.912 325.861 107.736C325.842 107.709 325.826 107.689 325.814 107.678L325.633 107.449ZM325.129 106.764L323.811 104.988C323.58 105.148 323.408 105.322 323.295 105.51C323.182 105.697 323.125 105.904 323.125 106.131C323.125 106.436 323.225 106.693 323.424 106.904C323.627 107.115 323.871 107.221 324.156 107.221C324.328 107.221 324.492 107.184 324.648 107.109C324.809 107.035 324.969 106.92 325.129 106.764ZM330.385 105.838C330.385 106.33 330.488 106.689 330.695 106.916C330.902 107.143 331.23 107.256 331.68 107.256C332.105 107.256 332.469 107.121 332.77 106.852C333.074 106.582 333.227 106.244 333.227 105.838V103.418H332.424C332.271 103.418 332.16 103.387 332.09 103.324C332.023 103.258 331.99 103.156 331.99 103.02C331.99 102.871 332.027 102.762 332.102 102.691C332.176 102.621 332.295 102.586 332.459 102.586H333.707C333.855 102.586 333.959 102.619 334.018 102.686C334.08 102.748 334.111 102.904 334.111 103.154V107.174H334.381C334.572 107.174 334.709 107.205 334.791 107.268C334.877 107.33 334.92 107.434 334.92 107.578C334.92 107.719 334.879 107.824 334.797 107.895C334.719 107.965 334.604 108 334.451 108H333.561C333.455 108 333.373 107.979 333.314 107.936C333.256 107.893 333.227 107.834 333.227 107.76V107.361C332.852 107.65 332.529 107.85 332.26 107.959C331.994 108.064 331.713 108.117 331.416 108.117C330.771 108.117 330.287 107.947 329.963 107.607C329.643 107.264 329.482 106.746 329.482 106.055V103.418H329.359C329.094 103.418 328.912 103.387 328.814 103.324C328.717 103.262 328.668 103.152 328.668 102.996C328.668 102.859 328.705 102.758 328.779 102.691C328.857 102.621 328.977 102.586 329.137 102.586H330.021C330.158 102.586 330.252 102.613 330.303 102.668C330.357 102.723 330.385 102.844 330.385 103.031V105.838ZM340.65 102.914C340.842 102.914 340.98 102.947 341.066 103.014C341.156 103.08 341.201 103.186 341.201 103.33C341.201 103.467 341.16 103.57 341.078 103.641C340.996 103.707 340.873 103.74 340.709 103.74H338.336V105.697C338.336 106.338 338.418 106.76 338.582 106.963C338.75 107.166 339.035 107.268 339.438 107.268C339.793 107.268 340.219 107.164 340.715 106.957C341.211 106.75 341.518 106.646 341.635 106.646C341.744 106.646 341.836 106.686 341.91 106.764C341.988 106.842 342.027 106.938 342.027 107.051C342.027 107.18 341.979 107.293 341.881 107.391C341.787 107.484 341.625 107.576 341.395 107.666C341.012 107.818 340.666 107.93 340.357 108C340.053 108.07 339.766 108.105 339.496 108.105C339.039 108.105 338.654 108.033 338.342 107.889C338.033 107.74 337.803 107.521 337.65 107.232C337.572 107.096 337.516 106.934 337.48 106.746C337.449 106.559 337.434 106.27 337.434 105.879V105.697V103.74H336.438C336.273 103.74 336.154 103.709 336.08 103.646C336.006 103.58 335.969 103.475 335.969 103.33C335.969 103.17 336.02 103.061 336.121 103.002C336.223 102.943 336.439 102.914 336.771 102.914H337.434V101.713V101.402C337.434 101.234 337.469 101.111 337.539 101.033C337.613 100.951 337.727 100.91 337.879 100.91C338.051 100.91 338.17 100.959 338.236 101.057C338.303 101.154 338.336 101.377 338.336 101.725V102.914H340.65ZM348.432 104.736C348.432 104.186 348.381 103.814 348.279 103.623C348.182 103.428 348.012 103.33 347.77 103.33C347.48 103.33 347.25 103.455 347.078 103.705C346.91 103.955 346.826 104.299 346.826 104.736V107.174H346.932C347.17 107.174 347.328 107.203 347.406 107.262C347.488 107.316 347.529 107.422 347.529 107.578C347.529 107.719 347.496 107.824 347.43 107.895C347.363 107.965 347.262 108 347.125 108H346.381C346.213 108 346.098 107.961 346.035 107.883C345.977 107.805 345.947 107.637 345.947 107.379V107.209V104.736V104.279C345.947 103.986 345.881 103.756 345.748 103.588C345.615 103.416 345.434 103.33 345.203 103.33C345.027 103.33 344.865 103.383 344.717 103.488C344.572 103.59 344.447 103.742 344.342 103.945V107.174H344.559C344.793 107.174 344.951 107.203 345.033 107.262C345.115 107.32 345.156 107.426 345.156 107.578C345.156 107.738 345.123 107.85 345.057 107.912C344.99 107.971 344.863 108 344.676 108H343.117C342.965 108 342.852 107.967 342.777 107.9C342.707 107.83 342.672 107.723 342.672 107.578C342.672 107.422 342.717 107.316 342.807 107.262C342.9 107.203 343.08 107.174 343.346 107.174H343.463V103.418H343.357C343.084 103.418 342.896 103.387 342.795 103.324C342.697 103.262 342.648 103.152 342.648 102.996C342.648 102.859 342.688 102.758 342.766 102.691C342.844 102.621 342.961 102.586 343.117 102.586H344.014C344.143 102.586 344.227 102.609 344.266 102.656C344.309 102.699 344.334 102.793 344.342 102.938C344.502 102.766 344.674 102.639 344.857 102.557C345.041 102.475 345.248 102.434 345.479 102.434C345.752 102.434 345.977 102.494 346.152 102.615C346.332 102.732 346.465 102.912 346.551 103.154C346.715 102.908 346.904 102.727 347.119 102.609C347.334 102.492 347.58 102.434 347.857 102.434C348.361 102.434 348.729 102.598 348.959 102.926C349.193 103.254 349.311 103.785 349.311 104.52V107.174H349.404C349.646 107.174 349.809 107.203 349.891 107.262C349.973 107.32 350.014 107.426 350.014 107.578C350.014 107.719 349.979 107.824 349.908 107.895C349.838 107.965 349.734 108 349.598 108H348.889C348.732 108 348.617 107.953 348.543 107.859C348.469 107.766 348.432 107.617 348.432 107.414V104.736ZM83.3066 128.139V128.83H75.8945V128.139H83.3066ZM88.9785 122.736C88.9785 122.186 88.9277 121.814 88.8262 121.623C88.7285 121.428 88.5586 121.33 88.3164 121.33C88.0273 121.33 87.7969 121.455 87.625 121.705C87.457 121.955 87.373 122.299 87.373 122.736V125.174H87.4785C87.7168 125.174 87.875 125.203 87.9531 125.262C88.0352 125.316 88.0762 125.422 88.0762 125.578C88.0762 125.719 88.043 125.824 87.9766 125.895C87.9102 125.965 87.8086 126 87.6719 126H86.9277C86.7598 126 86.6445 125.961 86.582 125.883C86.5234 125.805 86.4941 125.637 86.4941 125.379V125.209V122.736V122.279C86.4941 121.986 86.4277 121.756 86.2949 121.588C86.1621 121.416 85.9805 121.33 85.75 121.33C85.5742 121.33 85.4121 121.383 85.2637 121.488C85.1191 121.59 84.9941 121.742 84.8887 121.945V125.174H85.1055C85.3398 125.174 85.498 125.203 85.5801 125.262C85.6621 125.32 85.7031 125.426 85.7031 125.578C85.7031 125.738 85.6699 125.85 85.6035 125.912C85.5371 125.971 85.4102 126 85.2227 126H83.6641C83.5117 126 83.3984 125.967 83.3242 125.9C83.2539 125.83 83.2188 125.723 83.2188 125.578C83.2188 125.422 83.2637 125.316 83.3535 125.262C83.4473 125.203 83.627 125.174 83.8926 125.174H84.0098V121.418H83.9043C83.6309 121.418 83.4434 121.387 83.3418 121.324C83.2441 121.262 83.1953 121.152 83.1953 120.996C83.1953 120.859 83.2344 120.758 83.3125 120.691C83.3906 120.621 83.5078 120.586 83.6641 120.586H84.5605C84.6895 120.586 84.7734 120.609 84.8125 120.656C84.8555 120.699 84.8809 120.793 84.8887 120.938C85.0488 120.766 85.2207 120.639 85.4043 120.557C85.5879 120.475 85.7949 120.434 86.0254 120.434C86.2988 120.434 86.5234 120.494 86.6992 120.615C86.8789 120.732 87.0117 120.912 87.0977 121.154C87.2617 120.908 87.4512 120.727 87.666 120.609C87.8809 120.492 88.127 120.434 88.4043 120.434C88.9082 120.434 89.2754 120.598 89.5059 120.926C89.7402 121.254 89.8574 121.785 89.8574 122.52V125.174H89.9512C90.1934 125.174 90.3555 125.203 90.4375 125.262C90.5195 125.32 90.5605 125.426 90.5605 125.578C90.5605 125.719 90.5254 125.824 90.4551 125.895C90.3848 125.965 90.2812 126 90.1445 126H89.4355C89.2793 126 89.1641 125.953 89.0898 125.859C89.0156 125.766 88.9785 125.617 88.9785 125.414V122.736ZM92.0312 123.551C92.0625 124.113 92.252 124.549 92.5996 124.857C92.9512 125.162 93.4297 125.314 94.0352 125.314C94.4922 125.314 94.9902 125.193 95.5293 124.951C96.0684 124.705 96.3945 124.582 96.5078 124.582C96.625 124.582 96.7227 124.619 96.8008 124.693C96.8789 124.768 96.918 124.859 96.918 124.969C96.918 125.082 96.877 125.186 96.7949 125.279C96.7129 125.373 96.582 125.465 96.4023 125.555C96.0117 125.746 95.6074 125.893 95.1895 125.994C94.7754 126.096 94.3633 126.146 93.9531 126.146C93.0625 126.146 92.3496 125.891 91.8145 125.379C91.2793 124.863 91.0117 124.182 91.0117 123.334C91.0117 122.471 91.2949 121.771 91.8613 121.236C92.4277 120.701 93.166 120.434 94.0762 120.434C94.9004 120.434 95.584 120.684 96.127 121.184C96.6699 121.684 96.9414 122.289 96.9414 123C96.9414 123.219 96.8945 123.365 96.8008 123.439C96.7109 123.514 96.4629 123.551 96.0566 123.551H95.9688H92.0312ZM92.0605 122.783H95.875C95.8164 122.318 95.6211 121.945 95.2891 121.664C94.9609 121.379 94.5566 121.236 94.0762 121.236C93.5566 121.236 93.1191 121.373 92.7637 121.646C92.4082 121.92 92.1738 122.299 92.0605 122.783ZM102.982 126C102.9 126 102.842 125.98 102.807 125.941C102.775 125.898 102.76 125.818 102.76 125.701V125.221C102.525 125.514 102.232 125.742 101.881 125.906C101.529 126.066 101.148 126.146 100.738 126.146C100 126.146 99.3809 125.885 98.8809 125.361C98.3848 124.834 98.1367 124.18 98.1367 123.398C98.1367 122.59 98.4023 121.918 98.9336 121.383C99.4648 120.844 100.127 120.574 100.92 120.574C101.322 120.574 101.684 120.646 102.004 120.791C102.324 120.932 102.6 121.141 102.83 121.418V119.174H102.52C102.18 119.174 101.959 119.145 101.857 119.086C101.76 119.023 101.711 118.912 101.711 118.752C101.711 118.611 101.75 118.506 101.828 118.436C101.91 118.365 102.027 118.33 102.18 118.33H103.381C103.498 118.33 103.582 118.35 103.633 118.389C103.688 118.428 103.715 118.488 103.715 118.57V125.174H103.979C104.17 125.174 104.309 125.207 104.395 125.273C104.48 125.336 104.523 125.438 104.523 125.578C104.523 125.711 104.486 125.814 104.412 125.889C104.338 125.963 104.238 126 104.113 126H102.982ZM99.1445 123.369C99.1445 123.908 99.3184 124.35 99.666 124.693C100.014 125.037 100.455 125.209 100.99 125.209C101.529 125.209 101.973 125.031 102.32 124.676C102.668 124.316 102.842 123.861 102.842 123.311C102.842 122.768 102.668 122.32 102.32 121.969C101.977 121.617 101.533 121.441 100.99 121.441C100.439 121.441 99.9941 121.619 99.6543 121.975C99.3145 122.33 99.1445 122.795 99.1445 123.369ZM107.887 118.898C107.887 118.477 107.924 118.211 107.998 118.102C108.076 117.992 108.24 117.938 108.49 117.938C108.732 117.938 108.893 117.984 108.971 118.078C109.049 118.168 109.088 118.385 109.088 118.729C109.088 119.064 109.051 119.273 108.977 119.355C108.906 119.434 108.744 119.473 108.49 119.473C108.24 119.473 108.076 119.436 107.998 119.361C107.924 119.287 107.887 119.133 107.887 118.898ZM108.971 125.174H110.852C111.004 125.174 111.115 125.207 111.186 125.273C111.26 125.336 111.297 125.438 111.297 125.578C111.297 125.738 111.262 125.85 111.191 125.912C111.125 125.971 111 126 110.816 126H106.27C106.113 126 105.996 125.965 105.918 125.895C105.84 125.824 105.801 125.719 105.801 125.578C105.801 125.441 105.842 125.34 105.924 125.273C106.006 125.207 106.129 125.174 106.293 125.174H108.08V121.418H106.938C106.777 121.418 106.654 121.383 106.568 121.312C106.486 121.238 106.445 121.133 106.445 120.996C106.445 120.859 106.484 120.758 106.562 120.691C106.641 120.621 106.758 120.586 106.914 120.586H108.631C108.736 120.586 108.818 120.607 108.877 120.65C108.939 120.693 108.971 120.752 108.971 120.826V125.174ZM114.174 123.838C114.174 124.33 114.277 124.689 114.484 124.916C114.691 125.143 115.02 125.256 115.469 125.256C115.895 125.256 116.258 125.121 116.559 124.852C116.863 124.582 117.016 124.244 117.016 123.838V121.418H116.213C116.061 121.418 115.949 121.387 115.879 121.324C115.812 121.258 115.779 121.156 115.779 121.02C115.779 120.871 115.816 120.762 115.891 120.691C115.965 120.621 116.084 120.586 116.248 120.586H117.496C117.645 120.586 117.748 120.619 117.807 120.686C117.869 120.748 117.9 120.904 117.9 121.154V125.174H118.17C118.361 125.174 118.498 125.205 118.58 125.268C118.666 125.33 118.709 125.434 118.709 125.578C118.709 125.719 118.668 125.824 118.586 125.895C118.508 125.965 118.393 126 118.24 126H117.35C117.244 126 117.162 125.979 117.104 125.936C117.045 125.893 117.016 125.834 117.016 125.76V125.361C116.641 125.65 116.318 125.85 116.049 125.959C115.783 126.064 115.502 126.117 115.205 126.117C114.561 126.117 114.076 125.947 113.752 125.607C113.432 125.264 113.271 124.746 113.271 124.055V121.418H113.148C112.883 121.418 112.701 121.387 112.604 121.324C112.506 121.262 112.457 121.152 112.457 120.996C112.457 120.859 112.494 120.758 112.568 120.691C112.646 120.621 112.766 120.586 112.926 120.586H113.811C113.947 120.586 114.041 120.613 114.092 120.668C114.146 120.723 114.174 120.844 114.174 121.031V123.838ZM125.014 122.736C125.014 122.186 124.963 121.814 124.861 121.623C124.764 121.428 124.594 121.33 124.352 121.33C124.062 121.33 123.832 121.455 123.66 121.705C123.492 121.955 123.408 122.299 123.408 122.736V125.174H123.514C123.752 125.174 123.91 125.203 123.988 125.262C124.07 125.316 124.111 125.422 124.111 125.578C124.111 125.719 124.078 125.824 124.012 125.895C123.945 125.965 123.844 126 123.707 126H122.963C122.795 126 122.68 125.961 122.617 125.883C122.559 125.805 122.529 125.637 122.529 125.379V125.209V122.736V122.279C122.529 121.986 122.463 121.756 122.33 121.588C122.197 121.416 122.016 121.33 121.785 121.33C121.609 121.33 121.447 121.383 121.299 121.488C121.154 121.59 121.029 121.742 120.924 121.945V125.174H121.141C121.375 125.174 121.533 125.203 121.615 125.262C121.697 125.32 121.738 125.426 121.738 125.578C121.738 125.738 121.705 125.85 121.639 125.912C121.572 125.971 121.445 126 121.258 126H119.699C119.547 126 119.434 125.967 119.359 125.9C119.289 125.83 119.254 125.723 119.254 125.578C119.254 125.422 119.299 125.316 119.389 125.262C119.482 125.203 119.662 125.174 119.928 125.174H120.045V121.418H119.939C119.666 121.418 119.479 121.387 119.377 121.324C119.279 121.262 119.23 121.152 119.23 120.996C119.23 120.859 119.27 120.758 119.348 120.691C119.426 120.621 119.543 120.586 119.699 120.586H120.596C120.725 120.586 120.809 120.609 120.848 120.656C120.891 120.699 120.916 120.793 120.924 120.938C121.084 120.766 121.256 120.639 121.439 120.557C121.623 120.475 121.83 120.434 122.061 120.434C122.334 120.434 122.559 120.494 122.734 120.615C122.914 120.732 123.047 120.912 123.133 121.154C123.297 120.908 123.486 120.727 123.701 120.609C123.916 120.492 124.162 120.434 124.439 120.434C124.943 120.434 125.311 120.598 125.541 120.926C125.775 121.254 125.893 121.785 125.893 122.52V125.174H125.986C126.229 125.174 126.391 125.203 126.473 125.262C126.555 125.32 126.596 125.426 126.596 125.578C126.596 125.719 126.561 125.824 126.49 125.895C126.42 125.965 126.316 126 126.18 126H125.471C125.314 126 125.199 125.953 125.125 125.859C125.051 125.766 125.014 125.617 125.014 125.414V122.736ZM127.422 122.854H132.678C132.795 122.854 132.885 122.893 132.947 122.971C133.014 123.045 133.047 123.15 133.047 123.287C133.047 123.428 133.014 123.535 132.947 123.609C132.885 123.684 132.795 123.721 132.678 123.721H127.422C127.301 123.721 127.207 123.684 127.141 123.609C127.078 123.535 127.047 123.428 127.047 123.287C127.047 123.146 127.078 123.039 127.141 122.965C127.207 122.891 127.301 122.854 127.422 122.854ZM127.422 120.891H132.678C132.795 120.891 132.885 120.928 132.947 121.002C133.014 121.076 133.047 121.182 133.047 121.318C133.047 121.459 133.014 121.566 132.947 121.641C132.885 121.715 132.795 121.752 132.678 121.752H127.422C127.301 121.752 127.207 121.717 127.141 121.646C127.078 121.572 127.047 121.463 127.047 121.318C127.047 121.178 127.078 121.072 127.141 121.002C127.207 120.928 127.301 120.891 127.422 120.891ZM137.57 125.186C138.121 125.186 138.568 125.012 138.912 124.664C139.256 124.316 139.428 123.865 139.428 123.311C139.428 122.768 139.252 122.32 138.9 121.969C138.553 121.617 138.109 121.441 137.57 121.441C137.027 121.441 136.582 121.617 136.234 121.969C135.891 122.316 135.719 122.764 135.719 123.311C135.719 123.857 135.891 124.307 136.234 124.658C136.582 125.01 137.027 125.186 137.57 125.186ZM135.742 121.43C135.961 121.156 136.234 120.947 136.562 120.803C136.891 120.658 137.262 120.586 137.676 120.586C138.461 120.586 139.115 120.852 139.639 121.383C140.162 121.91 140.424 122.564 140.424 123.346C140.424 124.115 140.154 124.768 139.615 125.303C139.08 125.838 138.426 126.105 137.652 126.105C137.242 126.105 136.885 126.033 136.58 125.889C136.275 125.744 136.025 125.525 135.83 125.232V125.701C135.83 125.807 135.811 125.883 135.771 125.93C135.736 125.977 135.676 126 135.59 126H134.518C134.365 126 134.252 125.965 134.178 125.895C134.104 125.824 134.066 125.719 134.066 125.578C134.066 125.422 134.111 125.316 134.201 125.262C134.291 125.203 134.469 125.174 134.734 125.174H134.857V119.174H134.746C134.48 119.174 134.299 119.143 134.201 119.08C134.104 119.018 134.055 118.908 134.055 118.752C134.055 118.611 134.094 118.506 134.172 118.436C134.25 118.365 134.365 118.33 134.518 118.33H135.408C135.525 118.33 135.609 118.35 135.66 118.389C135.715 118.428 135.742 118.488 135.742 118.57V121.43ZM143.002 123.838C143.002 124.33 143.105 124.689 143.312 124.916C143.52 125.143 143.848 125.256 144.297 125.256C144.723 125.256 145.086 125.121 145.387 124.852C145.691 124.582 145.844 124.244 145.844 123.838V121.418H145.041C144.889 121.418 144.777 121.387 144.707 121.324C144.641 121.258 144.607 121.156 144.607 121.02C144.607 120.871 144.645 120.762 144.719 120.691C144.793 120.621 144.912 120.586 145.076 120.586H146.324C146.473 120.586 146.576 120.619 146.635 120.686C146.697 120.748 146.729 120.904 146.729 121.154V125.174H146.998C147.189 125.174 147.326 125.205 147.408 125.268C147.494 125.33 147.537 125.434 147.537 125.578C147.537 125.719 147.496 125.824 147.414 125.895C147.336 125.965 147.221 126 147.068 126H146.178C146.072 126 145.99 125.979 145.932 125.936C145.873 125.893 145.844 125.834 145.844 125.76V125.361C145.469 125.65 145.146 125.85 144.877 125.959C144.611 126.064 144.33 126.117 144.033 126.117C143.389 126.117 142.904 125.947 142.58 125.607C142.26 125.264 142.1 124.746 142.1 124.055V121.418H141.977C141.711 121.418 141.529 121.387 141.432 121.324C141.334 121.262 141.285 121.152 141.285 120.996C141.285 120.859 141.322 120.758 141.396 120.691C141.475 120.621 141.594 120.586 141.754 120.586H142.639C142.775 120.586 142.869 120.613 142.92 120.668C142.975 120.723 143.002 120.844 143.002 121.031V123.838ZM153.268 120.914C153.459 120.914 153.598 120.947 153.684 121.014C153.773 121.08 153.818 121.186 153.818 121.33C153.818 121.467 153.777 121.57 153.695 121.641C153.613 121.707 153.49 121.74 153.326 121.74H150.953V123.697C150.953 124.338 151.035 124.76 151.199 124.963C151.367 125.166 151.652 125.268 152.055 125.268C152.41 125.268 152.836 125.164 153.332 124.957C153.828 124.75 154.135 124.646 154.252 124.646C154.361 124.646 154.453 124.686 154.527 124.764C154.605 124.842 154.645 124.938 154.645 125.051C154.645 125.18 154.596 125.293 154.498 125.391C154.404 125.484 154.242 125.576 154.012 125.666C153.629 125.818 153.283 125.93 152.975 126C152.67 126.07 152.383 126.105 152.113 126.105C151.656 126.105 151.271 126.033 150.959 125.889C150.65 125.74 150.42 125.521 150.268 125.232C150.189 125.096 150.133 124.934 150.098 124.746C150.066 124.559 150.051 124.27 150.051 123.879V123.697V121.74H149.055C148.891 121.74 148.771 121.709 148.697 121.646C148.623 121.58 148.586 121.475 148.586 121.33C148.586 121.17 148.637 121.061 148.738 121.002C148.84 120.943 149.057 120.914 149.389 120.914H150.051V119.713V119.402C150.051 119.234 150.086 119.111 150.156 119.033C150.23 118.951 150.344 118.91 150.496 118.91C150.668 118.91 150.787 118.959 150.854 119.057C150.92 119.154 150.953 119.377 150.953 119.725V120.914H153.268ZM160.475 120.914C160.666 120.914 160.805 120.947 160.891 121.014C160.98 121.08 161.025 121.186 161.025 121.33C161.025 121.467 160.984 121.57 160.902 121.641C160.82 121.707 160.697 121.74 160.533 121.74H158.16V123.697C158.16 124.338 158.242 124.76 158.406 124.963C158.574 125.166 158.859 125.268 159.262 125.268C159.617 125.268 160.043 125.164 160.539 124.957C161.035 124.75 161.342 124.646 161.459 124.646C161.568 124.646 161.66 124.686 161.734 124.764C161.812 124.842 161.852 124.938 161.852 125.051C161.852 125.18 161.803 125.293 161.705 125.391C161.611 125.484 161.449 125.576 161.219 125.666C160.836 125.818 160.49 125.93 160.182 126C159.877 126.07 159.59 126.105 159.32 126.105C158.863 126.105 158.479 126.033 158.166 125.889C157.857 125.74 157.627 125.521 157.475 125.232C157.396 125.096 157.34 124.934 157.305 124.746C157.273 124.559 157.258 124.27 157.258 123.879V123.697V121.74H156.262C156.098 121.74 155.979 121.709 155.904 121.646C155.83 121.58 155.793 121.475 155.793 121.33C155.793 121.17 155.844 121.061 155.945 121.002C156.047 120.943 156.264 120.914 156.596 120.914H157.258V119.713V119.402C157.258 119.234 157.293 119.111 157.363 119.033C157.438 118.951 157.551 118.91 157.703 118.91C157.875 118.91 157.994 118.959 158.061 119.057C158.127 119.154 158.16 119.377 158.16 119.725V120.914H160.475ZM166.082 125.326C166.684 125.326 167.176 125.137 167.559 124.758C167.945 124.375 168.139 123.889 168.139 123.299C168.139 122.709 167.945 122.223 167.559 121.84C167.172 121.453 166.68 121.26 166.082 121.26C165.484 121.26 164.992 121.453 164.605 121.84C164.223 122.223 164.031 122.709 164.031 123.299C164.031 123.893 164.223 124.379 164.605 124.758C164.988 125.137 165.48 125.326 166.082 125.326ZM169.158 123.299C169.158 124.135 168.873 124.818 168.303 125.35C167.732 125.881 166.992 126.146 166.082 126.146C165.176 126.146 164.438 125.881 163.867 125.35C163.297 124.818 163.012 124.135 163.012 123.299C163.012 122.463 163.297 121.781 163.867 121.254C164.438 120.723 165.176 120.457 166.082 120.457C166.988 120.457 167.727 120.723 168.297 121.254C168.871 121.785 169.158 122.467 169.158 123.299ZM171.109 125.174V121.418H170.998C170.732 121.418 170.549 121.387 170.447 121.324C170.35 121.262 170.301 121.152 170.301 120.996C170.301 120.852 170.342 120.748 170.424 120.686C170.506 120.619 170.639 120.586 170.822 120.586H171.098H171.66C171.766 120.586 171.848 120.607 171.906 120.65C171.965 120.693 171.994 120.752 171.994 120.826V121.225C172.279 120.959 172.561 120.764 172.838 120.639C173.119 120.51 173.41 120.445 173.711 120.445C174.301 120.445 174.764 120.629 175.1 120.996C175.439 121.363 175.609 121.871 175.609 122.52V125.174H175.885C176.08 125.174 176.221 125.207 176.307 125.273C176.393 125.336 176.436 125.438 176.436 125.578C176.436 125.73 176.389 125.84 176.295 125.906C176.205 125.969 176.043 126 175.809 126H174.514C174.264 126 174.104 125.971 174.033 125.912C173.963 125.854 173.928 125.742 173.928 125.578C173.928 125.426 173.969 125.32 174.051 125.262C174.133 125.203 174.287 125.174 174.514 125.174H174.719V122.736C174.719 122.279 174.615 121.932 174.408 121.693C174.201 121.451 173.9 121.33 173.506 121.33C173.107 121.33 172.756 121.465 172.451 121.734C172.146 122.004 171.994 122.338 171.994 122.736V125.174H172.199C172.434 125.174 172.592 125.203 172.674 125.262C172.756 125.32 172.797 125.426 172.797 125.578C172.797 125.742 172.762 125.854 172.691 125.912C172.621 125.971 172.449 126 172.176 126H171.109H170.793C170.633 126 170.512 125.967 170.43 125.9C170.352 125.83 170.312 125.723 170.312 125.578C170.312 125.422 170.357 125.316 170.447 125.262C170.541 125.203 170.721 125.174 170.986 125.174H171.109ZM181.492 125.449C181.227 125.68 180.951 125.852 180.666 125.965C180.385 126.078 180.09 126.135 179.781 126.135C179.254 126.135 178.816 125.957 178.469 125.602C178.125 125.242 177.953 124.791 177.953 124.248C177.953 123.873 178.047 123.531 178.234 123.223C178.422 122.914 178.729 122.6 179.154 122.279C178.959 122.002 178.818 121.756 178.732 121.541C178.646 121.322 178.604 121.113 178.604 120.914C178.604 120.5 178.754 120.15 179.055 119.865C179.359 119.58 179.732 119.438 180.174 119.438C180.322 119.438 180.477 119.463 180.637 119.514C180.801 119.564 180.998 119.65 181.229 119.771C181.248 119.768 181.268 119.766 181.287 119.766C181.307 119.762 181.336 119.76 181.375 119.76C181.5 119.76 181.596 119.791 181.662 119.854C181.732 119.912 181.768 119.996 181.768 120.105C181.768 120.242 181.719 120.367 181.621 120.48C181.523 120.594 181.422 120.65 181.316 120.65C181.246 120.65 181.09 120.578 180.848 120.434C180.609 120.289 180.4 120.217 180.221 120.217C180.025 120.217 179.863 120.277 179.734 120.398C179.605 120.52 179.541 120.67 179.541 120.85C179.541 120.975 179.574 121.109 179.641 121.254C179.707 121.398 179.85 121.617 180.068 121.91L181.516 123.902C181.59 123.719 181.666 123.479 181.744 123.182C181.854 122.74 182.01 122.52 182.213 122.52H182.576C182.662 122.52 182.736 122.562 182.799 122.648C182.865 122.734 182.898 122.84 182.898 122.965C182.898 123.113 182.873 123.217 182.822 123.275C182.771 123.334 182.674 123.379 182.529 123.41C182.482 123.605 182.422 123.805 182.348 124.008C182.273 124.211 182.186 124.42 182.084 124.635L182.441 125.139H182.588C182.662 125.139 182.723 125.174 182.77 125.244C182.816 125.314 182.84 125.41 182.84 125.531C182.84 125.676 182.812 125.791 182.758 125.877C182.703 125.959 182.631 126 182.541 126H182.049C181.955 126 181.846 125.912 181.721 125.736C181.701 125.709 181.686 125.689 181.674 125.678L181.492 125.449ZM180.988 124.764L179.67 122.988C179.439 123.148 179.268 123.322 179.154 123.51C179.041 123.697 178.984 123.904 178.984 124.131C178.984 124.436 179.084 124.693 179.283 124.904C179.486 125.115 179.73 125.221 180.016 125.221C180.188 125.221 180.352 125.184 180.508 125.109C180.668 125.035 180.828 124.92 180.988 124.764ZM186.244 123.838C186.244 124.33 186.348 124.689 186.555 124.916C186.762 125.143 187.09 125.256 187.539 125.256C187.965 125.256 188.328 125.121 188.629 124.852C188.934 124.582 189.086 124.244 189.086 123.838V121.418H188.283C188.131 121.418 188.02 121.387 187.949 121.324C187.883 121.258 187.85 121.156 187.85 121.02C187.85 120.871 187.887 120.762 187.961 120.691C188.035 120.621 188.154 120.586 188.318 120.586H189.566C189.715 120.586 189.818 120.619 189.877 120.686C189.939 120.748 189.971 120.904 189.971 121.154V125.174H190.24C190.432 125.174 190.568 125.205 190.65 125.268C190.736 125.33 190.779 125.434 190.779 125.578C190.779 125.719 190.738 125.824 190.656 125.895C190.578 125.965 190.463 126 190.311 126H189.42C189.314 126 189.232 125.979 189.174 125.936C189.115 125.893 189.086 125.834 189.086 125.76V125.361C188.711 125.65 188.389 125.85 188.119 125.959C187.854 126.064 187.572 126.117 187.275 126.117C186.631 126.117 186.146 125.947 185.822 125.607C185.502 125.264 185.342 124.746 185.342 124.055V121.418H185.219C184.953 121.418 184.771 121.387 184.674 121.324C184.576 121.262 184.527 121.152 184.527 120.996C184.527 120.859 184.564 120.758 184.639 120.691C184.717 120.621 184.836 120.586 184.996 120.586H185.881C186.018 120.586 186.111 120.613 186.162 120.668C186.217 120.723 186.244 120.844 186.244 121.031V123.838ZM196.51 120.914C196.701 120.914 196.84 120.947 196.926 121.014C197.016 121.08 197.061 121.186 197.061 121.33C197.061 121.467 197.02 121.57 196.938 121.641C196.855 121.707 196.732 121.74 196.568 121.74H194.195V123.697C194.195 124.338 194.277 124.76 194.441 124.963C194.609 125.166 194.895 125.268 195.297 125.268C195.652 125.268 196.078 125.164 196.574 124.957C197.07 124.75 197.377 124.646 197.494 124.646C197.604 124.646 197.695 124.686 197.77 124.764C197.848 124.842 197.887 124.938 197.887 125.051C197.887 125.18 197.838 125.293 197.74 125.391C197.646 125.484 197.484 125.576 197.254 125.666C196.871 125.818 196.525 125.93 196.217 126C195.912 126.07 195.625 126.105 195.355 126.105C194.898 126.105 194.514 126.033 194.201 125.889C193.893 125.74 193.662 125.521 193.51 125.232C193.432 125.096 193.375 124.934 193.34 124.746C193.309 124.559 193.293 124.27 193.293 123.879V123.697V121.74H192.297C192.133 121.74 192.014 121.709 191.939 121.646C191.865 121.58 191.828 121.475 191.828 121.33C191.828 121.17 191.879 121.061 191.98 121.002C192.082 120.943 192.299 120.914 192.631 120.914H193.293V119.713V119.402C193.293 119.234 193.328 119.111 193.398 119.033C193.473 118.951 193.586 118.91 193.738 118.91C193.91 118.91 194.029 118.959 194.096 119.057C194.162 119.154 194.195 119.377 194.195 119.725V120.914H196.51ZM204.291 122.736C204.291 122.186 204.24 121.814 204.139 121.623C204.041 121.428 203.871 121.33 203.629 121.33C203.34 121.33 203.109 121.455 202.938 121.705C202.77 121.955 202.686 122.299 202.686 122.736V125.174H202.791C203.029 125.174 203.188 125.203 203.266 125.262C203.348 125.316 203.389 125.422 203.389 125.578C203.389 125.719 203.355 125.824 203.289 125.895C203.223 125.965 203.121 126 202.984 126H202.24C202.072 126 201.957 125.961 201.895 125.883C201.836 125.805 201.807 125.637 201.807 125.379V125.209V122.736V122.279C201.807 121.986 201.74 121.756 201.607 121.588C201.475 121.416 201.293 121.33 201.062 121.33C200.887 121.33 200.725 121.383 200.576 121.488C200.432 121.59 200.307 121.742 200.201 121.945V125.174H200.418C200.652 125.174 200.811 125.203 200.893 125.262C200.975 125.32 201.016 125.426 201.016 125.578C201.016 125.738 200.982 125.85 200.916 125.912C200.85 125.971 200.723 126 200.535 126H198.977C198.824 126 198.711 125.967 198.637 125.9C198.566 125.83 198.531 125.723 198.531 125.578C198.531 125.422 198.576 125.316 198.666 125.262C198.76 125.203 198.939 125.174 199.205 125.174H199.322V121.418H199.217C198.943 121.418 198.756 121.387 198.654 121.324C198.557 121.262 198.508 121.152 198.508 120.996C198.508 120.859 198.547 120.758 198.625 120.691C198.703 120.621 198.82 120.586 198.977 120.586H199.873C200.002 120.586 200.086 120.609 200.125 120.656C200.168 120.699 200.193 120.793 200.201 120.938C200.361 120.766 200.533 120.639 200.717 120.557C200.9 120.475 201.107 120.434 201.338 120.434C201.611 120.434 201.836 120.494 202.012 120.615C202.191 120.732 202.324 120.912 202.41 121.154C202.574 120.908 202.764 120.727 202.979 120.609C203.193 120.492 203.439 120.434 203.717 120.434C204.221 120.434 204.588 120.598 204.818 120.926C205.053 121.254 205.17 121.785 205.17 122.52V125.174H205.264C205.506 125.174 205.668 125.203 205.75 125.262C205.832 125.32 205.873 125.426 205.873 125.578C205.873 125.719 205.838 125.824 205.768 125.895C205.697 125.965 205.594 126 205.457 126H204.748C204.592 126 204.477 125.953 204.402 125.859C204.328 125.766 204.291 125.617 204.291 125.414V122.736ZM213.033 128.139V128.83H205.621V128.139H213.033ZM218.295 120.938V120.914C218.295 120.785 218.332 120.691 218.406 120.633C218.48 120.57 218.596 120.539 218.752 120.539C218.912 120.539 219.021 120.586 219.08 120.68C219.143 120.773 219.174 120.967 219.174 121.26V122.35C219.174 122.494 219.137 122.604 219.062 122.678C218.988 122.748 218.877 122.783 218.729 122.783C218.623 122.783 218.531 122.754 218.453 122.695C218.379 122.633 218.287 122.506 218.178 122.314C217.99 121.998 217.762 121.76 217.492 121.6C217.227 121.436 216.92 121.354 216.572 121.354C215.963 121.354 215.467 121.533 215.084 121.893C214.705 122.252 214.516 122.717 214.516 123.287C214.516 123.869 214.697 124.346 215.061 124.717C215.428 125.084 215.898 125.268 216.473 125.268C216.734 125.268 216.982 125.232 217.217 125.162C217.455 125.088 217.68 124.979 217.891 124.834C217.965 124.787 218.064 124.715 218.189 124.617C218.443 124.41 218.643 124.307 218.787 124.307C218.908 124.307 219.006 124.346 219.08 124.424C219.158 124.498 219.197 124.596 219.197 124.717C219.197 125.025 218.904 125.342 218.318 125.666C217.736 125.986 217.117 126.146 216.461 126.146C215.613 126.146 214.906 125.875 214.34 125.332C213.777 124.789 213.496 124.111 213.496 123.299C213.496 122.486 213.777 121.809 214.34 121.266C214.902 120.719 215.605 120.445 216.449 120.445C216.746 120.445 217.043 120.486 217.34 120.568C217.641 120.646 217.959 120.77 218.295 120.938ZM225.039 123.41C224.824 123.34 224.615 123.289 224.412 123.258C224.213 123.223 224.014 123.205 223.814 123.205C223.213 123.205 222.738 123.307 222.391 123.51C222.043 123.713 221.869 123.986 221.869 124.33C221.869 124.596 221.977 124.814 222.191 124.986C222.41 125.158 222.688 125.244 223.023 125.244C223.52 125.244 223.979 125.115 224.4 124.857C224.826 124.596 225.039 124.324 225.039 124.043V123.41ZM225.086 125.256C224.766 125.545 224.416 125.766 224.037 125.918C223.662 126.07 223.275 126.146 222.877 126.146C222.295 126.146 221.824 125.984 221.465 125.66C221.109 125.336 220.932 124.914 220.932 124.395C220.932 123.777 221.168 123.299 221.641 122.959C222.117 122.619 222.785 122.449 223.645 122.449C223.871 122.449 224.1 122.465 224.33 122.496C224.561 122.523 224.797 122.568 225.039 122.631V122.59C225.039 122.141 224.932 121.809 224.717 121.594C224.502 121.379 224.168 121.271 223.715 121.271C223.41 121.271 223.07 121.354 222.695 121.518C222.32 121.682 222.072 121.764 221.951 121.764C221.838 121.764 221.744 121.719 221.67 121.629C221.596 121.535 221.559 121.416 221.559 121.271C221.559 121.041 221.773 120.846 222.203 120.686C222.637 120.525 223.189 120.445 223.861 120.445C224.549 120.445 225.068 120.621 225.42 120.973C225.771 121.32 225.947 121.836 225.947 122.52V125.174H226.234C226.512 125.174 226.697 125.203 226.791 125.262C226.885 125.32 226.932 125.426 226.932 125.578C226.932 125.719 226.893 125.824 226.814 125.895C226.736 125.965 226.619 126 226.463 126H225.543C225.434 126 225.344 125.967 225.273 125.9C225.203 125.834 225.156 125.738 225.133 125.613L225.086 125.256ZM233.119 122.736C233.119 122.186 233.068 121.814 232.967 121.623C232.869 121.428 232.699 121.33 232.457 121.33C232.168 121.33 231.938 121.455 231.766 121.705C231.598 121.955 231.514 122.299 231.514 122.736V125.174H231.619C231.857 125.174 232.016 125.203 232.094 125.262C232.176 125.316 232.217 125.422 232.217 125.578C232.217 125.719 232.184 125.824 232.117 125.895C232.051 125.965 231.949 126 231.812 126H231.068C230.9 126 230.785 125.961 230.723 125.883C230.664 125.805 230.635 125.637 230.635 125.379V125.209V122.736V122.279C230.635 121.986 230.568 121.756 230.436 121.588C230.303 121.416 230.121 121.33 229.891 121.33C229.715 121.33 229.553 121.383 229.404 121.488C229.26 121.59 229.135 121.742 229.029 121.945V125.174H229.246C229.48 125.174 229.639 125.203 229.721 125.262C229.803 125.32 229.844 125.426 229.844 125.578C229.844 125.738 229.811 125.85 229.744 125.912C229.678 125.971 229.551 126 229.363 126H227.805C227.652 126 227.539 125.967 227.465 125.9C227.395 125.83 227.359 125.723 227.359 125.578C227.359 125.422 227.404 125.316 227.494 125.262C227.588 125.203 227.768 125.174 228.033 125.174H228.15V121.418H228.045C227.771 121.418 227.584 121.387 227.482 121.324C227.385 121.262 227.336 121.152 227.336 120.996C227.336 120.859 227.375 120.758 227.453 120.691C227.531 120.621 227.648 120.586 227.805 120.586H228.701C228.83 120.586 228.914 120.609 228.953 120.656C228.996 120.699 229.021 120.793 229.029 120.938C229.189 120.766 229.361 120.639 229.545 120.557C229.729 120.475 229.936 120.434 230.166 120.434C230.439 120.434 230.664 120.494 230.84 120.615C231.02 120.732 231.152 120.912 231.238 121.154C231.402 120.908 231.592 120.727 231.807 120.609C232.021 120.492 232.268 120.434 232.545 120.434C233.049 120.434 233.416 120.598 233.646 120.926C233.881 121.254 233.998 121.785 233.998 122.52V125.174H234.092C234.334 125.174 234.496 125.203 234.578 125.262C234.66 125.32 234.701 125.426 234.701 125.578C234.701 125.719 234.666 125.824 234.596 125.895C234.525 125.965 234.422 126 234.285 126H233.576C233.42 126 233.305 125.953 233.23 125.859C233.156 125.766 233.119 125.617 233.119 125.414V122.736ZM236.641 127.5H238.047C238.195 127.5 238.307 127.535 238.381 127.605C238.455 127.676 238.492 127.781 238.492 127.922C238.492 128.074 238.455 128.182 238.381 128.244C238.311 128.307 238.184 128.338 238 128.338H235.416C235.26 128.338 235.141 128.303 235.059 128.232C234.98 128.162 234.941 128.059 234.941 127.922C234.941 127.766 234.99 127.656 235.088 127.594C235.189 127.531 235.375 127.5 235.645 127.5H235.756V121.418H235.645C235.375 121.418 235.189 121.387 235.088 121.324C234.99 121.262 234.941 121.152 234.941 120.996C234.941 120.859 234.98 120.758 235.059 120.691C235.141 120.621 235.26 120.586 235.416 120.586H236.307C236.424 120.586 236.508 120.605 236.559 120.645C236.613 120.684 236.641 120.744 236.641 120.826V121.395C236.906 121.121 237.199 120.916 237.52 120.779C237.844 120.643 238.191 120.574 238.562 120.574C239.348 120.574 240.004 120.84 240.531 121.371C241.059 121.902 241.322 122.568 241.322 123.369C241.322 124.139 241.072 124.771 240.572 125.268C240.072 125.764 239.434 126.012 238.656 126.012C238.242 126.012 237.861 125.939 237.514 125.795C237.166 125.646 236.875 125.436 236.641 125.162V127.5ZM238.457 125.15C239 125.15 239.445 124.98 239.793 124.641C240.141 124.297 240.314 123.854 240.314 123.311C240.314 122.779 240.139 122.342 239.787 121.998C239.439 121.65 238.996 121.477 238.457 121.477C237.918 121.477 237.477 121.648 237.133 121.992C236.789 122.336 236.617 122.775 236.617 123.311C236.617 123.85 236.787 124.291 237.127 124.635C237.471 124.979 237.914 125.15 238.457 125.15ZM246.66 123.41C246.445 123.34 246.236 123.289 246.033 123.258C245.834 123.223 245.635 123.205 245.436 123.205C244.834 123.205 244.359 123.307 244.012 123.51C243.664 123.713 243.49 123.986 243.49 124.33C243.49 124.596 243.598 124.814 243.812 124.986C244.031 125.158 244.309 125.244 244.645 125.244C245.141 125.244 245.6 125.115 246.021 124.857C246.447 124.596 246.66 124.324 246.66 124.043V123.41ZM246.707 125.256C246.387 125.545 246.037 125.766 245.658 125.918C245.283 126.07 244.896 126.146 244.498 126.146C243.916 126.146 243.445 125.984 243.086 125.66C242.73 125.336 242.553 124.914 242.553 124.395C242.553 123.777 242.789 123.299 243.262 122.959C243.738 122.619 244.406 122.449 245.266 122.449C245.492 122.449 245.721 122.465 245.951 122.496C246.182 122.523 246.418 122.568 246.66 122.631V122.59C246.66 122.141 246.553 121.809 246.338 121.594C246.123 121.379 245.789 121.271 245.336 121.271C245.031 121.271 244.691 121.354 244.316 121.518C243.941 121.682 243.693 121.764 243.572 121.764C243.459 121.764 243.365 121.719 243.291 121.629C243.217 121.535 243.18 121.416 243.18 121.271C243.18 121.041 243.395 120.846 243.824 120.686C244.258 120.525 244.811 120.445 245.482 120.445C246.17 120.445 246.689 120.621 247.041 120.973C247.393 121.32 247.568 121.836 247.568 122.52V125.174H247.855C248.133 125.174 248.318 125.203 248.412 125.262C248.506 125.32 248.553 125.426 248.553 125.578C248.553 125.719 248.514 125.824 248.436 125.895C248.357 125.965 248.24 126 248.084 126H247.164C247.055 126 246.965 125.967 246.895 125.9C246.824 125.834 246.777 125.738 246.754 125.613L246.707 125.256ZM252.027 118.898C252.027 118.477 252.064 118.211 252.139 118.102C252.217 117.992 252.381 117.938 252.631 117.938C252.873 117.938 253.033 117.984 253.111 118.078C253.189 118.168 253.229 118.385 253.229 118.729C253.229 119.064 253.191 119.273 253.117 119.355C253.047 119.434 252.885 119.473 252.631 119.473C252.381 119.473 252.217 119.436 252.139 119.361C252.064 119.287 252.027 119.133 252.027 118.898ZM253.111 125.174H254.992C255.145 125.174 255.256 125.207 255.326 125.273C255.4 125.336 255.438 125.438 255.438 125.578C255.438 125.738 255.402 125.85 255.332 125.912C255.266 125.971 255.141 126 254.957 126H250.41C250.254 126 250.137 125.965 250.059 125.895C249.98 125.824 249.941 125.719 249.941 125.578C249.941 125.441 249.982 125.34 250.064 125.273C250.146 125.207 250.27 125.174 250.434 125.174H252.221V121.418H251.078C250.918 121.418 250.795 121.383 250.709 121.312C250.627 121.238 250.586 121.133 250.586 120.996C250.586 120.859 250.625 120.758 250.703 120.691C250.781 120.621 250.898 120.586 251.055 120.586H252.771C252.877 120.586 252.959 120.607 253.018 120.65C253.08 120.693 253.111 120.752 253.111 120.826V125.174ZM259.609 121.453C259.098 121.453 258.68 121.611 258.355 121.928C258.031 122.244 257.869 122.654 257.869 123.158C257.869 123.654 258.031 124.062 258.355 124.383C258.68 124.699 259.098 124.857 259.609 124.857C260.117 124.857 260.533 124.699 260.857 124.383C261.186 124.062 261.35 123.654 261.35 123.158C261.35 122.662 261.186 122.254 260.857 121.934C260.533 121.613 260.117 121.453 259.609 121.453ZM262.152 125.689C262.152 126.236 262.125 126.623 262.07 126.85C262.016 127.08 261.922 127.281 261.789 127.453C261.57 127.742 261.264 127.961 260.869 128.109C260.475 128.262 260.01 128.338 259.475 128.338C259.029 128.338 258.703 128.295 258.496 128.209C258.293 128.123 258.191 127.986 258.191 127.799C258.191 127.678 258.24 127.57 258.338 127.477C258.439 127.387 258.559 127.342 258.695 127.342C258.801 127.342 258.963 127.355 259.182 127.383C259.4 127.414 259.566 127.43 259.68 127.43C260.258 127.43 260.668 127.297 260.91 127.031C261.152 126.766 261.273 126.311 261.273 125.666V124.957C261.035 125.234 260.771 125.438 260.482 125.566C260.193 125.695 259.861 125.76 259.486 125.76C258.756 125.76 258.15 125.518 257.67 125.033C257.193 124.545 256.955 123.928 256.955 123.182C256.955 122.432 257.201 121.811 257.693 121.318C258.186 120.822 258.795 120.574 259.521 120.574C259.822 120.574 260.115 120.631 260.4 120.744C260.689 120.854 260.98 121.021 261.273 121.248V120.826C261.273 120.744 261.299 120.684 261.35 120.645C261.404 120.605 261.488 120.586 261.602 120.586H262.486C262.643 120.586 262.76 120.621 262.838 120.691C262.916 120.758 262.955 120.859 262.955 120.996C262.955 121.152 262.906 121.262 262.809 121.324C262.711 121.387 262.527 121.418 262.258 121.418H262.152V125.689ZM264.801 125.174V121.418H264.689C264.424 121.418 264.24 121.387 264.139 121.324C264.041 121.262 263.992 121.152 263.992 120.996C263.992 120.852 264.033 120.748 264.115 120.686C264.197 120.619 264.33 120.586 264.514 120.586H264.789H265.352C265.457 120.586 265.539 120.607 265.598 120.65C265.656 120.693 265.686 120.752 265.686 120.826V121.225C265.971 120.959 266.252 120.764 266.529 120.639C266.811 120.51 267.102 120.445 267.402 120.445C267.992 120.445 268.455 120.629 268.791 120.996C269.131 121.363 269.301 121.871 269.301 122.52V125.174H269.576C269.771 125.174 269.912 125.207 269.998 125.273C270.084 125.336 270.127 125.438 270.127 125.578C270.127 125.73 270.08 125.84 269.986 125.906C269.896 125.969 269.734 126 269.5 126H268.205C267.955 126 267.795 125.971 267.725 125.912C267.654 125.854 267.619 125.742 267.619 125.578C267.619 125.426 267.66 125.32 267.742 125.262C267.824 125.203 267.979 125.174 268.205 125.174H268.41V122.736C268.41 122.279 268.307 121.932 268.1 121.693C267.893 121.451 267.592 121.33 267.197 121.33C266.799 121.33 266.447 121.465 266.143 121.734C265.838 122.004 265.686 122.338 265.686 122.736V125.174H265.891C266.125 125.174 266.283 125.203 266.365 125.262C266.447 125.32 266.488 125.426 266.488 125.578C266.488 125.742 266.453 125.854 266.383 125.912C266.312 125.971 266.141 126 265.867 126H264.801H264.484C264.324 126 264.203 125.967 264.121 125.9C264.043 125.83 264.004 125.723 264.004 125.578C264.004 125.422 264.049 125.316 264.139 125.262C264.232 125.203 264.412 125.174 264.678 125.174H264.801ZM271.562 122.854H276.818C276.936 122.854 277.025 122.893 277.088 122.971C277.154 123.045 277.188 123.15 277.188 123.287C277.188 123.428 277.154 123.535 277.088 123.609C277.025 123.684 276.936 123.721 276.818 123.721H271.562C271.441 123.721 271.348 123.684 271.281 123.609C271.219 123.535 271.188 123.428 271.188 123.287C271.188 123.146 271.219 123.039 271.281 122.965C271.348 122.891 271.441 122.854 271.562 122.854ZM271.562 120.891H276.818C276.936 120.891 277.025 120.928 277.088 121.002C277.154 121.076 277.188 121.182 277.188 121.318C277.188 121.459 277.154 121.566 277.088 121.641C277.025 121.715 276.936 121.752 276.818 121.752H271.562C271.441 121.752 271.348 121.717 271.281 121.646C271.219 121.572 271.188 121.463 271.188 121.318C271.188 121.178 271.219 121.072 271.281 121.002C271.348 120.928 271.441 120.891 271.562 120.891ZM278.84 125.578V124.535C278.84 124.363 278.871 124.24 278.934 124.166C279 124.092 279.105 124.055 279.25 124.055C279.41 124.055 279.537 124.164 279.631 124.383C279.693 124.516 279.75 124.615 279.801 124.682C279.965 124.893 280.207 125.062 280.527 125.191C280.848 125.316 281.201 125.379 281.588 125.379C282.002 125.379 282.334 125.295 282.584 125.127C282.834 124.959 282.959 124.738 282.959 124.465C282.959 124.188 282.857 123.99 282.654 123.873C282.455 123.756 282.111 123.697 281.623 123.697H281.301C280.504 123.697 279.896 123.559 279.479 123.281C279.061 123.004 278.852 122.602 278.852 122.074C278.852 121.559 279.055 121.158 279.461 120.873C279.871 120.588 280.445 120.445 281.184 120.445C281.484 120.445 281.791 120.488 282.104 120.574C282.416 120.656 282.58 120.697 282.596 120.697C282.639 120.697 282.721 120.66 282.842 120.586C282.963 120.508 283.082 120.469 283.199 120.469C283.332 120.469 283.43 120.518 283.492 120.615C283.559 120.713 283.592 120.859 283.592 121.055V121.74C283.592 121.947 283.561 122.098 283.498 122.191C283.436 122.281 283.336 122.326 283.199 122.326C283.082 122.326 282.938 122.227 282.766 122.027C282.645 121.891 282.545 121.787 282.467 121.717C282.26 121.525 282.039 121.389 281.805 121.307C281.57 121.221 281.295 121.178 280.979 121.178C280.611 121.178 280.314 121.26 280.088 121.424C279.865 121.584 279.754 121.789 279.754 122.039C279.754 122.285 279.869 122.461 280.1 122.566C280.33 122.672 280.826 122.732 281.588 122.748C282.4 122.768 282.994 122.91 283.369 123.176C283.744 123.438 283.932 123.844 283.932 124.395C283.932 124.922 283.725 125.344 283.311 125.66C282.896 125.977 282.338 126.135 281.635 126.135C281.412 126.135 281.164 126.113 280.891 126.07C280.617 126.031 280.273 125.963 279.859 125.865C279.723 125.955 279.605 126.021 279.508 126.064C279.41 126.111 279.328 126.135 279.262 126.135C279.125 126.135 279.02 126.088 278.945 125.994C278.875 125.896 278.84 125.758 278.84 125.578ZM289.902 123.41C289.688 123.34 289.479 123.289 289.275 123.258C289.076 123.223 288.877 123.205 288.678 123.205C288.076 123.205 287.602 123.307 287.254 123.51C286.906 123.713 286.732 123.986 286.732 124.33C286.732 124.596 286.84 124.814 287.055 124.986C287.273 125.158 287.551 125.244 287.887 125.244C288.383 125.244 288.842 125.115 289.264 124.857C289.689 124.596 289.902 124.324 289.902 124.043V123.41ZM289.949 125.256C289.629 125.545 289.279 125.766 288.9 125.918C288.525 126.07 288.139 126.146 287.74 126.146C287.158 126.146 286.688 125.984 286.328 125.66C285.973 125.336 285.795 124.914 285.795 124.395C285.795 123.777 286.031 123.299 286.504 122.959C286.98 122.619 287.648 122.449 288.508 122.449C288.734 122.449 288.963 122.465 289.193 122.496C289.424 122.523 289.66 122.568 289.902 122.631V122.59C289.902 122.141 289.795 121.809 289.58 121.594C289.365 121.379 289.031 121.271 288.578 121.271C288.273 121.271 287.934 121.354 287.559 121.518C287.184 121.682 286.936 121.764 286.814 121.764C286.701 121.764 286.607 121.719 286.533 121.629C286.459 121.535 286.422 121.416 286.422 121.271C286.422 121.041 286.637 120.846 287.066 120.686C287.5 120.525 288.053 120.445 288.725 120.445C289.412 120.445 289.932 120.621 290.283 120.973C290.635 121.32 290.811 121.836 290.811 122.52V125.174H291.098C291.375 125.174 291.561 125.203 291.654 125.262C291.748 125.32 291.795 125.426 291.795 125.578C291.795 125.719 291.756 125.824 291.678 125.895C291.6 125.965 291.482 126 291.326 126H290.406C290.297 126 290.207 125.967 290.137 125.9C290.066 125.834 290.02 125.738 289.996 125.613L289.949 125.256ZM295.416 119.174H294.42C294.041 119.174 293.803 119.145 293.705 119.086C293.611 119.023 293.564 118.912 293.564 118.752C293.564 118.611 293.604 118.506 293.682 118.436C293.764 118.365 293.881 118.33 294.033 118.33H295.967C296.072 118.33 296.154 118.352 296.213 118.395C296.271 118.438 296.301 118.496 296.301 118.57V125.174H298.141C298.289 125.174 298.396 125.207 298.463 125.273C298.533 125.336 298.568 125.438 298.568 125.578C298.568 125.738 298.535 125.85 298.469 125.912C298.402 125.971 298.277 126 298.094 126H293.77C293.617 126 293.5 125.965 293.418 125.895C293.34 125.824 293.301 125.719 293.301 125.578C293.301 125.441 293.342 125.34 293.424 125.273C293.506 125.207 293.629 125.174 293.793 125.174H295.416V119.174ZM301.035 123.551C301.066 124.113 301.256 124.549 301.604 124.857C301.955 125.162 302.434 125.314 303.039 125.314C303.496 125.314 303.994 125.193 304.533 124.951C305.072 124.705 305.398 124.582 305.512 124.582C305.629 124.582 305.727 124.619 305.805 124.693C305.883 124.768 305.922 124.859 305.922 124.969C305.922 125.082 305.881 125.186 305.799 125.279C305.717 125.373 305.586 125.465 305.406 125.555C305.016 125.746 304.611 125.893 304.193 125.994C303.779 126.096 303.367 126.146 302.957 126.146C302.066 126.146 301.354 125.891 300.818 125.379C300.283 124.863 300.016 124.182 300.016 123.334C300.016 122.471 300.299 121.771 300.865 121.236C301.432 120.701 302.17 120.434 303.08 120.434C303.904 120.434 304.588 120.684 305.131 121.184C305.674 121.684 305.945 122.289 305.945 123C305.945 123.219 305.898 123.365 305.805 123.439C305.715 123.514 305.467 123.551 305.061 123.551H304.973H301.035ZM301.064 122.783H304.879C304.82 122.318 304.625 121.945 304.293 121.664C303.965 121.379 303.561 121.236 303.08 121.236C302.561 121.236 302.123 121.373 301.768 121.646C301.412 121.92 301.178 122.299 301.064 122.783Z",fill:"#4C5566"}}),s("path",{attrs:{d:"M65.9395 187.493V191H63.8887V181.047H67.7715C68.5189 181.047 69.1751 181.184 69.7402 181.457C70.3099 181.73 70.7474 182.12 71.0527 182.626C71.3581 183.127 71.5107 183.699 71.5107 184.342C71.5107 185.317 71.1758 186.087 70.5059 186.652C69.8405 187.213 68.9176 187.493 67.7373 187.493H65.9395ZM65.9395 185.832H67.7715C68.3138 185.832 68.7262 185.704 69.0088 185.449C69.2959 185.194 69.4395 184.829 69.4395 184.355C69.4395 183.868 69.2959 183.474 69.0088 183.173C68.7217 182.872 68.3252 182.717 67.8193 182.708H65.9395V185.832ZM76.9521 185.456C76.6833 185.42 76.4463 185.401 76.2412 185.401C75.4938 185.401 75.0039 185.654 74.7715 186.16V191H72.7959V183.604H74.6621L74.7168 184.485C75.1133 183.806 75.6624 183.467 76.3643 183.467C76.583 183.467 76.7881 183.496 76.9795 183.556L76.9521 185.456ZM81.1768 191.137C80.0921 191.137 79.208 190.804 78.5244 190.139C77.8454 189.473 77.5059 188.587 77.5059 187.479V187.288C77.5059 186.545 77.6494 185.882 77.9365 185.299C78.2236 184.711 78.6292 184.26 79.1533 183.945C79.682 183.626 80.2835 183.467 80.958 183.467C81.9697 183.467 82.765 183.786 83.3438 184.424C83.9271 185.062 84.2188 185.966 84.2188 187.138V187.944H79.5088C79.5726 188.427 79.764 188.815 80.083 189.106C80.4066 189.398 80.8145 189.544 81.3066 189.544C82.0677 189.544 82.6624 189.268 83.0908 188.717L84.0615 189.804C83.7653 190.223 83.3643 190.551 82.8584 190.788C82.3525 191.021 81.792 191.137 81.1768 191.137ZM80.9512 185.066C80.5592 185.066 80.2402 185.199 79.9941 185.463C79.7526 185.727 79.5977 186.105 79.5293 186.598H82.2773V186.44C82.2682 186.003 82.1497 185.666 81.9219 185.429C81.694 185.187 81.3704 185.066 80.9512 185.066ZM87.7119 181.785V183.604H88.9766V185.053H87.7119V188.744C87.7119 189.018 87.7643 189.214 87.8691 189.332C87.974 189.451 88.1745 189.51 88.4707 189.51C88.6895 189.51 88.8831 189.494 89.0518 189.462V190.959C88.6644 191.077 88.2656 191.137 87.8555 191.137C86.4701 191.137 85.7637 190.437 85.7363 189.038V185.053H84.6562V183.604H85.7363V181.785H87.7119ZM92.4424 181.785V183.604H93.707V185.053H92.4424V188.744C92.4424 189.018 92.4948 189.214 92.5996 189.332C92.7044 189.451 92.9049 189.51 93.2012 189.51C93.4199 189.51 93.6136 189.494 93.7822 189.462V190.959C93.3949 191.077 92.9961 191.137 92.5859 191.137C91.2005 191.137 90.4941 190.437 90.4668 189.038V185.053H89.3867V183.604H90.4668V181.785H92.4424ZM97.5693 188.204L98.9365 183.604H101.056L98.082 192.148L97.918 192.538C97.4759 193.504 96.7467 193.987 95.7305 193.987C95.4434 193.987 95.1517 193.944 94.8555 193.857V192.36L95.1562 192.367C95.5299 192.367 95.8079 192.31 95.9902 192.196C96.1771 192.082 96.3229 191.893 96.4277 191.629L96.6602 191.021L94.0693 183.604H96.1953L97.5693 188.204ZM107.502 189.353H111.856V191H105.451V181.047H107.502V189.353ZM114.994 191H113.012V183.604H114.994V191ZM112.896 181.689C112.896 181.393 112.993 181.149 113.189 180.958C113.39 180.767 113.661 180.671 114.003 180.671C114.34 180.671 114.609 180.767 114.81 180.958C115.01 181.149 115.11 181.393 115.11 181.689C115.11 181.99 115.008 182.236 114.803 182.428C114.602 182.619 114.336 182.715 114.003 182.715C113.67 182.715 113.401 182.619 113.196 182.428C112.996 182.236 112.896 181.99 112.896 181.689ZM118.446 183.604L118.508 184.458C119.036 183.797 119.745 183.467 120.634 183.467C121.418 183.467 122.001 183.697 122.384 184.157C122.767 184.618 122.963 185.306 122.972 186.222V191H120.996V186.27C120.996 185.85 120.905 185.547 120.723 185.36C120.54 185.169 120.237 185.073 119.813 185.073C119.257 185.073 118.84 185.31 118.562 185.784V191H116.587V183.604H118.446ZM127.162 188.033L126.451 188.744V191H124.476V180.5H126.451V186.317L126.834 185.825L128.728 183.604H131.1L128.427 186.687L131.332 191H129.062L127.162 188.033ZM135.96 188.956C135.96 188.715 135.839 188.525 135.598 188.389C135.361 188.247 134.978 188.122 134.449 188.013C132.69 187.644 131.811 186.896 131.811 185.771C131.811 185.114 132.082 184.567 132.624 184.13C133.171 183.688 133.884 183.467 134.764 183.467C135.702 183.467 136.452 183.688 137.013 184.13C137.578 184.572 137.86 185.146 137.86 185.853H135.885C135.885 185.57 135.794 185.338 135.611 185.155C135.429 184.968 135.144 184.875 134.757 184.875C134.424 184.875 134.167 184.95 133.984 185.101C133.802 185.251 133.711 185.442 133.711 185.675C133.711 185.894 133.813 186.071 134.019 186.208C134.228 186.34 134.579 186.456 135.071 186.557C135.563 186.652 135.978 186.762 136.315 186.885C137.359 187.268 137.881 187.931 137.881 188.874C137.881 189.549 137.591 190.095 137.013 190.515C136.434 190.929 135.687 191.137 134.771 191.137C134.151 191.137 133.599 191.027 133.116 190.809C132.638 190.585 132.262 190.282 131.988 189.899C131.715 189.512 131.578 189.095 131.578 188.648H133.451C133.469 188.999 133.599 189.268 133.841 189.455C134.082 189.642 134.406 189.735 134.812 189.735C135.19 189.735 135.475 189.665 135.666 189.523C135.862 189.378 135.96 189.188 135.96 188.956ZM144.826 189.353H149.181V191H142.775V181.047H144.826V189.353ZM152.318 191H150.336V183.604H152.318V191ZM150.22 181.689C150.22 181.393 150.318 181.149 150.514 180.958C150.714 180.767 150.985 180.671 151.327 180.671C151.664 180.671 151.933 180.767 152.134 180.958C152.334 181.149 152.435 181.393 152.435 181.689C152.435 181.99 152.332 182.236 152.127 182.428C151.926 182.619 151.66 182.715 151.327 182.715C150.994 182.715 150.726 182.619 150.521 182.428C150.32 182.236 150.22 181.99 150.22 181.689ZM155.771 183.604L155.832 184.458C156.361 183.797 157.069 183.467 157.958 183.467C158.742 183.467 159.325 183.697 159.708 184.157C160.091 184.618 160.287 185.306 160.296 186.222V191H158.32V186.27C158.32 185.85 158.229 185.547 158.047 185.36C157.865 185.169 157.562 185.073 157.138 185.073C156.582 185.073 156.165 185.31 155.887 185.784V191H153.911V183.604H155.771ZM164.486 188.033L163.775 188.744V191H161.8V180.5H163.775V186.317L164.158 185.825L166.052 183.604H168.424L165.751 186.687L168.656 191H166.387L164.486 188.033Z",fill:"#4C5566"}}),s("rect",{attrs:{x:"61",y:"206",width:"309",height:"26",rx:"5",fill:"#F0F2F4"}}),s("path",{attrs:{d:"M79.1582 224.5H79.4102C79.6953 224.5 79.8887 224.529 79.9902 224.588C80.0918 224.65 80.1426 224.762 80.1426 224.922C80.1426 225.059 80.1016 225.162 80.0195 225.232C79.9414 225.303 79.8262 225.338 79.6738 225.338H76.9727C76.7891 225.338 76.6602 225.307 76.5859 225.244C76.5156 225.182 76.4805 225.074 76.4805 224.922C76.4805 224.781 76.5176 224.676 76.5918 224.605C76.6699 224.535 76.7852 224.5 76.9375 224.5H78.209L79.1582 222.631L77.0078 218.418C76.75 218.418 76.5723 218.387 76.4746 218.324C76.3809 218.262 76.334 218.152 76.334 217.996C76.334 217.859 76.373 217.758 76.4512 217.691C76.5293 217.621 76.6465 217.586 76.8027 217.586H78.4375C78.6562 217.586 78.8027 217.617 78.877 217.68C78.9512 217.738 78.9883 217.844 78.9883 217.996C78.9883 218.152 78.9395 218.262 78.8418 218.324C78.7441 218.387 78.5645 218.418 78.3027 218.418H78.0859L79.6738 221.646L81.291 218.418H81.0625C80.793 218.418 80.6074 218.387 80.5059 218.324C80.4043 218.262 80.3535 218.152 80.3535 217.996C80.3535 217.844 80.3906 217.738 80.4648 217.68C80.5391 217.617 80.6875 217.586 80.9102 217.586H82.3574C82.5176 217.586 82.6348 217.621 82.709 217.691C82.7871 217.758 82.8262 217.859 82.8262 217.996C82.8262 218.145 82.7832 218.25 82.6973 218.312C82.6113 218.375 82.459 218.41 82.2402 218.418L79.1582 224.5ZM86.8047 222.326C87.4062 222.326 87.8984 222.137 88.2812 221.758C88.668 221.375 88.8613 220.889 88.8613 220.299C88.8613 219.709 88.668 219.223 88.2812 218.84C87.8945 218.453 87.4023 218.26 86.8047 218.26C86.207 218.26 85.7148 218.453 85.3281 218.84C84.9453 219.223 84.7539 219.709 84.7539 220.299C84.7539 220.893 84.9453 221.379 85.3281 221.758C85.7109 222.137 86.2031 222.326 86.8047 222.326ZM89.8809 220.299C89.8809 221.135 89.5957 221.818 89.0254 222.35C88.4551 222.881 87.7148 223.146 86.8047 223.146C85.8984 223.146 85.1602 222.881 84.5898 222.35C84.0195 221.818 83.7344 221.135 83.7344 220.299C83.7344 219.463 84.0195 218.781 84.5898 218.254C85.1602 217.723 85.8984 217.457 86.8047 217.457C87.7109 217.457 88.4492 217.723 89.0195 218.254C89.5938 218.785 89.8809 219.467 89.8809 220.299ZM92.5527 220.838C92.5527 221.33 92.6562 221.689 92.8633 221.916C93.0703 222.143 93.3984 222.256 93.8477 222.256C94.2734 222.256 94.6367 222.121 94.9375 221.852C95.2422 221.582 95.3945 221.244 95.3945 220.838V218.418H94.5918C94.4395 218.418 94.3281 218.387 94.2578 218.324C94.1914 218.258 94.1582 218.156 94.1582 218.02C94.1582 217.871 94.1953 217.762 94.2695 217.691C94.3438 217.621 94.4629 217.586 94.627 217.586H95.875C96.0234 217.586 96.127 217.619 96.1855 217.686C96.248 217.748 96.2793 217.904 96.2793 218.154V222.174H96.5488C96.7402 222.174 96.877 222.205 96.959 222.268C97.0449 222.33 97.0879 222.434 97.0879 222.578C97.0879 222.719 97.0469 222.824 96.9648 222.895C96.8867 222.965 96.7715 223 96.6191 223H95.7285C95.623 223 95.541 222.979 95.4824 222.936C95.4238 222.893 95.3945 222.834 95.3945 222.76V222.361C95.0195 222.65 94.6973 222.85 94.4277 222.959C94.1621 223.064 93.8809 223.117 93.584 223.117C92.9395 223.117 92.4551 222.947 92.1309 222.607C91.8105 222.264 91.6504 221.746 91.6504 221.055V218.418H91.5273C91.2617 218.418 91.0801 218.387 90.9824 218.324C90.8848 218.262 90.8359 218.152 90.8359 217.996C90.8359 217.859 90.873 217.758 90.9473 217.691C91.0254 217.621 91.1445 217.586 91.3047 217.586H92.1895C92.3262 217.586 92.4199 217.613 92.4707 217.668C92.5254 217.723 92.5527 217.844 92.5527 218.031V220.838ZM100.645 222.174H102.59C102.742 222.174 102.854 222.207 102.924 222.273C102.998 222.336 103.035 222.438 103.035 222.578C103.035 222.738 103 222.85 102.93 222.912C102.863 222.971 102.738 223 102.555 223H98.7227C98.5703 223 98.4551 222.965 98.377 222.895C98.2988 222.824 98.2598 222.719 98.2598 222.578C98.2598 222.441 98.2988 222.34 98.377 222.273C98.459 222.207 98.584 222.174 98.752 222.174H99.7715V218.418H99.373C98.9941 218.418 98.7578 218.389 98.6641 218.33C98.5703 218.268 98.5234 218.156 98.5234 217.996C98.5234 217.859 98.5605 217.758 98.6348 217.691C98.7129 217.621 98.8301 217.586 98.9863 217.586H100.322C100.428 217.586 100.508 217.607 100.562 217.65C100.617 217.689 100.645 217.748 100.645 217.826V218.822C101.016 218.357 101.402 218.012 101.805 217.785C102.207 217.559 102.641 217.445 103.105 217.445C103.453 217.445 103.734 217.516 103.949 217.656C104.164 217.797 104.271 217.979 104.271 218.201C104.271 218.346 104.217 218.475 104.107 218.588C104.002 218.697 103.885 218.752 103.756 218.752C103.666 218.752 103.514 218.693 103.299 218.576C103.088 218.455 102.898 218.395 102.73 218.395C102.426 218.395 102.104 218.504 101.764 218.723C101.428 218.938 101.055 219.279 100.645 219.748V222.174ZM105.871 222.578V221.535C105.871 221.363 105.902 221.24 105.965 221.166C106.031 221.092 106.137 221.055 106.281 221.055C106.441 221.055 106.568 221.164 106.662 221.383C106.725 221.516 106.781 221.615 106.832 221.682C106.996 221.893 107.238 222.062 107.559 222.191C107.879 222.316 108.232 222.379 108.619 222.379C109.033 222.379 109.365 222.295 109.615 222.127C109.865 221.959 109.99 221.738 109.99 221.465C109.99 221.188 109.889 220.99 109.686 220.873C109.486 220.756 109.143 220.697 108.654 220.697H108.332C107.535 220.697 106.928 220.559 106.51 220.281C106.092 220.004 105.883 219.602 105.883 219.074C105.883 218.559 106.086 218.158 106.492 217.873C106.902 217.588 107.477 217.445 108.215 217.445C108.516 217.445 108.822 217.488 109.135 217.574C109.447 217.656 109.611 217.697 109.627 217.697C109.67 217.697 109.752 217.66 109.873 217.586C109.994 217.508 110.113 217.469 110.23 217.469C110.363 217.469 110.461 217.518 110.523 217.615C110.59 217.713 110.623 217.859 110.623 218.055V218.74C110.623 218.947 110.592 219.098 110.529 219.191C110.467 219.281 110.367 219.326 110.23 219.326C110.113 219.326 109.969 219.227 109.797 219.027C109.676 218.891 109.576 218.787 109.498 218.717C109.291 218.525 109.07 218.389 108.836 218.307C108.602 218.221 108.326 218.178 108.01 218.178C107.643 218.178 107.346 218.26 107.119 218.424C106.896 218.584 106.785 218.789 106.785 219.039C106.785 219.285 106.9 219.461 107.131 219.566C107.361 219.672 107.857 219.732 108.619 219.748C109.432 219.768 110.025 219.91 110.4 220.176C110.775 220.438 110.963 220.844 110.963 221.395C110.963 221.922 110.756 222.344 110.342 222.66C109.928 222.977 109.369 223.135 108.666 223.135C108.443 223.135 108.195 223.113 107.922 223.07C107.648 223.031 107.305 222.963 106.891 222.865C106.754 222.955 106.637 223.021 106.539 223.064C106.441 223.111 106.359 223.135 106.293 223.135C106.156 223.135 106.051 223.088 105.977 222.994C105.906 222.896 105.871 222.758 105.871 222.578ZM115.094 215.898C115.094 215.477 115.131 215.211 115.205 215.102C115.283 214.992 115.447 214.938 115.697 214.938C115.939 214.938 116.1 214.984 116.178 215.078C116.256 215.168 116.295 215.385 116.295 215.729C116.295 216.064 116.258 216.273 116.184 216.355C116.113 216.434 115.951 216.473 115.697 216.473C115.447 216.473 115.283 216.436 115.205 216.361C115.131 216.287 115.094 216.133 115.094 215.898ZM116.178 222.174H118.059C118.211 222.174 118.322 222.207 118.393 222.273C118.467 222.336 118.504 222.438 118.504 222.578C118.504 222.738 118.469 222.85 118.398 222.912C118.332 222.971 118.207 223 118.023 223H113.477C113.32 223 113.203 222.965 113.125 222.895C113.047 222.824 113.008 222.719 113.008 222.578C113.008 222.441 113.049 222.34 113.131 222.273C113.213 222.207 113.336 222.174 113.5 222.174H115.287V218.418H114.145C113.984 218.418 113.861 218.383 113.775 218.312C113.693 218.238 113.652 218.133 113.652 217.996C113.652 217.859 113.691 217.758 113.77 217.691C113.848 217.621 113.965 217.586 114.121 217.586H115.838C115.943 217.586 116.025 217.607 116.084 217.65C116.146 217.693 116.178 217.752 116.178 217.826V222.174ZM124.439 217.914C124.631 217.914 124.77 217.947 124.855 218.014C124.945 218.08 124.99 218.186 124.99 218.33C124.99 218.467 124.949 218.57 124.867 218.641C124.785 218.707 124.662 218.74 124.498 218.74H122.125V220.697C122.125 221.338 122.207 221.76 122.371 221.963C122.539 222.166 122.824 222.268 123.227 222.268C123.582 222.268 124.008 222.164 124.504 221.957C125 221.75 125.307 221.646 125.424 221.646C125.533 221.646 125.625 221.686 125.699 221.764C125.777 221.842 125.816 221.938 125.816 222.051C125.816 222.18 125.768 222.293 125.67 222.391C125.576 222.484 125.414 222.576 125.184 222.666C124.801 222.818 124.455 222.93 124.146 223C123.842 223.07 123.555 223.105 123.285 223.105C122.828 223.105 122.443 223.033 122.131 222.889C121.822 222.74 121.592 222.521 121.439 222.232C121.361 222.096 121.305 221.934 121.27 221.746C121.238 221.559 121.223 221.27 121.223 220.879V220.697V218.74H120.227C120.062 218.74 119.943 218.709 119.869 218.646C119.795 218.58 119.758 218.475 119.758 218.33C119.758 218.17 119.809 218.061 119.91 218.002C120.012 217.943 120.229 217.914 120.561 217.914H121.223V216.713V216.402C121.223 216.234 121.258 216.111 121.328 216.033C121.402 215.951 121.516 215.91 121.668 215.91C121.84 215.91 121.959 215.959 122.025 216.057C122.092 216.154 122.125 216.377 122.125 216.725V217.914H124.439ZM128.066 220.551C128.098 221.113 128.287 221.549 128.635 221.857C128.986 222.162 129.465 222.314 130.07 222.314C130.527 222.314 131.025 222.193 131.564 221.951C132.104 221.705 132.43 221.582 132.543 221.582C132.66 221.582 132.758 221.619 132.836 221.693C132.914 221.768 132.953 221.859 132.953 221.969C132.953 222.082 132.912 222.186 132.83 222.279C132.748 222.373 132.617 222.465 132.438 222.555C132.047 222.746 131.643 222.893 131.225 222.994C130.811 223.096 130.398 223.146 129.988 223.146C129.098 223.146 128.385 222.891 127.85 222.379C127.314 221.863 127.047 221.182 127.047 220.334C127.047 219.471 127.33 218.771 127.896 218.236C128.463 217.701 129.201 217.434 130.111 217.434C130.936 217.434 131.619 217.684 132.162 218.184C132.705 218.684 132.977 219.289 132.977 220C132.977 220.219 132.93 220.365 132.836 220.439C132.746 220.514 132.498 220.551 132.092 220.551H132.004H128.066ZM128.096 219.783H131.91C131.852 219.318 131.656 218.945 131.324 218.664C130.996 218.379 130.592 218.236 130.111 218.236C129.592 218.236 129.154 218.373 128.799 218.646C128.443 218.92 128.209 219.299 128.096 219.783ZM136.105 222.039C136.105 221.734 136.211 221.484 136.422 221.289C136.637 221.094 136.914 220.996 137.254 220.996C137.602 220.996 137.881 221.092 138.092 221.283C138.303 221.475 138.408 221.727 138.408 222.039C138.408 222.352 138.301 222.604 138.086 222.795C137.875 222.986 137.598 223.082 137.254 223.082C136.91 223.082 136.633 222.986 136.422 222.795C136.211 222.604 136.105 222.352 136.105 222.039ZM146.225 217.938V217.914C146.225 217.785 146.262 217.691 146.336 217.633C146.41 217.57 146.525 217.539 146.682 217.539C146.842 217.539 146.951 217.586 147.01 217.68C147.072 217.773 147.104 217.967 147.104 218.26V219.35C147.104 219.494 147.066 219.604 146.992 219.678C146.918 219.748 146.807 219.783 146.658 219.783C146.553 219.783 146.461 219.754 146.383 219.695C146.309 219.633 146.217 219.506 146.107 219.314C145.92 218.998 145.691 218.76 145.422 218.6C145.156 218.436 144.85 218.354 144.502 218.354C143.893 218.354 143.396 218.533 143.014 218.893C142.635 219.252 142.445 219.717 142.445 220.287C142.445 220.869 142.627 221.346 142.99 221.717C143.357 222.084 143.828 222.268 144.402 222.268C144.664 222.268 144.912 222.232 145.146 222.162C145.385 222.088 145.609 221.979 145.82 221.834C145.895 221.787 145.994 221.715 146.119 221.617C146.373 221.41 146.572 221.307 146.717 221.307C146.838 221.307 146.936 221.346 147.01 221.424C147.088 221.498 147.127 221.596 147.127 221.717C147.127 222.025 146.834 222.342 146.248 222.666C145.666 222.986 145.047 223.146 144.391 223.146C143.543 223.146 142.836 222.875 142.27 222.332C141.707 221.789 141.426 221.111 141.426 220.299C141.426 219.486 141.707 218.809 142.27 218.266C142.832 217.719 143.535 217.445 144.379 217.445C144.676 217.445 144.973 217.486 145.27 217.568C145.57 217.646 145.889 217.77 146.225 217.938ZM151.668 222.326C152.27 222.326 152.762 222.137 153.145 221.758C153.531 221.375 153.725 220.889 153.725 220.299C153.725 219.709 153.531 219.223 153.145 218.84C152.758 218.453 152.266 218.26 151.668 218.26C151.07 218.26 150.578 218.453 150.191 218.84C149.809 219.223 149.617 219.709 149.617 220.299C149.617 220.893 149.809 221.379 150.191 221.758C150.574 222.137 151.066 222.326 151.668 222.326ZM154.744 220.299C154.744 221.135 154.459 221.818 153.889 222.35C153.318 222.881 152.578 223.146 151.668 223.146C150.762 223.146 150.023 222.881 149.453 222.35C148.883 221.818 148.598 221.135 148.598 220.299C148.598 219.463 148.883 218.781 149.453 218.254C150.023 217.723 150.762 217.457 151.668 217.457C152.574 217.457 153.312 217.723 153.883 218.254C154.457 218.785 154.744 219.467 154.744 220.299ZM161.049 219.736C161.049 219.186 160.998 218.814 160.896 218.623C160.799 218.428 160.629 218.33 160.387 218.33C160.098 218.33 159.867 218.455 159.695 218.705C159.527 218.955 159.443 219.299 159.443 219.736V222.174H159.549C159.787 222.174 159.945 222.203 160.023 222.262C160.105 222.316 160.146 222.422 160.146 222.578C160.146 222.719 160.113 222.824 160.047 222.895C159.98 222.965 159.879 223 159.742 223H158.998C158.83 223 158.715 222.961 158.652 222.883C158.594 222.805 158.564 222.637 158.564 222.379V222.209V219.736V219.279C158.564 218.986 158.498 218.756 158.365 218.588C158.232 218.416 158.051 218.33 157.82 218.33C157.645 218.33 157.482 218.383 157.334 218.488C157.189 218.59 157.064 218.742 156.959 218.945V222.174H157.176C157.41 222.174 157.568 222.203 157.65 222.262C157.732 222.32 157.773 222.426 157.773 222.578C157.773 222.738 157.74 222.85 157.674 222.912C157.607 222.971 157.48 223 157.293 223H155.734C155.582 223 155.469 222.967 155.395 222.9C155.324 222.83 155.289 222.723 155.289 222.578C155.289 222.422 155.334 222.316 155.424 222.262C155.518 222.203 155.697 222.174 155.963 222.174H156.08V218.418H155.975C155.701 218.418 155.514 218.387 155.412 218.324C155.314 218.262 155.266 218.152 155.266 217.996C155.266 217.859 155.305 217.758 155.383 217.691C155.461 217.621 155.578 217.586 155.734 217.586H156.631C156.76 217.586 156.844 217.609 156.883 217.656C156.926 217.699 156.951 217.793 156.959 217.938C157.119 217.766 157.291 217.639 157.475 217.557C157.658 217.475 157.865 217.434 158.096 217.434C158.369 217.434 158.594 217.494 158.77 217.615C158.949 217.732 159.082 217.912 159.168 218.154C159.332 217.908 159.521 217.727 159.736 217.609C159.951 217.492 160.197 217.434 160.475 217.434C160.979 217.434 161.346 217.598 161.576 217.926C161.811 218.254 161.928 218.785 161.928 219.52V222.174H162.021C162.264 222.174 162.426 222.203 162.508 222.262C162.59 222.32 162.631 222.426 162.631 222.578C162.631 222.719 162.596 222.824 162.525 222.895C162.455 222.965 162.352 223 162.215 223H161.506C161.35 223 161.234 222.953 161.16 222.859C161.086 222.766 161.049 222.617 161.049 222.414V219.736ZM164.764 223.158C164.678 223.354 164.596 223.486 164.518 223.557C164.443 223.627 164.354 223.662 164.248 223.662C164.139 223.662 164.043 223.621 163.961 223.539C163.879 223.461 163.838 223.365 163.838 223.252C163.838 223.221 163.844 223.184 163.855 223.141C163.867 223.102 163.883 223.059 163.902 223.012L167.559 215.131C167.656 214.928 167.742 214.791 167.816 214.721C167.891 214.646 167.98 214.609 168.086 214.609C168.203 214.609 168.303 214.648 168.385 214.727C168.467 214.805 168.508 214.898 168.508 215.008C168.508 215.039 168.502 215.074 168.49 215.113C168.482 215.152 168.469 215.189 168.449 215.225L164.764 223.158ZM173.254 220.023L172.498 222.807C172.459 222.955 172.4 223.059 172.322 223.117C172.244 223.176 172.127 223.205 171.971 223.205C171.83 223.205 171.721 223.168 171.643 223.094C171.564 223.02 171.494 222.885 171.432 222.689L170.09 218.418H170.037C169.873 218.418 169.756 218.387 169.686 218.324C169.611 218.258 169.574 218.148 169.574 217.996C169.574 217.863 169.613 217.762 169.691 217.691C169.766 217.621 169.877 217.586 170.025 217.586H171.59C171.801 217.586 171.943 217.617 172.018 217.68C172.092 217.738 172.129 217.844 172.129 217.996C172.129 218.09 172.107 218.172 172.064 218.242C172.021 218.309 171.967 218.35 171.9 218.365C171.834 218.385 171.756 218.398 171.666 218.406C171.58 218.414 171.475 218.418 171.35 218.418H171.01L172.018 221.934L172.773 219.379C172.816 219.23 172.877 219.127 172.955 219.068C173.033 219.01 173.148 218.98 173.301 218.98C173.441 218.98 173.551 219.02 173.629 219.098C173.711 219.172 173.783 219.305 173.846 219.496L174.578 221.934L175.545 218.418H175.404H175.152C174.883 218.418 174.701 218.389 174.607 218.33C174.514 218.268 174.467 218.156 174.467 217.996C174.467 217.84 174.502 217.732 174.572 217.674C174.643 217.615 174.779 217.586 174.982 217.586H176.553C176.674 217.586 176.764 217.621 176.822 217.691C176.885 217.762 176.916 217.863 176.916 217.996C176.916 218.145 176.881 218.25 176.811 218.312C176.74 218.375 176.607 218.41 176.412 218.418L175.094 222.807C175.043 222.955 174.979 223.059 174.9 223.117C174.826 223.176 174.713 223.205 174.561 223.205C174.42 223.205 174.309 223.166 174.227 223.088C174.145 223.014 174.076 222.881 174.021 222.689L173.254 220.023ZM178.984 224.5H180.391C180.539 224.5 180.65 224.535 180.725 224.605C180.799 224.676 180.836 224.781 180.836 224.922C180.836 225.074 180.799 225.182 180.725 225.244C180.654 225.307 180.527 225.338 180.344 225.338H177.76C177.604 225.338 177.484 225.303 177.402 225.232C177.324 225.162 177.285 225.059 177.285 224.922C177.285 224.766 177.334 224.656 177.432 224.594C177.533 224.531 177.719 224.5 177.988 224.5H178.1V218.418H177.988C177.719 218.418 177.533 218.387 177.432 218.324C177.334 218.262 177.285 218.152 177.285 217.996C177.285 217.859 177.324 217.758 177.402 217.691C177.484 217.621 177.604 217.586 177.76 217.586H178.65C178.768 217.586 178.852 217.605 178.902 217.645C178.957 217.684 178.984 217.744 178.984 217.826V218.395C179.25 218.121 179.543 217.916 179.863 217.779C180.188 217.643 180.535 217.574 180.906 217.574C181.691 217.574 182.348 217.84 182.875 218.371C183.402 218.902 183.666 219.568 183.666 220.369C183.666 221.139 183.416 221.771 182.916 222.268C182.416 222.764 181.777 223.012 181 223.012C180.586 223.012 180.205 222.939 179.857 222.795C179.51 222.646 179.219 222.436 178.984 222.162V224.5ZM180.801 222.15C181.344 222.15 181.789 221.98 182.137 221.641C182.484 221.297 182.658 220.854 182.658 220.311C182.658 219.779 182.482 219.342 182.131 218.998C181.783 218.65 181.34 218.477 180.801 218.477C180.262 218.477 179.82 218.648 179.477 218.992C179.133 219.336 178.961 219.775 178.961 220.311C178.961 220.85 179.131 221.291 179.471 221.635C179.814 221.979 180.258 222.15 180.801 222.15ZM187.703 216.256C187.254 216.256 186.904 216.521 186.654 217.053C186.404 217.584 186.279 218.334 186.279 219.303C186.279 220.275 186.404 221.029 186.654 221.564C186.904 222.096 187.254 222.361 187.703 222.361C188.156 222.361 188.508 222.096 188.758 221.564C189.008 221.029 189.133 220.275 189.133 219.303C189.133 218.334 189.008 217.584 188.758 217.053C188.508 216.521 188.156 216.256 187.703 216.256ZM187.703 223.193C186.969 223.193 186.385 222.848 185.951 222.156C185.521 221.461 185.307 220.51 185.307 219.303C185.307 218.1 185.521 217.152 185.951 216.461C186.385 215.766 186.969 215.418 187.703 215.418C188.438 215.418 189.021 215.766 189.455 216.461C189.889 217.156 190.105 218.104 190.105 219.303C190.105 220.502 189.889 221.451 189.455 222.15C189.021 222.846 188.438 223.193 187.703 223.193ZM197.084 219.736C197.084 219.186 197.033 218.814 196.932 218.623C196.834 218.428 196.664 218.33 196.422 218.33C196.133 218.33 195.902 218.455 195.73 218.705C195.562 218.955 195.479 219.299 195.479 219.736V222.174H195.584C195.822 222.174 195.98 222.203 196.059 222.262C196.141 222.316 196.182 222.422 196.182 222.578C196.182 222.719 196.148 222.824 196.082 222.895C196.016 222.965 195.914 223 195.777 223H195.033C194.865 223 194.75 222.961 194.688 222.883C194.629 222.805 194.6 222.637 194.6 222.379V222.209V219.736V219.279C194.6 218.986 194.533 218.756 194.4 218.588C194.268 218.416 194.086 218.33 193.855 218.33C193.68 218.33 193.518 218.383 193.369 218.488C193.225 218.59 193.1 218.742 192.994 218.945V222.174H193.211C193.445 222.174 193.604 222.203 193.686 222.262C193.768 222.32 193.809 222.426 193.809 222.578C193.809 222.738 193.775 222.85 193.709 222.912C193.643 222.971 193.516 223 193.328 223H191.77C191.617 223 191.504 222.967 191.43 222.9C191.359 222.83 191.324 222.723 191.324 222.578C191.324 222.422 191.369 222.316 191.459 222.262C191.553 222.203 191.732 222.174 191.998 222.174H192.115V218.418H192.01C191.736 218.418 191.549 218.387 191.447 218.324C191.35 218.262 191.301 218.152 191.301 217.996C191.301 217.859 191.34 217.758 191.418 217.691C191.496 217.621 191.613 217.586 191.77 217.586H192.666C192.795 217.586 192.879 217.609 192.918 217.656C192.961 217.699 192.986 217.793 192.994 217.938C193.154 217.766 193.326 217.639 193.51 217.557C193.693 217.475 193.9 217.434 194.131 217.434C194.404 217.434 194.629 217.494 194.805 217.615C194.984 217.732 195.117 217.912 195.203 218.154C195.367 217.908 195.557 217.727 195.771 217.609C195.986 217.492 196.232 217.434 196.51 217.434C197.014 217.434 197.381 217.598 197.611 217.926C197.846 218.254 197.963 218.785 197.963 219.52V222.174H198.057C198.299 222.174 198.461 222.203 198.543 222.262C198.625 222.32 198.666 222.426 198.666 222.578C198.666 222.719 198.631 222.824 198.561 222.895C198.49 222.965 198.387 223 198.25 223H197.541C197.385 223 197.27 222.953 197.195 222.859C197.121 222.766 197.084 222.617 197.084 222.414V219.736Z",fill:"#4C5566"}}),s("circle",{attrs:{cx:"50",cy:"33",r:"4",fill:"#B6BCC8"}}),s("circle",{attrs:{cx:"62",cy:"33",r:"4",fill:"#B6BCC8"}}),s("circle",{attrs:{cx:"74",cy:"33",r:"4",fill:"#B6BCC8"}})]),s("defs",[s("filter",{attrs:{id:"filter0_dd",x:"0",y:"0",width:"430",height:"316",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[s("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),s("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}}),s("feOffset",{attrs:{dy:"15"}}),s("feGaussianBlur",{attrs:{stdDeviation:"17.5"}}),s("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"}}),s("feBlend",{attrs:{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow"}}),s("feColorMatrix",{attrs:{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}}),s("feOffset",{attrs:{dy:"5"}}),s("feGaussianBlur",{attrs:{stdDeviation:"7.5"}}),s("feColorMatrix",{attrs:{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"}}),s("feBlend",{attrs:{mode:"normal",in2:"effect1_dropShadow",result:"effect2_dropShadow"}}),s("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"effect2_dropShadow",result:"shape"}})],1)])])]),s("div",{staticClass:"exactmetrics-tools-prettylinks-row-description"},[s("h3",{domProps:{textContent:t._s(t.text_use_prettylinks_user)}}),s("p",{domProps:{textContent:t._s(t.text_prettylinks_flow_process)}})])]),s("div",{class:[t.isAddonActive("pretty-link")?"prettylinks-status-active":"prettylinks-not-activated","exactmetrics-tools-info-row exactmetrics-prettylinks-flow-install-wizard"]},[t.isAddonActive("pretty-link")?s("div",{staticClass:"exactmetrics-prettylinks-flow-counter"},[s("svg",{attrs:{width:"25",height:"18",viewBox:"0 0 25 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M8.90625 17.5781L1.07812 9.79688C0.859375 9.57812 0.75 9.29688 0.75 8.95312C0.75 8.60938 0.859375 8.32812 1.07812 8.10938L2.8125 6.42188C3.03125 6.17188 3.29688 6.04688 3.60938 6.04688C3.95312 6.04688 4.25 6.17188 4.5 6.42188L9.75 11.6719L21 0.421875C21.25 0.171875 21.5312 0.046875 21.8438 0.046875C22.1875 0.046875 22.4688 0.171875 22.6875 0.421875L24.4219 2.10938C24.6406 2.32813 24.75 2.60938 24.75 2.95312C24.75 3.29688 24.6406 3.57812 24.4219 3.79688L10.5938 17.5781C10.375 17.8281 10.0938 17.9531 9.75 17.9531C9.40625 17.9531 9.125 17.8281 8.90625 17.5781Z",fill:"white"}})])]):s("div",{staticClass:"exactmetrics-prettylinks-flow-counter",domProps:{textContent:t._s(t.text_counter_one)}}),s("div",{staticClass:"exactmetrics-tools-prettylinks-action exactmetrics-tools-install-prettylinks"},[s("h3",{domProps:{textContent:t._s(t.text_download_prettylinks)}}),s("p",{domProps:{textContent:t._s(t.text_install_prettylinks_from_wp)}}),t.isAddonActive("pretty-link")?s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_prettylinks_activated)}}):s("addon-button",{attrs:{"install-text":t.text_prettylinks_install_button,"activate-text":t.text_prettylinks_activate_button,"activating-text":t.text_prettylinks_activating_button,addon:t.addons["pretty-link"],"is-addon":!1,"auto-activate":!0}})],1)]),s("div",{class:[t.isAddonActive("pretty-link")?"prettylinks-activated":"","exactmetrics-tools-info-row exactmetrics-prettylinks-flow-install-wizard"]},[s("div",{staticClass:"exactmetrics-prettylinks-flow-counter",domProps:{textContent:t._s(t.text_counter_two)}}),s("div",{staticClass:"exactmetrics-tools-prettylinks-action exactmetrics-tools-create-prettylinks"},[s("h3",{domProps:{textContent:t._s(t.text_create_new_prettylink)}}),s("p",{domProps:{textContent:t._s(t.text_create_prettylink_process)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:t.addNewPrettyLinkPageUrl},domProps:{textContent:t._s(t.text_create_prettylinks)}})])])])])},Is=[],Us=s("90d7");function Zs(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Bs(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Zs(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Zs(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Fs={name:"ToolsPrettyLinksFlow",components:{AddonButton:Us["a"]},data:function(){return{text_prettylinks_flow_title:Object(c["a"])("Make your ExactMetrics campaign links prettier with Pretty Links!","google-analytics-dashboard-for-wp"),text_prettylinks_flow_description:Object(c["a"])("Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links.","google-analytics-dashboard-for-wp"),text_prettylinks_flow_process:Object(c["a"])("Take your ExactMetrics campaign links from our URL Builder and shorten them with Pretty Links!","google-analytics-dashboard-for-wp"),text_use_prettylinks_user:Object(c["a"])("Over 200,000 websites use Pretty Links!","google-analytics-dashboard-for-wp"),text_prettylinks_install_button:Object(c["a"])("Install Pretty Links","google-analytics-dashboard-for-wp"),text_prettylinks_activated:Object(c["a"])("Pretty Links Installed & Activated","google-analytics-dashboard-for-wp"),text_download_prettylinks:Object(c["a"])("Download Pretty Links","google-analytics-dashboard-for-wp"),text_install_prettylinks_from_wp:Object(c["a"])("Install Pretty Links from the WordPress.org plugin repository.","google-analytics-dashboard-for-wp"),text_prettylinks_activate_button:Object(c["a"])("Activate Pretty Links","google-analytics-dashboard-for-wp"),text_prettylinks_activating_button:Object(c["a"])("Activating Pretty Links...","google-analytics-dashboard-for-wp"),text_create_prettylinks:Object(c["a"])("Create New Pretty Link","google-analytics-dashboard-for-wp"),text_create_new_prettylink:Object(c["a"])("Create a New Pretty Link","google-analytics-dashboard-for-wp"),text_create_prettylink_process:Object(c["a"])("Grab your campaign link and paste it into the Target URL field.","google-analytics-dashboard-for-wp"),text_counter_one:Object(c["a"])("1","google-analytics-dashboard-for-wp"),text_counter_two:Object(c["a"])("2","google-analytics-dashboard-for-wp"),bodyClass:"exactmetrics-prettylinks-flow-page"}},created:function(){document.body.classList.add(this.bodyClass)},mounted:function(){window.scrollTo(0,0)},computed:Bs({},Object(l["b"])({addons:"$_addons/addons"}),{addNewPrettyLinkPageUrl:function(){return this.$addQueryArg(this.$mi.new_pretty_link_url,"exactmetrics_reference","url_builder")}}),methods:{isAddonActive:function(t){return!!this.addons[t]&&this.addons[t].active}},beforeDestroy:function(){document.body.classList.remove(this.bodyClass)}},zs=Fs,Rs=Object(_["a"])(zs,Ds,Is,!1,null,null,null),Ns=Rs.exports,Ws=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"exactmetrics-page-title"},[s("div",{staticClass:"exactmetrics-container"},[s("h2",{domProps:{textContent:t._s(t.text_about_us)}})])]),s("div",{staticClass:"exactmetrics-container"},[s("about-block",[s("figure",{staticClass:"exactmetrics-about-page-right-image"},[s("div",{staticClass:"exactmetrics-bg-img exactmetrics-about-team"})]),s("h3",{domProps:{textContent:t._s(t.text_about_title)}}),s("p",{domProps:{innerHTML:t._s(t.text_about_p1)}})]),s("div",{staticClass:"exactmetrics-addons-list"},t._l(t.addonsList(),(function(t,e){return s("addon-block",{key:e,attrs:{addon:t,"is-addon":!1}})})),1)],1)])},Gs=[],qs=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-about-block"},[t._t("default")],2)},Ys=[],Ks={name:"AboutBlock"},Js=Ks,Qs=Object(_["a"])(Js,qs,Ys,!1,null,null,null),Xs=Qs.exports;function to(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function eo(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?to(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):to(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var so={name:"AboutTabAboutUs",components:{AddonBlock:qe["a"],AboutBlock:Xs},data:function(){return{text_about_title:Object(c["a"])("Hello and Welcome to ExactMetrics, the Best Google Analytics Plugin for WordPress.","google-analytics-dashboard-for-wp"),text_about_p1:Object(c["a"])("Ready to take your website to the next level? ExactMetrics gives you the accurate insights you need to make data-driven decisions to grow your traffic and conversions faster than ever before. Now you can easily enable advanced tracking on your website without having to know any code.","google-analytics-dashboard-for-wp"),text_team_members:Object(c["a"])("The ExactMetrics Team","google-analytics-dashboard-for-wp"),text_about_us:Object(c["a"])("About Us","google-analytics-dashboard-for-wp")}},computed:eo({},Object(l["b"])({addons:"$_addons/addons"})),methods:{addonsList:function(){var t=this,e=["wpforms-lite","aioseo","optinmonster","wp-mail-smtp","coming-soon","rafflepress","trustpulse-api","smash-balloon-instagram","pushengage"],s=[];return e.forEach((function(e){if(t.addons[e]){var o=Object.create(t.addons[e]);o.type="licensed",s.push(o)}})),s}}},oo=so,ao=Object(_["a"])(oo,Ws,Gs,!1,null,null,null),no=ao.exports,io=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"exactmetrics-about-page-top"},[s("div",{staticClass:"exactmetrics-container"},[s("h3",{domProps:{textContent:t._s(t.text_welcome)}}),s("div",{staticClass:"exactmetrics-bg-img exactmetrics-em-logo-color"}),s("h2",{domProps:{innerHTML:t._s(t.text_thank_you)}}),s("div",{staticClass:"exactmetrics-about-top-button"},[s("a",{staticClass:"exactmetrics-button exactmetrics-button-green exactmetrics-button-xl",attrs:{href:t.wizard_url}},[s("span",{domProps:{textContent:t._s(t.text_getting_started_link1)}}),s("i",{staticClass:"monstericon-long-arrow-right-light"})]),s("p",{domProps:{innerHTML:t._s(t.text_efortless)}})])]),s("div",{staticClass:"exactmetrics-bg-img exactmetrics-about-getting-started-video",on:{click:function(e){t.welcome_video=!0}}}),t.welcome_video?s("welcome-overlay",{attrs:{id:"getting-started-video"},on:{close:function(e){t.welcome_video=!1}}},[s("iframe",{attrs:{width:"1280",height:"720",src:"https://www.youtube.com/embed/4GZ-IgZssao?autoplay=1&modestbranding=1&showinfo=0&rel=0&fs=1",frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}})]):t._e()],1),s("div",{staticClass:"exactmetrics-container exactmetrics-about-middle-title"},[s("h2",{domProps:{textContent:t._s(t.text_features_addons)}}),s("p",{domProps:{textContent:t._s(t.text_features_addons_subtitle)}})]),s("content-icon-list",{attrs:{upsell_list:t.icons_list}}),t.showLitePro?s("div",{staticClass:"exactmetrics-wide-purple"},[s("div",{staticClass:"exactmetrics-container"},[s("div",{staticClass:"exactmetrics-about-upgrade-box-flex"},[s("div",{staticClass:"exactmetrics-about-pro-plan-box"},[s("span",{domProps:{textContent:t._s(t.text_pro_plan)}}),s("span",{staticClass:"exactmetrics-price-large"},[t._v("$199")]),s("span",{staticClass:"exactmetrics-price-term",domProps:{textContent:t._s(t.text_per_year)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:t.upgrade_url},domProps:{textContent:t._s(t.text_upgrade_now)}})]),s("div",{staticClass:"exactmetrics-about-pro-checkboxes"},[s("h3",{domProps:{textContent:t._s(t.text_get_pro)}}),s("div",{staticClass:"exactmetrics-two-column"},[s("div",{staticClass:"exactmetrics-list-check"},[s("ul",t._l(t.check_list,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)]),s("div",{staticClass:"exactmetrics-list-check"},[s("ul",t._l(t.check_list_2,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)])])])]),s("div",{staticClass:"exactmetrics-separator"}),s("about-testimonials-slider",{attrs:{testimonials:t.testimonials}})],1)]):t._e(),s("div",{staticClass:"exactmetrics-container"},[s("h3",{domProps:{textContent:t._s(t.text_guides)}}),s("div",{staticClass:"exactmetrics-about-documentation"},t._l(t.docs_rows,(function(e,o){return s("div",{key:o,staticClass:"exactmetrics-about-docs-row"},[o>0?s("div",{staticClass:"exactmetrics-separator"}):t._e(),s("div",{staticClass:"exactmetrics-about-docs-image"},[s("div",{class:e.image})]),s("div",{staticClass:"exactmetrics-about-docs-text"},[s("h3",{domProps:{innerHTML:t._s(e.title)}}),s("p",{domProps:{innerHTML:t._s(e.text)}}),s("a",{staticClass:"exactmetrics-button",attrs:{href:e.link,target:"_blank"},domProps:{textContent:t._s(t.text_documentation)}})])])})),0)])],1)},ro=[],lo=s("de15");function co(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function po(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?co(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):co(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var uo={name:"AboutTabGettingStarted",components:{AboutTestimonialsSlider:lo["a"],ContentIconList:ft["a"],WelcomeOverlay:L["a"]},data:function(){return{text_getting_started_title:Object(c["a"])("Getting Started with ExactMetrics","google-analytics-dashboard-for-wp"),text_getting_started_p1:Object(c["a"])("ExactMetrics is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.","google-analytics-dashboard-for-wp"),text_getting_started_p2:Object(c["a"])("To begin with, we’ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.","google-analytics-dashboard-for-wp"),text_getting_started_p3:Object(c["a"])("In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!.","google-analytics-dashboard-for-wp"),text_getting_started_link1:Object(c["a"])("Launch the wizard!","google-analytics-dashboard-for-wp"),text_get_pro:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),check_list:[Object(c["a"])("eCommerce Tracking","google-analytics-dashboard-for-wp"),Object(c["a"])("Custom Dimensions","google-analytics-dashboard-for-wp"),Object(c["a"])("Form Tracking","google-analytics-dashboard-for-wp"),Object(c["a"])("AMP Support","google-analytics-dashboard-for-wp"),Object(c["a"])("Author Tracking","google-analytics-dashboard-for-wp")],check_list_2:[Object(c["a"])("EU Compliance Addon","google-analytics-dashboard-for-wp"),Object(c["a"])("Real Time Report","google-analytics-dashboard-for-wp"),Object(c["a"])("Google Optimize","google-analytics-dashboard-for-wp"),Object(c["a"])("Search Console","google-analytics-dashboard-for-wp"),Object(c["a"])("Custom Date Ranges","google-analytics-dashboard-for-wp")],text_get_upgrade:Object(c["a"])("Get ExactMetrics Pro Today and Unlock all the Powerful Features","google-analytics-dashboard-for-wp"),text_upgrade_subtitle:Object(c["d"])(Object(c["a"])("Bonus: ExactMetrics Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-green-text">',"</span>"),docs_rows:[{image:"exactmetrics-bg-img exactmetrics-about-docs-1",title:Object(c["a"])("How to Connect to Google Analytics","google-analytics-dashboard-for-wp"),text:Object(c["a"])("After you install ExactMetrics, you’ll need to connect your WordPress site with your Google Analytics account. ExactMetrics makes the process easy, with no coding required.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/connect-google-analytics/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-2",title:Object(c["a"])("Guide and Checklist for Advanced Insights","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with ExactMetrics’ advanced tracking.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/getting-started-guide-checklist/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-3",title:Object(c["a"])("GDPR Guide","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help ExactMetrics users comply with these laws, we’ve created an addon that automates a lot of the necessary configuration changes for you. ","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/getting-started-with-the-eu-compliance-addon/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-4",title:Object(c["a"])("How to Install and Activate ExactMetrics Addons","google-analytics-dashboard-for-wp"),text:Object(c["a"])("The process for installing and activating addons is quick and easy after you install the ExactMetrics plugin. In this guide we’ll walk you through the process, step by step.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/how-to-install-exactmetrics-addon/")},{image:"exactmetrics-bg-img exactmetrics-about-docs-5",title:Object(c["a"])("Enabling eCommerce Tracking and Reports","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with ExactMetrics? In this guide, we’ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks.","google-analytics-dashboard-for-wp"),link:this.$getUrl("about-page","documentation","https://www.exactmetrics.com/docs/enable-ecommerce-tracking/")}],text_documentation:Object(c["a"])("Read Documentation","google-analytics-dashboard-for-wp"),wizard_url:this.$mi.wizard_url,text_welcome:Object(c["a"])("Welcome to","google-analytics-dashboard-for-wp"),text_thank_you:Object(c["d"])(Object(c["a"])("Thank you for choosing ExactMetrics -%s The Most Powerful WordPress Analytics Plugin","google-analytics-dashboard-for-wp"),"<br />"),text_efortless:Object(c["d"])(Object(c["a"])("%1$sExactMetrics%2$s makes it “effortless” to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.","google-analytics-dashboard-for-wp"),"<b>","</b>"),welcome_video:!1,text_features_addons:Object(c["a"])("ExactMetrics Features & Addons","google-analytics-dashboard-for-wp"),text_features_addons_subtitle:Object(c["a"])("Here are the features that make ExactMetrics the most powerful and user-friendly WordPress analytics plugin in the market.","google-analytics-dashboard-for-wp"),icons_list:[{icon:"monstericon-chart-bar",text:Object(c["d"])(Object(c["a"])("%1$sUniversal Tracking%2$s – Setup universal website tracking across devices and campaigns with just a few clicks (without any code).","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-file-alt-em",text:Object(c["d"])(Object(c["a"])("%1$sGoogle Analytics Dashboard%2$s - See your website analytics report right inside your WordPress dashboard with actionable insights.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-clock",text:Object(c["d"])(Object(c["a"])("%1$sReal-time Stats%2$s - Get real-time stats inside WordPress to see who is online, what are they doing and more.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-check-circle-em",text:Object(c["d"])(Object(c["a"])("%1$sEnhanced eCommerce Tracking%2$s - 1-click Google Analyticks Enhanced Ecommerce trackin for WooCommerce, Easy Digital Download & MemberPress.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-shopping-bag",text:Object(c["d"])(Object(c["a"])("%1$sPage Level Analytics%2$s - Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-links",text:Object(c["d"])(Object(c["a"])("%1$sAffiliate Link & Ads Tracking%2$s - Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-unlock",text:Object(c["d"])(Object(c["a"])("%1$sEU Compilance (GDPR Friendly)%2$s - Make Google Analytics compliant with GDPR and other privacy regulations automatically.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"monstericon-cog",text:Object(c["d"])(Object(c["a"])("%1$sCustom Dimensions%2$s - Setup tracking for authors, tags, searches, custom post type, users, and other events with 1-click.","google-analytics-dashboard-for-wp"),"<b>","</b>")},{icon:"",text:Object(c["d"])(Object(c["a"])("%1$sSee All Features%2$s","google-analytics-dashboard-for-wp"),'<a target="_blank" href="'+this.$getUrl("about-page","features","https://www.exactmetrics.com/features/")+'">','<i class="monstericon-long-arrow-right-light"></i></a>')}],text_pro_plan:Object(c["a"])("Pro Plan","google-analytics-dashboard-for-wp"),text_per_year:Object(c["a"])("per year","google-analytics-dashboard-for-wp"),text_upgrade_now:Object(c["a"])("Upgrade Now","google-analytics-dashboard-for-wp"),upgrade_url:this.$getUpgradeUrl("about-page","upgrade-upsell"),testimonials:[{image:"exactmetrics-about-testimonial-avatar-1",text:Object(c["a"])("This is absolutely, positively, one of the TOP plugins to install on your WP site. There is no better way to quickly gauge traffic for spikes, surges, and consistency. I installed this on over a dozen WordPress installations and counting, thank you for an outstanding app!","google-analytics-dashboard-for-wp"),author:Object(c["a"])("Daniel Monaghan - Experienced","google-analytics-dashboard-for-wp")},{image:"exactmetrics-about-testimonial-avatar-2",text:Object(c["a"])("Very simple to configure and the results are very clearly displayed. So much easier for clients to view than in their own analytics account! Delighted with it.","google-analytics-dashboard-for-wp"),author:Object(c["a"])("Naomi Spirit - From This Day","google-analytics-dashboard-for-wp")},{image:"exactmetrics-about-testimonial-avatar-3",text:Object(c["a"])("Love this plugin! It’s got powerful customization options, it’s easy to use, there’s good documentation, and if all that’s not enough, ExactMetrics is quick to provide support. Thanks for this wonderful plugin!","google-analytics-dashboard-for-wp"),author:Object(c["a"])("Julie Dupuis - Faraway Land Travel","google-analytics-dashboard-for-wp")}],text_guides:Object(c["a"])("Guides and Documentation:","google-analytics-dashboard-for-wp")}},computed:po({},Object(l["b"])({license:"$_license/license",license_network:"$_license/license_network"}),{showLitePro:function(){var t=this.$mi.network?this.license_network.type:this.license.type;return!(this.$isPro()&&""!==t)}})},go=uo,ho=Object(_["a"])(go,io,ro,!1,null,null,null),mo=ho.exports,Co=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"exactmetrics-page-title"},[s("div",{staticClass:"exactmetrics-container"},[s("h2",{domProps:{textContent:t._s(t.text_lite_vs_pro)}})])]),s("div",{staticClass:"exactmetrics-container"},[s("div",{staticClass:"exactmetrics-lite-vs-pro-table"},[s("table",{staticClass:"exactmetrics-features-table"},[s("thead",[s("tr",[s("th"),s("th",[s("i",{staticClass:"monstericon-flag"}),s("span",{domProps:{textContent:t._s(t.text_lite)}})]),s("th",[s("i",{staticClass:"monstericon-rocket"}),s("span",{domProps:{textContent:t._s(t.text_pro)}})])])]),s("tbody",[t._l(t.features,(function(e,o){return s("tr",{key:o},[s("td",{staticClass:"exactmetrics-features-table-feature-title"},[e.icon?s("i",{class:e.icon}):t._e(),s("p",{domProps:{textContent:t._s(e.title)}})]),s("td",[s("p",{class:t.check_class(e.lite)},[e.lite_text?s("strong",{domProps:{textContent:t._s(e.lite_text)}}):t._e(),e.lite_subtitle?s("span",{domProps:{textContent:t._s(e.lite_subtitle)}}):t._e()])]),s("td",[s("p",{class:t.check_class(e.pro)},[e.pro_text?s("strong",{domProps:{textContent:t._s(e.pro_text)}}):t._e(),e.pro_subtitle?s("span",{domProps:{textContent:t._s(e.pro_subtitle)}}):t._e()])])])})),s("tr",[s("td",{staticClass:"exactmetrics-features-table-feature-title"}),s("td",{attrs:{colspan:"2"}},[s("div",{staticClass:"exactmetrics-lite-vs-pro-footer"},[s("h3",{domProps:{textContent:t._s(t.text_get_upgrade)}}),s("p",{domProps:{innerHTML:t._s(t.text_upgrade_subtitle)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-green",attrs:{href:t.$getUpgradeUrl("about-page","lite-vs-pro")},domProps:{textContent:t._s(t.text_upgrade_pro)}})])])])],2)])])])])},bo=[],_o={name:"AboutTabLiteVsPro",data:function(){return{text_lite_vs_pro:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp"),text_subtitle:Object(c["a"])("Get the most out of ExactMetrics by upgrading to Pro and unlocking all of the powerful features.","google-analytics-dashboard-for-wp"),text_feature:Object(c["a"])("Feature","google-analytics-dashboard-for-wp"),text_lite:Object(c["a"])("Lite","google-analytics-dashboard-for-wp"),text_pro:Object(c["a"])("Pro","google-analytics-dashboard-for-wp"),text_get_upgrade:Object(c["a"])("Get ExactMetrics Pro Today and Unlock all the Powerful Features","google-analytics-dashboard-for-wp"),text_upgrade_subtitle:Object(c["a"])("Bonus: ExactMetrics Lite users get 50% off regular price, automatically applied at checkout.","google-analytics-dashboard-for-wp"),text_upgrade_pro:Object(c["a"])("Upgrade to Pro","google-analytics-dashboard-for-wp"),features:[{title:Object(c["a"])("Universal Tracking","google-analytics-dashboard-for-wp"),icon:"monstericon-bullseye",lite_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),lite:!0,pro:!0},{title:Object(c["a"])("Custom Google Analytics Link Tracking","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Standard Tracking","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Tracking","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Automatic tracking of outbound/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers","google-analytics-dashboard-for-wp"),icon:"monstericon-links"},{title:Object(c["a"])("No-Code-Needed Tracking Features","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Basic Tracking Options","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Tracking Options","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors","google-analytics-dashboard-for-wp"),icon:"monstericon-tag"},{title:Object(c["a"])("eCommerce Tracking","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("One-click Complete eCommerce tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required","google-analytics-dashboard-for-wp"),icon:"monstericon-tag"},{title:Object(c["a"])("Forms Tracking","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("One-click Form Events Tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin","google-analytics-dashboard-for-wp"),icon:"monstericon-file-alt"},{title:Object(c["a"])("WordPress Admin Area Reports","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Standard Reports","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Overview Reports for the last 30 days.","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Reports","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection","google-analytics-dashboard-for-wp"),icon:"monstericon-tag"},{title:Object(c["a"])("Dashboard Widget","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Basic Widget","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Overview Report Synopsis","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Dashboard Widget","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Includes the complete Overview report, Publisher reports and 6 different eCommerce reports","google-analytics-dashboard-for-wp"),icon:"monstericon-folder"},{title:Object(c["a"])("Publisher Reports","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Advanced Publisher Reports & Tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("View Top Landing/Exit Pages, Top Links, Demographics & Interests data and more","google-analytics-dashboard-for-wp"),icon:"monstericon-file-alt"},{title:Object(c["a"])("Headline Analyzer","google-analytics-dashboard-for-wp"),icon:"monstericon-bullseye",lite_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),lite:!0,pro:!0},{title:Object(c["a"])("Email Summaries","google-analytics-dashboard-for-wp"),lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Included","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Get weekly traffic reports directly in your inbox.","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,icon:"monstericon-envelope-solid"},{title:Object(c["a"])("Popular Posts","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Basic Options","google-analytics-dashboard-for-wp"),lite_subtitle:Object(c["a"])("Order Popular Posts by comments or shares with 3 simple theme choices.","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Dynamic Popular Posts & Popular Products","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks.","google-analytics-dashboard-for-wp"),icon:"monstericon-chart-bar"},{title:Object(c["a"])("Custom Dimensions","google-analytics-dashboard-for-wp"),lite:!1,pro:!0,lite_text:Object(c["a"])("Not Available","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Complete Custom Dimensions Tracking","google-analytics-dashboard-for-wp"),pro_subtitle:Object(c["a"])("Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page","google-analytics-dashboard-for-wp"),icon:"monstericon-flag"},{title:Object(c["a"])("Support","google-analytics-dashboard-for-wp"),lite:"partial",pro:!0,lite_text:Object(c["a"])("Limited Support","google-analytics-dashboard-for-wp"),pro_text:Object(c["a"])("Priority Support","google-analytics-dashboard-for-wp"),icon:"monstericon-user-em"}]}},methods:{check_class:function(t){var e="exactmetrics-features-none";return!0===t&&(e="exactmetrics-features-full"),"partial"===t&&(e="exactmetrics-features-partial"),e}}},fo=_o,yo=Object(_["a"])(fo,Co,bo,!1,null,null,null),wo=yo.exports,vo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("main",{staticClass:"exactmetrics-popular-posts",attrs:{id:"exactmetrics-popular-posts"}},[s("router-view")],1)},xo=[],Oo=(s("0a49"),{name:"PopularPosts",components:{},computed:{},data:function(){return{}},methods:{}}),jo=Oo,ko=Object(_["a"])(jo,vo,xo,!1,null,null,null),Po=ko.exports,Ho=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-inline"},[s("settings-block",{attrs:{title:t.text_choose_theme,icon:"monstericon-search"}},[t.theme_options.hasOwnProperty("alpha")?s("popular-posts-theme-picker",{attrs:{options:t.theme_options,name:"popular_posts_inline_theme",type:"inline"}}):s("loading-spinner-inline",{attrs:{text:t.text_loading_themes}}),t.theme_options.hasOwnProperty("alpha")?s("popular-posts-theme-preview",{attrs:{themes:t.theme_options,name:"popular_posts_inline_theme"}}):t._e()],1),t.theme_options.hasOwnProperty("alpha")?s("settings-block",{attrs:{title:t.text_customize_design,icon:"monstericon-eye-far"}},[s("popular-posts-theme-customize-controls",{attrs:{name:"popular_posts_inline_theme",themes:t.theme_options}})],1):t._e(),s("settings-block",{attrs:{title:t.text_behavior,icon:"monstericon-mouse-pointer"}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_widget_styling)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_widget_styling_desc)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.styling_options,name:"popular_posts_inline_styling"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_sort_by)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_sort_by_description)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.sort_options,name:"popular_posts_inline_sort"}},[s("template",{slot:"sharedcount"},[s("popular-posts-shared-count")],1),s("template",{slot:"curated"},[s("popular-posts-posts-picker",{attrs:{name:"popular_posts_inline_curated"}}),t.no_posts_selected?s("label",{staticClass:"exactmetrics-notice-no-posts"},[s("span",{domProps:{innerHTML:t._s(t.text_select_one_post)}})]):t._e()],1)],2),s("div",{staticClass:"exactmetrics-separator"}),s("PopularPostsGaInput",{attrs:{name:"popular_posts_inline_ga"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_placement)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_placement_description)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.placement_options,name:"popular_posts_inline_placement"}}),"automatic"===t.placement_option?[s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_insert_after)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_insert_after_description)}})]),s("settings-input-number",{attrs:{auth_disabled:!1,name:"popular_posts_inline_after_count",min:0,inline_desc:t.text_words}}),s("div",{staticClass:"exactmetrics-separator"}),s("PopularPostsMultipleEntries"),s("div",{staticClass:"exactmetrics-separator"}),s("popular-posts-post-type-picker",{attrs:{name:"popular_posts_inline_post_types",label:t.text_post_type,description:t.text_post_type_description}}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_exclude_posts)}}),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_exclude_posts_description)}})]),s("popular-posts-posts-picker",{attrs:{name:"popular_posts_inline_exclude_posts"}})]:t._e(),"manual"===t.placement_option?[s("inline-placement")]:t._e()],2)],1)},So=[],$o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-theme-picker-container"},[s("div",{ref:"sliderContainer",class:t.picker_class},[s("div",{ref:"slider",staticClass:"exactmetrics-pp-themes-carousel"},t._l(t.slides,(function(e,o){return s("div",{key:o,ref:"slides",refInFor:!0,staticClass:"exactmetrics-pp-themes-slide"},t._l(e,(function(e,o){return s("button",{key:o,class:t.option_class(o),on:{click:function(e){return t.updateSetting(e,o)}}},[s("span",{staticClass:"exactmetrics-pp-theme-icon"}),s("span",{staticClass:"exactmetrics-pp-theme-name",domProps:{textContent:t._s(e.label)}}),t.active===o?s("span",{staticClass:"exactmetrics-pp-theme-active-icon"},[s("svg",{attrs:{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M20.3322 3.44051C22.6714 5.70276 23.8411 8.45203 23.8411 11.6883C23.8411 14.9246 22.6714 17.6896 20.3322 19.9832C18.025 22.2455 15.2211 23.3766 11.9205 23.3766C8.61995 23.3766 5.80004 22.2455 3.4608 19.9832C1.1536 17.6896 0 14.9246 0 11.6883C0 8.45203 1.1536 5.70276 3.4608 3.44051C5.80004 1.14684 8.61995 0 11.9205 0C15.2211 0 18.025 1.14684 20.3322 3.44051ZM10.5266 17.8624L19.3709 9.19041C19.7554 8.84478 19.7554 8.49916 19.3709 8.15354L18.3134 7.06954C17.9289 6.72392 17.5604 6.72392 17.2079 7.06954L9.99786 14.1391L6.6332 10.84C6.28071 10.4943 5.9122 10.4943 5.52767 10.84L4.4702 11.924C4.08567 12.2696 4.08567 12.6152 4.4702 12.9608L9.46913 17.8624C9.82162 18.2394 10.1741 18.2394 10.5266 17.8624Z",fill:"#338EEF"}})])]):t._e()])})),0)})),0),t.slidesCount>1?s("div",{staticClass:"exactmetrics-pp-themes-slider-controls"},[s("button",{staticClass:"exactmetrics-pp-themes-slider-button-prev",attrs:{disabled:t.prevButtonDisabled},on:{click:t.prevSlide}},[s("i",{staticClass:"monstericon-arrow"})]),s("span",{domProps:{innerHTML:t._s(t.pageText)}}),s("button",{staticClass:"exactmetrics-pp-themes-slider-button-next",attrs:{disabled:t.nextButtonDisabled},on:{click:t.nextSlide}},[s("i",{staticClass:"monstericon-arrow"})])]):t._e()])])},Ao=[],Lo=s("54b6");function To(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Vo(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?To(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):To(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Mo={name:"PopularPostsThemePicker",props:{name:String,options:Object,type:{type:String,default:"inline"}},data:function(){return{sliderWidth:0,slidesCount:0,slidePage:0,slides:[]}},computed:Vo({},Object(l["b"])({settings:"$_settings/settings"}),{preview:function(){return this.$store.getters["$_popularposts/theme_preview_"+this.type]},picker_class:function(){return"exactmetrics-pp-theme-picker exactmetrics-pp-theme-picker-"+this.name},active:function(){return this.preview?this.preview:this.settings[this.name]},pageText:function(){var t=this.slidePage+1;return Object(c["d"])(Object(c["a"])("%1$sPage %3$s%2$s of %4$s","google-analytics-dashboard-for-wp"),"<b>","</b>",t,this.slidesCount)},prevButtonDisabled:function(){return 0===this.slidePage},nextButtonDisabled:function(){return this.slidePage===this.slidesCount-1}}),methods:{option_class:function(t){var e="exactmetrics-pp-theme-option exactmetrics-pp-theme-"+t;return this.active===t&&(e+=" exactmetrics-pp-theme-option-selected"),this.themeAvailable(this.options[t].level)||(e+=" exactmetrics-pp-theme-not-available"),e},themeAvailable:function(t){return Lo["a"].isThemeAvailable(t)},updatePreview:function(t){this.$store.dispatch("$_popularposts/updatePreview",{type:this.type,key:t})},updateSetting:function(t,e){var s=this;if(!this.themeAvailable(this.options[e].level))return this.updatePreview(e),!1;this.updatePreview(""),this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:e}).then((function(t){t.success?s.$mi_success_toast({}):s.$mi_error_toast({})}))},calculatePages:function(){if("undefined"!==typeof this.$refs.sliderContainer){this.sliderWidth=this.$refs.sliderContainer.clientWidth;var t=150,e=Object.keys(this.options).length,s=Math.floor(this.sliderWidth/t);this.slidesCount=Math.ceil(e/2/s);var o,a=2*s,n=[],i=0,r=0;for(o in this.options)"undefined"===typeof n[i]&&(n[i]={}),this.options.hasOwnProperty(o)&&(n[i][o]=this.options[o],r++),r===a&&(i++,r=0);this.$refs.slider.style.width=this.sliderWidth*this.slidesCount+"px",this.slides=n,this.slidePage>this.slides.length-1&&(this.slidePage=this.slides.length-1)}},setSlidesWidth:function(){var t;for(t=0;t<this.slides.length;t++)this.$refs.slides[t].style.width=this.sliderWidth+"px"},nextSlide:function(){this.slidePage+1<this.slidesCount&&(this.slidePage++,this.setSlidePage())},prevSlide:function(){this.slidePage>0&&(this.slidePage--,this.setSlidePage())},setSlidePage:function(){var t=this.slidePage*this.sliderWidth;this.$refs.slider.style.marginLeft="-"+t+"px"}},mounted:function(){this.calculatePages(),window.addEventListener("resize",this.calculatePages)},updated:function(){this.setSlidesWidth(),this.setSlidePage()},watch:{active:function(t){var e;for(e=0;e<this.slides.length;e++){var s=void 0;for(s in this.slides[e])s===t&&(this.slidePage=e)}}}},Eo=Mo,Do=Object(_["a"])(Eo,$o,Ao,!1,null,null,null),Io=Do.exports,Uo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-inline-theme-preview"},[s("h3",{domProps:{textContent:t._s(t.text_theme_preview)}}),t.themeOptions?s("div",{class:t.renderCssClass},[s("p",{domProps:{textContent:t._s(t.text_dummy_p_1)}}),s("div",{class:t.themeClass,style:t.objectStyle("background",["color","border"],["background","borderColor"])},[t.themeOptions.image?s("div",{staticClass:"exactmetrics-inline-popular-posts-image"},[s("div",{class:t.getImageClass(t.themeOptions.image)})]):t._e(),s("div",{staticClass:"exactmetrics-inline-popular-posts-text"},[t.themeOptions.icon?s("span",{staticClass:"exactmetrics-inline-popular-posts-icon",style:t.objectStyle("icon",["background"],["backgroundColor"])},[s("svg",{attrs:{width:"14",height:"19",viewBox:"0 0 14 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M7.875 0.899463C7.875 1.59183 8.0816 2.24711 8.49479 2.8653C8.93229 3.48349 9.44271 4.06458 10.026 4.60859C10.6337 5.15259 11.2292 5.73369 11.8125 6.35188C12.4201 6.97007 12.9306 7.76135 13.3438 8.72572C13.7812 9.66537 14 10.7163 14 11.8785C14 13.832 13.3073 15.5011 11.9219 16.8858C10.5608 18.2953 8.92014 19 7 19C5.07986 19 3.42708 18.2953 2.04167 16.8858C0.680556 15.5011 0 13.832 0 11.8785C0 9.94973 0.668403 8.28062 2.00521 6.87116C2.27257 6.57443 2.58854 6.50024 2.95312 6.64861C3.31771 6.79697 3.5 7.08134 3.5 7.50171V10.6545C3.5 11.3221 3.71875 11.8908 4.15625 12.3607C4.61806 12.8305 5.16493 13.0654 5.79688 13.0654C6.45312 13.0654 7.01215 12.8428 7.47396 12.3978C7.93576 11.9279 8.16667 11.3592 8.16667 10.6916C8.16667 10.2712 8.04514 9.86318 7.80208 9.46754C7.58333 9.0719 7.31597 8.71336 7 8.3919C6.68403 8.07044 6.34375 7.73662 5.97917 7.39043C5.63889 7.04425 5.34722 6.66097 5.10417 6.2406C4.88542 5.82024 4.73958 5.35041 4.66667 4.83114C4.59375 4.31186 4.67882 3.68131 4.92188 2.93948C5.18924 2.17293 5.63889 1.33219 6.27083 0.417277C6.51389 0.0463641 6.84201 -0.0772735 7.25521 0.0463641C7.6684 0.170002 7.875 0.454368 7.875 0.899463Z",fill:t.getThemeOption("icon","color")}})])]):t._e(),t.themeOptions.label?s("span",{staticClass:"exactmetrics-inline-popular-posts-label",style:t.objectStyle("label",["color","background"],["color","background"]),domProps:{textContent:t._s(t.getThemeOption("label","text"))}}):t._e(),t.themeOptions.border?s("span",{staticClass:"exactmetrics-inline-popular-posts-border",style:t.objectStyle("border",["color"],["borderColor"])}):t._e(),t.themeOptions.title&&!t.themeOptions.list?s("a",{staticClass:"exactmetrics-inline-popular-posts-title",style:t.objectStyle("title",["color","size"],["color","fontSize"]),attrs:{href:"#"},domProps:{textContent:t._s(t.getThemeOption("title","text"))}}):t._e(),t.themeList?s("ul",{staticClass:"exactmetrics-inline-popular-posts-list"},t._l(t.themeList,(function(e,o){return s("li",{key:o,style:t.objectStyle("title",["color","size"],["color","fontSize"]),domProps:{textContent:t._s(e)}})})),0):t._e(),t.themeOptions.border&&t.themeOptions.border.color2?s("span",{staticClass:"exactmetrics-inline-popular-posts-border-2",style:t.objectStyle("border",["color2"],["borderColor"])}):t._e()])]),s("p",{domProps:{textContent:t._s(t.text_dummy_p_2)}})]):t._e(),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},Zo=[],Bo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-upgrade-overlay"},[s("svg",{attrs:{width:"14",height:"17",viewBox:"0 0 14 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M12.5 7.05859C12.9167 7.05859 13.2708 7.20443 13.5625 7.49609C13.8542 7.78776 14 8.14193 14 8.55859V14.5586C14 14.9753 13.8542 15.3294 13.5625 15.6211C13.2708 15.9128 12.9167 16.0586 12.5 16.0586H1.5C1.08333 16.0586 0.729167 15.9128 0.4375 15.6211C0.145833 15.3294 0 14.9753 0 14.5586V8.55859C0 8.14193 0.145833 7.78776 0.4375 7.49609C0.729167 7.20443 1.08333 7.05859 1.5 7.05859H2.25V4.80859C2.25 3.49609 2.70833 2.38151 3.625 1.46484C4.5625 0.527344 5.6875 0.0585938 7 0.0585938C8.3125 0.0585938 9.42708 0.527344 10.3438 1.46484C11.2812 2.38151 11.75 3.49609 11.75 4.80859V7.05859H12.5ZM9.25 7.05859V4.80859C9.25 4.18359 9.03125 3.65234 8.59375 3.21484C8.15625 2.77734 7.625 2.55859 7 2.55859C6.375 2.55859 5.84375 2.77734 5.40625 3.21484C4.96875 3.65234 4.75 4.18359 4.75 4.80859V7.05859H9.25Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_unlock)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-small",attrs:{href:t.form_upgrade_button_url},domProps:{textContent:t._s(t.text_upgrade)}})])},Fo=[],zo={name:"PopularPostsUpgradeOverlay",props:{campaign:{type:String,default:"overlay"}},data:function(){return{text_unlock:Object(c["d"])(Object(c["a"])("Unlock with %s","google-analytics-dashboard-for-wp"),"ExactMetrics Pro"),text_upgrade:Object(c["a"])("Upgrade","google-analytics-dashboard-for-wp"),form_upgrade_button_url:this.$getUpgradeUrl("settings-panel","conversions-forms")}}},Ro=zo,No=Object(_["a"])(Ro,Bo,Fo,!1,null,null,null),Wo=No.exports;function Go(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function qo(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Go(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Go(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Yo={name:"PopularPostsThemePreview",components:{PopularPostsUpgradeOverlay:Wo},props:{name:String,themes:Object},data:function(){return{optionsName:this.name+"_options",text_theme_preview:Object(c["a"])("Theme Preview","google-analytics-dashboard-for-wp"),text_dummy_p_1:Object(c["a"])("Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.","google-analytics-dashboard-for-wp"),text_dummy_p_2:Object(c["a"])("Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan","google-analytics-dashboard-for-wp"),text_color:Object(c["a"])("Color","google-analytics-dashboard-for-wp"),text_size:Object(c["a"])("Size","google-analytics-dashboard-for-wp"),text_title:Object(c["a"])("Title","google-analytics-dashboard-for-wp"),text_label:Object(c["a"])("Label","google-analytics-dashboard-for-wp"),text_background:Object(c["a"])("Background","google-analytics-dashboard-for-wp"),text_border:Object(c["a"])("Border","google-analytics-dashboard-for-wp"),text_icon:Object(c["a"])("Icon","google-analytics-dashboard-for-wp")}},computed:qo({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_inline"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},themeList:function(){return!!this.active&&this.themes[this.active].list},themeClass:function(){return"exactmetrics-inline-popular-posts-widget exactmetrics-inline-popular-posts-"+this.active},renderCssClass:function(){var t="exactmetrics-pp-inline-theme-preview-render";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){var s=this.name+"_"+t+"_"+e;return"undefined"===typeof this.themeOptions[t][e]?"":this.settings[s]&&""!==this.settings[s]?this.settings[s]:this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},objectStyle:function(t,e,s){var o,a={};if("undefined"===typeof this.themeOptions[t])return a;for(o=0;o<e.length;o++){var n=this.getThemeOption(t,e[o]);if(""!==n){var i=s[o];"fontSize"===i&&(n+="px"),a[i]=n}}return a},getImageClass:function(t){return t=t.replace(".jpg","").replace(".png",""),"exactmetrics-bg-img exactmetrics-pp-"+t}}},Ko=Yo,Jo=Object(_["a"])(Ko,Uo,Zo,!1,null,null,null),Qo=Jo.exports,Xo=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input-text"},[t.label?s("label",{attrs:{for:t.id}},[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.label)}}),t.description?s("span",{domProps:{innerHTML:t._s(t.description)}}):t._e(),t.showReset()?s("a",{staticClass:"exactmetrics-reset-default",attrs:{href:"#"},domProps:{textContent:t._s(t.text_reset)},on:{click:function(e){return e.preventDefault(),t.resetValue(e)}}}):t._e(),t.tooltip?s("settings-info-tooltip",{attrs:{content:t.tooltip}}):t._e()],1):t._e(),s("div",{staticClass:"settings-input-text-input"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.number_value,expression:"number_value"},{name:"tooltip",rawName:"v-tooltip",value:t.tooltip_data,expression:"tooltip_data"}],attrs:{id:t.id,type:"number",name:t.name,placeholder:t.placeholder,min:t.min,max:t.max,step:t.step,readonly:t.disabled},domProps:{value:t.number_value},on:{change:t.inputUpdate,input:function(e){e.target.composing||(t.number_value=e.target.value)}}}),t.inline_desc?s("span",{staticClass:"exactmetrics-inline-desc",domProps:{innerHTML:t._s(t.inline_desc)}}):t._e()]),t.has_error?s("label",{staticClass:"exactmetrics-error"},[s("i",{staticClass:"monstericon-warning-triangle"}),s("span",{domProps:{innerHTML:t._s(t.has_error)}})]):t._e()])},ta=[];s("a9e3"),s("acd8");function ea(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function sa(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?ea(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):ea(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var oa={name:"SettingsInputNumber",components:{SettingsInfoTooltip:Pt["a"]},props:{name:String,label:String,description:String,placeholder:String,type:{type:String,default:"text"},tooltip:String,default_value:String,min:Number,max:Number,step:{type:Number,default:1},round:{type:Boolean,default:!1},inline_desc:String,auth_disabled:{type:Boolean,default:!0}},data:function(){return{has_error:!1,id:"input-"+this.name,text_reset:Object(c["a"])("Reset to default","google-analytics-dashboard-for-wp"),text_error_value:Object(c["d"])(Object(c["a"])("Please enter a value between %1$s and %2$s","google-analytics-dashboard-for-wp"),"<strong>"+this.min+"</strong>","<strong>"+this.max+"</strong>"),text_error_has_min:Object(c["d"])(Object(c["a"])("Please enter a value higher than %s","google-analytics-dashboard-for-wp"),"<strong>"+this.min+"</strong>"),text_error_has_max:Object(c["d"])(Object(c["a"])("Please enter a value lower than %s","google-analytics-dashboard-for-wp"),"<strong>"+this.max+"</strong>"),text_error_generic:Object(c["a"])("Please enter a number","google-analytics-dashboard-for-wp"),text_error_round:Object(c["a"])("Value has to be a round number","google-analytics-dashboard-for-wp"),updated_number_value:!1}},computed:sa({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},number_value:{get:function(){return!1!==this.updated_number_value?this.updated_number_value:this.settings[this.name]},set:function(t){return this.updated_number_value=t}},tooltip_data:function(){return{content:this.disabled?this.$mi_need_to_auth:"",autoHide:!1,trigger:"hover focus click"}},disabled:function(){return!!this.auth_disabled&&!this.has_ua},error_text:function(){return"undefined"!==typeof this.min&&"undefined"!==typeof this.max?this.text_error_value:"undefined"!==typeof this.min?this.text_error_has_min:"undefined"!==typeof this.max?this.text_error_has_max:this.text_error_generic}}),methods:{inputUpdate:function(t){this.updateSetting(t.target.name,t.target.value)},updateSetting:function(t,e){var s=this;return!this.disabled&&(this.has_error=!1,e=parseFloat(e),this.round&&e%1!==0?(this.has_error=this.text_error_round,!1):isNaN(e)||"undefined"!==typeof this.max&&e>this.max||"undefined"!==typeof this.min&&e<this.min?(this.has_error=this.error_text,!1):(this.$mi_saving_toast({}),void this.$store.dispatch("$_settings/updateSettings",{name:t,value:e}).then((function(t){t.success?s.$mi_success_toast({}):s.$mi_error_toast({})}))))},showReset:function(){return this.default_value&&this.settings[this.name]!==this.default_value},resetValue:function(){return this.updateSetting(this.name,this.default_value)}}},aa=oa,na=(s("d4ec"),Object(_["a"])(aa,Xo,ta,!1,null,"0fc0f471",null)),ia=na.exports,ra=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-sharedcount-controls"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_sharedcount_api)}}),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_sharedcount_api_description)}})]),s("div",{staticClass:"inline-field"},[s("settings-input-text",{attrs:{name:"sharedcount_key",auth_disabled:!1}}),s("button",{class:t.sharedcount_button_class,attrs:{disabled:t.indexing_button_disabled},on:{click:t.start_sharedcount_indexing}},[s("span",{domProps:{textContent:t._s(t.text_indexing_button)}})])],1),t.sharedcount_status?s("div",{staticClass:"exactmetrics-sharedcount-status"},[s("span",{domProps:{innerHTML:t._s(t.sharedcount_status)}})]):t._e()])},la=[],ca={name:"PopularPostsSharedCount",components:{SettingsInputText:z["a"]},data:function(){return{text_sharedcount_api:Object(c["a"])("SharedCount API Key","google-analytics-dashboard-for-wp"),text_sharedcount_api_description:Object(c["d"])(Object(c["a"])("Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.","google-analytics-dashboard-for-wp"),'<a href="https://www.sharedcount.com/app/account-info" target="_blank" rel="noreferrer noopener">',"</a>"),text_start_indexing:Object(c["a"])("Start Indexing","google-analytics-dashboard-for-wp"),indexing_button_disabled:!1,sharedcount_status:!1,text_indexing_button:"",text_indexing_progress:Object(c["a"])("%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.","google-analytics-dashboard-for-wp"),text_indexing_complete:Object(c["a"])("Indexing completed, counts will update automatically every day.","google-analytics-dashboard-for-wp")}},mounted:function(){this.text_indexing_button=this.text_start_indexing,this.get_sharedcount_index_progress()},computed:{sharedcount_button_class:function(){var t="exactmetrics-button exactmetrics-button-gray";return this.indexing_button_disabled&&(t+=" exactmetrics-button-disabled"),t}},methods:{start_sharedcount_indexing:function(){var t=this;if(!t.indexing_button_disabled){t.indexing_button_disabled=!0,t.text_indexing_button="Please wait";var e=new FormData;e.append("action","exactmetrics_sharedcount_start_indexing"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){if(e.data.success){if(t.text_indexing_button="Indexing started",e.data.data.max_pages){var s=Math.floor(100/e.data.data.max_pages);t.update_progress_text(s)}}else t.indexing_button_disabled=!1,t.text_indexing_button=t.text_start_indexing,e.data.data.message&&t.$mi_error_toast({title:e.data.data.message})}))}},get_sharedcount_index_progress:function(){var t=this;t.indexing_button_disabled=!0;var e=new FormData;e.append("action","exactmetrics_sharedcount_get_index_progress"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){e.data.progress?(t.indexing_button_disabled=!0,t.text_indexing_button="Indexing started",t.update_progress_text(e.data.progress)):t.indexing_button_disabled=!1})).catch((function(){t.indexing_button_disabled=!1}))},update_progress_text:function(t){this.sharedcount_status=100===t?this.text_indexing_complete:Object(c["d"])(this.text_indexing_progress,"<b>",t,"</b>")}}},da=ca,pa=Object(_["a"])(da,ra,la,!1,null,null,null),ua=pa.exports,ga=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-posts-picker"},[s("multiselect",{attrs:{"clear-on-select":!1,"close-on-select":!0,"internal-search":!1,loading:t.isLoading,"max-height":600,options:t.pages,placeholder:t.text_search_pages_placeholder,searchable:!0,"show-no-results":!0,showLabels:!1,label:"title","track-by":"id",multiple:!0},on:{"search-change":t.findPages},model:{value:t.posts,callback:function(e){t.posts=e},expression:"posts"}},[s("span",{attrs:{slot:"noResult"},domProps:{textContent:t._s(t.text_search_pages_not_found)},slot:"noResult"}),s("span",{attrs:{slot:"noOptions"},domProps:{textContent:t._s(t.text_search_no_options)},slot:"noOptions"})])],1)},ha=[],ma=s("f7fe"),Ca=s.n(ma),ba=s("8e5f"),_a=s.n(ba);function fa(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ya(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?fa(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):fa(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var wa={name:"PopularPostsPostsPicker",components:{Multiselect:_a.a},props:{name:String,post_type:{default:"post",type:String},placeholder:{default:Object(c["a"])("Select posts/search","google-analytics-dashboard-for-wp"),type:String}},data:function(){return{pages:[],isLoading:!1,error_notice:"",text_search_pages_placeholder:this.placeholder,text_search_pages_not_found:Object(c["a"])("Oops! No posts found.","google-analytics-dashboard-for-wp"),text_search_no_options:Object(c["a"])("Search by post title","google-analytics-dashboard-for-wp")}},computed:ya({},Object(l["b"])({settings:"$_settings/settings"}),{posts:{get:function(){return this.settings[this.name]||o["a"].set(this.settings,this.name,[]),JSON.parse(JSON.stringify(this.settings[this.name]))},set:function(t){return o["a"].set(this.settings,this.name,t),this.updateSetting(),t}}}),methods:{findPages:Ca()((function(t){var e=this;e.isLoading=!0;var s=new FormData;s.append("nonce",o["a"].prototype.$mi.nonce),s.append("action","exactmetrics_get_posts"),s.append("post_type",this.post_type),s.append("keyword",t),Os.a.post(this.$mi.ajax,s).then((function(t){e.pages=t.data.data,e.isLoading=!1})).catch((function(){e.isLoading=!1,o["a"].prototype.$mi_error_toast({title:Object(c["a"])("Can't load posts.","google-analytics-dashboard-for-wp")})}))}),300),updateSetting:function(){var t=this;if(this.isLoading=!1,this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:this.posts}).then((function(e){e.success?t.$mi_success_toast({}):t.$mi_error_toast({})})),this.error_notice=""}}},va=wa,xa=Object(_["a"])(va,ga,ha,!1,null,null,null),Oa=xa.exports,ja=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-input-select",{attrs:{options:t.post_types,multiple:!0,name:t.name,label:t.label,description:t.description}})},ka=[],Pa={name:"PopularPostsPostTypePicker",components:{SettingsInputSelect:ie["a"]},props:{name:String,label:String,description:String},data:function(){return{post_types:[]}},mounted:function(){this.getPostTypes()},methods:{getPostTypes:function(){var t=this,e=new FormData;e.append("action","exactmetrics_get_post_types"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){e.data&&e.data&&t.setPostTypes(e.data)}))},setPostTypes:function(t){for(var e in t)t.hasOwnProperty(e)&&this.post_types.push({label:t[e],value:e})}}},Ha=Pa,Sa=Object(_["a"])(Ha,ja,ka,!1,null,null,null),$a=Sa.exports,Aa=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-theme-controls-holder"},[s("div",{class:t.renderCssClass},[t.themeOptions.title?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-title"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_title)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.title.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("title","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["title","color"].concat(o))}}})],1):t._e(),t.themeOptions.title.size?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_size)}}),s("popular-posts-size-input",{attrs:{value:t.getThemeOption("title","size"),min:1},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["title","size"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.label?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-label"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_label)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.label.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("span",{staticClass:"exactmetrics-pp-color-input-inline"},[s("color-picker",{attrs:{color:t.getThemeOption("label","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","color"].concat(o))}}}),s("input",{attrs:{type:"text"},domProps:{value:t.getThemeOption("label","text")},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["label","text"].concat(o))}}})],1)]):t._e(),t.themeOptions.label.background?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_background)}}),s("color-picker",{attrs:{color:t.getThemeOption("label","background")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","background"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.icon?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-icon"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_icon)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.icon.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("icon","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["icon","color"].concat(o))}}})],1):t._e(),t.themeOptions.icon.background?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_background)}}),s("color-picker",{attrs:{color:t.getThemeOption("icon","background")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["icon","background"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.background?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-background"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_background)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.background.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","color"].concat(o))}}})],1):t._e(),t.themeOptions.background.border?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_border)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","border")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","border"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.border?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_border)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.border.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.themeOptions.border.color.label?t.themeOptions.border.color.label:t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("border","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["border","color"].concat(o))}}})],1):t._e(),t.themeOptions.border.color2?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.themeOptions.border.color2.label?t.themeOptions.border.color2.label:t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("border","color2")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["border","color2"].concat(o))}}})],1):t._e()])]):t._e()]),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},La=[],Ta=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-color-picker"},[s("div",{staticClass:"exactmetrics-colorpicker-preview",on:{click:function(e){e.stopPropagation(),t.showColorPicker=!t.showColorPicker}}},[s("span",{style:t.colorStyle})]),t.showColorPicker?s("div",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.maybeHideColorpicker,expression:"maybeHideColorpicker"}],staticClass:"exactmetrics-colorpicker-picker"},[s("color-picker",{attrs:{color:t.color},on:{changeColor:t.changeColor}})],1):t._e()])},Va=[],Ma=(s("99af"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"hu-color-picker",class:{light:t.isLightTheme},style:{width:t.totalWidth+"px"}},[s("div",{staticClass:"color-set"},[s("Saturation",{ref:"saturation",attrs:{color:t.rgbString,hsv:t.hsv,size:t.hueHeight},on:{selectSaturation:t.selectSaturation}}),s("Hue",{ref:"hue",attrs:{hsv:t.hsv,width:t.hueWidth,height:t.hueHeight},on:{selectHue:t.selectHue}}),s("Alpha",{ref:"alpha",attrs:{color:t.rgbString,rgba:t.rgba,width:t.hueWidth,height:t.hueHeight},on:{selectAlpha:t.selectAlpha}})],1),s("div",{staticClass:"color-show",style:{height:t.previewHeight+"px"}},[s("Preview",{attrs:{color:t.rgbaString,width:t.previewWidth,height:t.previewHeight}}),t.suckerHide?t._e():s("Sucker",{attrs:{"sucker-canvas":t.suckerCanvas,"sucker-area":t.suckerArea},on:{openSucker:t.openSucker,selectSucker:t.selectSucker}})],1),s("Box",{attrs:{name:"HEX",color:t.modelHex},on:{inputColor:t.inputHex}}),s("Box",{attrs:{name:"RGBA",color:t.modelRgba},on:{inputColor:t.inputRgba}}),s("Colors",{attrs:{color:t.rgbaString,"colors-default":t.colorsDefault,"colors-history-key":t.colorsHistoryKey},on:{selectColor:t.selectColor}})],1)}),Ea=[],Da={methods:{setColorValue(t){let e={r:0,g:0,b:0,a:1};/#/.test(t)?e=this.hex2rgb(t):/rgb/.test(t)?e=this.rgb2rgba(t):"string"===typeof t?e=this.rgb2rgba(`rgba(${t})`):"[object Object]"===Object.prototype.toString.call(t)&&(e=t);const{r:s,g:o,b:a,a:n}=e,{h:i,s:r,v:l}=this.rgb2hsv(e);return{r:s,g:o,b:a,a:void 0===n?1:n,h:i,s:r,v:l}},createAlphaSquare(t){const e=document.createElement("canvas"),s=e.getContext("2d"),o=2*t;return e.width=o,e.height=o,s.fillStyle="#ffffff",s.fillRect(0,0,o,o),s.fillStyle="#ccd5db",s.fillRect(0,0,t,t),s.fillRect(t,t,t,t),e},createLinearGradient(t,e,s,o,a,n){const i="l"===t,r=e.createLinearGradient(0,0,i?s:0,i?0:o);r.addColorStop(.01,a),r.addColorStop(.99,n),e.fillStyle=r,e.fillRect(0,0,s,o)},rgb2hex({r:t,g:e,b:s},o){const a=t=>("0"+Number(t).toString(16)).slice(-2),n=`#${a(t)}${a(e)}${a(s)}`;return o?n.toUpperCase():n},hex2rgb(t){t=t.slice(1);const e=t=>parseInt(t,16)||0;return{r:e(t.slice(0,2)),g:e(t.slice(2,4)),b:e(t.slice(4,6))}},rgb2rgba(t){return"string"===typeof t?(t=(/rgba?\((.*?)\)/.exec(t)||["","0,0,0,1"])[1].split(","),{r:Number(t[0])||0,g:Number(t[1])||0,b:Number(t[2])||0,a:Number(t[3]?t[3]:1)}):t},rgb2hsv({r:t,g:e,b:s}){t/=255,e/=255,s/=255;const o=Math.max(t,e,s),a=Math.min(t,e,s),n=o-a;let i=0;o===a?i=0:o===t?i=e>=s?60*(e-s)/n:60*(e-s)/n+360:o===e?i=60*(s-t)/n+120:o===s&&(i=60*(t-e)/n+240),i=Math.floor(i);let r=parseFloat((0===o?0:1-a/o).toFixed(2)),l=parseFloat(o.toFixed(2));return{h:i,s:r,v:l}}}},Ia=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"saturation",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.selectSaturation(e)}}},[s("canvas",{ref:"canvasSaturation"}),s("div",{staticClass:"slide",style:t.slideSaturationStyle})])},Ua=[];function Za(t){if(Array.isArray(t))return t}s("e01a"),s("d28b");function Ba(t,e){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t)){var s=[],o=!0,a=!1,n=void 0;try{for(var i,r=t[Symbol.iterator]();!(o=(i=r.next()).done);o=!0)if(s.push(i.value),e&&s.length===e)break}catch(l){a=!0,n=l}finally{try{o||null==r["return"]||r["return"]()}finally{if(a)throw n}}return s}}function Fa(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function za(t,e){return Za(t)||Ba(t,e)||Fa()}var Ra={mixins:[Da],props:{color:{type:String,default:"#000000"},hsv:{type:Object,default:null},size:{type:Number,default:152}},data:function(){return{slideSaturationStyle:{}}},mounted:function(){this.renderColor(),this.renderSlide()},methods:{renderColor:function(){var t=this.$refs.canvasSaturation,e=this.size,s=t.getContext("2d");t.width=e,t.height=e,s.fillStyle=this.color,s.fillRect(0,0,e,e),this.createLinearGradient("l",s,e,e,"#FFFFFF","rgba(255,255,255,0)"),this.createLinearGradient("p",s,e,e,"rgba(0,0,0,0)","#000000")},renderSlide:function(){this.slideSaturationStyle={left:this.hsv.s*this.size-5+"px",top:(1-this.hsv.v)*this.size-5+"px"}},selectSaturation:function(t){var e=this,s=this.$el.getBoundingClientRect(),o=s.top,a=s.left,n=t.target.getContext("2d"),i=function(t){var s=t.clientX-a,i=t.clientY-o;s<0&&(s=0),i<0&&(i=0),s>e.size&&(s=e.size),i>e.size&&(i=e.size),e.slideSaturationStyle={left:s-5+"px",top:i-5+"px"};var r=n.getImageData(Math.min(s,e.size-1),Math.min(i,e.size-1),1,1),l=za(r.data,3),c=l[0],d=l[1],p=l[2];e.$emit("selectSaturation",{r:c,g:d,b:p})};i(t);var r=function t(){document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",t)};document.addEventListener("mousemove",i),document.addEventListener("mouseup",r)}}},Na=Ra,Wa=(s("2950"),Object(_["a"])(Na,Ia,Ua,!1,null,null,null)),Ga=Wa.exports,qa=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"hue",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.selectHue(e)}}},[s("canvas",{ref:"canvasHue"}),s("div",{staticClass:"slide",style:t.slideHueStyle})])},Ya=[],Ka={props:{hsv:{type:Object,default:null},width:{type:Number,default:15},height:{type:Number,default:152}},data:function(){return{slideHueStyle:{}}},mounted:function(){this.renderColor(),this.renderSlide()},methods:{renderColor:function(){var t=this.$refs.canvasHue,e=this.width,s=this.height,o=t.getContext("2d");t.width=e,t.height=s;var a=o.createLinearGradient(0,0,0,s);a.addColorStop(0,"#FF0000"),a.addColorStop(.17,"#FF00FF"),a.addColorStop(.34,"#0000FF"),a.addColorStop(.51,"#00FFFF"),a.addColorStop(.68,"#00FF00"),a.addColorStop(.17*5,"#FFFF00"),a.addColorStop(1,"#FF0000"),o.fillStyle=a,o.fillRect(0,0,e,s)},renderSlide:function(){this.slideHueStyle={top:(1-this.hsv.h/360)*this.height-2+"px"}},selectHue:function(t){var e=this,s=this.$el.getBoundingClientRect(),o=s.top,a=t.target.getContext("2d"),n=function(t){var s=t.clientY-o;s<0&&(s=0),s>e.height&&(s=e.height),e.slideHueStyle={top:s-2+"px"};var n=a.getImageData(0,Math.min(s,e.height-1),1,1),i=za(n.data,3),r=i[0],l=i[1],c=i[2];e.$emit("selectHue",{r:r,g:l,b:c})};n(t);var i=function t(){document.removeEventListener("mousemove",n),document.removeEventListener("mouseup",t)};document.addEventListener("mousemove",n),document.addEventListener("mouseup",i)}}},Ja=Ka,Qa=(s("8f8a"),Object(_["a"])(Ja,qa,Ya,!1,null,null,null)),Xa=Qa.exports,tn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"color-alpha",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.selectAlpha(e)}}},[s("canvas",{ref:"canvasAlpha"}),s("div",{staticClass:"slide",style:t.slideAlphaStyle})])},en=[],sn=(s("b680"),{mixins:[Da],props:{color:{type:String,default:"#000000"},rgba:{type:Object,default:null},width:{type:Number,default:15},height:{type:Number,default:152}},data:function(){return{slideAlphaStyle:{},alphaSize:5}},watch:{color:function(){this.renderColor()},"rgba.a":function(){this.renderSlide()}},mounted:function(){this.renderColor(),this.renderSlide()},methods:{renderColor:function(){var t=this.$refs.canvasAlpha,e=this.width,s=this.height,o=this.alphaSize,a=this.createAlphaSquare(o),n=t.getContext("2d");t.width=e,t.height=s,n.fillStyle=n.createPattern(a,"repeat"),n.fillRect(0,0,e,s),this.createLinearGradient("p",n,e,s,"rgba(255,255,255,0)",this.color)},renderSlide:function(){this.slideAlphaStyle={top:this.rgba.a*this.height-2+"px"}},selectAlpha:function(t){var e=this,s=this.$el.getBoundingClientRect(),o=s.top,a=function(t){var s=t.clientY-o;s<0&&(s=0),s>e.height&&(s=e.height);var a=parseFloat((s/e.height).toFixed(2));e.$emit("selectAlpha",a)};a(t);var n=function t(){document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",t)};document.addEventListener("mousemove",a),document.addEventListener("mouseup",n)}}}),on=sn,an=(s("ab3a"),Object(_["a"])(on,tn,en,!1,null,null,null)),nn=an.exports,rn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("canvas")},ln=[],cn={mixins:[Da],props:{color:{type:String,default:"#000000"},width:{type:Number,default:100},height:{type:Number,default:30}},data:function(){return{alphaSize:5}},watch:{color:function(){this.renderColor()}},mounted:function(){this.renderColor()},methods:{renderColor:function(){var t=this.$el,e=this.width,s=this.height,o=this.alphaSize,a=this.createAlphaSquare(o),n=t.getContext("2d");t.width=e,t.height=s,n.fillStyle=n.createPattern(a,"repeat"),n.fillRect(0,0,e,s),n.fillStyle=this.color,n.fillRect(0,0,e,s)}}},dn=cn,pn=Object(_["a"])(dn,rn,ln,!1,null,null,null),un=pn.exports,gn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[t.isSucking?t._e():s("svg",{staticClass:"sucker",class:{active:t.isOpenSucker},attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"-12 -12 48 48"},on:{click:t.openSucker}},[s("path",{attrs:{d:"M13.1,8.2l5.6,5.6c0.4,0.4,0.5,1.1,0.1,1.5s-1.1,0.5-1.5,0.1c0,0-0.1,0-0.1-0.1l-1.4-1.4l-7.7,7.7C7.9,21.9,7.6,22,7.3,22H3.1C2.5,22,2,21.5,2,20.9l0,0v-4.2c0-0.3,0.1-0.6,0.3-0.8l5.8-5.8C8.5,9.7,9.2,9.6,9.7,10s0.5,1.1,0.1,1.5c0,0,0,0.1-0.1,0.1l-5.5,5.5v2.7h2.7l7.4-7.4L8.7,6.8c-0.5-0.4-0.5-1-0.1-1.5s1.1-0.5,1.5-0.1c0,0,0.1,0,0.1,0.1l1.4,1.4l3.5-3.5c1.6-1.6,4.1-1.6,5.8-0.1c1.6,1.6,1.6,4.1,0.1,5.8L20.9,9l-3.6,3.6c-0.4,0.4-1.1,0.5-1.5,0.1"}})]),t.isSucking?s("svg",{staticClass:"sucker",attrs:{viewBox:"-16 -16 68 68",xmlns:"http://www.w3.org/2000/svg",stroke:"#9099a4"}},[s("g",{attrs:{fill:"none","fill-rule":"evenodd"}},[s("g",{attrs:{transform:"translate(1 1)","stroke-width":"4"}},[s("circle",{attrs:{"stroke-opacity":".5",cx:"18",cy:"18",r:"18"}}),s("path",{attrs:{d:"M36 18c0-9.94-8.06-18-18-18"}},[s("animateTransform",{attrs:{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"}})],1)])])]):t._e()])},hn=[],mn=s("1f29"),Cn=s.n(mn),bn={props:{suckerCanvas:{type:null,default:null},suckerArea:{type:Array,default:function(){return[]}}},data:function(){return{isOpenSucker:!1,suckerPreview:null,isSucking:!1}},watch:{suckerCanvas:function(t){this.isSucking=!1,this.suckColor(t),t.style.cursor="url(".concat(Cn.a,") 0 32, default")}},methods:{openSucker:function(){this.isOpenSucker?this.keydownHandler({keyCode:27}):(this.isOpenSucker=!0,this.isSucking=!0,this.$emit("openSucker",!0),document.addEventListener("keydown",this.keydownHandler))},keydownHandler:function(t){27===t.keyCode&&(this.isOpenSucker=!1,this.isSucking=!1,this.$emit("openSucker",!1),document.removeEventListener("keydown",this.keydownHandler),document.removeEventListener("mousemove",this.mousemoveHandler),document.removeEventListener("mouseup",this.mousemoveHandler),this.suckerPreview&&(document.body.removeChild(this.suckerPreview),this.suckerPreview=null))},mousemoveHandler:function(t){var e=t.clientX,s=t.clientY,o=this.suckerCanvas.getBoundingClientRect(),a=o.top,n=o.left,i=o.width,r=o.height,l=e-n,c=s-a,d=this.suckerCanvas.getContext("2d"),p=d.getImageData(Math.min(l,i-1),Math.min(c,r-1),1,1),u=za(p.data,4),g=u[0],h=u[1],m=u[2],C=u[3];C=parseFloat((C/255).toFixed(2));var b=this.suckerPreview.style;Object.assign(b,{position:"absolute",left:e+20+"px",top:s-36+"px",width:"24px",height:"24px",borderRadius:"50%",border:"2px solid #fff",boxShadow:"0 0 8px 0 rgba(0, 0, 0, 0.16)",background:"rgba(".concat(g,", ").concat(h,", ").concat(m,", ").concat(C,")"),zIndex:95}),e>=this.suckerArea[0]&&s>=this.suckerArea[1]&&e<=this.suckerArea[2]&&s<=this.suckerArea[3]?b.display="":b.display="none"},suckColor:function(t){var e=this;t&&"CANVAS"!==t.tagName||(this.suckerPreview=document.createElement("div"),document.body.appendChild(this.suckerPreview),document.addEventListener("mousemove",this.mousemoveHandler),document.addEventListener("mouseup",this.mousemoveHandler),t.addEventListener("click",(function(s){var o=s.clientX,a=s.clientY,n=t.getBoundingClientRect(),i=n.top,r=n.left,l=n.width,c=n.height,d=o-r,p=a-i,u=t.getContext("2d"),g=u.getImageData(Math.min(d,l-1),Math.min(p,c-1),1,1),h=za(g.data,4),m=h[0],C=h[1],b=h[2],_=h[3];_=parseFloat((_/255).toFixed(2)),e.$emit("selectSucker",{r:m,g:C,b:b,a:_})})))}}},_n=bn,fn=(s("21ab"),Object(_["a"])(_n,gn,hn,!1,null,null,null)),yn=fn.exports,wn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"color-type"},[s("span",{staticClass:"name"},[t._v(" "+t._s(t.name)+" ")]),s("input",{directives:[{name:"model",rawName:"v-model",value:t.modelColor,expression:"modelColor"}],staticClass:"value",domProps:{value:t.modelColor},on:{input:function(e){e.target.composing||(t.modelColor=e.target.value)}}})])},vn=[],xn={props:{name:{type:String,default:""},color:{type:String,default:""}},computed:{modelColor:{get:function(){return this.color},set:function(t){this.$emit("inputColor",t)}}}},On=xn,jn=(s("2e60"),Object(_["a"])(On,wn,vn,!1,null,null,null)),kn=jn.exports,Pn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("ul",{staticClass:"colors"},t._l(t.colorsDefault,(function(e){return s("li",{key:e,staticClass:"item",on:{click:function(s){return t.selectColor(e)}}},[s("div",{staticClass:"alpha",style:{background:"url("+t.imgAlphaBase64+")"}}),s("div",{staticClass:"color",style:{background:e}})])})),0),t.colorsHistory.length?s("ul",{staticClass:"colors history"},t._l(t.colorsHistory,(function(e){return s("li",{key:e,staticClass:"item",on:{click:function(s){return t.selectColor(e)}}},[s("div",{staticClass:"alpha",style:{background:"url("+t.imgAlphaBase64+")"}}),s("div",{staticClass:"color",style:{background:e}})])})),0):t._e()])},Hn=[],Sn=(s("a434"),{mixins:[Da],props:{color:{type:String,default:"#000000"},colorsDefault:{type:Array,default:function(){return[]}},colorsHistoryKey:{type:String,default:""}},data:function(){return{imgAlphaBase64:"",colorsHistory:JSON.parse(localStorage.getItem(this.colorsHistoryKey))||[]}},created:function(){this.imgAlphaBase64=this.createAlphaSquare(4).toDataURL()},destroyed:function(){this.setColorsHistory(this.color)},methods:{selectColor:function(t){this.$emit("selectColor",t)},setColorsHistory:function(t){if(t){var e=this.colorsHistory,s=e.indexOf(t);s>=0&&e.splice(s,1),e.length>=8&&(e.length=7),e.unshift(t),this.colorsHistory=e,localStorage.setItem(this.colorsHistoryKey,JSON.stringify(e))}}}}),$n=Sn,An=(s("9907"),Object(_["a"])($n,Pn,Hn,!1,null,null,null)),Ln=An.exports,Tn={components:{Saturation:Ga,Hue:Xa,Alpha:nn,Preview:un,Sucker:yn,Box:kn,Colors:Ln},mixins:[Da],props:{color:{type:String,default:"#000000"},theme:{type:String,default:"dark"},suckerHide:{type:Boolean,default:!0},suckerCanvas:{type:null,default:null},suckerArea:{type:Array,default:function(){return[]}},colorsDefault:{type:Array,default:function(){return["#000000","#FFFFFF","#FF1900","#F47365","#FFB243","#FFE623","#6EFF2A","#1BC7B1","#00BEFF","#2E81FF","#5D61FF","#FF89CF","#FC3CAD","#BF3DCE","#8E00A7","rgba(0,0,0,0)"]}},colorsHistoryKey:{type:String,default:"vue-colorpicker-history"}},data:function(){return{hueWidth:15,hueHeight:152,previewHeight:30,modelRgba:"",modelHex:"",r:0,g:0,b:0,a:1,h:0,s:0,v:0}},computed:{isLightTheme:function(){return"light"===this.theme},totalWidth:function(){return this.hueHeight+2*(this.hueWidth+8)},previewWidth:function(){return this.totalWidth-(this.suckerHide?0:this.previewHeight)},rgba:function(){return{r:this.r,g:this.g,b:this.b,a:this.a}},hsv:function(){return{h:this.h,s:this.s,v:this.v}},rgbString:function(){return"rgb(".concat(this.r,", ").concat(this.g,", ").concat(this.b,")")},rgbaStringShort:function(){return"".concat(this.r,", ").concat(this.g,", ").concat(this.b,", ").concat(this.a)},rgbaString:function(){return"rgba(".concat(this.rgbaStringShort,")")},hexString:function(){return this.rgb2hex(this.rgba,!0)}},created:function(){var t=this;Object.assign(this,this.setColorValue(this.color)),this.setText(),this.$watch("rgba",(function(){t.$emit("changeColor",{rgba:t.rgba,hsv:t.hsv,hex:t.modelHex})}))},methods:{selectSaturation:function(t){var e=this.setColorValue(t),s=e.r,o=e.g,a=e.b,n=e.h,i=e.s,r=e.v;Object.assign(this,{r:s,g:o,b:a,h:n,s:i,v:r}),this.setText()},selectHue:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.h,r=s.s,l=s.v;Object.assign(this,{r:o,g:a,b:n,h:i,s:r,v:l}),this.setText(),this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide()}))},selectAlpha:function(t){this.a=t,this.setText()},inputHex:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.modelHex=t,this.modelRgba=this.rgbaStringShort,this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))},inputRgba:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.modelHex=this.hexString,this.modelRgba=t,this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))},setText:function(){this.modelHex=this.hexString,this.modelRgba=this.rgbaStringShort},openSucker:function(t){this.$emit("openSucker",t)},selectSucker:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.setText(),this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))},selectColor:function(t){var e=this,s=this.setColorValue(t),o=s.r,a=s.g,n=s.b,i=s.a,r=s.h,l=s.s,c=s.v;Object.assign(this,{r:o,g:a,b:n,a:i,h:r,s:l,v:c}),this.setText(),this.$nextTick((function(){e.$refs.saturation.renderColor(),e.$refs.saturation.renderSlide(),e.$refs.hue.renderSlide()}))}}},Vn=Tn,Mn=(s("dde8"),Object(_["a"])(Vn,Ma,Ea,!1,null,null,null)),En=Mn.exports,Dn=En;o["a"].directive("click-outside",{bind:function(t,e,s){t.clickOutsideEvent=function(o){t===o.target||t.contains(o.target)||s.context[e.expression](o)},document.body.addEventListener("click",t.clickOutsideEvent)},unbind:function(t){document.body.removeEventListener("click",t.clickOutsideEvent)}});var In={components:{colorPicker:Dn},props:{color:String},data:function(){return{showColorPicker:!1,selectedColor:this.color}},computed:{colorStyle:function(){return{backgroundColor:this.selectedColor}}},methods:{changeColor:function(t){var e=t.rgba,s=e.r,o=e.g,a=e.b,n=e.a;this.selectedColor="rgba(".concat(s,", ").concat(o,", ").concat(a,", ").concat(n,")"),this.$emit("changeColor",this.selectedColor)},maybeHideColorpicker:function(){this.showColorPicker&&(this.showColorPicker=!1)}},watch:{color:function(t){this.selectedColor=t}}},Un=In,Zn=Object(_["a"])(Un,Ta,Va,!1,null,null,null),Bn=Zn.exports,Fn=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-number-input-no-arrows"},[s("input",{attrs:{type:"number",name:t.name},domProps:{value:t.displayValue},on:{change:t.emitChange}}),s("span",{staticClass:"exactmetrics-number-input-arrows"},[s("button",{staticClass:"exactmetrics-number-input-arrow exactmetrics-number-input-arrow-up",on:{click:t.increment}},[s("i",{staticClass:"monstericon-arrow"})]),s("button",{staticClass:"exactmetrics-number-input-arrow exactmetrics-number-input-arrow-down",on:{click:t.decrement}},[s("i",{staticClass:"monstericon-arrow"})])]),t.unit?s("span",{staticClass:"exactmetrics-number-input-unit",domProps:{textContent:t._s(t.unit)}}):t._e()])},zn=[],Rn={name:"PopularPostsSizeInput",props:{name:String,value:{type:[String,Number]},min:Number,max:{type:Number,default:100},unit:{type:String,default:"px"}},data:function(){return{displayValue:this.value}},methods:{emitChange:function(t){if(t.target.value>this.max)return this.displayValue=this.max,this.emitFakeChange();this.displayValue=t.target.value,this.$emit("change",t)},emitFakeChange:function(){this.$emit("change",{target:{value:this.displayValue}})},increment:function(){if(this.max){if(!(this.displayValue<this.max))return;this.displayValue++}else this.displayValue++;this.emitFakeChange()},decrement:function(){if(this.min){if(!(this.displayValue>this.min))return;this.displayValue--}else this.displayValue--;this.emitFakeChange()}},watch:{value:function(){this.displayValue=this.value}}},Nn=Rn,Wn=Object(_["a"])(Nn,Fn,zn,!1,null,null,null),Gn=Wn.exports;function qn(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Yn(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?qn(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):qn(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Kn={name:"PopularPostsThemeCustomizeControls",components:{PopularPostsSizeInput:Gn,PopularPostsUpgradeOverlay:Wo,colorPicker:Bn},props:{name:String,themes:Object},data:function(){return{optionsName:this.name+"_options",text_theme_preview:Object(c["a"])("Theme Preview","google-analytics-dashboard-for-wp"),text_dummy_p_1:Object(c["a"])("Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.","google-analytics-dashboard-for-wp"),text_dummy_p_2:Object(c["a"])("Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan","google-analytics-dashboard-for-wp"),text_color:Object(c["a"])("Color","google-analytics-dashboard-for-wp"),text_size:Object(c["a"])("Size","google-analytics-dashboard-for-wp"),text_title:Object(c["a"])("Title","google-analytics-dashboard-for-wp"),text_label:Object(c["a"])("Label","google-analytics-dashboard-for-wp"),text_background:Object(c["a"])("Background","google-analytics-dashboard-for-wp"),text_border:Object(c["a"])("Border","google-analytics-dashboard-for-wp"),text_icon:Object(c["a"])("Icon","google-analytics-dashboard-for-wp"),text_customize_design:Object(c["a"])("Customize Design","google-analytics-dashboard-for-wp")}},computed:Yn({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_inline"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},themeClass:function(){return"exactmetrics-inline-popular-posts-widget exactmetrics-inline-popular-posts-"+this.active},renderCssClass:function(){var t="exactmetrics-pp-inline-theme-controls";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){return this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},updateColor:Ca()((function(t,e,s){this.saveSetting(t,e,s)}),100),updateOption:function(t,e,s){this.saveSetting(t,e,s.target.value)},saveSetting:function(t,e,s){var o=this,a={type:"inline",theme:this.active,object:t,key:e,value:s};this.$mi_saving_toast({}),this.$store.dispatch("$_popularposts/updateThemeSetting",a).then((function(t){t.success?o.$mi_success_toast({}):o.$mi_error_toast({})}))},objectStyle:function(t,e,s){var o,a={};if("undefined"===typeof this.themeOptions[t])return a;for(o=0;o<e.length;o++){var n=this.getThemeOption(t,e[o]),i=s[o];"fontSize"===i&&(n+="px"),a[i]=n}return a},getImageClass:function(t){return"exactmetrics-bg-img "+t}}},Jn=Kn,Qn=Object(_["a"])(Jn,Aa,La,!1,null,null,null),Xn=Qn.exports,ti=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("p",[s("span",{staticClass:"exactmetrics-dark"},[s("span",{domProps:{textContent:t._s(t.text_automated)}}),s("popular-posts-pro-pill")],1),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_automated_description)}})]),s("settings-input-checkbox",{attrs:{faux:!0,default:!1,faux_tooltip_off:t.text_needs_pro,label:t.text_add_top_5_ga,tooltip:t.text_add_top_5_ga_tooltip}})],1)},ei=[],si=s("17be"),oi={name:"PopularPostsGaInput",components:{PopularPostsProPill:si["a"],SettingsInputCheckbox:F["a"]},data:function(){return{checking_ga_data:!1,text_add_top_5_ga:Object(c["a"])("Add Top 5 Posts from Google Analytics","google-analytics-dashboard-for-wp"),text_add_top_5_ga_tooltip:Object(c["a"])("Add Top 5 Posts from Google Analytics","google-analytics-dashboard-for-wp"),text_needs_pro:Object(c["a"])("Pro version is required","google-analytics-dashboard-for-wp"),text_automated:Object(c["a"])("Automated + Curated","google-analytics-dashboard-for-wp"),text_automated_description:Object(c["d"])(Object(c["a"])("Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("popular-posts","ga-sorting")+'">',"</a>")}}},ai=oi,ni=Object(_["a"])(ai,ti,ei,!1,null,null,null),ii=ni.exports,ri=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-input-checkbox",{attrs:{faux:!0,default:!1}},[s("template",{slot:"label"},[s("span",{domProps:{textContent:t._s(t.text_multiple_entries)}}),s("PopularPostsProPill")],1)],2)},li=[],ci={name:"PopularPostsMultipleEntries",components:{PopularPostsProPill:si["a"],SettingsInputCheckbox:F["a"]},data:function(){return{text_multiple_entries:Object(c["a"])("Multiple Entries","google-analytics-dashboard-for-wp"),text_total_number:Object(c["a"])("Total Number of Widgets to Show","google-analytics-dashboard-for-wp"),text_total_number_desc:Object(c["a"])("Choose how many widgets will be placed in a single Post.","google-analytics-dashboard-for-wp"),text_minimum_distance:Object(c["a"])("Minimum Distance Between Widgets","google-analytics-dashboard-for-wp"),text_minimum_distance_desc:Object(c["a"])("Choose the distance between widgets.","google-analytics-dashboard-for-wp"),text_word_count:Object(c["a"])("Minimum Word Count to Display Multiple Widgets","google-analytics-dashboard-for-wp"),text_word_count_desc:Object(c["a"])("Choose the minimum word count for a Post to have multiple entries.","google-analytics-dashboard-for-wp")}}},di=ci,pi=Object(_["a"])(di,ri,li,!1,null,null,null),ui=pi.exports,gi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-loading-spinner-inline"},[t._m(0),t.text?s("h3",{domProps:{innerHTML:t._s(t.text)}}):t._e()])},hi=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-loading-spinner-inline-loader-holder"},[s("div",{staticClass:"exactmetrics-rotate-loader"})])}],mi={name:"LoadingSpinnerInline",props:{text:String}},Ci=mi,bi=(s("fdc0"),Object(_["a"])(Ci,gi,hi,!1,null,null,null)),_i=bi.exports,fi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("popular-posts-inline-placement",{attrs:{video_gutenberg:t.video_gutenberg,video_shortcode:t.video_shortcode}})},yi=[],wi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-manual-placement"},[s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_display_method)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_display_method_desc)}})]),s("div",{staticClass:"exactmetrics-pp-manual-placement-options"},t._l(t.options,(function(e,o){return s("div",{key:o,class:t.selectorClass(o),on:{click:function(e){t.selected=o}}},[s("span",{staticClass:"exactmetrics-pp-manual-placement-options-icon",domProps:{innerHTML:t._s(e.icon)}}),s("span",{domProps:{textContent:t._s(e.name)}})])})),0),s("div",{staticClass:"exactmetrics-separator"}),"gutenberg"===t.selected?s("div",{staticClass:"exactmetrics-pp-manual-placement-content"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_gutenberg_title)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_gutenberg_desc)}})]),s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_gutenberg,title:t.text_gutenberg_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},t._l(t.text_gutenberg_steps,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)],1)]):t._e(),"shortcode"===t.selected?s("div",{staticClass:"exactmetrics-pp-manual-placement-content"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_shortcode_title)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_shortcode_desc)}})]),s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_shortcode,title:t.text_shortcode_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},[s("li",[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_shortcode)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_shortcode_copy)}})]),s("input",{attrs:{id:"exactmetrics-shortcode-copy",type:"text",readonly:!0,value:"[exactmetrics_popular_posts_inline]"}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-secondary",domProps:{textContent:t._s(t.text_copy)},on:{click:t.copyToClipboard}})])])],1)]):t._e()])},vi=[],xi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-video-block"},[s("div",{on:{click:function(e){t.video_visible=!0}}},[t.icon?s("span",{staticClass:"exactmetrics-pp-video-block-icon"},[s("svg",{attrs:{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M4.64516 4.70968C7.78495 1.56989 11.5699 0 16 0C20.4301 0 24.1935 1.56989 27.2903 4.70968C30.4301 7.80645 32 11.5699 32 16C32 20.4301 30.4301 24.2151 27.2903 27.3548C24.1935 30.4516 20.4301 32 16 32C11.5699 32 7.78495 30.4516 4.64516 27.3548C1.54839 24.2151 0 20.4301 0 16C0 11.5699 1.54839 7.80645 4.64516 4.70968ZM23.4839 17.5484C23.7419 17.4194 23.9355 17.2258 24.0645 16.9677C24.1935 16.7097 24.2581 16.4516 24.2581 16.1935C24.2581 15.9355 24.1935 15.6774 24.0645 15.4194C23.9355 15.1613 23.7419 14.9677 23.4839 14.8387L12.129 7.93548C11.6129 7.63441 11.0968 7.63441 10.5806 7.93548C10.0645 8.23656 9.80645 8.68817 9.80645 9.29032V22.7097C9.80645 23.3118 10.0645 23.7634 10.5806 24.0645C11.0968 24.3656 11.6129 24.3656 12.129 24.0645L23.4839 17.5484Z",fill:"white"}})])]):t._e(),t.image?s("div",{class:t.imgClass}):t._e(),t.title?s("p",{domProps:{innerHTML:t._s(t.title)}}):t._e()]),t.video_visible?s("welcome-overlay",{on:{close:function(e){t.video_visible=!1}}},[s("iframe",{attrs:{width:"1280",height:"720",src:t.videoSrc,frameborder:"0",allow:"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture",allowfullscreen:""}})]):t._e()],1)},Oi=[],ji={name:"PopularPostsVideo",components:{WelcomeOverlay:L["a"]},props:{video:String,image:String,title:String,icon:{type:Boolean,default:!0}},data:function(){return{video_visible:!1,imgClass:"exactmetrics-bg-img"+this.image,videoSrc:this.video+"?autoplay=1&modestbranding=1&showinfo=0&rel=0&fs=1"}}},ki=ji,Pi=Object(_["a"])(ki,xi,Oi,!1,null,null,null),Hi=Pi.exports,Si={name:"PopularPostsInlinePlacement",components:{PopularPostsVideo:Hi},props:{video_gutenberg:String,video_shortcode:String},data:function(){return{selected:"gutenberg",options:{gutenberg:{icon:'<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 36.0001C28.8366 36.0001 36 28.8367 36 20.0001C36 11.1636 28.8366 4.00012 20 4.00012C11.1634 4.00012 4 11.1636 4 20.0001C4 28.8367 11.1634 36.0001 20 36.0001ZM20 40.0001C31.0457 40.0001 40 31.0458 40 20.0001C40 8.95443 31.0457 0.00012207 20 0.00012207C8.9543 0.00012207 0 8.95443 0 20.0001C0 31.0458 8.9543 40.0001 20 40.0001ZM19.9997 11.6669C19.0793 11.6669 18.3331 12.4131 18.3331 13.3336V18.3336H13.334C12.4135 18.3336 11.6673 19.0798 11.6673 20.0002C11.6673 20.9207 12.4135 21.6669 13.334 21.6669H18.3331V26.6669C18.3331 27.5874 19.0793 28.3336 19.9997 28.3336C20.9202 28.3336 21.6664 27.5874 21.6664 26.6669V21.6669H26.6673C27.5878 21.6669 28.334 20.9207 28.334 20.0002C28.334 19.0798 27.5878 18.3336 26.6673 18.3336H21.6664V13.3336C21.6664 12.4131 20.9202 11.6669 19.9997 11.6669Z" fill="#338EEF"/></svg>',name:"Gutenberg"},shortcode:{icon:'<svg width="41" height="24" viewBox="0 0 41 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.63001 23.0821C10.8947 24.3062 12.9451 24.3062 14.2097 23.0821C15.4744 21.858 15.4744 19.8733 14.2097 18.6492L7.34018 11.9999L14.2094 5.35106C15.474 4.12696 15.474 2.1423 14.2094 0.918198C12.9447 -0.305904 10.8943 -0.305903 9.62962 0.918198L2.76045 7.56708L2.76041 7.56705L1.28645 8.99374C-0.428818 10.654 -0.428816 13.3458 1.28645 15.0061L9.63001 23.0821ZM30.4005 23.0821C29.1359 24.3062 27.0855 24.3062 25.8208 23.0821C24.5561 21.858 24.5561 19.8733 25.8208 18.6492L32.6904 11.9999L25.8212 5.35106C24.5565 4.12696 24.5565 2.1423 25.8212 0.918198C27.0858 -0.305904 29.1363 -0.305903 30.4009 0.918198L37.2701 7.56708L37.2701 7.56705L38.7441 8.99374C40.4594 10.654 40.4594 13.3458 38.7441 15.0061L30.4005 23.0821Z" fill="#338EEF"/></svg>',name:"Shortcode"}},text_display_method:Object(c["a"])("Display Method","google-analytics-dashboard-for-wp"),text_display_method_desc:Object(c["a"])("There are two ways to manual include the widget in your posts.","google-analytics-dashboard-for-wp"),text_gutenberg_title:Object(c["a"])("Using the Gutenberg Block","google-analytics-dashboard-for-wp"),text_shortcode_title:Object(c["a"])("Using the Shortcode","google-analytics-dashboard-for-wp"),text_gutenberg_desc:Object(c["a"])("Learn how to insert the widget using Gutenberg blocks.","google-analytics-dashboard-for-wp"),text_shortcode_desc:Object(c["a"])("Learn how to insert the widget using out Shortcode.","google-analytics-dashboard-for-wp"),text_gutenberg_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_gutenberg_steps:[Object(c["d"])(Object(c["a"])("%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 2%2$s - Search for “Inline Popular Posts by ExactMetrics”.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.","google-analytics-dashboard-for-wp"),"<b>","</b>")],text_shortcode:Object(c["a"])("Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_copy:Object(c["a"])("Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.","google-analytics-dashboard-for-wp"),text_copy:Object(c["a"])("Copy Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode","google-analytics-dashboard-for-wp"),"<b>","</b>")}},methods:{selectorClass:function(t){var e="exactmetrics-pp-manual-placement-option";return e+=" exactmetrics-pp-manual-placement-option-"+t,t===this.selected&&(e+=" exactmetrics-pp-manual-placement-option-active"),e},copyToClipboard:function(){document.querySelector("#exactmetrics-shortcode-copy").select(),document.execCommand("copy")}}},$i=Si,Ai=Object(_["a"])($i,wi,vi,!1,null,null,null),Li=Ai.exports,Ti={name:"InlinePlacement",components:{PopularPostsInlinePlacement:Li},data:function(){return{video_gutenberg:"https://www.youtube.com/embed/z7kt3Xz8ToY",video_shortcode:"https://www.youtube.com/embed/oPzN_OIfewc"}}},Vi=Ti,Mi=Object(_["a"])(Vi,fi,yi,!1,null,null,null),Ei=Mi.exports;function Di(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Ii(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Di(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Di(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Ui={name:"PopularPostsInline",components:{InlinePlacement:Ei,LoadingSpinnerInline:_i,PopularPostsMultipleEntries:ui,PopularPostsGaInput:ii,PopularPostsThemeCustomizeControls:Xn,PopularPostsPostTypePicker:$a,PopularPostsPostsPicker:Oa,PopularPostsSharedCount:ua,SettingsInputNumber:ia,SettingsInputRadio:we["a"],PopularPostsThemePreview:Qo,SettingsBlock:y,PopularPostsThemePicker:Io},data:function(){return{text_choose_theme:Object(c["a"])("Choose Theme","google-analytics-dashboard-for-wp"),text_behavior:Object(c["a"])("Behavior","google-analytics-dashboard-for-wp"),text_widget_styling:Object(c["a"])("Widget Styling","google-analytics-dashboard-for-wp"),text_widget_styling_desc:Object(c["a"])("Choose how you want to determine the colors, font sizes and spacing of the widget.","google-analytics-dashboard-for-wp"),text_sort_by:Object(c["a"])("Sort By","google-analytics-dashboard-for-wp"),text_sort_by_description:Object(c["a"])("Choose how you'd like the widget to determine your popular posts.","google-analytics-dashboard-for-wp"),text_placement:Object(c["a"])("Placement","google-analytics-dashboard-for-wp"),text_placement_description:Object(c["a"])("Choose how you'd like to place the widget.","google-analytics-dashboard-for-wp"),text_insert_after:Object(c["a"])("Insert After","google-analytics-dashboard-for-wp"),text_insert_after_description:Object(c["a"])("Choose where in the post body the widget will be placed.","google-analytics-dashboard-for-wp"),text_post_type:Object(c["a"])("Include in Post Types","google-analytics-dashboard-for-wp"),text_exclude_posts:Object(c["a"])("Exclude from specific posts","google-analytics-dashboard-for-wp"),text_post_type_description:Object(c["d"])(Object(c["a"])("Choose which Post Types the widget %1$sWILL%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_exclude_posts_description:Object(c["d"])(Object(c["a"])("Choose from which Posts the widget %1$sWILL NOT%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_customize_design:Object(c["a"])("Customize Design","google-analytics-dashboard-for-wp"),text_loading_themes:Object(c["a"])("Loading Themes","google-analytics-dashboard-for-wp"),text_words:Object(c["a"])("words","google-analytics-dashboard-for-wp"),text_select_one_post:Object(c["a"])("Please select at least one post to display.","google-analytics-dashboard-for-wp"),styling_options:[{value:"0",label:Object(c["d"])(Object(c["a"])("Default Styles %1$s- As seen above.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"no_styles",label:Object(c["d"])(Object(c["a"])("No Styles %1$s- Use your own CSS.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],sort_options:[{value:"comments",label:Object(c["d"])(Object(c["a"])("Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"sharedcount",label:Object(c["d"])(Object(c["a"])("SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"curated",label:Object(c["d"])(Object(c["a"])("Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],placement_options:[{value:"automatic",label:Object(c["d"])(Object(c["a"])("Automatic %1$s- The widget is automatically placed inside the post body.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"manual",label:Object(c["d"])(Object(c["a"])("Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}]}},computed:Ii({},Object(l["b"])({settings:"$_settings/settings",addons:"$_addons/addons",theme_options:"$_popularposts/themes_inline"}),{placement_option:function(){return this.settings["popular_posts_inline_placement"]?this.settings["popular_posts_inline_placement"]:""},ga_enabled:function(){return!!this.settings["popular_posts_inline_ga"]&&this.settings["popular_posts_inline_ga"]},no_posts_selected:function(){return!this.ga_enabled&&"curated"===this.settings["popular_posts_inline_sort"]&&"undefined"!==typeof this.settings["popular_posts_inline_curated"]&&0===this.settings["popular_posts_inline_curated"].length}}),mounted:function(){this.theme_options.hasOwnProperty("alpha")||this.$store.dispatch("$_popularposts/getThemes","inline")}},Zi=Ui,Bi=Object(_["a"])(Zi,Ho,So,!1,null,null,null),Fi=Bi.exports,zi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-widget"},[s("settings-block",{attrs:{title:t.text_choose_theme,icon:"monstericon-search"}},[t.theme_options.hasOwnProperty("alpha")?s("popular-posts-theme-picker",{attrs:{options:t.theme_options,name:"popular_posts_widget_theme",type:"widget"}}):s("loading-spinner-inline",{attrs:{text:t.text_loading_themes}}),t.theme_options.hasOwnProperty("alpha")?s("div",{staticClass:"exactmetrics-separator"}):t._e(),t.theme_options.hasOwnProperty("alpha")?s("popular-posts-widget-theme-preview",{attrs:{name:"popular_posts_widget_theme",themes:t.theme_options}}):t._e()],1),t.theme_options.hasOwnProperty("alpha")?s("popular-posts-widget-theme-customize",{attrs:{themes:t.theme_options,name:"popular_posts_widget_theme"}}):t._e(),s("settings-block",{attrs:{title:t.text_behavior,icon:"monstericon-mouse-pointer"}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_widget_styling)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_widget_styling_desc)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.styling_options,name:"popular_posts_widget_styling"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_sort_by)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_sort_by_description)}})]),s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.sort_options,name:"popular_posts_widget_sort"}},[s("template",{slot:"sharedcount"},[s("popular-posts-shared-count")],1),s("template",{slot:"curated"},[s("popular-posts-posts-picker",{attrs:{name:"popular_posts_widget_curated"}})],1)],2),s("div",{staticClass:"exactmetrics-separator"}),s("PopularPostsGaInput",{attrs:{name:"popular_posts_widget_ga"}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_widget_title)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_widget_title_desc)}})]),s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:"popular_posts_widget_title",label:t.text_display_title}}),t.settings["popular_posts_widget_title"]?s("div",{staticClass:"exactmetrics-input-text-small"},[s("settings-input-text",{attrs:{auth_disabled:!1,name:"popular_posts_widget_title_text"}})],1):t._e(),s("div",{staticClass:"exactmetrics-separator"}),s("popular-posts-post-type-picker",{attrs:{name:"popular_posts_widget_post_types",label:t.text_post_type,description:t.text_post_type_description}}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_exclude_posts)}}),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_exclude_posts_description)}})]),s("popular-posts-posts-picker",{attrs:{name:"popular_posts_widget_exclude_posts"}}),s("popular-posts-widget-category"),s("widget-placement")],1)],1)},Ri=[],Ni=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-widget-theme-preview"},[s("h3",{domProps:{textContent:t._s(t.text_theme_preview)}}),t.themeOptions?s("div",{class:t.renderCssClass},[s("div",{staticClass:"exactmetrics-pp-widget-theme-preview-width"},[s("div",{staticClass:"exactmetrics-buttons-toggle"},[s("button",{class:t.themeWidthButtonClass("wide"),domProps:{textContent:t._s(t.text_wide)},on:{click:function(e){e.stopPropagation(),t.preview_width="wide"}}}),s("button",{class:t.themeWidthButtonClass("narrow"),domProps:{textContent:t._s(t.text_narrow)},on:{click:function(e){e.stopPropagation(),t.preview_width="narrow"}}})])]),s("div",{class:t.outputClass},[s("div",{staticClass:"exactmetrics-dummy-text"},["wide"===t.preview_width?s("p",{domProps:{textContent:t._s(t.text_dummy_p_1)}}):t._e(),"narrow"===t.preview_width?s("p",{domProps:{textContent:t._s(t.text_dummy_p_2)}}):t._e(),"narrow"===t.preview_width?s("p",{domProps:{textContent:t._s(t.text_dummy_p_3)}}):t._e()]),s("div",{class:t.themeClass},[t.themeList?s("ul",{staticClass:"exactmetrics-widget-popular-posts-list"},t._l(t.getItems,(function(e,o){return s("li",{key:o,style:t.objectStyle("background",["color","border"],["background","borderColor"])},[t.themeList.images&&t.themeList.images[o]?s("div",{class:t.imgClass(t.themeList.images[o])}):t._e(),s("div",{staticClass:"exactmetrics-widget-popular-posts-text"},[t.themeOptions.label?s("span",{staticClass:"exactmetrics-widget-popular-posts-label",style:t.objectStyle("label",["color","background"],["color","background"]),domProps:{textContent:t._s(t.getThemeOption("label","text"))}}):t._e(),s("a",{staticClass:"exactmetrics-widget-popular-posts-title",style:t.objectStyle("title",["color","size"],["color","fontSize"]),domProps:{textContent:t._s(e)}}),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-widget-popular-posts-meta",style:t.objectStyle("meta",["color","size"],["color","fontSize"])},[t.themeOptions.meta.author&&"off"!==t.getThemeOption("meta","author")?s("span",{staticClass:"exactmetrics-widget-popular-posts-author"},[t._v("by Aazim Akhtar")]):t._e(),"off"!==t.getThemeOption("meta","author")&&"off"!==t.getThemeOption("meta","date")?s("span",{domProps:{innerHTML:t._s(t.themeOptions.meta.separator)}}):t._e(),t.themeOptions.meta.date&&"off"!==t.getThemeOption("meta","date")?s("span",{staticClass:"exactmetrics-widget-popular-posts-date",domProps:{textContent:t._s(t.text_yesterday)}}):t._e()]):t._e(),t.themeOptions.meta&&t.themeOptions.meta.comments&&"off"!==t.getThemeOption("meta","comments")?s("span",{staticClass:"exactmetrics-widget-popular-posts-comments",style:t.objectStyle("comments",["color"],["color"])},[s("svg",{attrs:{width:"13",height:"12",viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{style:t.objectStyle("comments",["color"],["fill"]),attrs:{d:"M7.8251 1.25893C8.70332 2.09821 9.14243 3.10714 9.14243 4.28571C9.14243 5.46429 8.70332 6.47321 7.8251 7.3125C6.94689 8.15179 5.8887 8.57143 4.65056 8.57143C3.78674 8.57143 2.98771 8.34821 2.25346 7.90179C1.63439 8.34821 0.993719 8.57143 0.331456 8.57143C0.302662 8.57143 0.273868 8.5625 0.245074 8.54464C0.216279 8.50893 0.194684 8.47321 0.180287 8.4375C0.151493 8.34821 0.158691 8.26786 0.201882 8.19643C0.50422 7.83929 0.763366 7.35714 0.979321 6.75C0.432235 6.01786 0.158691 5.19643 0.158691 4.28571C0.158691 3.10714 0.5978 2.09821 1.47602 1.25893C2.35424 0.419643 3.41242 0 4.65056 0C5.8887 0 6.94689 0.419643 7.8251 1.25893ZM11.7771 10.1786C11.993 10.7857 12.2522 11.2679 12.5545 11.625C12.5977 11.6964 12.6049 11.7768 12.5761 11.8661C12.5473 11.9554 12.4969 12 12.425 12C11.7627 12 11.122 11.7768 10.5029 11.3304C9.7687 11.7768 8.96967 12 8.10585 12C7.18444 12 6.34941 11.7589 5.60076 11.2768C4.85212 10.7946 4.30503 10.1607 3.9595 9.375C4.21865 9.41071 4.449 9.42857 4.65056 9.42857C6.07587 9.42857 7.29241 8.92857 8.30021 7.92857C9.32239 6.91071 9.83349 5.69643 9.83349 4.28571C9.83349 4.08929 9.82629 3.91071 9.81189 3.75C10.6325 4.07143 11.302 4.59821 11.8203 5.33036C12.3386 6.04464 12.5977 6.83929 12.5977 7.71429C12.5977 8.625 12.3242 9.44643 11.7771 10.1786Z"}})]),t._v(" 24 ")]):t._e()])])})),0):t._e()])])]):t._e(),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},Wi=[];s("fb6a");function Gi(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function qi(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Gi(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Gi(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Yi={name:"PopularPostsWidgetThemePreview",components:{PopularPostsUpgradeOverlay:Wo},props:{name:String,themes:Object},data:function(){return{optionsName:this.name+"_options",text_theme_preview:Object(c["a"])("Theme Preview","google-analytics-dashboard-for-wp"),text_wide:Object(c["a"])("Wide","google-analytics-dashboard-for-wp"),text_narrow:Object(c["a"])("Narrow","google-analytics-dashboard-for-wp"),preview_width:"wide",text_dummy_p_1:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut a libero ante. Donec ac ligula a arcu facilisis consequat. Nam rhoncus vehicula erat. Mauris sed auctor nisi, sed facilisis elit. Vestibulum ultrices risus vitae euismod convallis. Mauris elementum vitae est quis ornare.",text_dummy_p_2:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut a libero ante. Donec ac ligula a arcu facilisis consequat. Nam rhoncus vehicula erat. Mauris sed auctor nisi, sed facilisis elit. Vestibulum ultrices risus vitae euismod convallis. Mauris elementum vitae est quis ornare. In efficitur luctus lorem non porttitor. Pellentesque iaculis sapien non imperdiet cursus. Curabitur venenatis purus sed diam pulvinar accumsan. Suspendisse sapien justo, sollicitudin ut dignissim at, ultricies sed arcu.",text_dummy_p_3:"Pellentesque pharetra molestie felis, at vehicula enim consectetur sed. Vestibulum ut dolor non nunc tincidunt elementum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Quisque elit elit, maximus vel pharetra sit amet, gravida eget enim.",text_yesterday:Object(c["a"])("Yesterday","google-analytics-dashboard-for-wp")}},computed:qi({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_widget"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},columns:function(){return this.settings["popular_posts_widget_theme_columns"]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},themeList:function(){return!!this.active&&this.themes[this.active].list},themeClass:function(){return"exactmetrics-widget-popular-posts-widget exactmetrics-widget-popular-posts-"+this.active+" exactmetrics-widget-popular-posts-columns-"+this.columns},outputClass:function(){return"exactmetrics-pp-widget-theme-preview-output exactmetrics-pp-widget-theme-preview-output-"+this.preview_width},getItems:function(){return"wide"===this.preview_width?this.themeList.items:this.themeList.items.slice(0,3)},renderCssClass:function(){var t="exactmetrics-pp-widget-theme-preview-render";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){var s=this.name+"_"+t+"_"+e;return"undefined"!==typeof this.settings[s]&&""!==this.settings[s]&&!1!==this.settings[s]?this.settings[s]:this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},objectStyle:function(t,e,s){var o,a={};if("undefined"===typeof this.themeOptions[t])return a;for(o=0;o<e.length;o++){var n=this.getThemeOption(t,e[o]),i=s[o];"fontSize"===i&&(n+="px"),a[i]=n}return a},themeWidthButtonClass:function(t){var e="exactmetrics-button";return t===this.preview_width&&(e+=" exactmetrics-selected-interval"),e},imgClass:function(t){return t=t.replace(".jpg","").replace(".png",""),"exactmetrics-bg-img exactmetrics-pp-"+t}}},Ki=Yi,Ji=Object(_["a"])(Ki,Ni,Wi,!1,null,null,null),Qi=Ji.exports,Xi=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-block",{staticClass:"exactmetrics-pp-widget-controls",attrs:{title:t.text_customize_design,icon:"monstericon-eye-far"}},[s("div",{class:t.renderCssClass},[s("div",{staticClass:"exactmetrics-pp-inline-theme-controls"},[t.themeOptions.title?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-title"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_title)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.title.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("title","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["title","color"].concat(o))}}})],1):t._e(),t.themeOptions.title.size?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_size)}}),s("popular-posts-size-input",{attrs:{value:t.getThemeOption("title","size"),min:1},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["title","size"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.label?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-label"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_label)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.label.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("span",{staticClass:"exactmetrics-pp-color-input-inline"},[s("color-picker",{attrs:{color:t.getThemeOption("label","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","color"].concat(o))}}}),s("input",{attrs:{type:"text"},domProps:{value:t.getThemeOption("label","text")},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["label","text"].concat(o))}}})],1)]):t._e(),t.themeOptions.label.background?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_background)}}),s("color-picker",{attrs:{color:t.getThemeOption("label","background")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["label","background"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.background?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-background"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_background)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.background.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","color"].concat(o))}}})],1):t._e(),t.themeOptions.background.border?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_border)}}),s("color-picker",{attrs:{color:t.getThemeOption("background","border")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["background","border"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.border?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_border)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.border.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.themeOptions.border.color.label?t.themeOptions.border.color.label:t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("border","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["border","color"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_meta)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.meta.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("meta","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["meta","color"].concat(o))}}})],1):t._e(),t.themeOptions.meta.size?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_size)}}),s("popular-posts-size-input",{attrs:{value:t.getThemeOption("meta","size"),min:1},on:{change:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateOption.apply(void 0,["meta","size"].concat(o))}}})],1):t._e()])]):t._e(),t.themeOptions.comments?s("div",{staticClass:"exactmetrics-pp-controls exactmetrics-pp-controls-border"},[s("label",{staticClass:"exactmetrics-pp-controls-description",domProps:{textContent:t._s(t.text_comments)}}),s("div",{staticClass:"exactmetrics-pp-controls-inputs"},[t.themeOptions.comments.color?s("label",[s("span",{staticClass:"exactmetrics-pp-control-label",domProps:{textContent:t._s(t.text_color)}}),s("color-picker",{attrs:{color:t.getThemeOption("comments","color")},on:{changeColor:function(e){var s=arguments.length,o=Array(s);while(s--)o[s]=arguments[s];return t.updateColor.apply(void 0,["comments","color"].concat(o))}}})],1):t._e()])]):t._e()]),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_wide_label)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_wide_desc)}})]),s("settings-input-radio",{staticClass:"exactmetrics-wide-column-options",attrs:{auth_disabled:!1,options:t.wide_columns,name:"popular_posts_widget_theme_columns"},on:{updated:t.updateCount}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_post_count)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_post_count_desc)}})]),s("settings-input-select-simple",{ref:"post_count",attrs:{auth_disabled:!1,name:"popular_posts_widget_count",options:t.options_count}}),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-separator"}):t._e(),t.themeOptions.meta?s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_display_options)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_display_options_desc)}})]):t._e(),t.themeOptions.meta?s("div",{staticClass:"exactmetrics-inline-checkboxes"},[t.themeOptions.meta&&t.themeOptions.meta.author?s("settings-input-checkbox",{attrs:{auth_disabled:!1,valueOff:"off",valueOn:"on",label:t.text_display_author,name:"popular_posts_widget_theme_meta_author"}}):t._e(),t.themeOptions.meta&&t.themeOptions.meta.date?s("settings-input-checkbox",{attrs:{auth_disabled:!1,valueOff:"off",valueOn:"on",label:t.text_display_date,name:"popular_posts_widget_theme_meta_date"}}):t._e(),t.themeOptions.meta&&t.themeOptions.meta.comments?s("settings-input-checkbox",{attrs:{auth_disabled:!1,valueOff:"off",valueOn:"on",label:t.text_display_comments,name:"popular_posts_widget_theme_meta_comments"}}):t._e()],1):t._e()],1),t.themeAvailable?t._e():s("popular-posts-upgrade-overlay")],1)},tr=[],er=(s("d81d"),s("e25e"),function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-input-select-simple"},[s("select",{staticClass:"exactmetrics-settings-select",attrs:{name:t.name,autocomplete:"off"},on:{change:t.updateSetting}},t._l(t.options,(function(e){return s("option",{key:e.value,domProps:{value:e.value,selected:t.isChecked(e.value),textContent:t._s(e.label)}})})),0)])}),sr=[];function or(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ar(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?or(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):or(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var nr={name:"SettingsInputSelectSimple",props:{options:Array,name:String,auth_disabled:{type:Boolean,default:!0}},data:function(){return{is_loading:!1,has_error:!1}},computed:ar({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{has_ua:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},disabled:function(){return!!this.auth_disabled&&!this.has_ua}}),methods:{updateSetting:function(t){var e=this;if(this.disabled)return!1;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:this.name,value:t.target.value}).then((function(t){t.success?e.$mi_success_toast({}):e.$mi_error_toast({})}))},isChecked:function(t){return this.settings[this.name]?t==this.settings[this.name]:t===this.options[0].value}}},ir=nr,rr=Object(_["a"])(ir,er,sr,!1,null,null,null),lr=rr.exports;function cr(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function dr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?cr(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):cr(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var pr={name:"PopularPostsWidgetThemeCustomize",components:{PopularPostsSizeInput:Gn,PopularPostsUpgradeOverlay:Wo,SettingsInputSelectSimple:lr,SettingsInputCheckbox:F["a"],SettingsInputRadio:we["a"],SettingsBlock:y,colorPicker:Bn},props:{name:String,themes:Object},data:function(){return{text_customize_design:Object(c["a"])("Customize Design","google-analytics-dashboard-for-wp"),text_title:Object(c["a"])("Title","google-analytics-dashboard-for-wp"),text_color:Object(c["a"])("Color","google-analytics-dashboard-for-wp"),text_size:Object(c["a"])("Size","google-analytics-dashboard-for-wp"),text_border:Object(c["a"])("Border","google-analytics-dashboard-for-wp"),text_meta:Object(c["a"])("Author/Date","google-analytics-dashboard-for-wp"),text_label:Object(c["a"])("Label","google-analytics-dashboard-for-wp"),text_background:Object(c["a"])("Background","google-analytics-dashboard-for-wp"),text_wide_label:Object(c["a"])("Wide-Layout Options","google-analytics-dashboard-for-wp"),text_wide_desc:Object(c["a"])("Adjust the number of columns displayed when the widget is placed in a wide container.","google-analytics-dashboard-for-wp"),text_display_options:Object(c["a"])("Display Options","google-analytics-dashboard-for-wp"),text_display_options_desc:Object(c["a"])("Choose which content you would like displayed in the widget.","google-analytics-dashboard-for-wp"),text_display_author:Object(c["a"])("Display Author","google-analytics-dashboard-for-wp"),text_display_date:Object(c["a"])("Display Date","google-analytics-dashboard-for-wp"),text_display_comments:Object(c["a"])("Display Comments","google-analytics-dashboard-for-wp"),text_comments:Object(c["a"])("Comments","google-analytics-dashboard-for-wp"),text_post_count:Object(c["a"])("Post Count","google-analytics-dashboard-for-wp"),text_post_count_desc:Object(c["a"])("Choose how many posts you’d like displayed in the widget.","google-analytics-dashboard-for-wp"),wide_columns:[{label:'<span class="exactmetrics-wide-column exactmetrics-wide-column-three"><span></span><span></span><span></span><span></span><span></span><span></span></span>',value:"3"},{label:'<span class="exactmetrics-wide-column exactmetrics-wide-column-two"><span></span><span></span><span></span><span></span></span>',value:"2"},{label:'<span class="exactmetrics-wide-column exactmetrics-wide-column-one"><span></span><span></span></span>',value:"1"}]}},computed:dr({},Object(l["b"])({settings:"$_settings/settings",preview:"$_popularposts/theme_preview_widget"}),{active:function(){return this.preview?this.preview:this.settings[this.name]},themeOptions:function(){return!!this.active&&this.themes[this.active].styles},options_count:function(){var t=this.settings["popular_posts_widget_theme_columns"],e=[1,2,3,4,5,6,7,8,9,10];return 2===parseInt(t,10)&&(e=[2,4,6,8,10]),3===parseInt(t,10)&&(e=[3,6,9]),e=e.map((function(t){return{value:t,label:t}})),e},renderCssClass:function(){var t="";return this.themeAvailable||(t+=" exactmetrics-pp-blurred"),t},themeAvailable:function(){return!!this.themes[this.active]&&Lo["a"].isThemeAvailable(this.themes[this.active].level)}}),methods:{getThemeOption:function(t,e){return this.themeOptions[t][e]&&this.themeOptions[t][e].default?this.themeOptions[t][e].default:this.themeOptions[t][e]},updateColor:Ca()((function(t,e,s){this.saveSetting(t,e,s)}),100),updateOption:function(t,e,s){this.saveSetting(t,e,s.target.value)},updateCount:function(t){this.dispatchSave("popular_posts_widget_count",t)},saveSetting:function(t,e,s){var o=this,a={type:"widget",theme:this.active,object:t,key:e,value:s};this.$mi_saving_toast({}),this.$store.dispatch("$_popularposts/updateThemeSetting",a).then((function(t){t.success?o.$mi_success_toast({}):o.$mi_error_toast({})}))},dispatchSave:function(t,e){var s=this;this.$mi_saving_toast({}),this.$store.dispatch("$_settings/updateSettings",{name:t,value:e}).then((function(t){t.success?s.$mi_success_toast({}):s.$mi_error_toast({})}))}}},ur=pr,gr=Object(_["a"])(ur,Xi,tr,!1,null,null,null),hr=gr.exports,mr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-widget-category exactmetrics-popular-posts-widget-category-lite"},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_only_show_posts)}}),s("popular-posts-pro-pill"),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_only_show_posts_desc)}})],1),s("settings-input-select",{attrs:{options:t.options,forced:t.forced,multiple:!0,disabled:!0}})],1)},Cr=[],br={name:"PopularPostsWidgetCategory",components:{PopularPostsProPill:si["a"],SettingsInputSelect:ie["a"]},data:function(){return{text_only_show_posts:Object(c["a"])("Only Show Posts from These Categories","google-analytics-dashboard-for-wp"),text_only_show_posts_desc:Object(c["a"])("Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.","google-analytics-dashboard-for-wp"),options:[],forced:[{label:"News",value:""},{label:"Technology",value:""}]}}},_r=br,fr=Object(_["a"])(_r,mr,Cr,!1,null,null,null),yr=fr.exports,wr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("popular-posts-widget-placement",{attrs:{video_gutenberg:t.video_gutenberg,video_shortcode:t.video_shortcode,video_sidebar:t.video_sidebar}})},vr=[],xr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-pp-manual-placement"},[s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_embed_options)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_embed_options_desc)}})]),s("div",{staticClass:"exactmetrics-pp-placement-options-accordion"},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title"},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"14",viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{d:"M12.8023 5.32388L12.6024 5.6892C12.5192 5.84576 12.3943 5.89794 12.2277 5.84576C11.9279 5.72399 11.6615 5.55873 11.4283 5.34998C11.2951 5.22821 11.2701 5.08904 11.3534 4.93248L11.5532 4.56717C11.3867 4.35842 11.2534 4.12358 11.1535 3.86264H10.7538C10.5706 3.86264 10.4707 3.76697 10.454 3.57561C10.3874 3.26249 10.3874 2.94067 10.454 2.61015C10.4707 2.43619 10.5706 2.34921 10.7538 2.34921H11.1535C11.2534 2.08828 11.3867 1.85344 11.5532 1.64469L11.3534 1.25328C11.2701 1.09672 11.2951 0.966253 11.4283 0.861878C11.6615 0.653129 11.9279 0.48787 12.2277 0.3661C12.3943 0.296517 12.5192 0.340006 12.6024 0.496568L12.8023 0.887972C13.0688 0.835785 13.3353 0.835785 13.6017 0.887972L13.8016 0.496568C13.8849 0.340006 14.0098 0.296517 14.1763 0.3661C14.4761 0.470474 14.7426 0.635734 14.9757 0.861878C15.109 0.966253 15.134 1.09672 15.0507 1.25328L14.8508 1.64469C15.0174 1.85344 15.1506 2.08828 15.2505 2.34921H15.6503C15.8335 2.34921 15.9334 2.43619 15.95 2.61015C16.0167 2.94067 16.0167 3.26249 15.95 3.57561C15.9334 3.76697 15.8335 3.86264 15.6503 3.86264H15.2505C15.1506 4.12358 15.0174 4.35842 14.8508 4.56717L15.0507 4.93248C15.134 5.10644 15.109 5.2456 14.9757 5.34998C14.7426 5.55873 14.4761 5.72399 14.1763 5.84576C14.0098 5.89794 13.8849 5.84576 13.8016 5.6892L13.6017 5.32388C13.3353 5.37607 13.0688 5.37607 12.8023 5.32388ZM12.5525 3.78436C12.8523 4.0279 13.1604 4.09749 13.4768 3.99311C13.7933 3.88874 13.9848 3.68869 14.0514 3.39296C14.1347 3.07983 14.0681 2.74932 13.8515 2.4014C13.5518 2.15786 13.2437 2.08828 12.9272 2.19265C12.6108 2.29703 12.4109 2.50578 12.3276 2.8189C12.261 3.11463 12.336 3.43645 12.5525 3.78436ZM9.65458 7.80278L10.504 8.24637C10.7871 8.42033 10.8704 8.67256 10.7538 9.00308C10.6039 9.45537 10.2541 10.0294 9.70454 10.7253C9.48803 10.9862 9.23821 11.0297 8.95508 10.8557L8.20562 10.4121C7.80591 10.7774 7.35623 11.0558 6.85659 11.2471V12.1343C6.85659 12.2735 6.80663 12.404 6.7067 12.5257C6.60677 12.6475 6.49019 12.7171 6.35695 12.7345C5.72408 12.8562 5.0912 12.8562 4.45832 12.7345C4.30843 12.7171 4.18352 12.6475 4.08359 12.5257C4.00032 12.404 3.95868 12.2735 3.95868 12.1343V11.2471C3.44239 11.0558 2.98439 10.7774 2.58467 10.4121L1.8602 10.8557C1.57707 11.0297 1.32725 10.9862 1.11074 10.7253C0.577788 10.0468 0.228041 9.47277 0.0614941 9.00308C-0.0550885 8.67256 0.0281848 8.42033 0.311314 8.24637L1.13572 7.80278C1.03579 7.24611 1.03579 6.69815 1.13572 6.15888L0.311314 5.71529C0.0115301 5.54133 -0.0717431 5.28909 0.0614941 4.95857C0.228041 4.48889 0.577788 3.91483 1.11074 3.2364C1.31059 2.97546 1.56041 2.93197 1.8602 3.10593L2.58467 3.52343C3.00104 3.15812 3.45904 2.88848 3.95868 2.71452V1.82734C3.95868 1.67078 4.00032 1.54031 4.08359 1.43594C4.18352 1.31417 4.30843 1.24458 4.45832 1.22719C5.0912 1.10542 5.72408 1.10542 6.35695 1.22719C6.42357 1.22719 6.48186 1.25328 6.53183 1.30547C6.59845 1.34026 6.65674 1.38375 6.7067 1.43594C6.75667 1.48812 6.78998 1.54901 6.80663 1.61859C6.83994 1.68818 6.85659 1.75776 6.85659 1.82734V2.71452C7.35623 2.90588 7.80591 3.17551 8.20562 3.52343L8.95508 3.10593C9.23821 2.91458 9.48803 2.95806 9.70454 3.2364C10.2375 3.89743 10.5872 4.47149 10.7538 4.95857C10.8704 5.28909 10.7871 5.54133 10.504 5.71529L9.65458 6.15888C9.7545 6.69815 9.7545 7.24611 9.65458 7.80278ZM6.73168 8.35074C7.01481 7.96804 7.17303 7.56794 7.20634 7.15044C7.23965 6.73294 7.1647 6.37633 6.9815 6.0806C6.7983 5.76748 6.55681 5.51524 6.25703 5.32388C5.9739 5.13253 5.63248 5.06295 5.23276 5.11514C4.83305 5.14993 4.45 5.31519 4.08359 5.61091C3.80046 5.99362 3.64225 6.39372 3.60894 6.81122C3.57563 7.22872 3.65057 7.59403 3.83377 7.90715C4.01697 8.20288 4.25014 8.44642 4.53327 8.63777C4.83305 8.82913 5.1828 8.90741 5.58251 8.87262C5.98222 8.82043 6.36528 8.64647 6.73168 8.35074ZM12.8023 13.1259L12.6024 13.4912C12.5192 13.6477 12.3943 13.6999 12.2277 13.6477C11.9279 13.526 11.6615 13.3607 11.4283 13.152C11.2951 13.0302 11.2701 12.891 11.3534 12.7345L11.5532 12.3692C11.3867 12.1604 11.2534 11.9256 11.1535 11.6646H10.7538C10.5706 11.6646 10.4707 11.569 10.454 11.3776C10.3874 11.0645 10.3874 10.7427 10.454 10.4121C10.4707 10.2382 10.5706 10.1512 10.7538 10.1512H11.1535C11.2534 9.89027 11.3867 9.64673 11.5532 9.42058L11.3534 9.05527C11.2701 8.89871 11.2951 8.75954 11.4283 8.63777C11.6615 8.42902 11.9279 8.27246 12.2277 8.16809C12.3943 8.09851 12.5192 8.14199 12.6024 8.29856L12.8023 8.68996C13.0688 8.63777 13.3353 8.63777 13.6017 8.68996L13.8016 8.29856C13.8849 8.14199 14.0098 8.09851 14.1763 8.16809C14.4761 8.27246 14.7426 8.42902 14.9757 8.63777C15.109 8.75954 15.134 8.89871 15.0507 9.05527L14.8508 9.42058C15.0174 9.64673 15.1506 9.89027 15.2505 10.1512H15.6503C15.8335 10.1512 15.9334 10.2382 15.95 10.4121C16.0167 10.7427 16.0167 11.0645 15.95 11.3776C15.9334 11.569 15.8335 11.6646 15.6503 11.6646H15.2505C15.1506 11.9256 15.0174 12.1604 14.8508 12.3692L15.0507 12.7345C15.134 12.891 15.109 13.0302 14.9757 13.152C14.7426 13.3607 14.4761 13.526 14.1763 13.6477C14.0098 13.6999 13.8849 13.6477 13.8016 13.4912L13.6017 13.1259C13.3353 13.1781 13.0688 13.1781 12.8023 13.1259ZM12.5525 11.5864C12.8523 11.8299 13.1604 11.8995 13.4768 11.7951C13.7933 11.6907 13.9848 11.4907 14.0514 11.1949C14.1347 10.8818 14.0681 10.5513 13.8515 10.2034C13.5518 9.95985 13.2437 9.89027 12.9272 9.99464C12.6108 10.099 12.4109 10.3078 12.3276 10.6209C12.261 10.9166 12.336 11.2384 12.5525 11.5864Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_automatic_placement)}}),s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:"popular_posts_widget_automatic"}})],1),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_automatic_desc)}})]),s("div",{class:t.accordionTitleClass("gutenberg"),on:{click:function(e){return t.switchSelected("gutenberg")}}},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8.00008 5.00078C7.4478 5.00078 7.00008 5.4485 7.00008 6.00078V7.00078H6.00008C5.4478 7.00078 5.00008 7.4485 5.00008 8.00078C5.00008 8.55307 5.4478 9.00078 6.00008 9.00078H7.00008V10.0008C7.00008 10.5531 7.4478 11.0008 8.00008 11.0008C8.55237 11.0008 9.00008 10.5531 9.00008 10.0008V9.00078H10.0001C10.5524 9.00078 11.0001 8.55307 11.0001 8.00078C11.0001 7.4485 10.5524 7.00078 10.0001 7.00078H9.00008V6.00078C9.00008 5.4485 8.55237 5.00078 8.00008 5.00078Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_gutenberg_block)}})]),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_gutenberg_desc)}}),t._m(0)]),s("div",{directives:[{name:"show",rawName:"v-show",value:"gutenberg"===t.selected,expression:"'gutenberg'===selected"}],staticClass:"exactmetrics-pp-accordion-item-content"},[s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_gutenberg,title:t.text_gutenberg_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},t._l(t.text_gutenberg_steps,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)],1)]),s("div",{class:t.accordionTitleClass("shortcode"),on:{click:function(e){return t.switchSelected("shortcode")}}},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.8058 9.42845C11.3003 9.91772 10.4808 9.91772 9.97528 9.42845C9.46981 8.93919 9.46981 8.14593 9.97528 7.65666L12.7208 4.99916L9.9755 2.34187C9.47002 1.8526 9.47002 1.05934 9.9755 0.570075C10.481 0.0808083 11.3005 0.0808083 11.806 0.570075L14.5513 3.22737L14.5515 3.22718C15.5625 4.20572 15.5625 5.79223 14.5515 6.77077L11.8058 9.42845ZM3.50396 9.42845C4.00943 9.91772 4.82897 9.91772 5.33445 9.42845C5.83993 8.93919 5.83993 8.14593 5.33445 7.65666L2.5889 4.99915L5.33423 2.34187C5.8397 1.8526 5.8397 1.05934 5.33422 0.570075C4.82875 0.0808083 4.00921 0.0808083 3.50373 0.570075L0.758402 3.22736L0.758215 3.22718C-0.252739 4.20572 -0.252738 5.79223 0.758215 6.77077L3.50396 9.42845Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_shortcode_title)}})]),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_shortcode_desc)}}),t._m(1)]),s("div",{directives:[{name:"show",rawName:"v-show",value:"shortcode"===t.selected,expression:"'shortcode'===selected"}],staticClass:"exactmetrics-pp-accordion-item-content"},[s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_shortcode,title:t.text_shortcode_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},[s("li",[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_shortcode)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_shortcode_copy)}})]),s("input",{attrs:{id:"exactmetrics-shortcode-widget-copy",type:"text",readonly:!0,value:"[exactmetrics_popular_posts_widget]"}}),s("button",{staticClass:"exactmetrics-button exactmetrics-button-secondary",domProps:{textContent:t._s(t.text_copy)},on:{click:t.copyToClipboard}})])])],1)]),s("div",{class:t.accordionTitleClass("sidebar"),on:{click:function(e){return t.switchSelected("sidebar")}}},[s("div",{staticClass:"exactmetrics-pp-accordion-item-title-top"},[s("svg",{attrs:{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[s("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13 2H3C2.44772 2 2 2.44772 2 3V7C2 7.55228 2.44772 8 3 8H13C13.5523 8 14 7.55228 14 7V3C14 2.44772 13.5523 2 13 2ZM3 0C1.34315 0 0 1.34315 0 3V7C0 8.65685 1.34315 10 3 10H13C14.6569 10 16 8.65685 16 7V3C16 1.34315 14.6569 0 13 0H3ZM3 5C3 4.44772 3.44772 4 4 4H8C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6H4C3.44772 6 3 5.55228 3 5ZM12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4Z",fill:"#338EEF"}})]),s("span",{domProps:{textContent:t._s(t.text_sidebar_title)}})]),s("div",{staticClass:"exactmetrics-pp-accordion-item-title-bottom",domProps:{textContent:t._s(t.text_sidebar_desc)}}),t._m(2)]),s("div",{directives:[{name:"show",rawName:"v-show",value:"sidebar"===t.selected,expression:"'sidebar'===selected"}],staticClass:"exactmetrics-pp-accordion-item-content"},[s("div",{staticClass:"exactmetrics-pp-manual-placement-content-columns"},[s("popular-posts-video",{attrs:{video:t.video_sidebar,title:t.text_sidebar_video}}),s("ul",{staticClass:"exactmetrics-pp-manual-placement-content-steps"},t._l(t.text_sidebar_steps,(function(e,o){return s("li",{key:o,domProps:{innerHTML:t._s(e)}})})),0)],1)])])])},Or=[function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{staticClass:"monstericon-arrow"})])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{staticClass:"monstericon-arrow"})])},function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",{staticClass:"exactmetrics-settings-input-toggle-collapsible",attrs:{role:"button"}},[s("i",{staticClass:"monstericon-arrow"})])}],jr={name:"PopularPostsWidgetPlacement",components:{SettingsInputCheckbox:F["a"],PopularPostsVideo:Hi},props:{video_gutenberg:String,video_shortcode:String,video_sidebar:String},data:function(){return{selected:"automatic",text_automatic_placement:Object(c["a"])("Automatic Placement","google-analytics-dashboard-for-wp"),text_gutenberg_block:Object(c["a"])("Display using Gutenberg Blocks","google-analytics-dashboard-for-wp"),text_embed_options:Object(c["a"])("Embed Options","google-analytics-dashboard-for-wp"),text_embed_options_desc:Object(c["a"])("All Embed Options can be used in conjunction with one another.","google-analytics-dashboard-for-wp"),text_gutenberg_title:Object(c["a"])("Using the Gutenberg Block","google-analytics-dashboard-for-wp"),text_automatic_title:Object(c["a"])("Using Automatic Embed","google-analytics-dashboard-for-wp"),text_shortcode_title:Object(c["a"])("Display using a Shortcode","google-analytics-dashboard-for-wp"),text_gutenberg_desc:Object(c["a"])("Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings.","google-analytics-dashboard-for-wp"),text_automatic_desc:Object(c["a"])("Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above.","google-analytics-dashboard-for-wp"),text_shortcode_desc:Object(c["a"])("Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above.","google-analytics-dashboard-for-wp"),text_gutenberg_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_gutenberg_steps:[Object(c["d"])(Object(c["a"])("%1$sStep 1%2$s - Click the “Add Block” icon while editing a Post or Page.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 2%2$s - Search for “Popular Posts”.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.","google-analytics-dashboard-for-wp"),"<b>","</b>")],text_sidebar_steps:[Object(c["d"])(Object(c["a"])("%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - ExactMetrics widget and drag it into the desired Sidebar on the right.","google-analytics-dashboard-for-wp"),"<b>","</b>"),Object(c["d"])(Object(c["a"])("%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design.","google-analytics-dashboard-for-wp"),"<b>","</b>")],text_shortcode:Object(c["a"])("Display using a Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_copy:Object(c["a"])("Copy the shortcode and paste it into your Page and/or Post templates or using a shortcode plugin.","google-analytics-dashboard-for-wp"),text_copy:Object(c["a"])("Copy Shortcode","google-analytics-dashboard-for-wp"),text_shortcode_video:Object(c["d"])(Object(c["a"])("%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_enable_automatic:Object(c["a"])("Enable Automatic Placement","google-analytics-dashboard-for-wp"),text_sidebar_title:Object(c["a"])("Display in a Sidebar","google-analytics-dashboard-for-wp"),text_sidebar_desc:Object(c["a"])("Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.","google-analytics-dashboard-for-wp"),text_sidebar_video:Object(c["a"])("Watch Video - How to Add the Popular Posts widget using Widgets","google-analytics-dashboard-for-wp")}},methods:{selectorClass:function(t){var e="exactmetrics-pp-manual-placement-option";return e+=" exactmetrics-pp-manual-placement-option-"+t,t===this.selected&&(e+=" exactmetrics-pp-manual-placement-option-active"),e},copyToClipboard:function(){document.querySelector("#exactmetrics-shortcode-widget-copy").select(),document.execCommand("copy")},switchSelected:function(t){this.selected=this.selected===t?"":t},accordionTitleClass:function(t){var e="exactmetrics-pp-accordion-item-title exactmetrics-pp-accordion-item-title-toggle ";return this.selected===t&&(e+="exactmetrics-pp-accordion-item-title-active"),e}}},kr=jr,Pr=Object(_["a"])(kr,xr,Or,!1,null,null,null),Hr=Pr.exports,Sr={name:"WidgetPlacement",components:{PopularPostsWidgetPlacement:Hr},data:function(){return{video_gutenberg:"https://www.youtube.com/embed/i-WSdWgL0g8",video_shortcode:"https://www.youtube.com/embed/pW5o95X2mmo",video_sidebar:"https://www.youtube.com/embed/_XH2jT3VIfY"}}},$r=Sr,Ar=Object(_["a"])($r,wr,vr,!1,null,null,null),Lr=Ar.exports,Tr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-ga-settings"},[s("p",[s("span",{staticClass:"exactmetrics-dark"},[s("span",{domProps:{textContent:t._s(t.text_automated)}}),s("popular-posts-pro-pill",{attrs:{level:"pro"}})],1),s("br"),s("span",{domProps:{innerHTML:t._s(t.text_automated_description)}})]),t.canaccess?[s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:t.name,label:t.text_add_top_5_ga,tooltip:t.text_add_top_5_ga_tooltip}}),t.ga_enabled?[s("p"),s("p",[s("button",{class:t.ga_check_button_class,domProps:{textContent:t._s(t.text_check_data)},on:{click:t.start_tracking}}),s("settings-info-tooltip",{attrs:{content:t.text_check_ga_data}})],1)]:t._e()]:[s("settings-input-checkbox",{attrs:{faux:!0,default:!1,faux_tooltip_off:t.text_needs_pro,label:t.text_add_top_5_ga,tooltip:t.text_add_top_5_ga_tooltip}})]],2)},Vr=[],Mr=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("span",[t.canaccess?t._e():s("span",{staticClass:"exactmetrics-pro-pill"},[t._v("PRO")])])},Er=[],Dr={isThemeAvailable:function(){return!0},canaccess:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"pro",s=!1;switch(e){case"master":s="master"===t;break;case"pro":s="master"===t||"pro"===t;break;case"plus":s="master"===t||"pro"===t||"plus"===t;break;case"basic":s="master"===t||"pro"===t||"plus"===t||"basic"===t;break;case"lite":default:s=!0;break}return s}},Ir=Dr;function Ur(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Zr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Ur(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Ur(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Br={name:"PopularPostsProPill",props:{level:{type:String,default:"pro"}},computed:Zr({},Object(l["b"])({license:"$_license/license",license_network:"$_license/license_network"}),{licenseType:function(){return this.$mi.network?this.license_network.type:this.license.type},canaccess:function(){return Ir.canaccess(this.licenseType,this.level)}})},Fr=Br,zr=Object(_["a"])(Fr,Mr,Er,!1,null,null,null),Rr=zr.exports;function Nr(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Wr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Nr(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Nr(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Gr={name:"PopularPostsGaInput",props:{name:String},components:{SettingsInfoTooltip:Pt["a"],SettingsInputCheckbox:F["a"],PopularPostsProPill:Rr},data:function(){return{checking_ga_data:!1,text_add_top_5_ga:Object(c["a"])("Add Top 5 Posts from Google Analytics","google-analytics-dashboard-for-wp"),text_add_top_5_ga_tooltip:Object(c["a"])("In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both ExactMetrics and Google Analytics settings. Please use the button below to confirm your configuration is correct.","google-analytics-dashboard-for-wp"),text_check_data:Object(c["a"])("Test Automated Posts","google-analytics-dashboard-for-wp"),text_check_ga_data:Object(c["a"])("Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.","google-analytics-dashboard-for-wp"),text_automated:Object(c["a"])("Automated + Curated","google-analytics-dashboard-for-wp"),text_automated_description:Object(c["d"])(Object(c["a"])("Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s.","google-analytics-dashboard-for-wp"),'<a href="#/conversions">',"</a>",'<a target="_blank" href="'+this.$getUrl("popular-posts","automated-ga","https://exactmetrics.com/docs/how-to-include-your-popular-posts-from-google-analytics/")+'">',"</a>"),text_needs_pro_placeholder:Object(c["a"])("Pro version is required. Your current license level is: %s","google-analytics-dashboard-for-wp")}},computed:Wr({},Object(l["b"])({settings:"$_settings/settings",addons:"$_addons/addons",license:"$_license/license",license_network:"$_license/license_network"}),{ga_enabled:function(){return!!this.settings[this.name]&&this.settings[this.name]},ga_check_button_class:function(){var t="exactmetrics-button exactmetrics-button-secondary";return this.checking_ga_data&&(t+=" exactmetrics-button-disabled"),t},licenseType:function(){return this.$mi.network?this.license_network.type:this.license.type},canaccess:function(){return Ir.canaccess(this.licenseType)},text_needs_pro:function(){return this.sprintf(this.text_needs_pro_placeholder,this.ucfirst(this.licenseType))}}),methods:{sprintf:c["d"],ucfirst:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},start_tracking:function(){var t=this;this.checking_ga_data=!0,this.$mi_loading_toast(Object(c["a"])("Verifying Popular Posts data","google-analytics-dashboard-for-wp"));var e=new FormData;e.append("action","exactmetrics_vue_grab_popular_posts_report"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){t.checking_ga_data=!1;var s="",o=t;if(e.data){if(e.data.success)return t.$mi_success_toast({toast:!1,title:Object(c["a"])("Popular Posts data can be fetched correctly","google-analytics-dashboard-for-wp"),text:Object(c["a"])("Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics.","google-analytics-dashboard-for-wp"),position:"center",timer:0,showConfirmButton:!0,confirmButtonText:Object(c["a"])("Close","google-analytics-dashboard-for-wp")});if(e.data.data.message&&(s=e.data.data.message),e.data.data.footer&&"install_addon"===e.data.data.footer){var a=o.isAddonInstalled("dimensions")?Object(c["a"])("activate","google-analytics-dashboard-for-wp"):Object(c["a"])("install","google-analytics-dashboard-for-wp");return s=Object(c["d"])(s,a),o.$mi_error_toast({toast:!1,title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,position:"center",showConfirmButton:!0,confirmButtonText:Object(c["a"])("Visit addons page","google-analytics-dashboard-for-wp")}).then((function(t){t.value&&(window.location=o.$mi.addons_url)}))}var n=e.data.data.footer?e.data.data.footer:"";if(n){var i=document.createElement("div");i.innerHTML=n,t.$mi_error_toast({toast:!1,title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,position:"center",showConfirmButton:!0,confirmButtonText:i.firstChild.innerText}).then((function(t){t.value&&(window.location=i.firstChild.href)}))}else t.$mi_error_toast({toast:!1,title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,position:"center"})}}))},isAddonInstalled:function(t){return!!this.addons[t]&&this.addons[t].installed}}},qr=Gr,Yr=Object(_["a"])(qr,Tr,Vr,!1,null,null,null),Kr=Yr.exports;function Jr(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Qr(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Jr(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Jr(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Xr={name:"PopularPostsWidget",components:{PopularPostsGaInput:Kr,WidgetPlacement:Lr,LoadingSpinnerInline:_i,PopularPostsWidgetCategory:yr,PopularPostsPostTypePicker:$a,SettingsInputText:z["a"],SettingsInputCheckbox:F["a"],PopularPostsPostsPicker:Oa,PopularPostsSharedCount:ua,SettingsInputRadio:we["a"],PopularPostsWidgetThemeCustomize:hr,PopularPostsWidgetThemePreview:Qi,PopularPostsThemePicker:Io,SettingsBlock:y},computed:Qr({},Object(l["b"])({settings:"$_settings/settings",theme_options:"$_popularposts/themes_widget"})),data:function(){return{text_choose_theme:Object(c["a"])("Choose Theme","google-analytics-dashboard-for-wp"),text_behavior:Object(c["a"])("Behavior","google-analytics-dashboard-for-wp"),text_widget_styling:Object(c["a"])("Widget Styling","google-analytics-dashboard-for-wp"),text_widget_styling_desc:Object(c["a"])("Choose how you want to determine the colors, font sizes and spacing of the widget.","google-analytics-dashboard-for-wp"),text_sort_by:Object(c["a"])("Sort By","google-analytics-dashboard-for-wp"),text_sort_by_description:Object(c["a"])("Choose how you'd like the widget to determine your popular posts.","google-analytics-dashboard-for-wp"),text_display_title:Object(c["a"])("Display Title","google-analytics-dashboard-for-wp"),text_widget_title:Object(c["a"])("Widget Title","google-analytics-dashboard-for-wp"),text_widget_title_desc:Object(c["a"])("Title your widget and set it’s display preferences.","google-analytics-dashboard-for-wp"),text_post_type:Object(c["a"])("Include in Post Types","google-analytics-dashboard-for-wp"),text_exclude_posts:Object(c["a"])("Exclude from specific posts","google-analytics-dashboard-for-wp"),text_post_type_description:Object(c["d"])(Object(c["a"])("Choose which Post Types the widget %1$sWILL%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_exclude_posts_description:Object(c["d"])(Object(c["a"])("Choose from which Posts the widget %1$sWILL NOT%2$s be placed.","google-analytics-dashboard-for-wp"),"<b>","</b>"),text_loading_themes:Object(c["a"])("Loading Themes","google-analytics-dashboard-for-wp"),styling_options:[{value:"0",label:Object(c["d"])(Object(c["a"])("Default Styles %1$s- As seen above.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"no_styles",label:Object(c["d"])(Object(c["a"])("No Styles %1$s- Use your own CSS.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}],sort_options:[{value:"comments",label:Object(c["d"])(Object(c["a"])("Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"sharedcount",label:Object(c["d"])(Object(c["a"])("SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")},{value:"curated",label:Object(c["d"])(Object(c["a"])("Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s","google-analytics-dashboard-for-wp"),"<small>","</small>")}]}},mounted:function(){this.theme_options.hasOwnProperty("alpha")||this.$store.dispatch("$_popularposts/getThemes","widget")}},tl=Xr,el=Object(_["a"])(tl,zi,Ri,!1,null,null,null),sl=el.exports,ol=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-products"},[s("PopularPostsProductsUpsell")],1)},al=[],nl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-products-upsell exactmetrics-bg-img"},[s("div",{staticClass:"exactmetrics-popular-products-upsell-window"},[s("h2",{domProps:{textContent:t._s(t.text_title)}}),s("p",{domProps:{innerHTML:t._s(t.text_subtitle)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-large",attrs:{href:t.$getUpgradeUrl("popular-posts","products-overlay-button")},domProps:{textContent:t._s(t.text_unlock)}}),s("br"),s("a",{staticClass:"exactmetrics-button-text",attrs:{href:t.$getUpgradeUrl("popular-posts","products-overlay-link")},domProps:{textContent:t._s(t.text_view_all)}}),s("div",{staticClass:"exactmetrics-bg-img exactmetrics-popular-products-upsell-browser"})])])},il=[],rl={name:"PopularPostsProductsUpsell",data:function(){return{text_title:Object(c["a"])("This feature requires ExactMetrics Pro","google-analytics-dashboard-for-wp"),text_subtitle:Object(c["a"])("By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.","google-analytics-dashboard-for-wp"),text_unlock:Object(c["a"])("Upgrade to Pro and Unlock Popular Products","google-analytics-dashboard-for-wp"),text_view_all:Object(c["a"])("View all Pro features","google-analytics-dashboard-for-wp")}}},ll=rl,cl=Object(_["a"])(ll,nl,il,!1,null,null,null),dl=cl.exports,pl={name:"PopularPostsProducts",components:{PopularPostsProductsUpsell:dl}},ul=pl,gl=Object(_["a"])(ul,ol,al,!1,null,null,null),hl=gl.exports,ml=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content exactmetrics-settings-content-pp-settings"},[s("settings-block",{attrs:{title:t.text_caching,icon:"monstericon-lightbulb"}},[s("settings-input-checkbox",{attrs:{auth_disabled:!1,faux:!0,label:t.text_enable_caching}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_refresh)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_refresh_desc)}})]),s("PopularPostsCacheInterval"),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_ajaxify)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_ajaxify_desc)}})]),s("settings-input-checkbox",{attrs:{auth_disabled:!1,name:"popular_posts_ajaxify",label:t.text_enable_ajax}}),s("div",{staticClass:"exactmetrics-separator"}),s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{textContent:t._s(t.text_empty_cache)}}),s("br"),s("span",{domProps:{textContent:t._s(t.text_empty_cache_desc)}})]),s("button",{class:t.empty_cache_button_class,domProps:{textContent:t._s(t.empty_cache_button_text)},on:{click:function(e){return e.preventDefault(),t.empty_cache(e)}}})],1)],1)},Cl=[],bl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("settings-input-radio",{attrs:{auth_disabled:!1,options:t.caching_options,name:"popular_posts_caching_refresh"}})},_l=[],fl={name:"PopularPostsCacheInterval",components:{SettingsInputRadio:we["a"]},data:function(){return{text_days:Object(c["a"])("Days","google-analytics-dashboard-for-wp"),caching_options:[{value:"7",label:"<b>"+Object(c["a"])("7 days","google-analytics-dashboard-for-wp")+"</b>"},{value:"30",label:"<b>"+Object(c["a"])("30 days","google-analytics-dashboard-for-wp")+"</b>"},{value:"custom",label:"<b>"+Object(c["a"])("Custom","google-analytics-dashboard-for-wp")+"</b>",level:"basic"}]}}},yl=fl,wl=Object(_["a"])(yl,bl,_l,!1,null,null,null),vl=wl.exports,xl={name:"PopularPostsSettings",components:{PopularPostsCacheInterval:vl,SettingsInputCheckbox:F["a"],SettingsBlock:y},data:function(){return{text_caching:Object(c["a"])("Caching","google-analytics-dashboard-for-wp"),text_enable_caching:Object(c["a"])("Enable Data Caching","google-analytics-dashboard-for-wp"),text_refresh:Object(c["a"])("Refresh Cache Every","google-analytics-dashboard-for-wp"),text_refresh_desc:Object(c["a"])("Choose how often to refresh the cache.","google-analytics-dashboard-for-wp"),text_enable_ajax:Object(c["a"])("Enable Ajaxify","google-analytics-dashboard-for-wp"),text_ajaxify:Object(c["a"])("Ajaxify Widget","google-analytics-dashboard-for-wp"),text_ajaxify_desc:Object(c["a"])("Use to bypass page caching.","google-analytics-dashboard-for-wp"),text_empty_cache:Object(c["a"])("Empty Cache","google-analytics-dashboard-for-wp"),text_please_wait:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),text_empty_cache_desc:Object(c["a"])("Click to manually wipe the cache right now.","google-analytics-dashboard-for-wp"),emptying_cache:!1}},computed:{empty_cache_button_class:function(){var t="exactmetrics-button";return this.emptying_cache?t+=" exactmetrics-button-disabled":t+=" exactmetrics-button-secondary",t},empty_cache_button_text:function(){return this.emptying_cache?this.text_please_wait:this.text_empty_cache}},methods:{empty_cache:function(){var t=this;this.emptying_cache=!0;var e=new FormData;e.append("action","exactmetrics_popular_posts_empty_cache"),e.append("nonce",o["a"].prototype.$mi.nonce),Os.a.post(o["a"].prototype.$mi.ajax,e).then((function(e){return t.emptying_cache=!1,e.data&&e.data.success?t.$mi_success_toast({title:Object(c["a"])("Popular posts cache emptied","google-analytics-dashboard-for-wp")}):t.$mi_error_toast({title:Object(c["a"])("Error emptying the popular posts cache. Please try again.","google-analytics-dashboard-for-wp")})}))}}},Ol=xl,jl=Object(_["a"])(Ol,ml,Cl,!1,null,null,null),kl=jl.exports,Pl=new a["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"general",component:U,meta:{title:Object(c["a"])("General","google-analytics-dashboard-for-wp")}},{path:"/engagement",name:"engagement",component:Ct,meta:{title:Object(c["a"])("Engagement","google-analytics-dashboard-for-wp")}},{path:"/ecommerce",name:"ecommerce",component:Ot,meta:{title:Object(c["a"])("eCommerce","google-analytics-dashboard-for-wp")}},{path:"/publisher",name:"publisher",component:Jt,meta:{title:Object(c["a"])("Publisher","google-analytics-dashboard-for-wp")}},{path:"/conversions",name:"conversions",component:oe,meta:{title:Object(c["a"])("Conversions","google-analytics-dashboard-for-wp")}},{path:"/advanced",name:"advanced",component:Ne,meta:{title:Object(c["a"])("Advanced","google-analytics-dashboard-for-wp")}},{path:"/addons",name:"addons",component:ls},{path:"/tools",component:hs,children:[{name:"tools-url-builder",path:"",component:Es,meta:{title:Object(c["a"])("URL Builder","google-analytics-dashboard-for-wp")}},{name:"tools-import-export",path:"import-export",component:Hs,meta:{title:Object(c["a"])("Import Export","google-analytics-dashboard-for-wp")}},{name:"tools-prettylinks-flow",path:"prettylinks-flow",component:Ns,meta:{title:Object(c["a"])("PrettyLinks Integration","google-analytics-dashboard-for-wp")}}]},{path:"/about",component:ys,children:[{name:"about-us",path:"",component:no,meta:{title:Object(c["a"])("About Us","google-analytics-dashboard-for-wp")}},{name:"about-getting-started",path:"getting-started",component:mo,meta:{title:Object(c["a"])("Getting Started","google-analytics-dashboard-for-wp")}},{name:"about-lite-vs-pro",path:"lite-vs-pro",component:wo,meta:{title:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp")}}]},{path:"/popular-posts",component:Po,children:[{name:"popular-posts-inline",path:"",component:Fi,meta:{title:Object(c["a"])("Inline Popular Posts","google-analytics-dashboard-for-wp")}},{name:"popular-posts-widget",path:"widget",component:sl,meta:{title:Object(c["a"])("Popular Posts Widget","google-analytics-dashboard-for-wp")}},{name:"popular-posts-products",path:"products",component:hl,meta:{title:Object(c["a"])("Popular Products","google-analytics-dashboard-for-wp")}},{name:"popular-posts-settings",path:"settings",component:kl,meta:{title:Object(c["a"])("Settings","google-analytics-dashboard-for-wp")}}]}]}),Hl=s("a158"),Sl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",["addons"!==t.route?s("button",{class:t.triggerClass,on:{click:function(e){t.nav_open=!t.nav_open}}},[s("span",{domProps:{textContent:t._s(t.routeTitle)}}),s("i",{class:t.buttonIconClass})]):t._e(),s("nav",{class:t.navClass},["addons"===t.route?[s("addons-navigation")]:"tools-import-export"===t.route||"tools-url-builder"===t.route?[s("tools-navigation")]:0===t.route.indexOf("about")?[s("about-navigation")]:0===t.route.indexOf("popular")?[s("popular-posts-navigation")]:[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/"},domProps:{textContent:t._s(t.text_settings)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"engagement"},domProps:{textContent:t._s(t.text_engagement)}}),t.showEcommerce?s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"ecommerce"},domProps:{textContent:t._s(t.text_ecommerce)}}):t._e(),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"publisher"},domProps:{textContent:t._s(t.text_publisher)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"conversions"},domProps:{textContent:t._s(t.text_conversions)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"advanced"},domProps:{textContent:t._s(t.text_advanced)}})]],2)])},$l=[],Al=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-addons-navbar"},[s("h1",{domProps:{textContent:t._s(t.text_addons_title)}}),s("div",{staticClass:"exactmetrics-addons-filters"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.localSearch,expression:"localSearch"}],attrs:{type:"text",placeholder:t.text_addons_search},domProps:{value:t.localSearch},on:{input:function(e){e.target.composing||(t.localSearch=e.target.value)}}}),s("i",{staticClass:"monstericon-search"})])])},Ll=[];function Tl(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Vl(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Tl(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Tl(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Ml={name:"AddonsNavigation",data:function(){return{text_addons_title:Object(c["a"])("ExactMetrics Addons","google-analytics-dashboard-for-wp"),text_addons_search:Object(c["a"])("Search Addons","google-analytics-dashboard-for-wp")}},computed:Vl({},Object(l["b"])({search:"$_addons/search"}),{localSearch:{get:function(){return this.search},set:function(t){this.$store.commit("$_addons/UPDATE_SEARCH",t)}}})},El=Ml,Dl=Object(_["a"])(El,Al,Ll,!1,null,null,null),Il=Dl.exports,Ul=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-tools-navbar"},[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/tools"},domProps:{textContent:t._s(t.text_url_builder)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/tools/import-export"},domProps:{textContent:t._s(t.text_import)}})],1)},Zl=[],Bl={name:"ToolsNavigation",data:function(){return{text_import:Object(c["a"])("Import Export","google-analytics-dashboard-for-wp"),text_url_builder:Object(c["a"])("URL Builder","google-analytics-dashboard-for-wp")}}},Fl=Bl,zl=Object(_["a"])(Fl,Ul,Zl,!1,null,null,null),Rl=zl.exports,Nl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-about-navbar"},[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/about"},domProps:{textContent:t._s(t.text_about_us)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/about/getting-started"},domProps:{textContent:t._s(t.text_getting_started)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/about/lite-vs-pro"},domProps:{textContent:t._s(t.text_lite_vs_pro)}})],1)},Wl=[],Gl={name:"AboutNavigation",data:function(){return{text_about_us:Object(c["a"])("About Us","google-analytics-dashboard-for-wp"),text_getting_started:Object(c["a"])("Getting Started","google-analytics-dashboard-for-wp"),text_lite_vs_pro:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp")}}},ql=Gl,Yl=Object(_["a"])(ql,Nl,Wl,!1,null,null,null),Kl=Yl.exports,Jl=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-popular-posts-navbar"},[s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/popular-posts"},domProps:{textContent:t._s(t.text_inline_popular_posts)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/popular-posts/widget"},domProps:{textContent:t._s(t.text_popular_posts_widget)}}),s("router-link",{staticClass:"exactmetrics-navigation-tab-link",attrs:{to:"/popular-posts/products"}},[s("span",{domProps:{textContent:t._s(t.text_popular_posts_products)}}),s("PopularPostsProPill")],1)],1)},Ql=[],Xl={name:"PopularPostsNavigation",components:{PopularPostsProPill:si["a"]},data:function(){return{text_inline_popular_posts:Object(c["a"])("Inline Popular Posts","google-analytics-dashboard-for-wp"),text_popular_posts_widget:Object(c["a"])("Popular Posts Widget","google-analytics-dashboard-for-wp"),text_popular_posts_products:Object(c["a"])("Popular Products","google-analytics-dashboard-for-wp")}}},tc=Xl,ec=Object(_["a"])(tc,Jl,Ql,!1,null,null,null),sc=ec.exports;function oc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function ac(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?oc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):oc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var nc=document.querySelectorAll('[href="admin.php?page=exactmetrics_settings"]'),ic=document.querySelector('[href*="exactmetrics_settings#/addons"]'),rc=document.querySelector('[href*="exactmetrics_settings#/tools"]'),lc=document.querySelector('[href*="exactmetrics_settings#/about"]'),cc=document.querySelector('[href*="exactmetrics_settings#/popular-posts"]'),dc={name:"SettingsTabsNavigation",components:{PopularPostsNavigation:sc,AboutNavigation:Kl,ToolsNavigation:Rl,AddonsNavigation:Il},data:function(){return{text_settings:Object(c["a"])("General","google-analytics-dashboard-for-wp"),text_engagement:Object(c["a"])("Engagement","google-analytics-dashboard-for-wp"),text_ecommerce:Object(c["a"])("eCommerce","google-analytics-dashboard-for-wp"),text_publisher:Object(c["a"])("Publisher","google-analytics-dashboard-for-wp"),text_conversions:Object(c["a"])("Conversions","google-analytics-dashboard-for-wp"),text_advanced:Object(c["a"])("Advanced","google-analytics-dashboard-for-wp"),nav_open:!1}},computed:ac({},Object(l["b"])({addons:"$_addons/addons",license:"$_license/license",license_network:"$_license/license_network"}),{route:function(){return this.$route.name},routeTitle:function(){return!!this.$route.meta.title&&this.$route.meta.title},buttonIconClass:function(){var t="monstericon-arrow";return this.nav_open&&(t+=" monstericon-down"),t},navClass:function(){var t="exactmetrics-main-navigation";return(this.nav_open||"addons"===this.route)&&(t+=" exactmetrics-main-navigation-open"),t},triggerClass:function(){var t="exactmetrics-mobile-nav-trigger";return this.nav_open&&(t+=" exactmetrics-mobile-nav-trigger-open"),t},licenseLevel:function(){return this.$mi.network?this.license_network.type:this.license.type},ecommerceActive:function(){var t=this.isAddonActive("woocommerce"),e=this.isAddonActive("easy_digital_downloads"),s=this.isAddonActive("memberpress"),o=this.isAddonActive("lifterlms");return t||e||s||o},showEcommerce:function(){return!("pro"!==this.licenseLevel&&!this.ecommerceActive)}}),methods:{handleChange:function(t){var e=0;nc.length>1&&(e=1),"addons"===t?(this.removeClasses(),ic&&ic.parentElement.classList.add("current")):t.indexOf("tools")>=0?(this.removeClasses(),rc&&rc.parentElement.classList.add("current")):t.indexOf("about")>=0?(this.removeClasses(),lc&&lc.parentElement.classList.add("current")):t.indexOf("popular-posts")>=0?(this.removeClasses(),cc&&cc.parentElement.classList.add("current")):(this.removeClasses(),nc[e].parentElement.classList.add("current"))},removeClasses:function(){var t=0;nc.length>1&&(t=1),rc&&rc.parentElement.classList.remove("current"),ic&&ic.parentElement.classList.remove("current"),lc&&lc.parentElement.classList.remove("current"),cc&&cc.parentElement.classList.remove("current"),nc[t].parentElement.classList.remove("current")},maybeCloseMenu:function(){var t=document.getElementById("wpwrap");if(t.classList.contains("wp-responsive-open")){var e=document.getElementById("wp-admin-bar-menu-toggle");e&&e.click()}},isAddonActive:function(t){return!!this.addons[t]&&this.addons[t].active}},watch:{$route:function(t){this.handleChange(t.name),this.nav_open=!1,this.maybeCloseMenu()}},created:function(){this.handleChange(this.route),nc.forEach((function(t){t.href=t.href+"#/"}))}},pc=dc,uc=Object(_["a"])(pc,Sl,$l,!1,null,null,null),gc=uc.exports,hc=s("4bdc"),mc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return t.isRouteSettings?s("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.tooltip,expression:"tooltip"}],class:t.buttonClass(),domProps:{textContent:t._s(t.text_save_changes)},on:{click:t.simulateSave}}):t._e()},Cc=[];function bc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function _c(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?bc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):bc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var fc={name:"SettingsButtonSave",computed:_c({},Object(l["b"])({settings:"$_settings/settings",auth:"$_auth/auth"}),{route:function(){return this.$route.name},isRouteSettings:function(){return"addons"!==this.route&&("tools-url-builder"!==this.route&&"tools-import-export"!==this.route&&"tools-prettylinks-flow"!==this.route&&0!==this.route.indexOf("about"))},is_authed:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},tooltip:function(){return!this.is_authed&&this.tooltip_data}}),data:function(){return{text_save_changes:Object(c["a"])("Save Changes","google-analytics-dashboard-for-wp"),tooltip_data:{content:this.$mi_need_to_auth,autoHide:!1,trigger:"hover focus click"}}},methods:{buttonClass:function(){var t="exactmetrics-button";return!this.settings.is_saving&&this.is_authed||(t+=" exactmetrics-button-disabled"),t},simulateSave:function(t){if(this.buttonClass().indexOf("exactmetrics-button-disabled")>-1)return!1;this.$store.dispatch("$_settings/simulateSave")}}},yc=fc,wc=Object(_["a"])(yc,mc,Cc,!1,null,null,null),vc=wc.exports,xc=s("3865"),Oc=s("b52e");function jc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function kc(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?jc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):jc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var Pc={name:"SettingsModuleSite",components:{TheQuickLinks:Oc["a"],SettingsButtonSave:vc,TheAppNotices:T["a"],TheAppNavigation:hc["a"],SettingsTabsNavigation:gc,TheAppHeader:Hl["a"],Notifications:xc["a"]},router:Pl,created:function(){var t="$_settings";t in this.$store._modules.root._children||this.$store.registerModule(t,d["a"])},computed:kc({},Object(l["b"])({blocked:"$_app/blocked",addons:"$_addons/addons",auth:"$_auth/auth"}),{routeClass:function(){return"exactmetrics-admin-page exactmetrics-settings-panel exactmetrics-path-"+this.$route.name},is_authed:function(){var t=this.auth.network_ua?this.auth.network_ua:this.auth.ua;return t||(t=this.auth.network_manual_ua?this.auth.network_manual_ua:this.auth.manual_ua),""!==t},route:function(){return this.$route.name}}),mounted:function(){this.$mi_loading_toast(),this.$store.dispatch("$_settings/getSettings")},watch:{addons:function(){var t=this;Object.keys(this.addons).length>0&&"/oneclickupgrade"===this.$route.redirectedFrom&&this.$nextTick().then((function(){t.$swal({customContainerClass:"exactmetrics-swal exactmetrics-swal-succcess",title:Object(c["a"])("Success! ","google-analytics-dashboard-for-wp"),html:'<div class="exactmetrics-swal-icons"><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i><i class="monstericon-comment-alt-check"></i></div><p>'+Object(c["a"])("You're now using ExactMetrics Pro with all the features.","google-analytics-dashboard-for-wp")+"</p>",confirmButtonText:Object(c["d"])(Object(c["a"])("Get Started %s","google-analytics-dashboard-for-wp"),'<i class="monstericon-long-arrow-right-light"></i>'),animation:!1,allowOutsideClick:!1})}))}}},Hc=Pc,Sc=Object(_["a"])(Hc,n,i,!1,null,null,null),$c=Sc.exports,Ac=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{class:t.routeClass},[s("the-app-header",[s("settings-button-save")],1),"addons"===t.route?s("the-app-navigation",[s("addons-navigation")],1):t._e(),s("the-app-notices"),s("router-view"),t.blocked?s("div",{staticClass:"exactmetrics-blocked"}):t._e(),s("the-quick-links")],1)},Lc=[],Tc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"exactmetrics-settings-content settings-network"},[t.$isPro()?t._e():s("content-intro-full-width",{scopedSlots:t._u([{key:"text",fn:function(){return[s("p",{domProps:{textContent:t._s(t.upsell_title)}}),s("p",{domProps:{innerHTML:t._s(t.upsell_subtitle)}}),s("p",{staticClass:"exactmetrics-upsell-pbold",domProps:{textContent:t._s(t.upsell_receive)}})]},proxy:!0},{key:"buttons",fn:function(){return[s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-green",attrs:{href:t.$getUpgradeUrl("network-settings","top-upsell-button")},domProps:{textContent:t._s(t.text_upgrade)}}),s("a",{staticClass:"exactmetrics-button exactmetrics-button-large exactmetrics-button-text",attrs:{href:t.$getUrl("network-settings","features","https://exactmetrics.com/features")}},[s("span",{domProps:{textContent:t._s(t.text_see)}}),s("span",{staticClass:"monstericon-arrow-right"})])]},proxy:!0}],null,!1,4058568484)}),s("settings-block",{attrs:{title:t.text_license_title,icon:"monstericon-key-em"}},[s("settings-input-license-network",{attrs:{label:t.text_license_label}})],1),s("settings-block",{attrs:{title:t.text_auth_title,icon:"monstericon-badge-check"}},[s("div",{staticClass:"exactmetrics-grey-settings-area"},[s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("settings-input-authenticate",{attrs:{label:t.text_auth_label,description:t.text_auth_description}})],1),s("div",{staticClass:"exactmetrics-grey-settings-area-half"},[s("h3",{domProps:{textContent:t._s(t.text_setup_wizard_title)}}),s("p",{domProps:{textContent:t._s(t.text_setup_wizard_label)}}),s("p",[s("a",{attrs:{href:t.wizard_url}},[s("span",{domProps:{textContent:t._s(t.text_setup_wizard_button)}}),s("span",{staticClass:"monstericon-arrow-right"})])])])])]),s("settings-block",{attrs:{title:t.text_misc_title,icon:"monstericon-notifications",collapsible:!0}},[s("p",[s("span",{staticClass:"exactmetrics-dark",domProps:{innerHTML:t._s(t.text_announcements_title)}}),s("span",{domProps:{innerHTML:t._s(t.text_announcements_description)}})]),s("settings-input-checkbox",{attrs:{name:"hide_am_notices",label:t.text_announcements_label}})],1)],1)},Vc=[],Mc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input settings-input-license"},[s("settings-input-license")],1)},Ec=[],Dc=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"settings-input settings-input-license"},[s("p",{domProps:{innerHTML:t._s(t.text_license_row_1)}}),s("p",{domProps:{innerHTML:t._s(t.text_license_row_2)}}),s("p",{domProps:{innerHTML:t._s(t.text_license_row_3)}}),s("div",{staticClass:"exactmetrics-settings-license-lite"},[s("label",{attrs:{for:"exactmetrics-license-key"},domProps:{innerHTML:t._s(t.text_license_label)}}),s("div",{staticClass:"inline-field"},[s("input",{directives:[{name:"model",rawName:"v-model",value:t.connect_key,expression:"connect_key"}],attrs:{id:"exactmetrics-license-key",readonly:t.is_loading,type:"text",autocomplete:"off",placeholder:t.text_license_placeholder},domProps:{value:t.connect_key},on:{input:[function(e){e.target.composing||(t.connect_key=e.target.value)},t.fieldInput]}}),t.show_connect?s("button",{staticClass:"exactmetrics-button",domProps:{textContent:t._s(t.text_upgrade_to_pro)},on:{click:function(e){return e.preventDefault(),t.startUpgradeToPro(e)}}}):t._e()])])])},Ic=[],Uc={name:"SettingsInputLicense",props:{label:String},data:function(){return{is_network:this.$mi.network,text_license_row_1:Object(c["d"])(Object(c["a"])("You're using %1$sExactMetrics Lite%2$s - no license needed. Enjoy! %3$s","google-analytics-dashboard-for-wp"),"<strong>","</strong>",'<span class="exactmetrics-bg-img exactmetrics-smile"></span>'),text_license_row_2:Object(c["d"])(Object(c["a"])("To unlock more features consider %1$supgrading to PRO%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("settings-panel","license")+'" class="exactmetrics-bold" target="_blank">',"</a>"),text_license_row_3:Object(c["d"])(Object(c["a"])("As a valued ExactMetrics Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!","google-analytics-dashboard-for-wp"),'<span class="exactmetrics-highlighted-text">',"</span>"),text_upgrade_to_pro:Object(c["a"])("Unlock PRO Features Now","google-analytics-dashboard-for-wp"),text_license_placeholder:Object(c["a"])("Paste your license key here","google-analytics-dashboard-for-wp"),text_license_verify:Object(c["a"])("Verify","google-analytics-dashboard-for-wp"),text_license_label:Object(c["d"])(Object(c["a"])("Already purchased? Simply enter your license key below to connect with ExactMetrics PRO! %1$sRetrieve your license key%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUrl("license","settings_panel","https://www.exactmetrics.com/my-account/")+'" target="_blank">',"</a>"),is_loading:!1,show_connect:!1,connect_key:""}},methods:{fieldInput:Ca()((function(){this.show_connect=""!==this.connect_key}),100),startUpgradeToPro:function(){var t=this;this.$swal({type:"info",title:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,customContainerClass:"exactmetrics-swal",onOpen:function(){t.$swal.showLoading()}}),$["a"].getUpgradeLink(this.connect_key).then((function(e){if(e.success&&e.data.url)return window.location=e.data.url;var s=e.data.message?e.data.message:Object(c["a"])("There was an error unlocking ExactMetrics PRO please try again or install manually.","google-analytics-dashboard-for-wp");t.$mi_error_toast({title:Object(c["a"])("Error","google-analytics-dashboard-for-wp"),text:s,toast:!1,position:"center",showConfirmButton:!0,showCloseButton:!1,customClass:!1}).then((function(){e.data.reload&&window.location.reload()}))})).catch((function(){t.$swal.close()}))}}},Zc=Uc,Bc=Object(_["a"])(Zc,Dc,Ic,!1,null,null,null),Fc=Bc.exports,zc={name:"SettingsInputLicenseNetwork",components:{SettingsInputLicense:Fc}},Rc=zc,Nc=Object(_["a"])(Rc,Mc,Ec,!1,null,null,null),Wc=Nc.exports,Gc={name:"SettingsNetwork",components:{ContentIntroFullWidth:A["a"],SettingsInputCheckbox:F["a"],SettingsInputAuthenticate:S,SettingsInputLicenseNetwork:Wc,SettingsBlock:y},data:function(){return{text_license_title:Object(c["a"])("License Key","google-analytics-dashboard-for-wp"),text_license_label:Object(c["d"])(Object(c["a"])("Add your ExactMetrics license key from the email receipt or account area. %1$sRetrieve your license key%2$s.","google-analytics-dashboard-for-wp"),'<a href="#">',"</a>"),text_auth_title:Object(c["a"])("Google Authentication","google-analytics-dashboard-for-wp"),text_auth_label:Object(c["a"])("Connect Google Analytics + WordPress","google-analytics-dashboard-for-wp"),text_auth_description:Object(c["a"])("You will be taken to the ExactMetrics website where you'll need to connect your Analytics account.","google-analytics-dashboard-for-wp"),text_misc_title:Object(c["a"])("Miscellaneous","google-analytics-dashboard-for-wp"),text_announcements_title:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),text_announcements_description:Object(c["a"])("Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.","google-analytics-dashboard-for-wp"),text_announcements_label:Object(c["a"])("Hide Announcements","google-analytics-dashboard-for-wp"),upsell_title:Object(c["a"])("You're using ExactMetrics Lite – no license needed. Enjoy!","google-analytics-dashboard-for-wp"),upsell_subtitle:Object(c["d"])(Object(c["a"])("To unlock more features consider %1$supgrading to PRO%2$s.","google-analytics-dashboard-for-wp"),'<a href="'+this.$getUpgradeUrl("network-settings","top-upsell-text")+'" class="exactmetrics-green-text">',"</span>"),upsell_receive:Object(c["a"])("Receive 50% off automatically applied at the checkout!","google-analytics-dashboard-for-wp"),text_upgrade:Object(c["a"])("Upgrade to PRO","google-analytics-dashboard-for-wp"),text_see:Object(c["a"])("See all features","google-analytics-dashboard-for-wp"),text_setup_wizard_title:Object(c["a"])("Setup Wizard","google-analytics-dashboard-for-wp"),text_setup_wizard_label:Object(c["a"])("Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).","google-analytics-dashboard-for-wp"),text_setup_wizard_button:Object(c["a"])("Relaunch Setup Wizard","google-analytics-dashboard-for-wp"),text_launch_wizard_button:Object(c["a"])("Launch Setup Wizard","google-analytics-dashboard-for-wp"),wizard_url:this.$mi.wizard_url}}},qc=Gc,Yc=(s("0fd3"),Object(_["a"])(qc,Tc,Vc,!1,null,"62bc6c18",null)),Kc=Yc.exports,Jc=new a["a"]({routes:[{path:"*",redirect:"/"},{path:"/",name:"general",component:Kc},{path:"/addons",name:"addons",component:ls},{path:"/about",component:ys,children:[{name:"about-us",path:"",component:no,meta:{title:Object(c["a"])("About Us","google-analytics-dashboard-for-wp")}},{name:"about-getting-started",path:"getting-started",component:mo,meta:{title:Object(c["a"])("Getting Started","google-analytics-dashboard-for-wp")}},{name:"about-lite-vs-pro",path:"lite-vs-pro",component:wo,meta:{title:Object(c["a"])("Lite vs Pro","google-analytics-dashboard-for-wp")}}]}]});function Qc(t,e){var s=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),s.push.apply(s,o)}return s}function Xc(t){for(var e=1;e<arguments.length;e++){var s=null!=arguments[e]?arguments[e]:{};e%2?Qc(Object(s),!0).forEach((function(e){Object(r["a"])(t,e,s[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(s)):Qc(Object(s)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(s,e))}))}return t}var td=document.querySelectorAll('[href="admin.php?page=exactmetrics_network"]'),ed=document.querySelector('[href*="exactmetrics_network#/addons"]'),sd=document.querySelector('[href*="exactmetrics_network#/about"]'),od={name:"SettingsModuleSite",components:{TheQuickLinks:Oc["a"],AddonsNavigation:Il,TheAppNavigation:hc["a"],TheAppNotices:T["a"],SettingsButtonSave:vc,TheAppHeader:Hl["a"]},router:Jc,created:function(){var t="$_settings";t in this.$store._modules.root._children||this.$store.registerModule(t,d["a"]),this.handleChange(this.route),td.forEach((function(t){t.href=t.href+"#/"}))},mounted:function(){this.$store.dispatch("$_settings/getSettings"),this.$mi_loading_toast()},computed:Xc({},Object(l["b"])({blocked:"$_app/blocked"}),{route:function(){return this.$route.name},routeClass:function(){return"exactmetrics-admin-page exactmetrics-settings-panel exactmetrics-settings-panel-network exactmetrics-path-"+this.$route.name}}),watch:{$route:function(t){this.handleChange(t.name)}},methods:{handleChange:function(t){var e=0;td.length>1&&(e=1),"addons"===t?(td[e].parentElement.classList.remove("current"),ed&&ed.parentElement.classList.add("current")):t.indexOf("about")>=0?(td[e].parentElement.classList.remove("current"),sd&&sd.parentElement.classList.add("current"),ed&&ed.parentElement.classList.remove("current")):(td[e].parentElement.classList.add("current"),ed&&ed.parentElement.classList.remove("current"),sd&&sd.parentElement.classList.remove("current"))}}},ad=od,nd=Object(_["a"])(ad,Ac,Lc,!1,null,null,null),id=nd.exports,rd=s("4360"),ld=s("619c"),cd=s("e37d"),dd=s("7460"),pd={install:function(t){var e=this;if(t.prototype.$mi_need_to_auth=Object(c["d"])(Object(c["a"])("You need to %1$sconnect ExactMetrics%2$s first","google-analytics-dashboard-for-wp"),'<a href="'+t.prototype.$mi.wizard_url+'" class="exactmetrics-connect-inline">',"</a>"),t.prototype.$swal){var s=0;t.prototype.$mi_saving_toast=function(e){s++;var o=e.animation,a=void 0!==o&&o,n=e.toast,i=void 0===n||n,r=e.position,l=void 0===r?"bottom-end":r,d=e.showConfirmButton,p=void 0!==d&&d,u=e.type,g=void 0===u?"info":u,h=e.customClass,m=void 0===h?"mi-info":h,C=e.showCloseButton,b=void 0===C||C,_=e.title,f=void 0===_?Object(c["a"])("Saving Changes...","google-analytics-dashboard-for-wp"):_;return t.prototype.$swal({customContainerClass:"exactmetrics-swal",animation:a,toast:i,position:l,showConfirmButton:p,type:g,customClass:m,showCloseButton:b,title:f})},t.prototype.$mi_success_toast=function(e){if(s--,s>0)return!1;var o=e.animation,a=void 0!==o&&o,n=e.toast,i=void 0===n||n,r=e.position,l=void 0===r?"bottom-end":r,d=e.showConfirmButton,p=void 0!==d&&d,u=e.type,g=void 0===u?"success":u,h=e.timer,m=void 0===h?3e3:h,C=e.customClass,b=void 0===C?"mi-success":C,_=e.showCloseButton,f=void 0===_||_,y=e.title,w=void 0===y?Object(c["a"])("Settings Updated","google-analytics-dashboard-for-wp"):y,v=e.showCancelButton,x=void 0!==v&&v,O=e.confirmButtonText,j=void 0===O?"":O,k=e.cancelButtonText,P=void 0===k?"":k,H=e.text,S=void 0===H?"":H;return t.prototype.$swal({customContainerClass:"exactmetrics-swal",animation:a,toast:i,position:l,showConfirmButton:p,type:g,customClass:b,showCloseButton:f,title:w,timer:m,showCancelButton:x,confirmButtonText:j,cancelButtonText:P,text:S})},t.prototype.$mi_error_toast=function(e){s--;var o=e.animation,a=void 0!==o&&o,n=e.toast,i=void 0===n||n,r=e.position,l=void 0===r?"bottom-end":r,d=e.showConfirmButton,p=void 0!==d&&d,u=e.type,g=void 0===u?"error":u,h=e.customClass,m=void 0===h?"mi-error":h,C=e.showCloseButton,b=void 0===C||C,_=e.title,f=void 0===_?Object(c["a"])("Could Not Save Changes","google-analytics-dashboard-for-wp"):_,y=e.text,w=void 0===y?"":y,v=e.footer,x=void 0===v?"":v,O=e.confirmButtonText,j=void 0===O?"":O;return t.prototype.$swal({customContainerClass:"exactmetrics-swal",animation:a,toast:i,position:l,showConfirmButton:p,type:g,customClass:m,showCloseButton:b,title:f,text:w,footer:x,confirmButtonText:j,onOpen:function(){t.prototype.$swal.hideLoading()}})},t.prototype.$mi_loading_toast=function(s){var o="exactmetrics-swal exactmetrics-swal-loading";window.scrollY>0&&(o+=" exactmetrics-swal-full-height"),t.prototype.$swal({customContainerClass:o,type:"info",title:s||Object(c["a"])("Loading Settings","google-analytics-dashboard-for-wp"),html:Object(c["a"])("Please wait...","google-analytics-dashboard-for-wp"),allowOutsideClick:!1,allowEscapeKey:!1,allowEnterKey:!1,animation:!1,onOpen:function(){t.prototype.$swal.showLoading(),e.addCustomLoader()}})},t.prototype.$addCustomLoader=e.addCustomLoader}},addCustomLoader:function(){var t='<div class="exactmetrics-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>';document.querySelector(".swal2-actions.swal2-loading").innerHTML=t}},ud=pd,gd=s("6c6b");s("12c8"),s("e03e"),s("df1a");o["a"].config.productionTip=!1,o["a"].use(a["a"]),o["a"].use(ld["a"]),o["a"].use(cd["a"],{defaultTemplate:'<div class="exactmetrics-tooltip" role="tooltip"><div class="exactmetrics-tooltip-arrow"></div><div class="exactmetrics-tooltip-inner"></div></div>',defaultArrowSelector:".exactmetrics-tooltip-arrow, .exactmetrics-tooltip__arrow",defaultInnerSelector:".exactmetrics-tooltip-inner, .exactmetrics-tooltip__inner"}),o["a"].use(dd["a"]),Object(c["c"])(window.exactmetrics.translations,"google-analytics-dashboard-for-wp");var hd=document.getElementById("exactmetrics-vue-site-settings");Object(gd["a"])({ctrl:!0}),hd&&(o["a"].use(ud),new o["a"]({store:rd["a"],mounted:function(){rd["a"].dispatch("$_app/init"),rd["a"].dispatch("$_auth/getAuth"),rd["a"].dispatch("$_addons/getAddons"),rd["a"].dispatch("$_notifications/getNotifications"),o["a"].prototype.$isPro()&&rd["a"].dispatch("$_license/getLicense")},render:function(t){return t($c)}}).$mount(hd));var md=document.getElementById("exactmetrics-vue-network-settings");md&&(o["a"].use(ud),new o["a"]({store:rd["a"],mounted:function(){rd["a"].dispatch("$_app/init"),rd["a"].dispatch("$_auth/getAuth"),rd["a"].dispatch("$_addons/getAddons"),rd["a"].dispatch("$_notifications/getNotifications"),o["a"].prototype.$isPro()&&rd["a"].dispatch("$_license/getLicense")},render:function(t){return t(id)}}).$mount(md))},2950:function(t,e,s){"use strict";var o=s("0af3"),a=s.n(o);a.a},"2b5f":function(t,e,s){},"2e60":function(t,e,s){"use strict";var o=s("6c85"),a=s.n(o);a.a},"2fdd":function(t,e,s){},"30f7":function(t,e,s){},"408a":function(t,e,s){var o=s("c6b6");t.exports=function(t){if("number"!=typeof t&&"Number"!=o(t))throw TypeError("Incorrect invocation");return+t}},"44c2":function(t,e,s){"use strict";var o=s("a9e4"),a=s.n(o);a.a},"6c85":function(t,e,s){},"7c4f":function(t,e,s){},8985:function(t,e,s){},"8a52":function(t,e,s){},"8f8a":function(t,e,s){"use strict";var o=s("00f4"),a=s.n(o);a.a},"8fe5":function(t,e,s){"use strict";var o=s("e515"),a=s.n(o);a.a},"961a":function(t,e,s){"use strict";var o=s("c7b5"),a=s.n(o);a.a},9907:function(t,e,s){"use strict";var o=s("055a"),a=s.n(o);a.a},a719:function(t,e,s){},a9e4:function(t,e,s){},ab3a:function(t,e,s){"use strict";var o=s("cb72"),a=s.n(o);a.a},ae6f:function(t,e,s){"use strict";var o=s("0433"),a=s.n(o);a.a},afcb:function(t,e,s){},b227:function(t,e,s){"use strict";var o=s("8a52"),a=s.n(o);a.a},b680:function(t,e,s){"use strict";var o=s("23e7"),a=s("a691"),n=s("408a"),i=s("1148"),r=s("d039"),l=1..toFixed,c=Math.floor,d=function(t,e,s){return 0===e?s:e%2===1?d(t,e-1,s*t):d(t*t,e/2,s)},p=function(t){var e=0,s=t;while(s>=4096)e+=12,