Interface Categories¶
Description¶
Category information is meta data attached to your Links, allowing you higher granularity in your analytics.
Methods¶
| Method | Verb | Description | 
|---|---|---|
| getCategoryId | GET | Retrieves a list of potential categories for the specified label and value. A delimited category path as well as a category ID is returned for each match | 
| getCategories | GET | Returns a list of child categories depends on a parent category id. This is useful for retrieving a group of categories which belongs to a parent category, such as to assign/remove a category to/from a link, retrieve a list of subcategories | 
| createCategories | POST | Create a new category | 
| deleteCategories | DELETE | Delete the categories ids passed as parameters | 
| createCategoryConfigurations | POST | Create a new category configuration | 
| deleteCategoryConfigurations | DELETE | Delete an existing category configuration |