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

Add hb_uuid and hb_cache_id back to dfp module #3668

Merged
merged 2 commits into from
Mar 26, 2019
Merged

Conversation

jaiminpanchal27
Copy link
Collaborator

Type of change

  • Bugfix

Description of change

Add hb_uuid and hb_cache_id back to dfp module
Fixes #3664

@bretg bretg added the needs 2nd review Core module updates require two approvals from the core team label Mar 22, 2019
Copy link
Member

@mkendall07 mkendall07 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for adding tests. Just add the comment and it's good to merge.

@@ -158,6 +158,9 @@ function getCustParams(bid, options) {

const optCustParams = deepAccess(options, 'params.cust_params');
let customParams = Object.assign({},
{ hb_uuid: bid && bid.videoCacheKey },
Copy link
Member

Choose a reason for hiding this comment

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

can you add a comment here with a link to the issue so folks looking at the code will understand?

@jsnellbaker jsnellbaker merged commit b9fb264 into master Mar 26, 2019
pycnvr pushed a commit to conversant/Prebid.js that referenced this pull request Apr 4, 2019
* Add hb_uuid and hb_cache_id back to module

* added comment
jacekburys-quantcast pushed a commit to jacekburys-quantcast/Prebid.js that referenced this pull request May 15, 2019
* Add hb_uuid and hb_cache_id back to module

* added comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs 2nd review Core module updates require two approvals from the core team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hb_cache_id is not set on DFP video request in Prebid 2.7
4 participants