自
2025 年 9 月 8 日起,每个新订单项都需要声明是否会投放欧盟 (EU) 政治广告。Display & Video 360 API 和未提供声明的 SDF 上传操作将会失败。如需详细了解如何更新集成以进行此声明,请参阅我们的
弃用页面。
REST Resource: googleAudiences
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:GoogleAudience
描述 Google 受众群体资源。包括 Google 受众群体名单。
JSON 表示法 |
{
"name": string,
"googleAudienceId": string,
"displayName": string,
"googleAudienceType": enum (GoogleAudienceType )
} |
字段 |
name |
string
仅限输出。Google 受众群体的资源名称。
|
googleAudienceId |
string (int64 format)
仅限输出。Google 受众群体的唯一 ID。由系统分配。
|
displayName |
string
仅限输出。Google 受众群体的显示名称。。
|
googleAudienceType |
enum (GoogleAudienceType )
仅限输出。Google 受众群体的类型。。
|
GoogleAudienceType
枚举 |
GOOGLE_AUDIENCE_TYPE_UNSPECIFIED |
如果未指定类型或类型未知,则使用默认值。 |
GOOGLE_AUDIENCE_TYPE_AFFINITY |
兴趣相似的 Google 受众群体。 |
GOOGLE_AUDIENCE_TYPE_IN_MARKET |
“有购买意向的受众群体”类型的 Google 受众群体。 |
GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS |
已安装的应用类型的 Google 受众群体。 |
GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES |
“新移动设备”类型的 Google 受众群体。 |
GOOGLE_AUDIENCE_TYPE_LIFE_EVENT |
属于“人生大事”类型的 Google 受众群体。 |
GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC |
广义受众特征类型的 Google 受众群体。 |
方法 |
|
获取 Google 受众群体。 |
|
列出 Google 受众群体。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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,["# REST Resource: googleAudiences\n\n| 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\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/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\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/v3/googleAudiences/get) | Gets a Google audience. |\n| ### [list](/display-video/api/reference/rest/v3/googleAudiences/list) | Lists Google audiences. |"]]