Install or implement the opentracker.net analytics code on your site with javascript or mobile app’s sdk.

Where can I find my opentracker.net Javascript code?

After creating an account you will automatically receive an email with your login information and unique Javascript code.

Your account page also provides you with a link to manage your site(s) and resend the Javascript code (if lost or forgotten).

How can I track SSL https secure pages?

Opentracker supports the tracking of secure, ssl, http, shopping-cart and login-protected pages.

In order to track secure pages and avoid a pop-up a certificate warning there is one simple step necessary:

change the “http” in your website tracking javascript to “https”. The addition of an “s” will redirect your signals to a secure environment.

For example:

<!-- OPENTRACKER HTML START -->
<script src="http://script.opentracker.net/?site=example.com"></script>
<!-- OPENTRACKER HTML END -->

becomes:

<!-- OPENTRACKER HTML START -->
<script src="https://script.opentracker.net/?site=example.com"></script>
<!-- OPENTRACKER HTML END -->

Please note that the only change is the addition of an “s”.

Please note that if you have secure and unsecure pages in your site, you can use the following updated version of the script throughout your entire site.

<!-- OPENTRACKER HTML START -->
<script src="//script.opentracker.net/?site=example.com"></script>
<!-- OPENTRACKER HTML END -->

Where should I put the opentracker.net javascript code?

You can paste the code anywhere on your pages.

We recommend pasting the Javascript code into the HTML page above the end </body> – tag of each page you want to track.

Save the page with the Javascript code. Upload the HTML pages that contain the Javascript code with an FTP program as with any webpage.

More advanced javascript implemetation documentation can be found in the docs