@wevion/cli 1.0.3399 → 1.0.3410
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +7 -1
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -103101,7 +103101,7 @@
|
|
|
103101
103101
|
"tags": [
|
|
103102
103102
|
"competitive-intelligence"
|
|
103103
103103
|
],
|
|
103104
|
-
"description": "Search Meta Ad Library pages to add a trackable competitor. Accepts
|
|
103104
|
+
"description": "Search Meta Ad Library pages to add a trackable competitor. Accepts a page name, a numeric Meta page ID, or a facebook.com URL carrying the page ID; countries scope which ad-delivery markets are searched. Name queries run against Meta full-text search over ad copy — the only page lookup the Ad Library exposes — and results are ranked by how closely the advertiser name matches. An id that resolves to something other than an advertiser Page returns an empty list with reason=not_an_advertiser_page.",
|
|
103105
103105
|
"parameters": [
|
|
103106
103106
|
{
|
|
103107
103107
|
"schema": {
|
|
@@ -103169,6 +103169,12 @@
|
|
|
103169
103169
|
}
|
|
103170
103170
|
}
|
|
103171
103171
|
}
|
|
103172
|
+
},
|
|
103173
|
+
"reason": {
|
|
103174
|
+
"type": "string",
|
|
103175
|
+
"enum": [
|
|
103176
|
+
"not_an_advertiser_page"
|
|
103177
|
+
]
|
|
103172
103178
|
}
|
|
103173
103179
|
}
|
|
103174
103180
|
}
|