Auction Filtering Available for Stinger
When filtering RTB traffic to a Beeswax custom bidder we have available a similar, but slightly different, list of criteria from the List of Targeting Modules and Keys.
Module | Verb | Keys | Example | Notes |
---|---|---|---|---|
ad_size | I,E | ad_size |
| Size of ads to filter, passed as a string in the format "WxH" |
placement | I,E | placement_type |
| The type of line_item expected in this placement (0=banner, 1=video, 2=native ). |
content | I,E | content_category |
| IAB categories from OpenRTB |
content_rating |
| Content rating types according to OpenRTB 6.18 | ||
language |
| Language of site on which ad is shown. Lookup based on ISO 639-1. | ||
geo | I,E | country |
| Validated against ISO 3166-1 alpha-3 |
city |
| IDs based on MaxMind database which is based on Geonames. The IDs can be found in the Cities view. | ||
lat_long_present |
| Whether the user's latitude and longitude are present on the request. Note, this does not actually target the user's location, just filters impressions where the data is present. | ||
region |
| Region in format | ||
metro |
| Validated against DMA table, based on Google's metro codes, which are similar to Nielsen DMAs | ||
zip |
| 5 or more characters | ||
inventory | I,E | ad_position |
| Enum lookup from OpenRTB 5.4 |
deal_id |
| Deal ID in the format | ||
environment_type |
| 0=web, 1=in-app | ||
inventory_source |
| List of sources, eg. 1=”Rubicon” | ||
interstitial |
| Whether the impression is an interstitial, passed as a boolean | ||
site |
| Site names in form | ||
site_list |
| List of Sites defined in the customer's Buzz instance | ||
placement |
| ID in the form | ||
placement_list |
| List of Placements defined in the customer's Buzz instance | ||
ip_address | I,E | ip_address_list |
| List of IP Addresses defined in the customer's Buzz instance |
platform | I,E | bandwidth |
| Validates against |
browser |
| Browser name as a string. | ||
browser_version |
| Browser version to target, most typically to exclude. Most commonly, you will want to include a browser and exclude one or more browser_versions. If you exclude a browser, but include browser_versions, nothing will serve. | ||
carrier |
| List of mobile carriers by name. | ||
js_support |
| Whether the device supports JavaScript, passed as a boolean. | ||
device_type |
| Device type id as described in OpenRTB section 6.16. | ||
device_make |
| Device make as a string. | ||
device_model |
| Device model as a string, including version number. Note OpenRTB keeps the model and the version as separate fields. | ||
device_screen_size |
| Device screen size. Valid values are "S", "M", "L", "XL", and "NA" | ||
os |
| Specific OS versions identified by strings such as | ||
os_version |
| Specific version of OSes such as | ||
segment | I,E | user_id |
| Whether a user identifier is present, false=not present, true=present |
I,E | segment_match |
| Only match users that are in segment or more user segments in the Buzz instance | |
time | IR, ER | time_of_week |
| Count in minutes from Sunday at midnight (0) to Saturday at 11:59 (10079) in range format |
video | I,E | companion_required |
| |
playback_method |
| Codes from 1-4 based on OpenRTB 6.6. Example 1= Auto-play with sound on. | ||
player_size |
| Small, medium, or large. | ||
start_delay |
| Codes from -2 to 0 based on OpenRTB 6.9. Buzz does not support an exact offset in seconds. | ||
video_autoplay_type | "video_autoplay_type":[0,1] | 0=Click-to-Play | ||
video_placement_type |
| Whether the video is in-stream (1) or in-banner (0). | ||
video_api |
| The video API indicated in the auction request. Note, even though this field is called "video" it includes data for MRAID. This is how it is defined in the OpenRTB protocol. |
Verbs
Different targeting modules can support different "verbs" in targeting. The table below describes the verbs:
Abbreviation | Verb | Usage | Example |
---|---|---|---|
I | include | `"include":[{:[,]}}`` |
|
E | exclude |
|
|
IR | include_range |
|
|
ER | exclude_range |
|
|
Updated less than a minute ago