Product tour

API libraries and documentation


The API allows developers to interact in a programmatic way with ClickMeter services.



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.2.2 -  (file pdf, 887 Kb)


   - For any additional information please write to dev@clickmeter.com

There are 26 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.