Adobe-Marketing-Cloud/media-sdks

Roku: ad position in an adBreak

dipan-majumder opened this issue · 4 comments

Hi,

I believe the parameter position in the function adb_media_init_adinfo(name As String, id As String, position As Double, length As Double) refers to the ad unit position within that ad_pod.
But even after incrementing it properly for every ad, it is not reflecting in the proxy debugger.
In the proxy debugger (we use Charles), s:asset:pod_position is not incrementing for each ad within the ad pod. Rather it looks like the Ad Pod Index.
But we thought position in the above function is actually the s:asset:pod_position. Please suggest. Thanks!

Hi @praveek / @himanshuphalak ,
Let me know if you have any update on my last comment.
Thanks!

Hi @dipan-majumder, you are correct, a:asset:pod_position on Heartbeat call and a.media.ad.podPosition on Analytics call refers to AdInfo.position. There was a bug in our SDK where a.media.ad.podPosition was correctly populated but a:asset:pod_position was not. We have fixed it in v2.1 and will soon be released.

This is fixed, thanks!