[[["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-06 UTC."],[[["\u003cp\u003eVideoRedirectAsset allows publishers to host video content externally and redirect users to that content within their Google Ad Manager creatives.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits properties from RedirectAsset and Asset, including the crucial \u003ccode\u003eredirectUrl\u003c/code\u003e field for specifying the external hosting location.\u003c/p\u003e\n"],["\u003cp\u003eVideoRedirectAsset requires \u003ccode\u003emetadata\u003c/code\u003e about the video, providing essential information like duration and dimensions.\u003c/p\u003e\n"],["\u003cp\u003eThe object operates within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e for API interaction.\u003c/p\u003e\n"]]],["The core content defines `VideoRedirectAsset`, an externally hosted video asset, with its namespace as `https://www.google.com/apis/ads/publisher/v202408`. It inherits from `RedirectAsset` and further from `Asset`. Key fields include the inherited `redirectUrl`, specifying the asset's hosted location, and the required `metadata` field, of type `VideoMetadata`, that provides related information about the video asset. This is part of the `CreativeService` and used by `AudioRedirectCreative` and `VideoRedirectCreative`.\n"],null,["# type VideoRedirectAsset (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[AudioRedirectCreative](/ad-manager/api/reference/v202408/CreativeService.AudioRedirectCreative) [VideoRedirectCreative](/ad-manager/api/reference/v202408/CreativeService.VideoRedirectCreative) \n▼\n**VideoRedirectAsset** **Inheritance** \n[Asset](/ad-manager/api/reference/v202408/CreativeService.Asset) \n▼\n[RedirectAsset](/ad-manager/api/reference/v202408/CreativeService.RedirectAsset) \n▼\n**VideoRedirectAsset**\n\nAn externally-hosted video asset.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`RedirectAsset` (inherited)** ||\n| ### `redirectUrl` | ` `xsd:`string` The URL where the asset is hosted. |\n| **`VideoRedirectAsset`** ||\n| ### `metadata` | ` `[VideoMetadata](/ad-manager/api/reference/v202408/CreativeService.VideoMetadata)` ` Metadata related to the asset. This attribute is required. |"]]