-
Notifications
You must be signed in to change notification settings - Fork 0
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 triplelift adapter #1
base: master
Are you sure you want to change the base?
Conversation
var EventsService; | ||
var RenderService; | ||
|
||
//? if (DEBUG) { |
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.
Left over comment from debugging?
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.
I think these are macros provided in the IX adapter template, possibly for the debugger UI? They're in all the adapters in the library.
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!
@@ -0,0 +1,9 @@ | |||
//? if(FEATURES.GPT_LINE_ITEMS) { |
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.
I'm assuming the ix system uses all these?
tmax
param to auction request (d803d45
). There doesn't seem to be a way yet to test theconfigs.timeout
argument via IX's system tester.5e4efe9
).4076aa4
). Again, there is no way yet to confirm this behavior via the system tester, so IX is having these updates merged to their canary branch for live testing (example here).