Jivox API Documentation
v1.0
Server API Endpoint
GenAI & Template Generation
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Activation
Copy Markdown
Open in ChatGPT
Open in Claude
The various methods for Activation are listed below:
Activate retail campaign
Triggers activation of a retail campaign — generates trackers and/or creative assets and pushes the campaign live. Requires MediaPlan_Tags_Create permission.
Path Parameters
| Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
| accountId | string | Mandatory | path | ID of the account. |
| retailCampaignIdx | integer | Mandatory | path | Index of the retail campaign. |
Sample Request
HTTP
POST http://demo.stub.api.jivox.com//v2/accounts/:accountId/retail-campaigns/:retailCampaignIdx/activateParameters
| Field | Data Type | Requirement | Description |
|---|---|---|---|
| trackerTypes | array of string | Optional | List of tracker types to generate. Values: GCM. |
| assetGenerationType | enum (string) | Optional | Asset format to generate. Values: png, gif, video, tiff. |
Request Body
JSON
{ "trackerTypes": ["GCM"], "assetGenerationType": "png"}Response
| Field | Data Type | Description |
|---|---|---|
| message | string | Result message from the activation flow. |
| retailCampaignIdx | integer | Index of the activated retail campaign. |
Request Body
JSON
{ "message": "Campaign activated successfully", "retailCampaignIdx": 5373}Get activation status
Returns the current activation status and progress percentage for a retail campaign. Requires MediaPlan_Tags_Create permission.
Path Parameters
| Name | Data Type | Requirement | Parameter Type | Description |
|---|---|---|---|---|
| accountId | string | Mandatory | path | ID of the account. |
| retailCampaignIdx | integer | Mandatory | path | Index of the retail campaign. |
Sample Request
HTTP
GET http://demo.stub.api.jivox.com/v2/accounts/:accountId/retailcampaigns/:retailCampaignIdx/activationstatusResponse
| Field | Data Type | Description |
|---|---|---|
| percentage | integer | Activation progress as a percentage (0–100). |
| message | string | Human-readable status message. |
| status | enum (string) | Current activation status. Values: NEW, DRAFT, IN_PROGRESS, FAILED, ACTIVE, PUBLISHED (pushed to DSP, awaiting activation), ENDED, EXAMINE. |
Request Body
JSON
{ "percentage": 75, "message": "Generating creative assets...", "status": "IN_PROGRESS"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Export - Tag GenerationDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message