v1.0
Jivox API Documentation

Ad-Servers

Jivox Programmable Personalization API exposes the lists and details of Ad-Server used by the platform, that is required to generate tags for a given campaign.

Methods

ActionMethod TypeDescription
List All Ad-ServersGETReturns list of all ad-servers for given ad-server ID.
Get Ad-Server DetailsGETReturns details of ad-server for given ad-server ID.

List All Ad-Servers

Parameters

The List All Ad-Servers method does not require any path or query parameters.

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy

Get Ad-Server Details

Parameters

NameData TypeRequirementParameter TypeDescription
adServerIdstringMandatorypathID of the Ad Server for which the details are being fetched.

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy

Sample Workflow

A sample workflow using Programmable Personalization API methods: