This cheat sheet translates documented PowerTrack operators for Tumblr into the equivalent CSDL targets and operators.
PowerTrack Operator | Description | CSDL Target | CSDL Operator | Examples |
keyword |
Matches a keyword within the body of an activity. |
|
||
"exact phrase match" |
Matches an exact phrase within the body of an activity. |
|
||
"keyword1 keyword2"~N |
Matches two keywords in close proximity to each other in the body of an activity. |
|
||
contains: |
Substring match for activities that have the given substring in the body, regardless of tokenization. |
|
||
from: |
Matches any activity from a specific user. |
|
||
url_contains: |
Matches activities with URLs that literally contain the given phrase or keyword. |
|
||
has:links |
Matches activities which contain links in the message body. |
|
||
lang: |
Matches activities that have been classified as being of a particular language. |
|
||
has:lang |
Matches activities which have been classified with a language. |
|
||
sample: |
Returns a random sample of activities. |
|
||
post_title: |
Matches an exact phrase within the title of post. |
|
||
post_title_contains: |
Matches activities that have the given substring in the body, regardless of tokenization. |
|
||
# |
Matches any activity with the given hashtag. |
|
||
is:reblog |
Matches reblogs only. |
|
||
reblogs_of: |
Matches activities that are reblogs of a specified tumblog. |
|
||
source_url_contains: |
Matches activities where the post’s author has attributed the post’s content to a URL containing the given string. |
|
||
type: |
Matches activities of a given Tumblr type. |
|