diff --git a/modules/smarticoBidAdapter.js b/modules/smarticoBidAdapter.js index e923ed98e16..2399a12f932 100644 --- a/modules/smarticoBidAdapter.js +++ b/modules/smarticoBidAdapter.js @@ -106,7 +106,11 @@ export const spec = { netRevenue: !!ad.netRevenue, currency: ad.currency, ttl: ad.ttl, - ad: html + ad: html, + meta: { + advertiserDomains: ad.domains, + advertiserName: ad.title + } } bidResponses.push(bidObject); } diff --git a/test/spec/modules/smarticoBidAdapter_spec.js b/test/spec/modules/smarticoBidAdapter_spec.js index 75402704e13..104fa22a851 100644 --- a/test/spec/modules/smarticoBidAdapter_spec.js +++ b/test/spec/modules/smarticoBidAdapter_spec.js @@ -81,7 +81,9 @@ describe('smarticoBidAdapter', function () { ttl: 30, bannerFormatWidth: 300, bannerFormatHeight: 250, - bannerFormatAlias: 'medium_rectangle' + bannerFormatAlias: 'medium_rectangle', + domains: ['www.advertiser.com'], + title: 'Advertiser' }] }; let expectedResponse = [{ @@ -93,7 +95,11 @@ describe('smarticoBidAdapter', function () { currency: 'EUR', netRevenue: false, // gross ttl: 30, - ad: '