Neto Installation Guide

Important

  • The "AUTO DETECT PRICES" option must be selected in Step 1 (selected by default).

Step 3. Pasting the Installation String into your website.

Under 'Step 2. - Installation String', on the Dynamic Converter Settings page in the text box, you will see the Installation String for yoursite. That Installation String now needs to be added to your web site pages.

  1. We need to create a new third party script and call it Dynamic Converter.
  2. From the Neto dashboard, navigate to Setup & Tools > All settings & tools.
  3. Click Analytics & 3rd Party Scripts tab -> click Custom Scripts.
  4. Click Add New button on the top right hand side. Under Name, call the script: Dynamic Converter.
  5. Scroll down to the Scripts section and click the Page Footer tab.
  6. Paste your installation string and the extra block below
    <script>
      function dc_call_after_convert() {
        window.dc_call_after_convert = null;
        (function(){
             var oldcontent = '';
             setInterval(
                function() {
                   try {
                      var currentText = jQuery('body').eq(0).text();
                      if (currentText != oldcontent ) {
                           if (window.dc_convert_now) {
                               dc_convert_now();
                               oldcontent = jQuery('body').eq(0).text();
                           }
                      }
                   }catch(e){}
               },500);
        })();
      }
    </script>
    
  7. And Save the third party script.

Installation Complete.

 

;