Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-Veltmans committed Dec 10, 2024
1 parent 41fd105 commit 03c08f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.theoplayer.android.connector.analytics.conviva.ConvivaMetadata

fun calculateAdType(ad: Ad): ConvivaSdkConstants.AdType {
return when(ad.integration) {
// TODO THEOads is a SGAI solutionm which can't be reported to Conviva as such yet.
// TODO THEOads is a SGAI solution which can't be reported to Conviva as such yet.
AdIntegrationKind.THEO_ADS -> ConvivaSdkConstants.AdType.SERVER_SIDE
AdIntegrationKind.GOOGLE_IMA -> ConvivaSdkConstants.AdType.CLIENT_SIDE
else -> ConvivaSdkConstants.AdType.SERVER_SIDE
Expand All @@ -23,7 +23,7 @@ fun calculateAdType(ad: Ad): ConvivaSdkConstants.AdType {

fun calculateAdType(adBreak: AdBreak): ConvivaSdkConstants.AdType {
return when(adBreak.integration) {
// TODO THEOads is a SGAI solutionm which can't be reported to Conviva as such yet.
// TODO THEOads is a SGAI solution which can't be reported to Conviva as such yet.
AdIntegrationKind.THEO_ADS -> ConvivaSdkConstants.AdType.SERVER_SIDE
AdIntegrationKind.GOOGLE_IMA -> ConvivaSdkConstants.AdType.CLIENT_SIDE
else -> ConvivaSdkConstants.AdType.SERVER_SIDE
Expand Down

0 comments on commit 03c08f2

Please sign in to comment.