-
Notifications
You must be signed in to change notification settings - Fork 0
EX-2549 Address upstream comments #28
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
Conversation
* Key name change from vmuid to vmcid * Change the userId key name to vmconnectid * Support new key in response payload + remain backward compatible. Co-authored-by: slimkrazy <[email protected]>
* add tagid to banner request * bump version * update test case * run tests Co-authored-by: John Salis <[email protected]>
* follow spec to parse fpd * ad unit support stub * adunit method * ad unit etc * typo * fix test * typo * change to const
Relevant changes are only in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -9,7 +9,7 @@ import { Renderer } from '../src/Renderer.js'; | |||
export const storage = getStorageManager(); | |||
|
|||
const BIDDER_CODE = 'jixie'; | |||
const EVENTS_URL = 'https://jxhbtrackers.azurewebsites.net/sync/evt?'; | |||
const EVENTS_URL = 'https://hbtra.jixie.io/sync/hb?'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did this come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upstream origin 🤷♂️
Type of change
Description of change
Address the comments from the upstream PR