What would I use to grab the total number of contacts with a particular tag?
Good question. Go to the Contacts Overview screen by clicking Contacts in the top menu. Then, click the down arrow next to Tags to display the dropdown. Click the tag you want to display (if it doesnât appear in the list, type it into the search box). Youâll then see a total number of contacts with that tag displayed.
If youâd like to see how many contacts have a particular tag AND meet some other condition, youâre looking for the Advanced Search function. Your searches there will also display a number of the total contacts that meet your conditions.
Hereâs more information on Advanced Search:
Sorry, I meant via the API?
Iâve used the âapi_actionâ => âtags_listâ but that only gives me the count for all contacts with one particular tag.
How do I grab the count for all contacts with multiple tags or multiple conditions?
I have the same question, but narrowed down to contacts subscribed to a particular list. Is there a possibility?
You can use the âList all contactsâ call and filter the results to a specific tag id. More information is available here: https://developers.activecampaign.com/v3/reference#list-all-contacts
Hope this helps!