DSPSegment
A key-value pair conveying a specific unit of targeting data. Publish segment names and value options in FCC Ads Manager before sending them in a request.
namestringrequired
Name of the data segment you configured in FCC Ads Manager.
Example:
key-id-1valuestringrequired
One or more values for this segment key as a comma separated string.
Example:
value-id-11,value-id-12DSPSegment
{
"name": "key-id-1",
"value": "value-id-11,value-id-12"
}