Skip to content

Commit

Permalink
Pass all content info to Conviva
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisfluyt committed Jul 25, 2024
1 parent 76c7885 commit 1b3a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conviva/src/integration/ConvivaHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ConvivaHandler {
this.initializeSession();
}
this.customMetadata = { ...this.customMetadata, ...metadata };
this.convivaVideoAnalytics!.setContentInfo(metadata);
this.convivaVideoAnalytics!.setContentInfo(this.customMetadata);
}

setAdInfo(metadata: ConvivaMetadata): void {
Expand Down

0 comments on commit 1b3a11e

Please sign in to comment.