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

Impactify Bid Adapter: Remove use of local storage debugging flag #8693

Merged
merged 2 commits into from
Jul 15, 2022

Conversation

thomasdseao
Copy link
Contributor

As requested, we remove the use of local storage.
#8689

As requested, we remove the use of local storage.
prebid#8689
// Force impactify debugging parameter
if (window.localStorage.getItem('_im_db_bidder') != null) {
request.test = Number(window.localStorage.getItem('_im_db_bidder'));
Copy link
Collaborator

@patmmccann patmmccann Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are welcome to import storageManager and use storage.getDataFromLocalStorage, in this way, deviceAccess controls and gdpr enforcement modules will govern the access

@patmmccann patmmccann changed the title Remove use of local storage Impactify Bid Adapter: Remove use of local storage Jul 15, 2022
@patmmccann patmmccann self-assigned this Jul 15, 2022
@patmmccann patmmccann changed the title Impactify Bid Adapter: Remove use of local storage Impactify Bid Adapter: Remove use of local storage debugging flag Jul 15, 2022
@patmmccann patmmccann merged commit d73091c into prebid:master Jul 15, 2022
ahmadlob referenced this pull request in taboola/Prebid.js Jul 27, 2022
…693)

* Remove use of local storage

As requested, we remove the use of local storage.
prebid/Prebid.js#8689

* Update impactifyBidAdapter.js
ccorbo pushed a commit to ccorbo/Prebid.js that referenced this pull request Jul 27, 2022
…ebid#8693)

* Remove use of local storage

As requested, we remove the use of local storage.
prebid#8689

* Update impactifyBidAdapter.js
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
…ebid#8693)

* Remove use of local storage

As requested, we remove the use of local storage.
prebid#8689

* Update impactifyBidAdapter.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants