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

ShowHeroes doesn't supply its own renderer for outstream #4131

Closed
muuki88 opened this issue Aug 30, 2019 · 12 comments
Closed

ShowHeroes doesn't supply its own renderer for outstream #4131

muuki88 opened this issue Aug 30, 2019 · 12 comments
Labels

Comments

@muuki88
Copy link
Collaborator

muuki88 commented Aug 30, 2019

Undocumented behaviour

Description

The showheroes adapter introduced in #3733 doesn't support oustream, but doesn't state this in the documentation nor does it valdidate the mediaTypes.video.context

Steps to reproduce

Configure a showheroers bid

{
  code: 'adslot-1,
  mediaTypes: {
    video: {
      context: 'outstream',
      playerSize: [ [ 605, 340 ] ]
    }
  },
  bids: [
    {
      bidder: 'showheroes-bs',
      params: {
        playerId: 'xxxxxx-xxxxxx-xxxxx-xxxxx'
      }
    }
  ]
}

Expected results

  1. The adapter documentation states that only outstream is supported
  2. The adapter ignores mediaType.video if the context is oustream

Actual results

The prebid function isValidVideoBid logs an error.

ERROR: Invalid bid from showheroes-bs.
 Ignoring bid: Video bid does not have required vastUrl or renderer property

Platform details

prebid 2.30.0.

Other information

@patrickjae
Copy link

Hi!
Thanks for bringing this up. Could you please confirm the reported behavior when changing the parameter value of mediaTypes.video.playerSize to a simple list as documente here.
I.e. does the configuration

{
  code: 'adslot-1,
  mediaTypes: {
    video: {
      context: 'outstream',
      playerSize: [ 605, 340 ]
    }
  },
  bids: [
    {
      bidder: 'showheroes-bs',
      params: {
        playerId: 'xxxxxx-xxxxxx-xxxxx-xxxxx'
      }
    }
  ]
}

also not work?
Thanks,
Patrick

@muuki88
Copy link
Collaborator Author

muuki88 commented Sep 10, 2019

Hi @patrickjae 😃

Sorry for the late reply.

Changing the playerSize setting doesn't change anything. I updated the initial report with the log message.

ERROR: Invalid bid from showheroes-bs. Ignoring bid: Video bid does not have required vastUrl or renderer property

The request is sent and a response comes back, but it's not what prebid expects. I must have overlooked this line here, which indicates that outstream is supported. However I don't see any renderer specified. Doesn't showhero provide it's own renderer (video player)?

cheers,
Muki

@muuki88
Copy link
Collaborator Author

muuki88 commented Sep 17, 2019

@muuki88 muuki88 changed the title ShowHeroes only seem to support Instream ShowHeroes doesn't supply its own renderer for outstream Sep 17, 2019
@patrickjae
Copy link

Thanks for the pointers, I have passed this on to our developers, they will take over from here as soon as possible.
Best,
Patrick

@vadim-mazzherin
Copy link
Contributor

Thanks for the pointers, I'm working on this issue.

@stale
Copy link

stale bot commented Oct 1, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 1, 2019
@muuki88
Copy link
Collaborator Author

muuki88 commented Oct 1, 2019

dear stale bot. This issue is not stale. A pull request is being reviewed 😝

@stale stale bot removed the stale label Oct 1, 2019
@muuki88
Copy link
Collaborator Author

muuki88 commented Oct 1, 2019

Thanks 😚

@stale
Copy link

stale bot commented Oct 15, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 15, 2019
@muuki88
Copy link
Collaborator Author

muuki88 commented Oct 15, 2019

we'll close this ticket once the PR is merged

@stale stale bot removed the stale label Oct 15, 2019
@stale
Copy link

stale bot commented Oct 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 29, 2019
@muuki88 muuki88 closed this as completed Oct 30, 2019
@mgntrn
Copy link

mgntrn commented Nov 27, 2020

Did anyone manage to get ShowHeroes working with Prebid outstream? We're receiving bids but even though ShowHeroes is the highest bidder another bidder wins the auction. There are no console errors.

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