Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Abhilashv002
Visitor

RAF implementation

Hello. I am new to RAF and ad implementation. I would like to know from where do we get this VAST url which we can provide inside the setAdUrl()?
Can anyone help me in clearing my doubt and is there any procedures that we have to follow to successfully implement RAF in my channel to show pre-roll, mid-roll and post roll ads?
0 Kudos
1 REPLY 1
sujithdb
Visitor

Re: RAF implementation

As per the Roku Doc here, if your application is using Roku’s default ad server to fill ads, no other configuration is required.  Just leave it as:
adIface = Roku_Ads()
adIface.setAdUrl()

Otherwise, you would need to add the URL of your ad-server to configure the ad URL before making the ad request call.

More details here.
0 Kudos