REST Resource: networks.audienceSegments

  • The AudienceSegment resource represents a specific audience segment.

  • The AudienceSegment resource has name and displayName fields.

  • You can retrieve a specific AudienceSegment object using the get method or a list of them using the list method.

Resource: AudienceSegment

The AudienceSegment resource.

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Identifier. The resource name of the AudienceSegment. Format: networks/{networkCode}/audienceSegments/{audienceSegmentId} The audienceSegmentId may have up to 1 of the following suffixes: - ~direct for directly licensed third-party segments - ~global for globally licensed third-party segments

displayName

string

Required. Display name of the AudienceSegment. The attribute has a maximum length of 255 characters.

Methods

get

API to retrieve an AudienceSegment object.

list

API to retrieve a list of AudienceSegment objects.