-
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
Nextmillenium bid adapter: Collection of statistics data #9265
Merged
+257
−1
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b00c661
changed name company
mhlm 38081ff
changed name company in test
mhlm 15bc5fd
Merge pull request #1 from prebid/master
mhlm 7c7d413
Merge branch 'prebid:master' into master
mhlm 4a3926e
Added processing of a new group_id parameter
mhlm 0665078
Added processing of a new group_id parameter
mhlm 3db3ac5
changed check parameters
mhlm 18dff75
fixed lint remarks
mhlm df8a27c
added test
mhlm 21fc771
fixed bug - lint
mhlm 81b90a7
changed test
mhlm 193a5d6
changed test - 2
mhlm 2445c0b
fixed bug - adapter
mhlm 26bfc7d
Merge branch 'prebid:master' into master
mhlm 77454b7
added logic for getting ad impressions
mhlm d7f83b0
merged
mhlm 9fed5d1
Collecting timeouts data
mhlm db0a0a0
Collecting resaponses and no_bids data
mhlm 87c81fe
changed a name function
mhlm 5a0a957
added event bidRequested
mhlm 39ed0f9
added event bidRequested
mhlm 8231065
added function initialization events
mhlm 33f3e1a
fixed bug
mhlm 83ca951
save
mhlm 0e93c31
added tests
mhlm 3560892
Added processing of the disabledSendingStatisticData parameter, which…
mhlm 463aa57
changed the name of the variables
mhlm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@patmmccann I corrected the code and now all tests pass. I don't know how to test this new functionality, all the added code does is set an event handler for the bidRequested, bidResponse, noBid and bidTimeout events. Internally, it generates a url and sends data to the server via the
utils.triggerPixel
function.If you still insist on tests, I will try to add them.
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.
@patmmccann Can you please tell me what you think about it
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.
There are no unit tests on this pr, we're hesitant to assign a reviewer before the pr is complete
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.
Seeking some feedback from others on how to test, will get back to you