Last active
March 8, 2023 14:56
-
-
Save senaev/ead341aa36a6f136239514b2161dfc60 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> | |
| <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": "1674803", | |
| "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