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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eGoogleAudience\u003c/code\u003e is a resource that describes Google audience lists, including details like name, ID, display name, and type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGoogleAudience\u003c/code\u003e can be of various types like Affinity, In-Market, Life-Event, and Extended-Demographic, each serving a different targeting purpose.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage \u003ccode\u003eGoogleAudience\u003c/code\u003e resources using methods like \u003ccode\u003eget\u003c/code\u003e to retrieve a specific audience and \u003ccode\u003elist\u003c/code\u003e to retrieve a collection of audiences.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGoogleAudienceType\u003c/code\u003e determines the category of the audience, such as Affinity or In-Market, informing its targeting characteristics.\u003c/p\u003e\n"]]],[],null,["| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [Resource: GoogleAudience](#GoogleAudience)\n - [JSON representation](#GoogleAudience.SCHEMA_REPRESENTATION)\n- [GoogleAudienceType](#GoogleAudienceType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GoogleAudience Describes 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/v3/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/v3/googleAudiences#GoogleAudienceType)`)` Output only. The type of Google audience. . |\n\nGoogleAudienceType Possible 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/v3/googleAudiences/get) | Gets a Google audience. |\n| [list](/display-video/api/reference/rest/v3/googleAudiences/list) | Lists Google audiences. |"]]