Skip to content

Commit

Permalink
Prebid 9.0: delete empty file (prebid#11401)
Browse files Browse the repository at this point in the history
* Delete modules/enrichmentFpdModule.js

* Update index.md

* Update 33acrossAnalyticsAdapter.md

* Update BTBidAdapter_spec.js
  • Loading branch information
patmmccann authored and zkosanovic committed May 29, 2024
1 parent b942977 commit 933741a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
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

0 comments on commit 933741a

Please sign in to comment.