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 |
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 잠재고객을 표시합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]