v1.0
Jivox API Documentation

Media Channels

The various methods for Media Channels are listed below:

  1. For Dropdown
  2. For Save and Update
  3. For Listing
  4. To get details of an adServer
  5. For Delete

For Dropdown

This will list all ad-servers/DSPs associated with the organization.

Parameters

NameData TypeRequirementParameter TypeDescription
orgIdstringMandatorypathID of the organization created on the platform.

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

For Save and Update

This will add media channel to the organisation (to clarify against confluence doc "Save Campaign" versus google sheet Media Channel -> CREATE -> POST)

Parameters

NameData TypeRequirementParameter TypeDescription
orgIdstringMandatorypathID of the organization created on the platform.
adServerIdstringMandatorypathID of the Ad Server for which the details are being fetched.

Sample Request

HTTP
Copy

The Parameter:

adServerId - is the Ad server id of the DSP

Request Body

The request body for - in case of PromoteIQ

JSON
Copy

The request body - for other Request body will be empty.

Sample Response

JSON
Copy

For Listing

This will list all media channels for the organisation

Parameters

NameData TypeRequirementParameter TypeDescription
orgIdstringMandatorypathID of the organization created on the platform.

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

To get details of an adServer

This will fetch all the details of an adServer (to confirm....)

Parameters

NameData TypeRequirementParameter TypeDescription
orgIdstringMandatorypathID of the organization created on the platform.
adServerIdstringMandatorypathID of the Ad Server for which the details are being fetched.

Sample Request

HTTP
Copy

The Parameter:

adServerId - is the Ad server id of the DSP

Sample Response

The response - incase of promote iq / on-site

JSON
Copy

The response - incase of others the response will be empty.

For Delete

This will delete the media channel for the organisation

Parameters

NameData TypeRequirementParameter TypeDescription
orgIdstringMandatorypathID of the organization created on the platform.
adServerIdstringMandatorypathID of the Ad Server for which the details are being fetched.

Sample Request

HTTP
Copy

The Parameter:

adServerId - is the Ad server id of the DSP

Sample Response

JSON
Copy