v1.0
Jivox API Documentation

Ad Build

Overview

Jivox Programmable Personalization API supports dynamic ad creation. Our omni channel capability ensures ad formats across multiple channels are supported: Video, Rich Media, Native, Social, and Mobile.

Method NameMethod TypeDescription
Create AdPOSTCreates an Ad under a particular account.
Create Ad UnitPOSTCreates an Ad unit under a particular account.
Get Ad Preview LinksGETReturns a preview link for a given ad.
List AdsGETReturns a list of ads under a particular account.
Delete AdDELETEDeletes a particular Ad from a particular account.
Get Ad DetailsGETReturns Details of an Ad from a particular account.

Create Ad

Parameters

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

Sample Request

Javascript
Copy

Request Body

Javascript
Copy

Sample Response

Javascript
Copy

Parameters

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

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy

List Ads

Parameters

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

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy

Delete Ad

Parameters

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

Sample Request

Javascript
Copy

Sample Response

HTTP status code as 200 OK with no response body is returned.

Get Ad Details

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatoryPathID of the advertiser account created on the platform.
adIdstringMandatoryPathID of the ad Sample Request.

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy