Not at the moment. But this is falling on a sympathetic ear - Can you please explain in more detail your case - what is this "bundle id"? Where do you want to insert it, in beacons or? Bundle id is the identifier for a specific channel that is sent to VAST ad SSP/DSP's. It's self assigne...
Is there a way to create custom macros to be passed back? The most used for us is "bundle id". Since we can't pass it back from RAF we have to create separate VAST tags for each channel.
Can we get some guidance on how this is to be fixed? Required: Littlefield - 8.0.0.4128 (Roku Express 3700X) Channel UI is overlapped during navigation - NOT FIXED We’re not seeing this during our testing and it’s only happening on the lowest powered model in Roku's tests. We don’t see a method in...
I’ve noticed over the last couple of days the “Windows 10” interactive ad completes and never exits. The only way out of the ad is to press the home button.
Is there a method to return how many valid ads were parsed from getAds? getAds() returns an array of pods in this format (though i find it easier to dump formatJSON() and work on example, what i recommended), so just taking .count() of that will give you the number of pods. To count the ads per pod...
It's a RAF diagnostic. raf.showAds() plays all the ads that it is given, it does not do any selection. raf.getAds(posn_msg) does select/return a pod from previously parsed pods coming from VMAP/SMRX but this does not seem to be your case. For your case, i think you'll have to modify the ad-break st...
Neither of these 2 vague descriptions ring a bell, i am afraid. SolveLLC - i am inclined to think yours is an app error, hammering on the server. tim_beynart - give us a MWE, so we can investigate. It's vague because there really isn't any way to debug what's going on that I can think of. What I h...
I used to see this every now and then with SDK1 (pre scenegraph). Also, the app would keep downloading segments of video endlessly, the entire HLS playlist. Nuts.
This is a SceneGraph app BTW, forgot to mention that.