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

Limelight Digital Bid Adapter: Add user sync #7560

Merged
merged 5 commits into from
Oct 18, 2021

Conversation

imedvedko
Copy link
Contributor

@imedvedko imedvedko commented Oct 11, 2021

Type of change

  • Bidder adapter related changes

Description of change

This PR adds user sync into limelight digital bid adapter

  • test parameters for validating bids
var adUnits = [{
    code: 'placementCode',
    mediaTypes: {
        banner: {
            sizes: [[300, 250]]
        }
    },
    bids: [{
        bidder: 'limelightDigital',
        params: {
            host: 'exchange.ortb.net',
            adUnitId: 0,
            adUnitType: 'banner'
        }
    }]
}];
var videoAdUnit = [{
    code: 'video1',
    sizes: [[300, 250]],
    bids: [{
        bidder: 'limelightDigital',
        params: {
            host: 'exchange.ortb.net',
            adUnitId: 0,
            adUnitType: 'video'
        }
    }]
}];

Copy link
Contributor

@musikele musikele left a comment

Choose a reason for hiding this comment

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

LGTM

@musikele musikele merged commit 7123fa2 into prebid:master Oct 18, 2021
@imedvedko imedvedko deleted the bidders/limelight/add_user_sync branch October 18, 2021 20:51
cpabst pushed a commit to sovrn/Prebid.js that referenced this pull request Jan 10, 2022
* Limelight Digital Bid Adapter: Add user sync

* improve tests

* Improve unique size checking

* fix adunit sizes

* remove unused variable
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