Skip to content

Commit fcd2ffc

Browse files
including aol adapter
1 parent ba605cf commit fcd2ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#For example, if rubicon is not the SSP you work with, you can remove 'adapters/rubicon.js' from below array.
55
#The same way if you want to add any partner adapter to below array, just append it to this array. Adapters for supported partners are present in src/adapters directory.
66
#Please refer to documentation if adapter you are looking to add is not present in src/adapters directory.
7-
adapterFiles = ['adapters/pubmatic.js', 'adapters/appnexus.js', 'adapters/bRealTime.js', 'adapters/districtM.js', 'adapters/openx.js', 'adapters/rubicon.js', 'adapters/rubiconFastlane.js', 'adapters/indexExchange.js', 'adapters/yieldbot.js', 'adapters/adForm.js', 'adapters/pulsePoint.js', 'adapters/sovrn.js']
7+
adapterFiles = ['adapters/pubmatic.js', 'adapters/appnexus.js', 'adapters/bRealTime.js', 'adapters/districtM.js', 'adapters/openx.js', 'adapters/rubicon.js', 'adapters/rubiconFastlane.js', 'adapters/indexExchange.js', 'adapters/yieldbot.js', 'adapters/adForm.js', 'adapters/pulsePoint.js', 'adapters/sovrn.js', 'adapters/aol.js']
88

99
#These are mandatory files for open wrapper code generation. Please do not remove any file from this array.
1010
fileNames = ['commonVariables.js', 'util.js', 'adapterManager.js', 'bidManager.js']

0 commit comments

Comments
 (0)