UA-49010225-1 error on top menu bar

Discussion in 'Woodpecker WordPress Business Theme' started by rmadala313, Jun 28, 2014.

  1. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Hi,

    The following is displayed on my top menu bar, and I would like to get rid of it:

    UA-49010225-1

    My website is located here:

    http://staranisefoods.com/development/

    Thank you very much!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    I think you are only adding UA number there. Add complete Google analytic code.
    It will work.
    Please check demo GA code given below for reference.

    Code:
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
     
      ga('create', 'UA-XXXXXX', 'ink.com');
      ga('send', 'pageview');
     
    </script>
     

Share This Page