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 triplelift adapter #1

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

davidwoodsandersen
Copy link

@davidwoodsandersen davidwoodsandersen commented Jan 2, 2020

  • Migrates adapter from here to new shared adapter repo, as requested by IX.
  • Adds tmax param to auction request (d803d45). There doesn't seem to be a way yet to test the configs.timeout argument via IX's system tester.
  • Hardcodes HTTPS protocol for all auction requests (5e4efe9).
  • Adds CCPA support (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).

var EventsService;
var RenderService;

//? if (DEBUG) {
Copy link

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?

Copy link
Author

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.

Copy link

@kzhouTL kzhouTL left a 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) {

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?

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

Successfully merging this pull request may close these issues.

4 participants