Automate ClickMeter
HumDay reads ClickMeter’s own published API description and derives 104 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What ClickMeter is
Api dashboard for ClickMeter API
API host: apiv2.clickmeter.com
What HumDay can do in ClickMeter
43 documented operations change something in ClickMeter. The 41 most useful are listed here.
- POSTCreate a tag
/tags - POSTCreate a group
/groups - POSTCreate a domain
/domains - POSTCreate a datapoint
/datapoints - POSTCreate a conversion
/conversions - POSTCreates a retargeting script
/retargeting - POSTCreate a guest
/account/guests - PUTCreate multiple datapoints
/datapoints/batch - POSTCreate an ip blacklist entry
/account/ipblacklist - POSTCreate an domain entry
/account/domainwhitelist - POSTUpdate current account data
/account - POSTCreate a datapoint in this group
/groups/{id}/datapoints - DELETEDelete multiple datapoints
/datapoints/batch - POSTUpdate multiple datapoints
/datapoints/batch - DELETEDelete group specified by id
/groups/{id} - POSTUpdate a group
/groups/{id} - DELETEDelete a domain
/domains/{id} - POSTUpdate a domain
/domains/{id} - DELETEDelete a tag
/tags/{tagId} - DELETEDelete a datapoint
/datapoints/{id} - POSTUpdate a datapoint
/datapoints/{id} - DELETEDeletes a retargeting script (and remove associations)
/retargeting/{id} - POSTUpdates a retargeting script
/retargeting/{id} - DELETEDelete conversion specified by id
/conversions/{conversionId} - POSTUpdate conversion specified by id
/conversions/{conversionId} - PUTFast patch the "notes" field of a group
/groups/{id}/notes - PUTFast patch a tag name
/tags/{tagId}/name - DELETEDelete the association of this tag with all groups
/tags/{tagId}/groups - PUTFast patch the "notes" field of a datapoint
/datapoints/{id}/notes - PUTFast switch the "favourite" field of a group
/groups/{id}/favourite - DELETEDelete the association of this tag with all datapoints
/tags/{tagId}/datapoints - DELETEDelete a guest
/account/guests/{guestId} - POSTUpdate a guest
/account/guests/{guestId} - PUTFast switch the "favourite" field of a datapoint
/datapoints/{id}/favourite - PUTFast patch the "notes" field of a conversion
/conversions/{conversionId}/notes - DELETEDelete an ip blacklist entry
/account/ipblacklist/{blacklistId} - DELETEDelete an domain entry
/account/domainwhitelist/{whitelistId} - PUTAssociate/Deassociate a tag with a group
/tags/{tagId}/groups/patch - PUTAssociate/Deassociate a tag with a datapoint
/tags/{tagId}/datapoints/patch - PUTModify the association between a conversion and a datapoint
/conversions/{conversionId}/datapoints/patch - PUTModify the association between a conversion and multiple datapoints
/conversions/{conversionId}/datapoints/batch/patch
What HumDay can read from ClickMeter
These are the operations a schedule or a trigger can watch.
- GETRetrieve the list of events related to this account.
/hits - GETList of all the groups associated to the user filtered by this tag.
/tags - GETList of all the groups associated to the user.
/groups - GETList of all the datapoints associated to the user
/datapoints - GETRetrieve the latest list of events of this account.
/clickstream - GETList of all the retargeting scripts associated to the user
/retargeting - GETList of all the groups associated to the user filtered by this tag.
/tags/count - GETRetrieve statistics about this customer for a timeframe grouped by some temporal entity (day/week/month)
/aggregated/list - GETRetrieve list of a ip to exclude from event tracking
/account/ipblacklist - GETRetrieve statistics about all groups of this customer for a timeframe grouped by some temporal entity (day/week/month)
/groups/aggregated/list - GETRetrieve statistics about all datapoints of this customer for a timeframe grouped by some temporal entity (day/week/month)
/datapoints/aggregated/list - GETRetrieve statistics about this customer for a timeframe related to a subset of conversions grouped by some temporal entity (day/week/month)
/conversions/aggregated/list - GETRetrieve a list of domains
/domains - GETRetrieve statistics about this customer for a timeframe
/aggregated - GETRetrieve a list of conversions
/conversions - GETRetrieve the list of events related to this group.
/groups/{id}/hits - GETList of all the groups associated to the user filtered by this tag.
/tags/{tagId}/groups - GETRetrieve the list of events related to this datapoint.
/datapoints/{id}/hits - GETList of all the datapoints associated to the user in this group.
/groups/{id}/datapoints - GETList of all the datapoints associated to the user filtered by this tag
/tags/{tagId}/datapoints - GETRetrieve the list of events related to this conversion.
/conversions/{conversionId}/hits - GETCount the groups associated to the user.
/groups/count - GETRetrieve list of a guest
/account/guests - GETCount the datapoints associated to the user
/datapoints/count - GETRetrieve statistics about this customer for a timeframe by groups
/groups/aggregated - GETRetrieve statistics about this customer for a timeframe by groups
/datapoints/aggregated - GETRetrieve list of a domains allowed to redirect in DDU mode
/account/domainwhitelist - GETRetrieve current account data
/me - GETRetrieve current account data
/account - GETList of all the datapoints associated to the retargeting script.
/retargeting/{id}/datapoints - GETRetrieve current account plan
/me/plan - GETRetrieve current account plan
/account/plan - GETRetrieve a list of datapoints connected to this conversion
/conversions/{conversionId}/datapoints - GETRetrieve count of domains
/domains/count - GETRetrieve a count of conversions
/conversions/count - GETRetrieve count of retargeting scripts
/retargeting/count - GETCount the groups associated to the user filtered by this tag
/tags/{tagId}/groups/count - GETRetrieve statistics about this group for a timeframe grouped by some temporal entity (day/week/month)
/groups/{id}/aggregated/list - GETCount the datapoints associated to the user in this group.
/groups/{id}/datapoints/count - GETCount the datapoints associated to the user filtered by this tag
/tags/{tagId}/datapoints/count - GETRetrieve statistics about this datapoint for a timeframe grouped by some temporal entity (day/week/month)
/datapoints/{id}/aggregated/list - GETGet a group
/groups/{id} - GETGet a domain
/domains/{id} - GETRetrieve a tag
/tags/{tagId} - GETGet a datapoint
/datapoints/{id} - GETGet a retargeting script object
/retargeting/{id} - GETRetrieve statistics about this conversion for a timeframe grouped by some temporal entity (day/week/month)
/conversions/{conversionId}/aggregated/list - GETRetrieve count of guests
/account/guests/count - GETRetrieve conversion specified by id
/conversions/{conversionId} - GETRetrieve statistics about a subset of groups for a timeframe with groups data
/aggregated/summary/groups - GETRetrieve statistics about a subset of datapoints for a timeframe with datapoints data
/aggregated/summary/datapoints - GETRetrieve statistics about a subset of conversions for a timeframe with conversions data
/aggregated/summary/conversions - GETRetrieve statistics about this group for a timeframe
/groups/{id}/aggregated - GETRetrieve a guest
/account/guests/{guestId} - GETRetrieve statistics about this datapoint for a timeframe
/datapoints/{id}/aggregated - GETRetrieve statistics about this conversion for a timeframe
/conversions/{conversionId}/aggregated - GETRetrieve statistics about a subset of datapoints for a timeframe with datapoints data
/groups/{id}/aggregated/summary - GETCount the datapoints associated to the retargeting script.
/retargeting/{id}/datapoints/count - GETRetrieve permissions for a guest
/account/guests/{guestId}/permissions
How automating ClickMeter works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live ClickMeter account.
- Grant access, then go live. You approve the specific ClickMeter operations it may use — and only those.
Popular ClickMeter integrations
Connect ClickMeter to the tools people pair it with most.
- ClickMeter and OData for namespace microsoft.graphintegration
- ClickMeter and Cloudflareintegration
- ClickMeter and NetBoxintegration
- ClickMeter and GitHubintegration
- ClickMeter and Mistintegration
- ClickMeter and Loket.nlintegration
- ClickMeter and Atlassian The Jira Cloud platformintegration
- ClickMeter and Magento B2Bintegration
- ClickMeter and Stripeintegration
- ClickMeter and Zuora Reference Billingintegration
- ClickMeter and bunqintegration
- ClickMeter and DocuSignintegration
Automate ClickMeter with these
- Klaviyo345 operations
- SendGrid Email Activity (beta)334 operations
- Mailchimp294 operations
- Mandrillapp Mandrill90 operations
- www.zoomconnect.com54 operations
- Vestorly51 operations
- Adobe Experience Manager (AEM)48 operations
- Braze Endpoints31 operations
- Bufferapp18 operations
- StatSocial Platform17 operations
- HubSpot Contacts13 operations
- Inboxroute Mailsquad8 operations
Categories
Questions about ClickMeter automation
- Can HumDay connect to ClickMeter?
- Yes. HumDay reads ClickMeter's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 104 operations are documented.
- Do I need to write code to automate ClickMeter?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your ClickMeter account.
- What can HumDay do in ClickMeter?
- 43 of the 104 documented operations change something in ClickMeter, and 61 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my ClickMeter account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to ClickMeter is held behind that approval.
Where this came from
The operations above are read from a published API description for ClickMeter at api.v2.clickmeter.com.s3.amazonaws.com/docs/api-docs-v2.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.