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

SemantIQ RTD Provider: initial release #12668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexandr-kim-vl
Copy link

@alexandr-kim-vl alexandr-kim-vl commented Jan 17, 2025

Type of change

  • Feature

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

Description of change

Adding a new RTD submodule that receives targeting data from the SemantIQ service and populates ortb2Fragments.

Maintainer: [email protected]

Module configuration

  pbjs.setConfig({
    ...
    realTimeData: {
      dataProviders: [
        {
          name: 'semantiq',
          waitForIt: true,
          params: {
            companyId: 12345,
            timeout: 1000,
          },
        },
      ],
    },
  });

@alexandr-kim-vl alexandr-kim-vl marked this pull request as draft January 22, 2025 02:18
@alexandr-kim-vl alexandr-kim-vl force-pushed the feature/semantiqRtdProvider branch 2 times, most recently from d958dd2 to 81af548 Compare January 22, 2025 10:33
@alexandr-kim-vl alexandr-kim-vl marked this pull request as ready for review January 22, 2025 11:09
@ChrisHuie ChrisHuie requested a review from osazos January 24, 2025 15:29
@ChrisHuie
Copy link
Collaborator

@alexandr-kim-vl we have fixed the build error in the current version of master if you bring in recent commits

@alexandr-kim-vl alexandr-kim-vl force-pushed the feature/semantiqRtdProvider branch from 81af548 to 98878e3 Compare January 24, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants