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

Prebid 9.0: delete empty file #11401

Merged
merged 4 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion modules/33acrossAnalyticsAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ by default when Prebid is downloaded. If you are compiling from source,
this might look something like:

```sh
gulp bundle --modules=gptPreAuction,consentManagement,consentManagementGpp,consentManagementUsp,enrichmentFpdModule,gdprEnforcement,33acrossBidAdapter,33acrossIdSystem,33acrossAnalyticsAdapter
gulp bundle --modules=gptPreAuction,consentManagement,consentManagementGpp,consentManagementUsp,gdprEnforcement,33acrossBidAdapter,33acrossIdSystem,33acrossAnalyticsAdapter
```

Enable the 33Across Analytics Adapter in Prebid.js using the analytics provider `33across`
Expand Down
2 changes: 0 additions & 2 deletions modules/enrichmentFpdModule.js

This file was deleted.

3 changes: 1 addition & 2 deletions modules/fpdModule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ pbjs.setConfig({

At least one of the submodules must be included in order to successfully run the corresponding above operations.

enrichmentFpdModule
validationFpdModule
topicsFpdModule
topicsFpdModule
1 change: 0 additions & 1 deletion test/spec/modules/BTBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'modules/priceFloors.js';
import 'modules/consentManagement.js';
import 'modules/consentManagementUsp.js';
import 'modules/consentManagementGpp.js';
import 'modules/enrichmentFpdModule.js';
import 'modules/gdprEnforcement.js';
import 'modules/gppControl_usnat.js';
import 'modules/schain.js';
Expand Down