Detalle de un anuncio
GET /api/marketing/ads/{adId}ad_account_id es obligatorio: resuelve el token y garantiza que la cuenta sea del cliente autenticado. Requiere scope marketing:read.
Responses
Section titled “Responses”| Status | Description | Schema |
|---|---|---|
200 | — | AdDto |
Example
Section titled “Example”curl -X GET https://api.neike.dev/api/marketing/ads/{adId} \ -H "x-neike-api-key: whk_live_…"| Field | Type | Description | |
|---|---|---|---|
id | string | required | Example: "120210000000000000". |
name | string | required | Example: "Anuncio tráfico · imagen". |
adset_id | string | optional | — |
campaign_id | string | optional | — |
status | ACTIVE · PAUSED · DELETED · ARCHIVED | optional | — |
effective_status | string | optional | Estado calculado por Meta, incluye el de revisión. |
creative | AdCreativeRefDto | optional | — |
created_time | string | optional | — |
updated_time | string | optional | — |