🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/properties/check \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"www.nytimes.com",
"googlesyndication.com",
"wsj.com"
]
}
'{
"summary": {
"total": 123,
"remove": 123,
"modify": 123,
"assess": 123,
"ok": 123
},
"remove": [
{
"input": "<string>",
"canonical": "<string>",
"reason": "duplicate",
"domain_type": "<string>",
"blocked_reason": "<string>"
}
],
"modify": [
{
"input": "<string>",
"canonical": "<string>",
"reason": "<string>"
}
],
"assess": [
{
"domain": "<string>"
}
],
"ok": [
{
"domain": "<string>",
"source": "<string>"
}
],
"report_id": "<string>"
}Check a list of publisher domains against the AAO registry. Normalizes domains (strips www/m prefixes), removes duplicates, flags known ad tech infrastructure, and identifies domains not yet in the registry.
Returns four buckets:
Results are stored for 7 days and retrievable via the report_id.
curl --request POST \
--url https://agenticadvertising.org/api/properties/check \
--header 'Content-Type: application/json' \
--data '
{
"domains": [
"www.nytimes.com",
"googlesyndication.com",
"wsj.com"
]
}
'{
"summary": {
"total": 123,
"remove": 123,
"modify": 123,
"assess": 123,
"ok": 123
},
"remove": [
{
"input": "<string>",
"canonical": "<string>",
"reason": "duplicate",
"domain_type": "<string>",
"blocked_reason": "<string>"
}
],
"modify": [
{
"input": "<string>",
"canonical": "<string>",
"reason": "<string>"
}
],
"assess": [
{
"domain": "<string>"
}
],
"ok": [
{
"domain": "<string>",
"source": "<string>"
}
],
"report_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
10000[
"www.nytimes.com",
"googlesyndication.com",
"wsj.com"
]Property list check results
Was this page helpful?