v1.0
Jivox API Documentation

Bulk Tag Generation

The various methods for Bulk Tag Generation are listed below:

  1. Create Bulk Tag
  2. Bulk Tag Generation Status
  3. Get Tags for DSP
  4. Get Tags for Placement
  5. Download Tags
  6. Mail Tags

Create Bulk Tag

Initiate bulk tag generation for a single/list of DSP for a given media plan and campaign.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.

Sample Request

HTTP
Copy

Request Body

JSON
Copy

Sample Response

JSON
Copy

Bulk Tag Generation Status

Gets the current tag generation count and total count for a given tag generation Id.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
campaignIdstringMandatorypathID of the Campaign for which Tags need to be generated
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.
executionIdstringMandatorypathID of the execution returned when bulk tag generation is initiated

Sample Request

HTTP
Copy

Sample Response

JSON
Copy

Get Tags for DSP

Gets list of tags created for a given DSP for the given media plan and campaign.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.
campaignIdstringMandatorypathID of the Campaign for which Tags need to be generated

Sample Request

HTTP
Copy

Query Parameters

adServer - DSP name

limit*_: *_The limit of number of rows to be returned in the response per page from the offset.

Sample Response

JSON
Copy

Get Tags for Placement

Gets list of tags created for a given placementId for the given media plan and campaign.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.
campaignIdstringMandatorypathID of the Campaign for which Tags need to be generated
placementIdstringMandatorypathID of the placement associated with media plan to be used for generated tags.

Sample Request

HTTP
Copy

Query Parameters

limit - The limit of number of rows to be returned in the response per page from the offset.

offset - This is the offset.

Sample Response

JSON
Copy

Download Tags

Downloads in csv format, the list of generated tags for a given DSP/Placement for the given media plan and campaign.

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.
campaignIdstringMandatorypathID of the Campaign for which Tags need to be generated

Sample Request

HTTP
Copy

Query Parameters

adServers(optional) - This is jsArray String of adServers for which you need to export tags, eg: ["DFP", "AOL"]** **

placement(optional) - This is the placementId

service(mandatory)- It can either be exportForDSP or exportForPlacement. If it is exportForDSP, then adServers field is mandatory, if it is exportForPlacement then placement is mandatory.

Sample Response

Download CSV File

Mail Tags

Mails the list of generated tags for a given DSP/Placement for the given media plan and campaign

Parameters

NameData TypeRequirementParameter TypeDescription
accountIdstringMandatorypathID of the advertiser account created on the platform.
mediaPlanIdstringMandatorypathID of the media plan associated with a given user account.
campaignIdstringMandatorypathID of the Campaign for which Tags need to be generated

Sample Request

HTTP
Copy

Query Parameters

  • adServers(optional)*: *This is jsArray String of adServers for which you need to export tags, eg: ["DFP", "AOL"]
  • placement(optional) - This is the placementId
  • service(mandatory) - It can either be exportForDSP or exportForPlacement. If it is exportForDSP, then adServers field is mandatory, if it is exportForPlacement, then placement is mandatory.
  • mailIDs - Comma separated values of emailIDs eg: test1.jivox.com, test2.jivox.com, test3.jivox.com

Sample Response

JSON
Copy