Site targets include package, publisher, publication, and placement which can be targeted by a budget or an ad. These endpoints return the options available for targeting (include or exclude) within a given marketplace.
Endpoint
GET /v3/search/targeting/sites/<entity>
Path Parameters | Description |
|
Options include Some entity options may not be available based on account permissions. If an entity is queried but the user does not have access, a |
Query String Parameters | Description |
|
|
|
Default: No ad type filtering. Options include |
|
Default: None |
|
Default: 1 |
|
Default: 1,000 |
Example
GET https://api.nativo.com/v3/search/targeting/sites/publications?marketplace_id=1&page=1&page_size=1000&query=latimes
JSON
{ "data": [ { "id": 11601, "name": "LA Times", "url": "https://www.latimes.com/" } ], "meta": { "page": 1, "page_size": 1000, "total_count": 1 } }