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.
The allowed values are DISABLED, ENABLED, PENDING_APPROVAL, REJECTED, REQUESTED, REVOKED, UNKNOWN. |
| DataLinkType | String | ATTRIBUTE | Output only. The type of the data.
The allowed values are 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
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |