Skip to content

Commit

Permalink
Merge pull request #42 from THEOplayer/bugfix/conviva/preroll_islive
Browse files Browse the repository at this point in the history
bugfix/conviva/preroll_islive
  • Loading branch information
tvanlaerhoven authored Dec 23, 2024
2 parents 3587291 + 63bac7a commit 79defcc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ import com.theoplayer.android.api.ads.ima.GoogleImaAdEventType
import com.theoplayer.android.api.event.EventDispatcher
import com.theoplayer.android.api.event.EventListener
import com.theoplayer.android.api.event.ads.AdBeginEvent
import com.theoplayer.android.api.event.ads.AdBreakBeginEvent
import com.theoplayer.android.api.event.ads.AdBreakEndEvent
import com.theoplayer.android.api.event.ads.AdEndEvent
import com.theoplayer.android.api.event.ads.AdErrorEvent
import com.theoplayer.android.api.event.ads.AdEvent
import com.theoplayer.android.api.event.ads.AdIntegrationKind
import com.theoplayer.android.api.event.ads.AdSkipEvent
import com.theoplayer.android.api.event.ads.AdsEventTypes
import com.theoplayer.android.api.event.player.*
Expand Down Expand Up @@ -268,6 +266,7 @@ class AdReporter(
"c3.csid" to convivaVideoAnalytics.sessionId.toString(),
"contentAssetName" to contentAssetName,
"c3.ad.technology" to adTechnology,
ConvivaSdkConstants.IS_LIVE to false,
)
if (ad is GoogleImaAd) {
// Update with Google IMA specific information
Expand Down

0 comments on commit 79defcc

Please sign in to comment.