Create a Campaign Item

Submit a JSON object with the campaign item URL in the request body.

Returns the newly created Campaign Item as a JSON object in the response body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

Static-only endpoint

This endpoint supports regular items (aka static ads) only.

For a unified endpoint that supports both static ads and motion ads, see: Bulk create items across campaigns

📘

You can pass 1 field only in the request JSON Object: url.

📘

The new Item is created with a status of CRAWLING. This is a read-only state - no fields can be modified.

The Item should be polled repeatedly until its status changes.

Once the Item status changes to RUNNING (or NEED_TO_EDIT), it can be edited.

Path Params
string
required

An alphabetic ID. See Get Account Details.

string
required

A numeric ID.

Body Params
json
required
Defaults to { "url": "http://news.example.com/demo_article.html" }

A JSON object with the campaign item URL.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json