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 2025-08-20 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 2025-08-20 UTC."],[[["\u003cp\u003eThe VideoContentWithLinking resource allows content ingestion with linking information, providing metadata and link details.\u003c/p\u003e\n"],["\u003cp\u003eLinkInfo specifies content relationships using parentContentId for updates and targeting.\u003c/p\u003e\n"],["\u003cp\u003eThe API includes a method for creating or updating content metadata, though it is deprecated.\u003c/p\u003e\n"]]],["The provided information details content metadata and linking for video ingestion. Key components include `VideoContentWithLinking`, housing metadata (`videoContent`) and linking information (`linkInfo`). `LinkInfo` uses `parentContentId` to connect related content for updates and targeting. The `update` method, though deprecated, allowed for creating new content or modifying existing content metadata within Ad Manager. The JSON structure defines how to format this data.\n"],null,["# REST Resource: updateWithLinking.networks.sources.content\n\n- [Resource: VideoContentWithLinking](#VideoContentWithLinking)\n - [JSON representation](#VideoContentWithLinking.SCHEMA_REPRESENTATION)\n- [LinkInfo](#LinkInfo)\n - [JSON representation](#LinkInfo.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: VideoContentWithLinking\n---------------------------------\n\nThe metadata for the content to be ingested, with the linking information.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"videoContent\": { object (/ad-manager/content-ingestion/rest/v1/networks.sources.content#VideoContent) }, \"linkInfo\": { object (/ad-manager/content-ingestion/rest/v1/updateWithLinking.networks.sources.content#LinkInfo) } } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `videoContent` | `object (`[VideoContent](/ad-manager/content-ingestion/rest/v1/networks.sources.content#VideoContent)`)` The metadata for the content |\n| `linkInfo` | `object (`[LinkInfo](/ad-manager/content-ingestion/rest/v1/updateWithLinking.networks.sources.content#LinkInfo)`)` Information related to content that is linked to this video content. |\n\nLinkInfo\n--------\n\nInformation used to indicate content linking related info.\n\n| JSON representation |\n|---------------------------------------|\n| ``` { \"parentContentId\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n| ### [update](/ad-manager/content-ingestion/rest/v1/updateWithLinking.networks.sources.content/update)` ` **(deprecated)** | API to create new content or update the metadata if the content already exists in Ad Manager. |"]]