Create a named include or exclude list of publisher domains for an advertiser. Domains are resolved to internal property records. Unresolvable domains are returned in the response.
Documentation Index
Fetch the complete documentation index at: https://docs.agentic.scope3.com/llms.txt
Use this file to discover all available pages before exploring further.
API key or access token
Unique identifier for the advertiser
1"12345"
Request body for creating a property list
Human-readable name for the property list
1 - 255"Q1 Campaign - UK Premium"
Whether properties in this list should be included or excluded
include, exclude "include"
Domain identifiers (convenience shorthand for identifiers entries with type: "domain"). Provide domains, identifiers, or both. Large lists are chunked server-side against the AAO registry and local database; the response includes a resolutionSummary with the counts.
1000001["nytimes.com", "cnn.com", "bbc.co.uk"]Typed property identifiers (AdCP-aligned) — mix of website domains, mobile app bundles/packages, store IDs, and CTV app IDs. Provide domains, identifiers, or both; combined total must be between 1 and 100000.
100000[
{ "type": "domain", "value": "nytimes.com" },
{
"type": "ios_bundle",
"value": "com.facebook.katana"
},
{
"type": "android_package",
"value": "com.facebook.katana"
},
{
"type": "apple_app_store_id",
"value": "284882215"
}
]Filter configuration — controls which SmartPropertyLists this list is linked to
Create property list
Response containing a single property list
Property list resource representation