/segments
The segments endpoint will deliver you all the possible segments that have been imported from a DMP.
GET
A GET
request can always be filtered by the get parameters defined in the introduction section of the api documentation.
Example GET request:
in order to see HIDDEN
objects you will need to send includeHidden=true
as a parameter to the GET
query
id
String
Identification of the object.
createTime
String
Date string referencing the creation of the object.
updateTime
String
Date string referencing the update of the object.
objectState
ACTIVE, INACTIVE, HIDDEN
State of the object, will disable or delete the object.
validationWarnings
Array
Will tell if there's an error hindering the segment to work properly.
description
String
The description for the creative
name
String
The name of the site group
network
Object
An object containing id, name and url to the network it is bound to.
url
String
A reference to the api link to use to find the specific segment.
Last updated