Explain LinkedIn Anomaly
GET
/v1/linkedin-ads/explain-linkedin-anomalyExplain LinkedIn Anomaly on LinkedIn Ads. A read-only call — no spend is touched.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| account_id | string | yes | The connected ad account ID. |
Example request
GET /v1/linkedin-ads/explain-linkedin-anomaly
{
"account_id": "account_a91f"
}Example response
200 — OK
{
"data": [
{
"id": "camp_a91f",
"name": "Q2 Brand",
"status": "ENABLED"
}
],
"page": {
"next": null
}
}More LinkedIn Ads endpoints