Starting
September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details on how to update your integration to make this declaration.
REST Resource: googleAudiences
Stay organized with collections
Save and categorize content based on your preferences.
Resource: GoogleAudience
Describes a Google audience resource. Includes Google audience lists.
JSON representation |
{
"name": string,
"googleAudienceId": string,
"displayName": string,
"googleAudienceType": enum (GoogleAudienceType )
} |
Fields |
name |
string
Output only. The resource name of the google audience.
|
googleAudienceId |
string (int64 format)
Output only. The unique ID of the Google audience. Assigned by the system.
|
displayName |
string
Output only. The display name of the Google audience. .
|
googleAudienceType |
enum (GoogleAudienceType )
Output only. The type of Google audience. .
|
GoogleAudienceType
Possible types of the Google audience.
Enums |
GOOGLE_AUDIENCE_TYPE_UNSPECIFIED |
Default value when type is not specified or is unknown. |
GOOGLE_AUDIENCE_TYPE_AFFINITY |
Affinity type Google audience. |
GOOGLE_AUDIENCE_TYPE_IN_MARKET |
In-Market type Google audience. |
GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS |
Installed-Apps type Google audience. |
GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES |
New-Mobile-Devices type Google audience. |
GOOGLE_AUDIENCE_TYPE_LIFE_EVENT |
Life-Event type Google audience. |
GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC |
Extended-Demographic type Google audience. |
Methods |
|
Gets a Google audience. |
|
Lists Google audiences. |
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-03-27 UTC.
[null,null,["Last updated 2025-03-27 UTC."],[],[],null,["# REST Resource: googleAudiences\n\n- [Resource: GoogleAudience](#GoogleAudience)\n - [JSON representation](#GoogleAudience.SCHEMA_REPRESENTATION)\n- [GoogleAudienceType](#GoogleAudienceType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GoogleAudience\n------------------------\n\nDescribes a Google audience resource. Includes Google audience lists.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"googleAudienceId\": string, \"displayName\": string, \"googleAudienceType\": enum (/display-video/api/reference/rest/v4/googleAudiences#GoogleAudienceType) } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the google audience. |\n| `googleAudienceId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the Google audience. Assigned by the system. |\n| `displayName` | `string` Output only. The display name of the Google audience. . |\n| `googleAudienceType` | `enum (`[GoogleAudienceType](/display-video/api/reference/rest/v4/googleAudiences#GoogleAudienceType)`)` Output only. The type of Google audience. . |\n\nGoogleAudienceType\n------------------\n\nPossible types of the Google audience.\n\n| Enums ||\n|---------------------------------------------|---------------------------------------------------------------------|\n| `GOOGLE_AUDIENCE_TYPE_UNSPECIFIED` | Default value when type is not specified or is unknown. |\n| `GOOGLE_AUDIENCE_TYPE_AFFINITY` | Affinity type Google audience. |\n| `GOOGLE_AUDIENCE_TYPE_IN_MARKET` | In-Market type Google audience. |\n| `GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS` | Installed-Apps type Google audience. | This item is deprecated! |\n| `GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES` | New-Mobile-Devices type Google audience. | This item is deprecated! |\n| `GOOGLE_AUDIENCE_TYPE_LIFE_EVENT` | Life-Event type Google audience. |\n| `GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC` | Extended-Demographic type Google audience. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------|-------------------------|\n| ### [get](/display-video/api/reference/rest/v4/googleAudiences/get) | Gets a Google audience. |\n| ### [list](/display-video/api/reference/rest/v4/googleAudiences/list) | Lists Google audiences. |"]]