-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AAX Blockmeter RTD Module : Initial Release #9135
Conversation
modules/aaxBlockmeterRtdProvider.js
Outdated
|
||
const MODULE = 'aaxBlockmeter'; | ||
const ADSERVER_TARGETING_KEY = 'atk'; | ||
const BLOCKMETER_URL = 'https://c.aaxads.com/aax.js'; |
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.
Please make this a configuration param. If you fall back to it when missing, please lock it to a version. We want publishers using your module to be extremely aware there is js loaded that the project hasn't warranted or reviewed. Please also add an external js disclosure to your docs PR.
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.
Hi, @patmmccann, have done with the changes please review the changes and docs
|
||
## Description | ||
|
||
The module enables publishers to measure traffic coming from visitors using adblockers. |
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 this requires an account with AAX yes? Might be better to state that here, as it doesn't look like the module itself does much more than load the AAX script.
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.
Generally I think this looks OK as long as the intention is made clear and the proper warnings are in place with loading external JS.
* AAX Blockmeter RTD Module Release * added url in rtd configuration params as params.url * Prebid 7.21.0 release * Increment version to 7.22.0-pre * Prebid core: do not enforce valid size in bid responses (prebid#9138) * Prebid 7.22.0 release * Increment version to 7.23.0-pre * added url in rtd configuration params as params.url Co-authored-by: shubham.si <sinhashubham07@gmail.com> Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org> Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
* AAX Blockmeter RTD Module Release * added url in rtd configuration params as params.url * Prebid 7.21.0 release * Increment version to 7.22.0-pre * Prebid core: do not enforce valid size in bid responses (prebid#9138) * Prebid 7.22.0 release * Increment version to 7.23.0-pre * added url in rtd configuration params as params.url Co-authored-by: shubham.si <sinhashubham07@gmail.com> Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org> Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
Type of change
Description of change
The module enables publishers to measure traffic coming from visitors using adblockers.