The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Destination
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
データの送信先となる Google サービス。たとえば、Google 広告アカウントなどです。
フィールド |
reference |
string
省略可。この Destination リソースの ID。リクエスト内で一意です。IngestEventsRequest でこの Destination を参照するために使用します。
|
loginAccount |
object (ProductAccount )
省略可。この API 呼び出しに使用されたアカウント。operatingAccount からデータを追加または削除するには、この loginAccount に operatingAccount への書き込みアクセス権が必要です。たとえば、operatingAccount の MCC アカウントや、operatingAccount とのリンクが確立されているアカウントなどです。
|
linkedAccount |
object (ProductAccount )
省略可。呼び出し元のユーザーの loginAccount が、確立されたアカウント リンクを通じてアクセスできるアカウント。たとえば、データ パートナーの loginAccount がクライアントの linkedAccount にアクセスできる場合があります。パートナーはこのフィールドを使用して、linkedAccount から別の operatingAccount にデータを送信する場合があります。
|
operatingAccount |
object (ProductAccount )
必須。データを送信または削除するアカウント。
|
productDestinationId |
string
必須。取り込むプロダクト アカウント内のオブジェクト。(Google 広告のオーディエンス ID、ディスプレイ&ビデオ 360 のオーディエンス ID など)。
|
ProductAccount
JSON 表現 |
{
"product": enum (Product ),
"accountId": string
} |
フィールド |
product |
enum (Product )
必須。アカウントが属するプロダクト。例: GOOGLE_ADS
|
accountId |
string
必須。アカウントの ID。たとえば、Google 広告アカウント ID などです。
|
プロダクト
特定の Google プロダクトを表します。アカウントと宛先を特定するために使用されます。
列挙型 |
PRODUCT_UNSPECIFIED |
未指定のプロダクト。使用しないでください。 |
GOOGLE_ADS |
Google 広告 |
DISPLAY_VIDEO_PARTNER |
ディスプレイ&ビデオ 360 パートナー。 |
DISPLAY_VIDEO_ADVERTISER |
ディスプレイ&ビデオ 360 広告主。 |
DATA_PARTNER |
データ パートナー。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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. |"]]