• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Insert custom code in page template

    User help
    2
    6
    1.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jeremyhJ
      jeremyh
      last edited by

      Hello

      I would like to insert some visitor tracking code (for [url=http://piwik.org/]Piwik open source analytics actually) into the <head> of each Mango html page (DGLux too, if I can).

      Is this possible and if so, what's the best way to go about it?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • JoelHaggarJ
        JoelHaggar
        last edited by

        Nice idea, this is one of the features we want to add as we upgrade the Mango UI. For now I think you could add this into the /web/WEB-INF/tags/page.tag file. I've not tried that so if it doesn't work let us know. I don't think there is anyway to do that with DGLux.

        1 Reply Last reply Reply Quote 0
        • jeremyhJ
          jeremyh
          last edited by

          @JoelHaggar said:

          For now I think you could add this into the /web/WEB-INF/tags/page.tag file.

          Hi Joel, thanks, that worked. I expect this will get overwritten when I upgrade?

          I would be happy even if I could just add the tracking code to the /dglux/login.htm page. Do you think that is possible?

          Cheers

          1 Reply Last reply Reply Quote 0
          • JoelHaggarJ
            JoelHaggar
            last edited by

            Excellent. You can make a copy of the new tag file and put it in overrides/web/WEB-INF/tags/page.tag and this way it won't be overwritten but you run the risk of not getting a needed update file.

            You should be able to put that on the login page. You'll fine the login file under web/modules/dglux/web

            1 Reply Last reply Reply Quote 0
            • jeremyhJ
              jeremyh
              last edited by

              @JoelHaggar said:

              You can make a copy of the new tag file and put it in overrides/web/WEB-INF/tags/page.tag and this way it won't be overwritten but you run the risk of not getting a needed update file.

              I'd rather get the updated file and have everything work smoothly, so I've been making a note of my 'customisations' so that I can redo them after I upgrade.

              @JoelHaggar said:

              You'll fine the login file under web/modules/dglux/web

              It looks like login.jsp is for the login.htm page (of course) and view.jsp is for the viewer page.
              I have edited both files to include my tracking code. It works perfectly!

              image

              We are about to provide some customers with access to Mango and DGLux, so this will be a fantastic way to observe when and how they use Mango.

              @JoelHaggar said:

              Nice idea, this is one of the features we want to add as we upgrade the Mango UI. For now I think you could add this into the /web/WEB-INF/tags/page.tag file. I've not tried that so if it doesn't work let us know. I don't think there is anyway to do that with DGLux.

              I think that this will be a very useful feature (and quite easy to implement, I guess?). Note that some tracking (Google Analytics) require the snippet to be pasted before the </head> tag, and others (Piwik) require it before the </body> tag.

              As an aside, I can really recommend Piwik to anyone who is looking for an alternative to Google Analytics. I use both, but Piwik offers a far superior level of detail and is easy to use, self-hosted, and free.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post