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. |
DataLinkStatus
Describes the possible data link statuses.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
The value is unknown in this version. |
REQUESTED |
Link has been requested by one party, but not confirmed by the other party. |
PENDING_APPROVAL |
Link is waiting for the customer to approve. |
ENABLED |
Link is established and can be used as needed. |
DISABLED |
Link is no longer valid and should be ignored. |
REVOKED |
Link request has been cancelled by the requester and further cleanup may be needed. |
REJECTED |
Link request has been rejected by the approver. |
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". |