-
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
Sovrn Analytics Adapter #3761
Sovrn Analytics Adapter #3761
Conversation
05850cd
to
7aefe99
Compare
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.
Can you please take a look at the change request below?
Additionally, can you please put together a docs PR (here)[https://github.com/prebid/prebid.github.io/pulls] to add your analytics adapter to the list? It should be at least this page that needs an update: https://github.com/prebid/prebid.github.io/blob/master/overview/analytics.md
modules/sovrnAnalyticsAdapter.js
Outdated
import CONSTANTS from 'src/constants.json' | ||
import {ajaxBuilder} from 'src/ajax' | ||
import * as utils from 'src/utils' | ||
import {config} from 'src/config' |
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.
In lieu of this PR #3435, any imported files within a modules file needs to use the relative style path.
Can you please update these imports accordingly?
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.
sure thing. does this apply to npm modules as well?
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.
No it should just be needed for any Prebid imports.
Created doc PR: prebid/prebid.github.io#1282 |
* Sovrn Analytics Adapter * unit test fix * use relative paths for imports
* Sovrn Analytics Adapter * unit test fix * use relative paths for imports
Type of change
Description of change
Sovrn Analytics Adapter