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

Prebid implementation of IAB Native 1.1 #378

Closed
torbenbrodt opened this issue May 25, 2016 · 2 comments
Closed

Prebid implementation of IAB Native 1.1 #378

torbenbrodt opened this issue May 25, 2016 · 2 comments
Assignees
Labels

Comments

@torbenbrodt
Copy link

I wonder if you plan any dedicated support for IAB Native 1.1 / OpenRTB 2.4.
In my interpretation the adapters currently accept "html" as placementCode
bidmanager.addBidResponse(placementCode, bid);

But instead it could accept a IAB Native object similar to

"native": {
    "link": {
        "url": "http://i.am.a/URL"
    },
    "assets": [{
        "id": 123,
        "required": 1,
        "title": {
            "text": "Learn about this awesome thing"
        }
    }, {
        "id": 124,
        "required": 1,
        "img": {
            "url": "http://www.myads.com/thumbnail1.png"
        }
    }, {
        "id": 128,
        "required": 1,
        "img": {
            "url": "http://www.myads.com/largethumb1.png"
        }
    }, {
        "id": 126,
        "required": 1,
        "data": {
            "value": "My Brand"
        }
    }, {
        "id": 127,
        "required": 1,
        "data": {
            "value": "Learn all about this awesome story of someone using myproduct."
        }
    }]
}

Pro

  • This allows to connect Native Ads more easily (plista, outbrain, Taboola & Co)
  • This allows to combine different vendors from different sources
  • Publisher could have a common layout across the different Native Ads vendors

Con

  • huge implementation efforts / could not find a javascript wrapper for IAB Native we can leverage

The current specs can be found at http://www.iab.com/wp-content/uploads/2016/01/OpenRTB-Native-Ads-Specification-Draft.pdf

As outlined this has pros and cons. What do you think about it?

@mkendall07
Copy link
Member

mkendall07 commented May 26, 2016

@torbenbrodt

We have not had the request to support this yet. Is there any bidders that currently that support it?

@protonate
Copy link
Collaborator

Closing as inactive, please reopen if additional info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants