SharpAuctionEngine / Website

A website for displaying feature sets and plans
http://sharpauctionengine.com
0 stars 0 forks source link

Capterra Tracking Code #30

Open cara023 opened 7 years ago

cara023 commented 7 years ago

We are now purchasing advertisement space in Capterra.com and can be found under the Auction Software category.

In order to track the effectiveness of this investment, we'd like to add the following before the /body tag on each page of our website.

 <script type="text/javascript">
      var capterra_vkey = '902e9d0162a55d4d9d273318e990e9d4',
      capterra_vid = '2102344',
      capterra_prefix = (('https:' == document.location.protocol) ? 'https://ct.capterra.com' : 'http://ct.capterra.com');

      (function() {
        var ct = document.createElement('script'); ct.type = 'text/javascript'; ct.async = true;
        ct.src = capterra_prefix + '/capterra_tracker.js?vid=' + capterra_vid + '&vkey=' + capterra_vkey;
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ct, s);
      })();
    </script>