Skip to content

Commit ba605cf

Browse files
PM: constConfigServerSideKey is not mandatory
1 parent 00e487a commit ba605cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/pubmatic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ adapterManagerRegisterAdapter((function(){
99
constPubId = 'pubId',
1010
constPubMaticResponseCreative = 'creative_tag',
1111
constPubMaticResponseTrackingURL = 'tracking_url',
12-
adapterConfigMandatoryParams = [constConfigPubID, constConfigKeyGeneratigPattern, constConfigServerSideKey],
12+
adapterConfigMandatoryParams = [constConfigPubID, constConfigKeyGeneratigPattern],
1313
slotConfigMandatoryParams = [],
1414

1515
dealKey = constDealKeyFirstPart + adapterID,

0 commit comments

Comments
 (0)