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

GrowthCode ID Module: initial module release #9011

Merged
merged 13 commits into from
Sep 27, 2022
Merged

GrowthCode ID Module: initial module release #9011

merged 13 commits into from
Sep 27, 2022

Conversation

southern-growthcode
Copy link
Contributor

Type of change

  • Other - New UserID Module

Description of change

New UserId Module for GrowthCode, make the GrowthCode graph available to bidders.

Contact: chris@growthcode.io

Setup Example

pbjs.setConfig({
  userSync: {
    userIds: [{
      name: 'growthCodeId',
      params: {
          pid: 'TEST01', // Set your Partner ID here for production (obtained from Growthcode)
          publisher_id: '_sharedID',
          publisher_id_storage: 'html5'
      }
    }]
  }
});

@ChrisHuie ChrisHuie changed the title New UserId Module for GrowthCode GrowthCode ID Module: initial module release Sep 19, 2022
@ChrisHuie
Copy link
Collaborator

@southern-growthcode can you please remove the changes made to the package-lock file from this pr. Assume it is just update of release version so can also pull in recent commits

@southern-growthcode
Copy link
Contributor Author

@ChrisHuie package-lock file removed from PR. Sorry about that.

@southern-growthcode
Copy link
Contributor Author

This is the pull request for the website updates. prebid/prebid.github.io#4028

@ChrisHuie ChrisHuie requested a review from dgirardi September 27, 2022 18:07
@ChrisHuie ChrisHuie merged commit bcc6cd5 into prebid:master Sep 27, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* Initial check-in ofthe GrowthCode Adaptor

* Growthcode ID System

* Working on test module

* Tests for the growthCode Id System

* Clean up tests for GrowthCode

* Fixed the default values for shareID

* Remove Test HTML Page

* Remove file

* Updated MD file to switch client ID to partner ID
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* Initial check-in ofthe GrowthCode Adaptor

* Growthcode ID System

* Working on test module

* Tests for the growthCode Id System

* Clean up tests for GrowthCode

* Fixed the default values for shareID

* Remove Test HTML Page

* Remove file

* Updated MD file to switch client ID to partner ID
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.

3 participants