Detalle de una campaña
GET /api/marketing/campaigns/{campaignId}ad_account_id es obligatorio: es lo que resuelve el token y lo que garantiza que la cuenta sea del cliente autenticado. Requiere scope marketing:read.
Responses
Section titled “Responses”| Status | Description | Schema |
|---|---|---|
200 | — | CampaignDto |
Example
Section titled “Example”curl -X GET https://api.neike.dev/api/marketing/campaigns/{campaignId} \ -H "x-neike-api-key: whk_live_…"CampaignDto
Section titled “CampaignDto”| Field | Type | Description | |
|---|---|---|---|
id | string | required | Example: "120210000000000000". |
name | string | required | Example: "Tráfico · septiembre". |
objective | APP_INSTALLS · BRAND_AWARENESS · CONVERSIONS · EVENT_RESPONSES · LEAD_GENERATION · LINK_CLICKS · LOCAL_AWARENESS · MESSAGES · OFFER_CLAIMS · OUTCOME_APP_PROMOTION · OUTCOME_AWARENESS · OUTCOME_ENGAGEMENT · OUTCOME_LEADS · OUTCOME_SALES · OUTCOME_TRAFFIC · PAGE_LIKES · POST_ENGAGEMENT · PRODUCT_CATALOG_SALES · REACH · STORE_VISITS · VIDEO_VIEWS | optional | — |
status | ACTIVE · PAUSED · DELETED · ARCHIVED | optional | — |
effective_status | string | optional | Estado efectivo calculado por Meta (incluye los de revisión y los heredados de la cuenta). Es de solo lectura y tiene más valores que status. Example: "PAUSED". |
special_ad_categories | NONE · EMPLOYMENT · HOUSING · CREDIT · ISSUES_ELECTIONS_POLITICS · ONLINE_GAMBLING_AND_GAMING · FINANCIAL_PRODUCTS_SERVICES[] | optional | — |
buying_type | AUCTION · RESERVED | optional | — |
daily_budget | string | optional | Presupuesto diario en centavos. Example: "100000". |
lifetime_budget | string | optional | Presupuesto total en centavos. Example: "500000". |
spend_cap | string | optional | Tope de gasto en centavos. Example: "1000000". |
bid_strategy | LOWEST_COST_WITHOUT_CAP · LOWEST_COST_WITH_BID_CAP · COST_CAP · LOWEST_COST_WITH_MIN_ROAS | optional | — |
start_time | string | optional | Example: "2026-09-01T00:00:00-0300". |
stop_time | string | optional | Example: "2026-09-30T23:59:59-0300". |
created_time | string | optional | — |
updated_time | string | optional | — |