Last active
July 21, 2022 12:25
-
-
Save senaev/ff9d73ad12e059fa2d7e4aa413352557 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <VAST version="3.0"> | |
| <Ad> | |
| <InLine> | |
| <Creatives> | |
| <Creative> | |
| <Linear> | |
| <Duration>00:00:15</Duration> | |
| <MediaFiles> | |
| <MediaFile width="0" height="0" delivery="progressive" type="application/javascript" | |
| apiFramework="VPAID"> | |
| <![CDATA[ | |
| https://yandex.ru/ads/system/vpaid_loader.js | |
| ]]> | |
| </MediaFile> | |
| </MediaFiles> | |
| <AdParameters> | |
| <![CDATA[ | |
| { | |
| "playbackParameters": { | |
| "controlsSettings": { | |
| "controlsVisibility": { | |
| "abuse": true | |
| }, | |
| "visibility": false | |
| } | |
| }, | |
| "sad": "sad", | |
| "adLoaderConfig": { | |
| "partnerId": "161200", | |
| "impId": "1" | |
| } | |
| } | |
| ]]> | |
| </AdParameters> | |
| </Linear> | |
| </Creative> | |
| </Creatives> | |
| </InLine> | |
| </Ad> | |
| </VAST> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment