REST Resource: updateWithLinking.networks.sources.content

  • VideoContentWithLinking provides metadata for content to be ingested along with linking information.

  • VideoContentWithLinking includes videoContent for the content metadata and linkInfo for linking details.

  • LinkInfo contains a parentContentId string used to link content together for updates and targeting.

  • The update method is available but deprecated.

Resource: VideoContentWithLinking

The metadata for the content to be ingested, with the linking information.

JSON representation
{
  "videoContent": {
    object (VideoContent)
  },
  "linkInfo": {
    object (LinkInfo)
  }
}
Fields
videoContent

object (VideoContent)

The metadata for the content

LinkInfo

Information used to indicate content linking related info.

JSON representation
{
  "parentContentId": string
}
Fields
parentContentId

string

The content ID of the parent content from the CMS. Content with the same parentContentId are linked together for content updates and targeting.

Methods

update
(deprecated)

API to create new content or update the metadata if the content already exists in Ad Manager.