[[["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 2024-08-20 UTC."],[[["VideoRedirectAsset allows publishers to host video content externally and redirect users to that content within their Google Ad Manager creatives."],["It inherits properties from RedirectAsset and Asset, including the crucial `redirectUrl` field for specifying the external hosting location."],["VideoRedirectAsset requires `metadata` about the video, providing essential information like duration and dimensions."],["The object operates within the namespace `https://www.google.com/apis/ads/publisher/v202408` for API interaction."]]],["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"]]