v1.0
Jivox API Documentation

Tag Generation

The various methods for Tag generation are listed below:

  1. Activate Campaign
  2. Status
  3. Download
  4. Get Trackers Type

Activate Campaign

This will generate tags for the 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

The Parameter:

accountId - is the Current account Id

retailCampaignIdx- is the Retail Campaign id

The trackerType array will be empty, if MOAT is not selected for that campaign.

Request Body

JSON
Copy

Sample Response

JSON
Copy

Status

This will get the status of the tag generation request for campaign.

Parameters

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

Sample Request

HTTP
Copy

The executionid is fetched from the activate response

Sample Response

JSON
Copy

Download

This will download the tags for the 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

File will be downloaded automatically.

Get Trackers Type

This will get trackers type associated with 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

The Parameter:

accountId - is the Current account Id

retailCampaignIdx- is the Retail Campaign id

The Get Tracker API will return all the trackers present and the trackers selected for this campaign.

Sample Response

JSON
Copy