Embed numbers insertion script
Eugene Zastup avatar
Written by Eugene Zastup
Updated over a week ago

Here are the steps for inserting the script:

  1. The script is easy to install. Copy the template of the adapted script:

    <script type="text/javascript">
    (function (d,s,u,e,p) {
    p=d.getElementsByTagName(s)[0],e=d.createElement(s),e.async=1,e.src=u,p.parentNode.insertBefore(e, p);
    })(document, 'script', 'https://script.ringostat.com/v4/ХХ/ХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХХ.js');

    var pw = function() {if (typeof(ringostatAnalytics) === "undefined") {setTimeout(pw,100);} else {ringostatAnalytics.sendHit('pageview');}}
    pw();
    </script>

    then past it in your website code.

  2. You can find the link in "Call tracking" => "Script settings".

    The adapted script will look like this:

  3. After you embed the adapted script in your website code, go to "Call tracking" => "Script settings" in your project menu. And in the "User settings" field add the required setting "noGa": true,

    And don't forget to apply the settings. ;)

Did this answer your question?