-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adding the OptimeraRTD provider Doc. #3015
Conversation
2) in your browser, navigate to: | ||
|
||
``` | ||
http://localhost:9999integrationExamples/gpt/optimeraRtdProvider_example.html |
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 there is a typo here after the port number
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.
Thanks, @patmmccann. I updated it.
`gulp build --modules=optimeraRtdProvider`... | ||
``` | ||
|
||
2) Use `setConfig` to instruct Prebid.js to initilize the optimera module, as specified below. |
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.
Typo: s/b initialize
description: Optimera Optimization Targeting | ||
page_type: module | ||
module_type: rtd | ||
module_code : optimeraRTD |
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.
The module_code needs to match the file name. So this should be optimeraRtdProvider
@mcallari - since PBJS 5.0 is launched, we need you to make these changes to get you on the download page. Or alternately you can give be write permission to your fork and I'll make the changes. |
370fa43
to
59ac626
Compare
This is for the Optimera Real Time Data Module.
The main PR is here: PR #6962