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

Media.net Adapter : Native support added #3442

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

vedantseta
Copy link
Contributor

@vedantseta vedantseta commented Jan 11, 2019

Type of change

  • Feature

Description of change

Native support added for Media.net Adapter

  • Test parameters for validating bids
var adUnits = [
        {
            code: 'div-gpt-ad-1544091247692-0',
            mediaTypes: {
                native: {
                    image: {
                        required: true,
                        sizes: [300, 250],
                        wmin: 50,
                    },
                    title: {
                        required: true,
                        len: 80
                    }
                }
            },
            bids: [
                {
                    bidder: 'medianet',
                    params: {
                        cid: '8CUX0H51C',
                        // Site member is to be used only for testing
                        site: {
                            page: 'http://smoketesting.net/prebidtest/',
                            domain: 'smoketesting.net',
                            ref: 'http://smoketesting.net/prebidtest/'
                        }
                    }
                }
            ]
        }
    ];        

@vedantseta vedantseta force-pushed the media-net-native-support branch from ab82a39 to c6f044a Compare January 18, 2019 09:52
@vedantseta
Copy link
Contributor Author

@mike-chowla can you please have a look at it

@vedantseta
Copy link
Contributor Author

@mike-chowla @mkendall07 Gentle reminder : can you please have a look at it?
Thanks

Copy link
Member

@mkendall07 mkendall07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkendall07 mkendall07 merged commit 2c04c01 into prebid:master Jan 28, 2019
pedrolopezmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Mar 18, 2019
jacekburys-quantcast pushed a commit to jacekburys-quantcast/Prebid.js that referenced this pull request May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants