This is the 0.5 version of Beeswax’s API documentation. For the updated 2.0 version, you can navigate by clicking the dropdown located near the top left of this site.

For more information about the ongoing migration from 0.5 to 2.0, please visit the 2.0 version.

Custom Lists

The Custom List object contains a list of items for targeting. Once a list is created, use List Items method to populate the list.

The list_type determines what type of objects are to be added.

Currently supported custom list types:

  • App IDs (app_id)
  • App Bundles (app_bundle)
  • Deal IDs (deal_id)
  • Domains (domain)
  • Precise geography (lat_long)
  • Placements (placement_id)
  • Publisher IDs (publisher_id)
  • Sites (site_id)
  • Zip codes (zip_code)

Deprecated:

  • IP Addresses (ip_address). Use Segments instead.

Restrictions

MethodRestriction
GETNone
POSTNone
PUTNone
DELETENone

list_view

There is a helpful View that allows you to GET Custom Lists along with the number of current items in the list as shown below:

curl -X GET "[host]/rest/custom_list" -b cookies.txt -d '{"list_id":2, "view_name":"list_view"}'