The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Destination
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
데이터를 전송하는 Google 제품입니다. 예를 들어 Google Ads 계정입니다.
필드 |
reference |
string
선택사항입니다. 이 Destination 리소스의 ID로, 요청 내에서 고유합니다. IngestEventsRequest 에서 이 Destination 을 참조하는 데 사용됩니다.
|
loginAccount |
object (ProductAccount )
선택사항입니다. 이 API 호출을 만드는 데 사용된 계정입니다. operatingAccount 에서 데이터를 추가하거나 삭제하려면 이 loginAccount 에 operatingAccount 에 대한 쓰기 액세스 권한이 있어야 합니다. 예를 들어 operatingAccount 의 관리자 계정 또는 operatingAccount 에 연결된 계정입니다.
|
linkedAccount |
object (ProductAccount )
선택사항입니다. 호출 사용자의 loginAccount 가 설정된 계정 연결을 통해 액세스할 수 있는 계정입니다. 예를 들어 데이터 파트너의 loginAccount 가 클라이언트의 linkedAccount 에 액세스할 수 있습니다. 파트너는 이 필드를 사용하여 linkedAccount 에서 다른 operatingAccount 로 데이터를 전송할 수 있습니다.
|
operatingAccount |
object (ProductAccount )
필수 항목입니다. 데이터를 전송하거나 데이터를 삭제할 계정입니다.
|
productDestinationId |
string
필수 항목입니다. 제품 계정 내에서 수집할 객체입니다. 예를 들어 Google Ads 잠재고객 ID 또는 Display & Video 360 잠재고객 ID입니다.
|
ProductAccount
JSON 표현 |
{
"product": enum (Product ),
"accountId": string
} |
필드 |
product |
enum (Product )
필수 항목입니다. 계정이 속한 제품입니다. 예를 들면 GOOGLE_ADS 입니다.
|
accountId |
string
필수 항목입니다. 계정의 ID입니다. 예를 들어 Google Ads 계정 ID입니다.
|
제품
특정 Google 제품을 나타냅니다. 계정 및 대상을 찾는 데 사용됩니다.
열거형 |
PRODUCT_UNSPECIFIED |
지정되지 않은 제품입니다. 절대로 사용하지 마세요. |
GOOGLE_ADS |
Google Ads |
DISPLAY_VIDEO_PARTNER |
Display & Video 360 파트너입니다. |
DISPLAY_VIDEO_ADVERTISER |
Display & Video 360 광고주 |
DATA_PARTNER |
데이터 파트너 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# Destination\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ProductAccount](#ProductAccount)\n - [JSON representation](#ProductAccount.SCHEMA_REPRESENTATION)\n- [Product](#Product)\n\nThe Google product you're sending data to. For example, a Google Ads account.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"reference\": string, \"loginAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"linkedAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"operatingAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"productDestinationId\": string } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reference` | `string` Optional. ID for this `Destination` resource, unique within the request. Use to reference this `Destination` in the `IngestEventsRequest`. |\n| `loginAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Optional. The account used to make this API call. To add or remove data from the [`operatingAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.operating_account), this `loginAccount` must have write access to the `operatingAccount`. For example, a manager account of the `operatingAccount`, or an account with an established link to the `operatingAccount`. |\n| `linkedAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Optional. An account that the calling user's [`loginAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.login_account) has access to, through an established account link. For example, a data partner's `loginAccount` might have access to a client's `linkedAccount`. The partner might use this field to send data from the `linkedAccount` to another [`operatingAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.operating_account). |\n| `operatingAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Required. The account to send the data to or remove the data from. |\n| `productDestinationId` | `string` Required. The object within the product account to ingest into. For example, a Google Ads audience ID or a Display \\& Video 360 audience ID. |\n\nProductAccount\n--------------\n\nRepresents a specific account.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------|\n| ``` { \"product\": enum (/data-manager/api/reference/rest/v1/Destination#Product), \"accountId\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `product` | `enum (`[Product](/data-manager/api/reference/rest/v1/Destination#Product)`)` Required. The product the account belongs to. For example, `GOOGLE_ADS`. |\n| `accountId` | `string` Required. The ID of the account. For example, your Google Ads account ID. |\n\nProduct\n-------\n\nRepresents a specific Google product. Used to locate accounts and destinations.\n\n| Enums ||\n|----------------------------|--------------------------------------------|\n| `PRODUCT_UNSPECIFIED` | Unspecified product. Should never be used. |\n| `GOOGLE_ADS` | Google Ads. |\n| `DISPLAY_VIDEO_PARTNER` | Display \\& Video 360 partner. |\n| `DISPLAY_VIDEO_ADVERTISER` | Display \\& Video 360 advertiser. |\n| `DATA_PARTNER` | Data Partner. |"]]