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

hb_uuid is set to undefined when running video ads #1857

Closed
amanjain opened this issue Nov 21, 2017 · 5 comments
Closed

hb_uuid is set to undefined when running video ads #1857

amanjain opened this issue Nov 21, 2017 · 5 comments

Comments

@amanjain
Copy link

We had setup video ads using the steps given in:
http://prebid.org/dev-docs/examples/jw-selfhost-example.html and
http://prebid.org/dev-docs/show-video-with-a-dfp-video-tag.html and
http://prebid.org/examples/video/jwPlayerPrebid.html

hb_uuid of cust_params is set as undefined

screen shot 2017-11-21 at 11 09 59 am

and hence we are getting 400 error. Any insights?

@GeneGenie
Copy link
Contributor

Any reactions to this? I'm having the same issue

@dbemiller
Copy link
Contributor

dbemiller commented Jan 9, 2018

did you set the config to use the cache?

pbjs.setConfig({
  /* Or whatever your preferred video cache URL is */
  cache: {
    url: 'https://prebid.adnxs.com/pbc/v1/cache'
  }
});

If you missed that step, there would be no UUID available to fetch the VAST.

@mkendall07
Copy link
Member

yeah above ^ is most likely the cause. Sorry for the confusion, I don't think we documented this change very well. We should probably also warn in this case in the console.

@GeneGenie
Copy link
Contributor

@mkendall07 I would add it near buildVideoUrl and setConfig sections.

@matthewlane
Copy link
Collaborator

Closing with #1663 and prebid/prebid.github.io#462 merged

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

No branches or pull requests

5 participants