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

Uniq BID ID analytics module #12018

Closed
wants to merge 3 commits into from

Conversation

slonofanya
Copy link

Module: uBidIdAnalyticsAdapter

This module provides Uniq ID for every bidding request.
It prevents from duplicate bidding requests from the same user.

Type of change

  • [x ] New analytics adapter

contact email: slonofanya@gmail.com

@slonofanya slonofanya changed the title Ubidid analytics module Uniq BID ID analytics module Jul 23, 2024
@patmmccann
Copy link
Collaborator

Core already does this with imp.ext.tid and source.tid.

*/
onBidCatch: function(bids) {
bids.forEach(bid => {
bid.ortb2Imp.ext.data.creativeUUID = this.generateUUID();

Check failure

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.
};

submodule(MODULE_NAME, uBidIdModule);

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants