[[["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 represents an externally hosted asset, specifically for videos.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits properties from RedirectAsset and ultimately from Asset within the CreativeService.\u003c/p\u003e\n"],["\u003cp\u003eThis asset type utilizes a \u003ccode\u003eredirectUrl\u003c/code\u003e field to specify the external URL where the video content is located.\u003c/p\u003e\n"],["\u003cp\u003eThe VideoRedirectAsset is defined within the Google Ad Manager API namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `VideoRedirectAsset` is an externally hosted asset within the `CreativeService`. It inherits from `RedirectAsset` and `Asset`. The core information provided is the `redirectUrl` field, which is a string representing the URL where the asset is located. This URL is a mandatory piece of information, the main action revolves around using it for accessing the externally hosted video asset. The service uses the namespace: `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# abstract type RedirectAsset (v202411)\n\n**Service** \n**CreativeService** **Inheritance** \n[Asset](/ad-manager/api/reference/v202411/CreativeService.Asset) \n▼\n**RedirectAsset** \n▼\n[VideoRedirectAsset](/ad-manager/api/reference/v202411/CreativeService.VideoRedirectAsset)\n\nAn externally hosted asset.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------------|----------------------------------------------------|\n| ### `redirectUrl` | ` `xsd:`string` The URL where the asset is hosted. |"]]