Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamicAdBoost Module : add to adloader list #10752

Merged
merged 30 commits into from
Nov 30, 2023
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
daf33cc
Add dynamicAdBoost Module
adxpremium Aug 21, 2023
a722740
Add dynamicAdBoost spec file
adxpremium Aug 21, 2023
82c7084
dynamicAdBoost: fix ES Lint
adxpremium Aug 21, 2023
d254968
dynamicAdBoost: ESLint fix
adxpremium Aug 21, 2023
44404f5
dynamicAdBoost: ESLint fix
adxpremium Aug 21, 2023
367511d
dynamicAdBoost: fix ESLint
adxpremium Aug 21, 2023
4a7b157
dynamicAdBoost: removed unused log warn
adxpremium Aug 24, 2023
ea1fec2
dynamicAdBoost: Fixed tests
adxpremium Aug 24, 2023
a9842d9
dynamicAdBoost: export init() function
adxpremium Aug 24, 2023
5577b5b
Delete dynamicAdBoost.md
adxpremium Aug 31, 2023
6d3c1d3
Delete dynamicAdBoost.js
adxpremium Aug 31, 2023
75fa622
Delete dynamicAdBoost_spec.js
adxpremium Aug 31, 2023
325d061
Rename dynamicAdBoost to dynamicAdBoostRtdProvider
adxpremium Aug 31, 2023
55b3a0e
dynamicAdBoost tests
adxpremium Aug 31, 2023
b3b5b9e
Added disconnect() and IO support check
adxpremium Sep 5, 2023
3d69f68
dynamicAdBoostRtdProvider: markViewad added
adxpremium Sep 11, 2023
3c3a603
dynamicAdBoostRtdProvider: markViewed added
adxpremium Sep 11, 2023
69d065b
Merge branch 'prebid:master' into master
adxpremium Sep 21, 2023
83c5b3c
Merge branch 'prebid:master' into master
adxpremium Sep 28, 2023
90a8057
Merge branch 'prebid:master' into master
adxpremium Oct 3, 2023
63c3b4e
dynamicAdBoostRtdProvider.js: observer fix
adxpremium Oct 3, 2023
ad299a8
dynamicAdBoostRtdProvider.js: observer fix
adxpremium Oct 3, 2023
7c9ffd7
dynamicAdBoostRtdProvider.js: ESLint fix
adxpremium Oct 3, 2023
1914fb0
Merge branch 'prebid:master' into master
adxpremium Oct 3, 2023
28f4e02
dynamicAdBoostRtdProvider.js: var to let
adxpremium Oct 3, 2023
5e18899
dynamicAdBoostRtdProvider.js: moved timers
adxpremium Oct 4, 2023
7645821
dynamicAdBoostRtdProvider_spec.js: using clock
adxpremium Oct 4, 2023
93f72b2
dynamicAdBoostRtdProvider_spec.js: fakeTimer
adxpremium Oct 4, 2023
78fa81c
Merge branch 'prebid:master' into master
adxpremium Nov 21, 2023
3cea172
Update adloader.js
adxpremium Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/adloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const _approvedLoadExternalJSList = [
'a1Media',
'geoedge',
'mediafilter',
'qortex'
'qortex',
'dynamicAdBoost'
]

/**
Expand Down