v1.0
Jivox API Documentation

Carousel API

Overview

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

Method TypeDescription
GETTo get all the carousel cards for a particular campaign.

If the requested card is n, then there should be n default rows in the asset source. For example, if you are requesting four cards, then you should have minimum four default rows present in your asset source.

Parameters

NameData TypeRequirementParameter TypeDescription
callbackstringMandatory--pass the call back function name as value
ccardsnumberMandatorypathccards is the number of carousel cards

Sample Implementation

The function call jvxAd.getCarousel(ccards, callback); will invoke the Get Carousel wrapper API function.

Sample Request

Javascript
Copy

Sample Response

Javascript
Copy