v1.0
Jivox API Documentation

Media plan

The various methods for Media plan are listed below:

  1. List Media-Plans
  2. Get Import Media Plan Data
  3. Import Media Plan Data (Saving a Media Plan)
  4. Edit an Existing Media Plan
  5. Mail MediaPlan
  6. Download MediaPlan
  7. Update DSP API

List Media-Plans

Gets media plans for a given user account.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

Pagination

To fetch first 10 media-plans:

HTTP
Copy

To fetch the next 10 media plans:

HTTP
Copy

Search

To search for a media-plan that has the string test in its name:

HTTP
Copy

Get Import Media Plan Data

This is to parse the csv file which needs to be uploaded when creating or updating a media plan

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

Import Media Plan Data (Saving a Media Plan)

Saves a new media plan for a given account.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.

Sample Request

HTTP
Copy

Request Body

JSON
Copy

Sample Response

JSON
Copy

Edit an Existing Media Plan

Updates an existing media plan for an account.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.

Sample Request

HTTP
Copy

Request Body

JSON
Copy

Sample Response

JSON
Copy

Mail MediaPlan

Mail an existing media plan to all the given email address

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.

Sample Request

HTTP
Copy

Query Parameters

mailIDs - Comma separated values of emailIDs eg: test1.jivox.com, test2.jivox.com, test3.jivox.com

campaignId(optional field) - It is optional. Use this when you require the tracker details in CSV.

Sample Response

JSON
Copy

Download MediaPlan

Downloads an existing media plan in csv format.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.

Sample Request

HTTP
Copy

Query Parameters

campaignId(optional field)- It is optional. Use this when you require the tracker details in CSV.

Sample Response

Download CSV File

Update DSP API

Updates the DSP details.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account

Sample Request

HTTP
Copy

Request Body

JSON
Copy

Sample Response

JSON
Copy