Ad Systems

Search for ad systems that have sellers.json files.

Search Syntax

Terms

openx.com aol.com

Search by ad system, contact address, contact email, identifiers, etc. When there are multiple terms only one needs to match.

Phrases

"OpenX Technologies"

Surround terms in quotes to search for a phrase.

Require and Exclude

openx.com aol.com +openx

Add + before a term or phrase to require it, or - to exclude it.

Prefix

openx*

Add * after a term or phrase to search by prefix.

Filters

system:openx.com openx

Filters restrict results based on specific fields. They are written in the form [filter]:[value].

Filters act as required terms by default, but can be excluded instead by adding - before the filter.

Most filters accept terms or phrases as values (including support for prefixes). Providing only * as a value will match resources where the relevant field exists, regardless of its value.

Some filters can only check if a field exists, so only work with * value. Others filter on boolean fields, so only work with true or false.

Exclude and Optional

-system:openx.com openx

Filters act as required terms by default, but can be excluded instead by adding - before the filter.

openx ~system:openx.com

Filters can also made optional adding ~ before the filter.

Multiple Options

system:(openx.com aol.com) openx

Wrap terms or phrases in parenthesis to supply multiple options to a filter. Only one option needs to match.

Integer Filters

sellers:>1000

Integer filters accept whole numbers.

Prefix the number with <, <=, >, or >= to filter by range.

Date Filters

fetched:>=2022-06-01 openx.com

Date filters accept RFC3339 formated dates in UTC.

Prefix the date with <, <=, >, or >= to filter by range.

Ad System Filters

system:[value]
Filter by ad system domain.

is_alias:[true|false]
Filter by whether the ad system domain is an alias of another ad system domain.

is_deprecated:[true|false]
Filter by whether the ad system domain is deprecated.

main_ad_domain:[value]
Filter by main ad system domain for the ad system.

alt_ad_domain:[value]
Filter by alternative ad system domains for the ad system.

fetched:[date]
Filter by sellers.json fetch date.

status:[ok|failed]
Filter by sellers.json fetch status.

failure:[value]
Filter by sellers.json failure code.

error:[value]
Filter by sellers.json error code.

warning:[value]
Filter by sellers.json warning code.

address:[value]
Filter by contact address.

email:[value]
Filter by contact email.

identifier:[value]
Filter by business identifier, in the form [name]|[value].

identifier_name:[value]
Filter by business identifier name (TAG-ID or DUNS).

identifier_value:[value]
Filter by business identifier value.

hash:[value]
Filter by sellers.json sha256 hex digest.

simhash:[value]
Filter by sellers.json simhash.

simhash_near:[value]
Filter by sellers.json simhash, allowing similar simhashes.
Only works with full simhashes, not prefixes.

Usage Stats Filters

seller_count:[integer]
Filter by the number of sellers in the sellers.json.

seller_public_count:[integer]
Filter by the number of non-confidential sellers in the sellers.json.

seller_confidential_count:[integer]
Filter by the number of confidential sellers in the sellers.json.

seller_publisher_count:[integer]
Filter by the number of PUBLISHER sellers in the sellers.json.

seller_intermediary_count:[integer]
Filter by the number of INTERMEDIARY sellers in the sellers.json.

seller_both_count:[integer]
Filter by the number of BOTH sellers in the sellers.json.

ads_count:[integer]
Filter by the number of ads.txts that authorize an ad system seller.

ads_direct_count:[integer]
Filter by the number of ads.txts that authorize an ad system seller as DIRECT.

ads_reseller_count:[integer]
Filter by the number of ads.txts that authorize an ad system seller as RESELLER.

aads_count:[integer]
Filter by the number of app-ads.txts that authorize an ad system seller.

aads_direct_count:[integer]
Filter by the number of app-ads.txts that authorize an ad system seller as DIRECT.

aads_reseller_count:[integer]
Filter by the number of app-ads.txts that authorize an ad system seller as RESELLER.

Back to top