Represents the data sharing connection between a Google Ads customer and another product's data.
JSON representation |
---|
{ "resourceName": string, "type": enum ( |
Fields | |
---|---|
resourceName |
Immutable. Resource name of the product data link. DataLink resource names have the form: `customers/{customerId}/datalinks/{productLinkId}~{dataLinkId}} |
type |
Output only. The type of the data. |
status |
Output only. The status of the data link. |
productLinkId |
Output only. The ID of the link. This field is read only. |
dataLinkId |
Output only. The ID of the data link. This field is read only. |
Union field data_link_entity . Data linked to this account. data_link_entity can be only one of the following: |
|
youtubeVideo |
Immutable. A data link to YouTube video. |
DataLinkType
Describes the possible data link types.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
The value is unknown in this version. |
VIDEO |
A data link to YouTube video. |
YoutubeVideoIdentifier
The identifier for YouTube video
JSON representation |
---|
{ "channelId": string, "videoId": string } |
Fields | |
---|---|
channelId |
Immutable. The ID of the hosting channel of the video. This is a string value with “UC” prefix. For example, "UCK8sQmJBp8GCxrOtXWBpyEA". |
videoId |
Immutable. The ID of the video associated with the video link. This is the 11 character string value used in the YouTube video URL. For example, video ID is jV1vkHv4zq8 from the YouTube video URL "https://www.youtube.com/watch?v=jV1vkHv4zq8&t=2s". |