1) ClickMeter simple bookmarklet
Easily create new tracking links and share it on email, Twitter, Facebook, etc.
A bookmarklet is a special kind of link you drag and drop to your browser's favorites or bookmarks bar.
Just drag and drop the following link to your favorites or bookmarks toolbar:
Track with ClickMeter

NOTE: Internet Explorer does not allow you to drag and drop links to the toolbar.
Click here to learn how to add the
ClickMeter simple bookmarklet in Internet Explorer -------------------------------------------------------------------------------------------------------------------------------------------------------------------
2) go.htm file
With "go.htm" file you can create new tracking-links with the same domain of your website (i.e..: yourwebsite.com/go.htm?123456).
To use this feature you need to be
signed-up.
Use this link to access confirguration and download of the "go.htm" file:
http://www.clickmeter.com/go-settings.aspxNotes and tips: - You can upload the "go.htm" file anywhere on your website server, but it's preferable to upload it at the root level so that your tracking-links will be shorter
- You can use the "go.htm" file on up to three different websites (or domains)
Warning! When using "go.htm" you have to keep in mind that:
1) The referrer data will not be tracked
2) The "go.htm" files will be on the same servers as your websites (or domains), so make sure those servers will sustain your overall traffic.
Need help using "go.html" file? Write to:
support@clickmeter.com -------------------------------------------------------------------------------------------------------------------------------------------------------------------
3) API libraries and
documentation
The ClickMeter API allows developers to
interact in a programmatic way with ClickMeter services. The
current API version is 1.1All APIs require
authentication
credentials as a parameter of the WebServices provided by the
ClickMeter Developer Team.
You can find your
API Key at
http://www.clickmeter.com/api_key.aspx
(You need to be
signed-in
to access this page).
Download
full API Documentation Ver.1.1 - (file pdf, 216 Kb)
- For any
additional information please write to
dev@clickmeter.com
- Full API documentation can be founf on
Google Code at
http://go.clickmeter.com/googlecode/
There are 7 public methods: 1.
CreateLink=
Creates a new tracking link for the specified URL.
2.
GetClicksCount=
Gets the count of the clicks for the specified tracking link.
3.
GetLinkData=
Gets the data for the specified tracking link.
4.
GetLinkInfo=
Gets the information for the specified tracking link.
5.
GetLinksByUrl=
Gets a collection of the links that uses the specified url.
6.
GetUrlByLink=
Gets the url for the specified tracking link (expand).
7.
GetDomains=
Gets the domains collection for the current user.