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

I inserted the code but I cannot see any statistics, is there any delay?

There is no delay, you should be able to view online visitors in real-time.

Activation takes place within a few minutes once the account has been created, the Javascript code has been uploaded, and your first visitor (including you) has reached the site.

Some reports can take up to 30 minutes to populate, but Online VIsitors works immediately.

Some statistics won’t be available until the respective time period has lapsed, e.g. forecast, weekly statistics, etc.

My website is located on my host’s server, can I use Opentracker.net?

Yes. Every online website can be tracked. To activate your account you simply need to upload the HTML pages that contain the Javascript code to your ISP’s server with an FTP program like you would do with any webpage.

My site consists of frames, where should i put the javascript code?

Opentracker.net tracks every (and we mean EVERY) page in which you put the Javascript code.

You may only wish to track important pages such as those which contain your site’s content.

You can also track your navigation, frames, mail-forms, e-shops, etc., simply paste the Javascript code into every page you wish to appear in your statistics.

I’m using adobe dreamweaver, what is the best way to implement the code?

– Make sure you have created a ‘Site’ for your web site
– Do a ‘Find and replace’ command (CTRL-F)
– In the window that opens, select: Find in ‘entire local site’, and Search for ‘sourceCode’
– In the first textfield type: “”
– In the second window type: “Your personal Javascript code”
– Click “Replace All”
– Dreamweaver now searches through all the HTML pages in your “site” and replaces the “endbody tag” with the Javascript code AND the “endbody tag”.

Dynamic – can I use Opentracker.net on database-generated pages?

Yes. Opentracker is designed to handle database-generated pages, also referred to as ‘dynamically-generated’ pages.

This includes JSP, ASP, PHP and all other languages.

Pages are recorded based on URL, filename and title. Your pages are best identified by a human readable title. Dynamically generating a title tag will help you sort your pages.

Loading speed – will the code slow down my website?

No. The Javascript code adds less than 2k to your page and will not measurably increase your page’s loading time.

You can choose from our script hosted on our Content Delivery Network (CDN) or put it on your own server.

How do i insert the tracking javascript in Blogger

Follow the steps below in order to do this:

  1. Copy the Tracking tracking code from the email
  2. On Blogger, go to the Design > Page Elements tab and click one of the “Add a Gadget” links in the Footer (the block at the bottom)
  3. A popup appears with gadgets, scroll down and choose “HTML / JavaScript”
  4. Paste the Tracking tracking code into the text area, name it something like “Opentracker widget”
  5. Save (window will close)
  6. If you have multiple gadgets in your footer, You’ll want it to be the last gadget on the page.

Where do I insert the code with a Joomla site?

Javascript implementation “where do I put the script” for Joomla 1.5.x

1. login as admin to your Joomla site
2. Click on Extensions
3. Click on Template Manager
4. Select your template
5. Click “edit html” button
6. Scroll down
7. Paste code before </body>
8. click save

Your are done! Visit one of the pages where the javascript is deployed and then look at your Opentracker Online & Recent Visitors report to confirm that the script is working.

Where do I insert the code with a Drupal site?

The easiest way to implement the script sitewise is to place the script is in in your theme template file.

called “page.tpl.php”

Located in /sites/all/themes//templates