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

GetIntent bid adapter: update to v5 requirements #7197

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

afominov
Copy link
Contributor

Type of change

  • Feature
  • Other

Description of change

Adapter adopted with Prebid v5 requirements

  • use floors module for bid floors
  • add advertiserDomains to bid response
  • support video parameters at the adunit level
  • update tests

Test parameters for validating bids

const adUnits = [
			{
				code: 'adunit-code-1',
				mediaTypes: {
					banner: {
						sizes: [[300, 250], [300, 600]],
					}
				},
				bids: [
					{
						bidder: "getintent",
						params: {
							pid: "7",
							tid: "test01",
						},
						mediaType: "banner"
					},
				],
			},
			{
				code: 'adunit-code-2',
				mediaTypes: {
					video: {
						playerSize: [320, 250],
					},
				},
				bids: [
					{
						bidder: "getintent",
						params: {
							pid: "7",
							tid: "test01",
						},
						mediaType: "video"
					},
				],
			}
		];

- use floors module for bid floors
- add advertiserDomains to bid response
- support video parameters at the adunit level
- update tests
@ChrisHuie ChrisHuie merged commit d03a458 into prebid:master Jul 20, 2021
prebidtappx pushed a commit to prebidtappx/Prebid.js that referenced this pull request Nov 15, 2021
…ebid#7197)

- use floors module for bid floors
- add advertiserDomains to bid response
- support video parameters at the adunit level
- update tests
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