Use * syntax for faster search

Starting September 30, 2024, all Oracle products, including BlueKai, MOAT, and Grapeshot segments, as well as MOAT post bid measurement, will no longer be available on the Beeswax platform. If this impacts you, Beeswax account teams are available to assist in finding alternative options. For questions, please contact your Beeswax account representative.



Table of Contents


Overview

Inventory targeting is commonly used to optimize performance of your campaigns. In general, the best practice is to EXCLUDE target the inventory that is not performing well for you. Deal IDs are an exception to this general rule since Deal IDs are typically INCLUDE targeted.

Targeting

Since most of the targeting keys in inventory are exchange specific IDs, we require you to prepend the exchange abbreviation to the ID to ensure uniqueness. See a list of the exchange abbreviations on the Inventory Sources page.

Example: Targeting a Rubicon Site ID

  • The exchange abbreviation for Rubicon is “rp”
  • So to target a site ID of “12345” on Rubicon you would target it by specifying “rp/12345”
Targeting KeyDescriptionRecommendation
App Bundle List
App bundles are consistent across exchanges. For iOS, they are typically the numeric ID of the app in the app store, e.g. 1207472156. For Android, they are typically strings representing the name of the app such as com.game.android. 

To create a list: 
  1. Click on the +New button and select “List” from the drop down
  2. Select "App Bundle List’ from the List Type drop down
  3. Give your List a name and click “Save & Continue”
  4. Add your app bundles in the “Add New List Items” field (one per row) OR upload a .txt of your IDs (also one per row) OR upload a .csv file of IDs (also one per row)

App bundles are not case sensitive, meaning two app bundles with the same name and different capitalization will be considered duplicates and will read as "error".

Use as INCLUDE or EXCLUDE targeting
App ID ListAn app ID is an exchange-specific unique ID, prefixed with the exchange code. For example, on MoPub: mp/12345

To create a list:  
  1. Click on the +New button and select “List” from the drop down
  2. Select "App ID List’ from the List Type drop down
  3. Give your List a name and click “Save & Continue”
  4. Add your IDs in the “Add New List Items” field (one per row) OR upload a .txt of your IDs (also one per row) OR upload a .csv file of IDs (also one per row)
Use as INCLUDE or EXCLUDE targeting
App NameThe app name is a string description of the app - this is often blank or not provided by the exchange.Use INCLUDE or EXCLUDE targeting.
Deal IDExchange specific Deal ID. Bids on Deal IDs are treated as higher priority than open auction bids and typically have additional deal terms associated to them, including a higher price floor. More details available on deal IDs here

Required that you prepend the exchange abbreviation, for example “rp/12345”

You MUST have explicit permission to use a deal ID for from either the publisher who owns the deal, the exchange who offers the deal, or Beeswax (if it is a publicly usable PMP). If you have discovered a Deal ID from your Metamarkets dashboard, please confirm with your Beeswax Customer Success Manager about your eligibility to use said Deal ID.
Use as INCLUDE targeting
Deal ID ListFind details on Deal ID Lists here

You MUST have explicit permission to use a deal ID for from either the publisher who owns the deal, the exchange who offers the deal, or Beeswax (if it is a publicly usable PMP). If you have discovered a Deal ID from your Metamarkets dashboard, please confirm with your Beeswax Customer Success Manager about your eligibility to use said Deal ID.
Use as INCLUDE targeting
Domain ListFind details on Domain Lists hereUse as INCLUDE or EXCLUDE targeting
Placement IDExchange specific ID for the placement. A placement ID maps to a unique tag ID on the publisher’s site. This is the most granular segmentation of inventory and should be used if domain or site IDs are not providing granular enough control. 

Required that you prepend exchange abbreviation, for example “rp/12345”.
Use as INCLUDE or EXCLUDE targeting
Placement ID ListList of Placement IDs. To create a list: 
  1. Click on the +New button and select “List” from the drop down
  2. Select "Placement ID List’ from the List Type drop down
  3. Give your List a name and click “Save & Continue”
  4. Add your IDs in the “Add New List Items” field (one per row) OR upload a .txt of your IDs (also one per row) OR upload a .csv file of IDs (also one per row)
Use as INCLUDE or EXCLUDE targeting
Publisher IDExchange specific ID for the publisher. A publisher ID maps to a "seller" of the media for a given publisher and can be direct from a publisher or a reseller. 

Required that you prepend exchange abbreviation, for example “rp/12345”.
Use as INCLUDE or EXCLUDE targeting
Publisher ID ListList of Publisher IDs. To create a list:
  1. Click on the +New button and select “List” from the drop down
  2. Select "Publisher ID List’ from the List Type drop down
  3. Give your List a name and click “Save & Continue”
  4. Add your IDs in the “Add New List Items” field (one per row) OR upload a .txt of your IDs (also one per row) OR upload a .csv file of IDs (also one per row)
Use as INCLUDE or EXCLUDE targeting
Site IDExchange specific ID for the website. Depending on how the publisher segments this inventory, the site ID could be a single domain or multiple domains.

Required that you prepend exchange abbreviation, for example “rp/12345”.
Use as INCLUDE or EXCLUDE targeting
Site ID ListList of Site IDs. To create a list:
  1. Click on the +New button and select “List” from the drop down
  2. Select "Site ID List’ from the List Type drop down
  3. Give your List a name and click “Save & Continue”
  4. Add your IDs in the “Add New List Items” field (one per row) OR upload a .txt of your IDs (also one per row) OR upload a .csv file of IDs (also one per row)
Use as INCLUDE or EXCLUDE targeting
  • No labels
Provide feedback on this article
<a class="back-to-top material-symbols-outlined"></a> <script> jQuery(document).ready(function() {jQuery(".wiki-content a").attr("target", "_blank"); }); var btn = $('.back-to-top'); $(window).scroll(function() { if ($(window).scrollTop() > 500) { btn.addClass('show'); } else { btn.removeClass('show'); } }); btn.on('click', function(e) { e.preventDefault(); $('html, body').animate({scrollTop:0}, '500'); }); </script>