automation
4 months ago
deactivationPoll
2 years ago
emails
3 years ago
form
7 months ago
newsletter
8 months ago
segments
1 year ago
subscribers
10 months ago
subscription
10 months ago
upgrade
1 year ago
woocommerce
1 year ago
analytics.html
1 year ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
1 year ago
help.html
1 year ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
8 months ago
logs.html
1 year ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 year ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
8 months ago
upgrade_tiers.html
1 year ago
welcome_wizard.html
1 year ago
woo_system_info.html
2 years ago
woocommerce_setup.html
1 year ago
analytics.html
25 lines
| 1 | <script type="text/javascript"> |
| 2 | (function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments, |
| 3 | 0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" "); |
| 4 | for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]); |
| 5 | |
| 6 | window.mixpanelTrackingId = "8cce373b255e5a76fb22d57b85db0c92"; |
| 7 | window.mixpanelIsLoaded = false; |
| 8 | window.mixpanelInitConfig = { 'loaded': function() { |
| 9 | window.mixpanelIsLoaded = true; |
| 10 | }} |
| 11 | |
| 12 | mixpanel.init(window.mixpanelTrackingId, window.mixpanelInitConfig); |
| 13 | |
| 14 | mixpanel.register({'Platform': 'Plugin'}); |
| 15 | |
| 16 | if(typeof window.mailpoet_analytics_public_id === 'string' && window.mailpoet_analytics_public_id.length > 0) { |
| 17 | if(window.mailpoet_analytics_new_public_id === true) { |
| 18 | mixpanel.alias(window.mailpoet_analytics_public_id); |
| 19 | } else { |
| 20 | mixpanel.identify(window.mailpoet_analytics_public_id); |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | </script> |
| 25 |