Manish_oodles
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2015
12:56 AM
How does NWM_VAST() works?
I am trying to add Pre-roll ads in my new app.I confused with the use of NWM_VAST() since the ads provider provide us .xml file for playing preroll ads.I wanna know how does NWM_VAST() works?Is their any specific pattern of XML? or we just have to add NWM_VAST.brs file in our code and it will handle all XML files.
3 REPLIES 3


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2015
12:07 PM
Re: How does NWM_VAST() works?
"Manish.oodles" wrote:
Is their any specific pattern of XML?
Yes, VAST is an XML schema: http://www.iab.net/guidelines/508676/di ... /vast_copy
Manish_oodles
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2015
11:44 PM
Re: How does NWM_VAST() works?
Thanku for your valubale answer
1)Do i need to rewrite code of NWM_VAST() for different XML's.
2)Write now i am having NWM_VAST() code from a sample(vast_demo_1.1.3) is that code of NWM_VAST() is sufficient or i need to write different code for it.
3)Is their any other site that provides free advertising from VAST.I just wanna test my APP
1)Do i need to rewrite code of NWM_VAST() for different XML's.
2)Write now i am having NWM_VAST() code from a sample(vast_demo_1.1.3) is that code of NWM_VAST() is sufficient or i need to write different code for it.
3)Is their any other site that provides free advertising from VAST.I just wanna test my APP


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2015
08:56 PM
Re: How does NWM_VAST() works?
"Manish.oodles" wrote:
Thanku for your valubale answer
1)Do i need to rewrite code of NWM_VAST() for different XML's.
2)Write now i am having NWM_VAST() code from a sample(vast_demo_1.1.3) is that code of NWM_VAST() is sufficient or i need to write different code for it.
3)Is their any other site that provides free advertising from VAST.I just wanna test my APP
If your ads aren't VAST, then yes you'd need to write your own parsing logic. But pretty much every ad provider out there can deliver ads as VAST, so that shouldn't be an issue.