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

Piridsystem: New ID System for WPM #11267

Merged
merged 54 commits into from
Apr 15, 2024
Merged

Piridsystem: New ID System for WPM #11267

merged 54 commits into from
Apr 15, 2024

Conversation

decemberWP
Copy link
Contributor

Type of change

  • Feature

Description of change

This PR introduces new User ID System for WPM

Module Name: pirIDSystem
Module Type: UserID Module
Maintainer: pawel.grudzien@grupawp.pl

Integration example:

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: 'pirId',
            storage: {
                type: 'cookie',
                name: 'pirIdToken',
                expires: 7,
                refreshInSeconds: 360
            },
        }]
    }
});

wojciech-bialy-wpm and others added 30 commits August 18, 2020 11:16
Update master branch of grupawp/Prebid.js
Update tests for sspBC adapter:
- change userSync test (due to tcf param appended in v4.6)
- add tests for onBidWon and onTimeout
Update master branch of grupawp/Prebid.js
Update remote repository
Update remote repository
Update remote repository
Update remote repository
@ChrisHuie
Copy link
Collaborator

@decemberWP this looks like it is a month or so behind the current master. Pulling in recent commits should fix your errors here

@decemberWP
Copy link
Contributor Author

@ChrisHuie thanks, done

modules/pirIdSystem.js Outdated Show resolved Hide resolved
modules/pirIdSystem.js Outdated Show resolved Hide resolved
modules/pirIdSystem.js Show resolved Hide resolved
@osazos osazos self-requested a review April 15, 2024 11:32
Copy link
Collaborator

@osazos osazos left a comment

Choose a reason for hiding this comment

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

LGTM

@osazos osazos merged commit 216c690 into prebid:master Apr 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants