Campaign Item Fields

The topics below provide a comprehensive reference for static ad fields (aka campaign items).

📘

Motion ads

For motion ad fields, see: Motion ad 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",
   "description": null,
   "approval_state": "APPROVED",
   "is_active": true,
   "status": "RUNNING",
   "policy_review": {
      "reject_reason": null,
      "status_reason": null
   },
   "cta": null,
   "creative_focus": {
      "type": "AUTOMATIC",
      "coordinates": null
   },
   "creative_type": "STATIC_IMAGE",
   "orientation": "HORIZONTAL",
   "verification_pixel": null,
   "viewability_tag": 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.