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

adxcgBidAdapter: updated backend protocol #7747

Closed
wants to merge 2 commits into from
Closed

adxcgBidAdapter: updated backend protocol #7747

wants to merge 2 commits into from

Conversation

adxcgcom
Copy link
Contributor

Type of change

  • Feature

Description of change

Change of backend integration protocol from internal to official openrtb 2.5

  • test parameters for validating bids
{
 var adUnits = [{
                    code: 'banner-ad-div',
                    mediaTypes: {
                        banner: {
                            sizes: [
                                [300, 250],
                                [300, 600]
                            ]
                        }
                    },
                    bids: [{
                        bidder: 'adxcg',
                        params: {
                            adzoneid: '1'
                        }
                    }]
                }, {
                    code: 'native-ad-div',
                    mediaTypes: {
                        native: {
                             image: {
                                sendId: false,
                                required: false,
                                sizes: [127, 83]
                            },
                            icon: {
                                sizes: [80, 80],
                                required: false,
                                sendId: true,
                            },
                            title: {
                                sendId: false,
                                required: false,
                                len: 75
                            },
                            body: {
                                sendId: false,
                                required: false,
                                len: 200
                            },
                            cta: {
                                sendId: false,
                                required: false,
                                len: 75
                            },
                            sponsoredBy: {
                                sendId: false,
                                required: false
                            }
                        }
                    },
                    bids: [{
                            bidder: 'adxcg',
                            params: {
                                adzoneid: '2379'
                            }                        
                    }]
            },
            {
                code: 'video-div',
                mediaTypes: {
                    video: {
                            playerSize: [640, 480],
                            context: 'instream',
                            mimes: ['video/mp4'],
                            protocols: [2, 3, 5, 6, 8],
                            playback_method: ['auto_play_sound_off'],
			                maxduration: 100,
                            skip: 1
                        }
                },
                bids: [{
                    bidder: 'adxcg',
                    params: {
                        adzoneid: '20'                       
                    }
                }]
            }
        ];
}

Be sure to test the integration with your adserver using the Hello World sample page.

  • contact email of the adapter’s maintainer info@adxcg.com
  • official adapter submission

@adxcgcom adxcgcom changed the title updated adxcgBidAdapter -updated backend protocol adxcgBidAdapter: updated backend protocol Nov 22, 2021
@ChrisHuie
Copy link
Collaborator

@adxcgcom can you please remove the package-lock file from this pr?

@adxcgcom adxcgcom closed this Nov 23, 2021
@adxcgcom adxcgcom deleted the adxcg-bidderopenrtb-v5-1 branch November 23, 2021 20:38
@adxcgcom
Copy link
Contributor Author

adxcgcom commented Nov 23, 2021

cleaned and added new PR in #7750

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.

3 participants