AI-generated Key Takeaways
-
The content defines a data sharing connection between a Google Ads customer and another product's data.
-
This data link is represented by a
DataLink
resource with fields such asresource_name
,type
, andstatus
. -
Key identifiers for the data link include
product_link_id
anddata_link_id
, which are read-only. -
The specific entity linked by the data link is defined in the
data_link_entity
union field, which can currently be ayoutube_video
.
Represents the data sharing connection between a Google Ads customer and another product's data.
Fields | |
---|---|
|
Immutable. Resource name of the product data link. DataLink resource names have the form: `customers/{customer_id}/datalinks/{product_link_id}~{data_link_id}} |
|
Output only. The type of the data. |
|
Output only. The status of the data link. |
|
Output only. The ID of the link. This field is read only. |
|
Output only. The ID of the data link. This field is read only. |
Union field
|
|
|
Immutable. A data link to YouTube video. |