IMPORTANT NOTICE:
ClickMeter API system was updated April, 23th - 2014.
New APIs (V2.0) are now ready: ClickMeter.com/API
------
All 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 logged-in to access this page).
Download full API Documentation
Ver.1.0 - (file pdf, 950 Kb)
There are 30 public methods:
1. CreateLink = Creates a new tracking link for the specified URL with simple redirect type.
2. CreateConvLink = Creates a new tracking link for the specified URL with conversion redirect type.
3. CreateMultipleLink = Creates a new tracking link for the specified URL with multiple redirect type.
4. CreateByLangLink = Creates a new tracking link for the specified URL with “by language” redirect.
5. CreateCampaign = Creates a new campaign to group tracking-links.
6. CreateConversion = Creates a new conversion.
7. DeleteCampaign = Delete an existing campaign.
8. DeleteConversion = Delete an existing conversion.
9. DeleteLink = Delete an existing tracking link.
10. GetClicksCount = Gets the count of the clicks for the specified tracking link.
11. GetUrlByLink = Gets the URL for the specified tracking link (expand).
12. GetLinksByUrl = Gets a collection of the links that uses the specified URL.
13. GetCampaignInfo = Gets the information for the specified campaign.
14. GetConversionInfo = Gets the information for the specified conversion.
15. GetLinkInfo = Gets the information for the specified tracking link.
16. GetCampaignData = Gets the data for the specified campaign.
17. GetConversionData = Gets the data for the specified conversion.
18. GetLinkData = Gets the data for the specified tracking link.
19. GetDomains = Gets the domains collection available for the current user.
20. CreateGuest - Creates a new guest user.
21. GetGuest - Retrieve an instance of a guest user by a specified id.
22. AddGuestPermission - Creates permission for a specified campaign to a specified guest user.
23. RemoveGuestPermission - Removes permission to a campaign for a specified user.
24. GetLinks - Gets the list of user links.
25. GetLinksByCampaign - Gets the list of user links by a specified campaign.
26. GetCampaigns - Gets the list of user campaigns.
27. ConfigureGuest - Configures the specified guest's UI.
28. DeactivateGuest - Deactivates the specified guest.
29. DeleteGuest - Deletes the specified guest.
30. CheckLinkExists - Checks if a specified link already exist.
NOTE:
The default rate limit for calls to the API is 100 requests per 5 minute
0 Comments