Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-Veltmans committed Nov 14, 2024
1 parent e35f4de commit 891b91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conviva/src/integration/ads/AdReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class AdReporter {
this.contentInfo()[Constants.ASSET_NAME] ?? this.player.source?.metadata?.title ?? 'NA';

// [Required] The ad technology as CLIENT_SIDE/SERVER_SIDE
// SGAI isn't officially supported by conviva yet, overwrite with our own string for now.
adMetadata['c3.ad.technology'] = isServerGuidedAd(currentAd) ? 'Server Guided' : calculateAdType(currentAd);

this.convivaAdAnalytics.setAdInfo(adMetadata);
Expand Down

0 comments on commit 891b91d

Please sign in to comment.