REST Resource: updateWithLinking.networks.sources.content
Stay organized with collections
Save and categorize content based on your preferences.
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 |
object (LinkInfo )
Information related to content that is linked to this video 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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-05-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-05-27 UTC."],[[["The VideoContentWithLinking resource allows content ingestion with linking information, providing metadata and link details."],["LinkInfo specifies content relationships using parentContentId for updates and targeting."],["The API includes a method for creating or updating content metadata, though it is deprecated."]]],[]]