-
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
Integration of Realvu analytics in Somo adapter #2728
Conversation
modules/somoaudienceBidAdapter.js
Outdated
@@ -1,5 +1,6 @@ | |||
import {getTopWindowReferrer, getTopWindowLocation} from 'src/utils'; | |||
import { registerBidder } from 'src/adapters/bidderFactory'; | |||
const realvuAnalyticsAdapter = require('modules/realvuAnalyticsAdapter.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.
You can't pull in other modules from an adapter. There's no build-time way to do this, and run-time loading of code isn't allowed.
It appears you're trying to link Somo and RealVu... there's not a precedence for this. Please explain the background?
…d checking for and using the variables directly
@bretg Sorry for the confusion. Somoaudience entered into an agreement with RealVu and would like to have their analytics adapter included for data collection on viewability and to also send some additional information to our bidder relating as such. I have push some changes to not required the adapter but instead look to see if the variables are initialized before doing any realvu related operations. Thank You |
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
* Integration of Realvu analytics in Somo adapter * Bug Fixes * Reworked adapter to not require or include the realvu adapter. instead checking for and using the variables directly
* Integration of Realvu analytics in Somo adapter * Bug Fixes * Reworked adapter to not require or include the realvu adapter. instead checking for and using the variables directly
* Integration of Realvu analytics in Somo adapter * Bug Fixes * Reworked adapter to not require or include the realvu adapter. instead checking for and using the variables directly
* Integration of Realvu analytics in Somo adapter * Bug Fixes * Reworked adapter to not require or include the realvu adapter. instead checking for and using the variables directly
* Integration of Realvu analytics in Somo adapter * Bug Fixes * Reworked adapter to not require or include the realvu adapter. instead checking for and using the variables directly
* Integration of Realvu analytics in Somo adapter * Bug Fixes * Reworked adapter to not require or include the realvu adapter. instead checking for and using the variables directly
Type of change
Description of change
Integrating the RealVu Analytics Adapter into the Somo Audience Bid Adapter.