DataLink
Represents the data sharing connection between a Google Ads customer and another product's data.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| DataLinkDataLinkId | Long | ATTRIBUTE | Output only. The ID of the data link. This field is read only. |
| DataLinkProductLinkId | Long | ATTRIBUTE | Output only. The ID of the link. This field is read only. |
| DataLinkResourceName | String | ATTRIBUTE | Immutable. Resource name of the product data link. DataLink resource names have the form: `customers/{customer_id}/datalinks/{product_link_id}~{data_link_id}} |
| DataLinkStatus | String | ATTRIBUTE | Output only. The status of the data link.
使用できる値は次のとおりです。DISABLED, ENABLED, PENDING_APPROVAL, REJECTED, REQUESTED, REVOKED, UNKNOWN |
| DataLinkType | String | ATTRIBUTE | Output only. The type of the data.
使用できる値は次のとおりです。UNKNOWN, VIDEO |
| DataLinkYoutubeVideoVideoId | String | ATTRIBUTE | Immutable. The ID of the video associated with the video link. This is the 11 character string value used in the YouTube video URL. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |