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

NewspassId Bid Adapter: tid logic change and GPID Module Support #10254

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

newspassid-prebid
Copy link
Contributor

Type of change

  • Bugfix
  • Feature

Description of change

addresses #8573
added support for GPID module

  • test parameters for validating bids:

//Banner adUnit

adUnits = [{
                    code: 'id-of-your-banner-div',
			        mediaTypes: {
			          banner: {
			            sizes: [[300, 250], [300,600]]
			          }
			        },
                    bids: [{
                        bidder: 'newspassid',
                        params: {
                            publisherId: 'NEWSPASS0001', /* an ID to identify the publisher account  - required */
                            siteId: '4204204201', /* An ID used to identify a site within a publisher account - required */
                            placementId: '8000000015', /* an ID used to identify the piece of inventory - required - for appnexus test use 13144370. */
							customData: [{"settings": {}, "targeting": {"key": "value", "key2": ["value1", "value2"]}}],/* optional array with 'targeting' placeholder for passing publisher specific key-values for targeting. */                            
                        }
                    }]
                }];

-->

GPID support
removal of source.tid
to support latest adapter changes
@patmmccann patmmccann changed the title Fix for tid on NewspassId Adapter + GPID Module Support NewspassId Bid Adapter: tid logic change and GPID Module Support Jul 25, 2023
@patmmccann patmmccann merged commit 8c46315 into prebid:master Jul 25, 2023
2 checks passed
santii7395 pushed a commit to themaven-net/Prebid.js that referenced this pull request Aug 28, 2023
…bid#10254)

* adapter updates

GPID support
removal of source.tid

* updated tests

to support latest adapter changes

* MD file added
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