Available Analytics Tags
Short URL Analytics
Available Analytics Tags
Get a list of all tags currently used in your URLs for filtering
GET
Available Analytics Tags
Retrieve all unique tags applied to your shortened URLs. This is useful for building dynamic filtering interfaces in your application.
Response
Whether the request was successful.
List of unique tag strings.
Request Examples
- cURL
- Node.js
- TypeScript
- Python
- PHP
- Go
- Java
Response Example
Use Cases
Build a dynamic filter dropdown
Build a dynamic filter dropdown
Populate a dropdown menu in your internal reporting tool with all active tags, allowing users to quickly filter analytics by specific campaigns or categories.
Organize links by department
Organize links by department
Discovery all tags used across your account to audit how different departments (e.g., “sales”, “support”, “marketing”) are utilizing shortened links.
Validate tag usage
Validate tag usage
Ensure your team is sticking to a predefined set of tags by periodically checking the list of active tags and identifying any misspellings or unauthorized categories.