REST Resource: networks.audienceSegments
Stay organized with collections
Save and categorize content based on your preferences.
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 |
|
API to retrieve an AudienceSegment object. |
|
API to retrieve a list of AudienceSegment objects. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-05 UTC.
[null,null,["Last updated 2025-09-05 UTC."],[],[],null,["- [Resource: AudienceSegment](#AudienceSegment)\n - [JSON representation](#AudienceSegment.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AudienceSegment The `AudienceSegment` resource.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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 |\n| `displayName` | `string` Required. Display name of the `AudienceSegment`. The attribute has a maximum length of 255 characters. |\n\n| Methods ||\n|-------------------------------------------------------------------------------|------------------------------------------------------|\n| [get](/ad-manager/api/beta/reference/rest/v1/networks.audienceSegments/get) | API to retrieve an `AudienceSegment` object. |\n| [list](/ad-manager/api/beta/reference/rest/v1/networks.audienceSegments/list) | API to retrieve a list of `AudienceSegment` objects. |"]]