v1.0
Jivox API Documentation

Campaigns

The various methods for Feed Settings are listed below:

  1. Retail Campaign List
  2. Campaign Details
  3. Fetch Templates by Label (Prospecting, Retargeting, Full-Funnel)
  4. Save Campaign
  5. Update Campaign
  6. Get Clone Status

Retail Campaign List

This will list all the retail media campaigns for the account.

Parameters

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

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

Campaign Details

This will fetch the details for a specific retail media campaign.

Parameters

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

Sample Request

HTTP
Copy

retailCampaignIdx is the campaign Id for retail campaigns and is present in the campaigns list API

Sample Response

JSON
Copy

Fetch Templates by Label (Prospecting, Retargeting, Full-Funnel)

This will fetch campaigns by label/category.

Parameters

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

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

Save Campaign

Create retail media campaign from the template - (to clarify against confluence doc "Save Campaign" versus google sheet Campaign -> CREATE -> POST).

Parameters

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

Sample Request

HTTP
Copy

The Parameter:

accountId - is the Current account Id.

Request Body

JSON
Copy

Sample Response

JSON
Copy

Update Campaign

<info needed -pending>.

Parameters

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

Sample Request

HTTP
Copy

The Parameter:

accountId: is the Current account Id

retailCampaignIdx: is the Retail Campaign id

Request Body

JSON
Copy

Sample Response

JSON
Copy

Get Clone Status

This will get the retail media campaign creation status.

Parameters

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

Sample Request

HTTP
Copy

The Parameter:

accountId: is the Current account Id

retailCampaignIdx: is the Retail Campaign id

Sample Response

When the clone request fails for any reason:

JSON
Copy

When the clone request is in processing case:

JSON
Copy

When the clone request is completed successfully:

JSON
Copy