自
2025 年 9 月 8 日起,每個新委刊項都必須聲明是否會放送歐盟政治廣告。如果透過 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 |
New-Mobile-Devices 類型的 Google 目標對象。 |
GOOGLE_AUDIENCE_TYPE_LIFE_EVENT |
人生大事類型的 Google 目標對象。 |
GOOGLE_AUDIENCE_TYPE_EXTENDED_DEMOGRAPHIC |
延伸客層類型的 Google 目標對象。 |
方法 |
|
取得 Google 目標對象。 |
|
列出 Google 目標對象。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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. |"]]