Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Media plan
The various methods for Media plan are listed below:
List Media-Plans
Gets media plans for a given user account.
Parameters
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
Sample Request
Sample Response
Pagination
To fetch first 10 media-plans:
To fetch the next 10 media plans:
Search
To search for a media plan that has the string test in its name:
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
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
Sample Request
Sample Response
Import Media Plan Data (Saving a Media Plan)
Saves a new media plan for a given account.
Parameters
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
Sample Request
Request Body
Sample Response
Edit an Existing Media Plan
Updates an existing media plan for an account.
Parameters
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
mediaPlanId | string | Mandatory | path | ID of the media plan associated with a given user account. |
Sample Request
Request Body
Sample Response
Mail MediaPlan
Mail an existing media plan to all the given email address
Parameters
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
mediaPlanId | string | Mandatory | path | ID of the media plan associated with a given user account. |
Sample Request
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
Download MediaPlan
Downloads an existing media plan in csv format.
Parameters
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
mediaPlanId | string | Mandatory | path | ID of the media plan associated with a given user account. |
Sample Request
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
Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
accountId | string | Mandatory | path | ID of the advertiser account created on the platform. |
mediaPlanId | string | Mandatory | path | ID of the media plan associated with a given user account |
Sample Request
Request Body
Sample Response