• Resolved delanthear

    (@delanthear)


    Why does the sendinblue plugin output email addresses in Javascript to the page source? This seems wrong?

    e.g. the following is taking from our front page source:

    <script type="text/javascript">
    							(function() {
    								window.sib ={equeue:[],client_key:"xxxxxxxxx"};/* OPTIONAL: email for identify request*/
    							window.sib.email_id = "[email protected]";
    							window.sendinblue = {}; for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) { (function(k) { window.sendinblue[k] = function() { var arg = Array.prototype.slice.call(arguments); (window.sib[k] || function() { var t = {}; t[k] = arg; window.sib.equeue.push(t);})(arg[0], arg[1], arg[2]);};})(j[i]);}var n = document.createElement("script"),i = document.getElementsByTagName("script")[0]; n.type = "text/javascript", n.id = "sendinblue-js", n.async = !0, n.src = "https://sibautomation.com/sa.js?plugin=wordpress&key=" + window.sib.client_key, i.parentNode.insertBefore(n, i), window.sendinblue.page();})();
    							</script>

    Obviously I’ve removed the email address but this is the line where it sits: window.sib.email_id = “[email protected]”;

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support alexisbienayme

    (@alexisbienayme)

    Hi,

    Thanks for contacting us. Could you please tell how you removed the email address ? Indeed, if it’s removed from your website, it’s not possible to track him anymore.

    Looking forward to hear from you.

    Best Regards,

    Thread Starter delanthear

    (@delanthear)

    Eh? It shouldn’t be outputting an email address into the source of the page?

    Thread Starter delanthear

    (@delanthear)

    Can you provide an update? Why is your plugin outputting email addresses to the page?

    Plugin Support alexisbienayme

    (@alexisbienayme)

    Hi @delanthear,

    Apologies for the delay.

    Could you please provide the steps to replicate the issue, so we can make some tests at our end ?

    Looking forward to hearing from you.

    Best Regards,

    Sendinblue

    Thread Starter delanthear

    (@delanthear)

    Install the plugin. Enable Transactional emails and check the source of the front page. You’ll find some inline javascript outputted by sendinblue that includes your email address.

    • This reply was modified 1 year, 10 months ago by delanthear.
    Plugin Support alexisbienayme

    (@alexisbienayme)

    Hi @delanthear,

    Yes, that’s an expected behaviour. It is enabled when you enable the Marketing Automation option through your plugin in WordPress.

    This allows you to track visitors to your site and add them to your account’s event logs.

    Thus, you could know which pages they visited, which products they put in the cart or bought etc…

    You can find more information in this page : https://tracker-doc.sendinblue.com/docs/track-your-website-visitors

    Best Regards,

    Alexis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin outputs admin email address to page’ is closed to new replies.