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

standard bidderSettings is broken in 1.0 #1898

Closed
mkendall07 opened this issue Nov 29, 2017 · 1 comment
Closed

standard bidderSettings is broken in 1.0 #1898

mkendall07 opened this issue Nov 29, 2017 · 1 comment
Assignees

Comments

@mkendall07
Copy link
Member

Type of issue

bug

Description

Add the following to the hello world example page:

            pbjs.bidderSettings = {
                standard: {
                    bidCpmAdjustment: function (bidCpm, bid) {
                       return 10;
                    }
                  }
                };

Results in the following error:
image

Platform details

prebid-1.0 branch master

@jaiminpanchal27
Copy link
Collaborator

Fixed in #1905

@ghost ghost removed the in progress label Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants