/api/v1/Campaign


Request

Body

File Data Type Description
name string or null
idCampaignProduct integer<int32>
product string or null
idSite integer<int64>
idClient string or null
clientName string or null
objectiveCount integer<int64>
campaignProductName string or null
deliveryId string or null
startDate string or null
endDate string or null
objectives array[object] or null

Objectives

name string
description string
goal number<double>
filters array[object]

Filters

step string
idEventType integer<int64>
eventPath string
name string
globalOperator string
conditions array[object]

eventType

id integer<int64>
name string

Conditions

idParameter integer<int64>
operator string
value string

Response

File Data Type Description
idCampaign integer<int64>

example:

{
  "idCampaign": -9223372036854776000
}