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

Adding native parameters: body2, rating, privacyLink #3348

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

aneuway2
Copy link
Contributor

@aneuway2 aneuway2 commented Dec 3, 2018

Type of change

  • Feature
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

Description of change

Adds support for body2 rating, and privacyLink to prebid.js and the AppNexus adaptor.

  • Example implementation
var adUnits = [{
  code: 'div-id',
  mediaTypes: {
	  native: {
		  body2: {
			  required: true
		  },
		  rating: {
			  required: true
		  },
		  privacyLink: {
			  required: false
		  }
	  }
  },
  bids: [...]
}];

@jaiminpanchal27 jaiminpanchal27 added LGTM needs 2nd review Core module updates require two approvals from the core team labels Dec 5, 2018
@matthewlane matthewlane removed the needs 2nd review Core module updates require two approvals from the core team label Dec 5, 2018
@jaiminpanchal27 jaiminpanchal27 merged commit 239f180 into prebid:master Dec 10, 2018
loic-talon pushed a commit to onfocusio/Prebid.js that referenced this pull request Dec 19, 2018
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
pedrolopezmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Mar 18, 2019
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