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

Integration of Realvu analytics in Somo adapter #2728

Merged
merged 3 commits into from Jun 22, 2018
Merged

Integration of Realvu analytics in Somo adapter #2728

merged 3 commits into from Jun 22, 2018

Conversation

SuprPhatAnon
Copy link
Contributor

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

Integrating the RealVu Analytics Adapter into the Somo Audience Bid Adapter.

  • official adapter submission

@@ -1,5 +1,6 @@
import {getTopWindowReferrer, getTopWindowLocation} from 'src/utils';
import { registerBidder } from 'src/adapters/bidderFactory';
const realvuAnalyticsAdapter = require('modules/realvuAnalyticsAdapter.js');
Copy link
Collaborator

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?

@bretg bretg self-assigned this Jun 15, 2018
…d checking for and using the variables directly
@SuprPhatAnon
Copy link
Contributor Author

@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

Copy link
Collaborator

@bretg bretg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@bretg bretg removed their assignment Jun 22, 2018
@bretg bretg added needs 2nd review Core module updates require two approvals from the core team and removed needs review labels Jun 22, 2018
@harpere harpere added LGTM and removed needs 2nd review Core module updates require two approvals from the core team labels Jun 22, 2018
@harpere harpere merged commit 7d6504d into prebid:master Jun 22, 2018
dluxemburg pushed a commit to Genius/Prebid.js that referenced this pull request Jul 17, 2018
* 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
florevallatmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Sep 6, 2018
* 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
StefanWallin pushed a commit to mittmedia/Prebid.js that referenced this pull request Sep 28, 2018
* 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
ghost pushed a commit to devunrulymedia/Prebid.js that referenced this pull request Jan 30, 2019
* 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
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* 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
AlessandroDG pushed a commit to simplaex/Prebid.js that referenced this pull request Mar 26, 2019
* 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
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