Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@vzm/verizon-media-connectid
Advanced tools
Sync hashed emails to a Verizon Media ConnectID and other user identifiers
The Verizon Media ConnectID is designed to enable ad tech platforms to recognize and match users consistently across the open web. The Verizon Media ConnectID is built on top of Verizon Media's robust and proprietary ID Graph, delivering a higher find rate of audiences on publishers' sites user targeting. This module is compatible with all major browsers and IE11.
ALL INTEGRATIONS MUST BE APPROVED AND REGISTERED prior to use by the Verizon Media Account team. Contact your account manager for more information.
All use of the Verizon Media ConnectID, associated APIs, code, and scripts and data are subject to the Verizon Media Master Terms and Conditions and the Verizon Media ConnectID Addendum. Advertiser uses are subject to the Verizon Media Pixel and Custom Audience Policy.
Install the package into the project using npm by running the following command in the terminal.
npm install @vzm/verizon-media-connectid
Add one of the following into the source code. The module includes source code written in ES6 in the src directory as well as transpiled and minified into ES5 in the dist directory.
Get the Verizon Media ConnectID by adding the following into the source code. Please note it must be run on the first party domain of the website.
// code running on a first party domain ...
const params = {
pixelId: ..., // publisher specific pixel id
email: ..., // raw or a SHA-256 hashed of a lowercase and trimmed of
// white space email address
gdpr: ..., // true if user is under gdpr jurisdiction, otherwise false
gdpr_consent: ... // gdpr consent string (required if gdpr is true)
};
const callback = ids => {
// ids is a map of id type to value, for example {connectid: 'abc123'}
// pass ids.connectid in request to ad server
};
connectId.getIds(params, callback);
If a raw email is provided then a SHA-256 hash of the raw email will be used for syncing and local storage.
FAQs
Sync hashed emails to a Verizon Media ConnectID and other user identifiers
The npm package @vzm/verizon-media-connectid receives a total of 3 weekly downloads. As such, @vzm/verizon-media-connectid popularity was classified as not popular.
We found that @vzm/verizon-media-connectid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.