Tags
Complex Query Syntax
Presence or absence of tags indicated with prefix "+" and "~" respectively.Examples below are not encoded (for readability):
+banana&+boxed
- query all URLs, that have both "banana" and "boxed" tags attached.+banana&~boxed
- query all URLs, that have "banana" tag and doesn't have "boxed" tag attached.+banana|+boxed
- query all URLs, that have "banana" tag or "boxed" tag attached.(+banana|+boxed)&(+fresh|~premium)
- query all URLs, that have: 1) "banana" tag or "boxed" tag attached;
and also have 2) "fresh" tag attached or doesn't have "premium" tag."+" prefix may be omitted (it is considered by default)
For AND operator you can use different symbols: &, comma, semicolon.
For XOR operator you can use: ^
Autotags
Autotags - are tags of special kind. They can not be directly created or deleted by user, but could be used in tag queries.
Currently supported autotags:
- archived - used to query URLs that were moved to archive
- visited - used to query URLs that were visisted at least once (this is not the same as 0-clicks, because click counter may be reset)
- ping - used to query URLs being monitored by our "Ping" service
- email_stats - used to query URLs that generate daily email reports with new clicks
In addition to above autotags, there is a separate autotag for each domain and separate autotag for each satellite account.
Examples:+mydomain.com,-visited
- query all URLs in domain mydomain.com that never been visited.mydomain1.com|mydomain2.com
- query all URLs that belong to domain mydomain1.com or mydomain2.com.john_b,mydomain3.com
- query all URLs created by john_b in domain mydomain3.com.