Skip to content

Commit 451a82b

Browse files
authored
smartxBidAdapter: add propagation of aderror event (#12388)
1 parent fa473d7 commit 451a82b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/smartxBidAdapter.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ function createOutstreamConfig(bid) {
422422

423423
var playerListener = function callback(event) {
424424
switch (event) {
425+
case 'AdError':
426+
try {
427+
window.sc_smartIntxtError();
428+
} catch (f) {}
429+
break;
430+
425431
case 'AdSlotStarted':
426432
try {
427433
window.sc_smartIntxtStart();

0 commit comments

Comments
 (0)