ตั้งแต่วันที่
8 กันยายน 2025 เป็นต้นไป รายการโฆษณาใหม่ทุกรายการจะต้องประกาศว่าจะแสดงโฆษณาทางการเมืองในสหภาพยุโรป (EU) หรือไม่ การอัปโหลด API ของ Display & Video 360 และ 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 กำหนดโดยระบบ
|
displayName |
string
เอาต์พุตเท่านั้น ชื่อที่แสดงของกลุ่มเป้าหมาย Google .
|
googleAudienceType |
enum (GoogleAudienceType )
เอาต์พุตเท่านั้น ประเภทกลุ่มเป้าหมาย Google .
|
GoogleAudienceType
ประเภทกลุ่มเป้าหมาย Google ที่เป็นไปได้
Enum |
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 Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 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. |"]]