-
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
Rvr 2369 add trackable add ad units event #3691
Rvr 2369 add trackable add ad units event #3691
Conversation
Handled in separate PR prebid#3683
Thanks for splitting out this change from the other PR. While I was looking over the overall logic, I noticed that there is another event that's not handled by the Since we're fixing one, can you update the PR to also fix the other? |
@jsnellbaker I can do that. I will push the changes soon. |
@jsnellbaker I added |
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.
@AlessandroDG Thanks for making the updates; the browserstack tests ran fine on my end when I ran them locally.
@jsnellbaker you're welcome! |
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
* RVR-2177 - Refactor events handling * RVR-2087 - Inject pbjsGlobalVariable into rivraddon * RVR-2087 - update adapterManager dependency * RVR-2087 - Add ADD_AD_UNITS to Prebid.JS trackable events * RVR-2369 - Update package-lock.json * RVR-2369 - Revert rivrAnalyticsAdapter changed Handled in separate PR prebid#3683 * RVR-2369 - Add REQUEST_BIDS to trackable events
Type of change
Description of change
Add ADD_AD_UNITS to trackable events.
Other information
Requested by @jsnellbaker in #3683