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
| Method | Restriction |
|---|---|
| GET | None |
| POST | None |
| PUT | None |
| DELETE | None |
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"}'
