Campaign Item Fields

The topics below provide a comprehensive reference for Campaign Item fields.

{
   "id": "1",
   "campaign_id": "1234",
   "type": "ITEM",
   "url": "http://news.example.com/demo_article_1.html",
   "thumbnail_url": "http://cdn.example.com/demo_image_1.jpg",
   "title": "Demo Item 1",
   "approval_state": "APPROVED",
   "is_active": true,
   "status": "RUNNING"
    "policy_review": {
        "reject_reason": null
    },
    "cta": null,
    "creative_focus": {
        "type": "AUTOMATIC",
        "coordinates": null
    }
}

🚧

You must adhere to the restrictions defined for each field. Otherwise, the server will return 400 Bad Request.

πŸ“˜

Modifier Column

Required - field must be included when creating a new resource.
Read-only - should never be sent to the server. Appears only when fetching a resource.
Final - set once when creating the resource. Thereafter, is read-only.