-
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
LiveIntent User ID Module: Eliminating live-connect NPM Dependency. #11541
Comments
Hi @SKOCHERI @patmmccann @jdwieland8282. The proposal is as communicated in Slack. We started working on it this week. There is no PR in Prebid yet as we have to rewrite LiveConnect from scretch first. |
@3link excluding the import in geographies you don't function had a rather noticeable performance improvement; this speaks to the potential opportunity in the geographies where you do from the disentangling |
@patmmccann Do you mean bidding performance or technical (time to load the script, time to bid etc.)? |
Type of issue
Eliminating live-connect NPM dependency.
Description
The goal of this issue is to get rid of the LiveConnect NPM module dependency.
Instead, the following approach should be implemented: The LiveIntent user ID module will rely on the LiveConnect script being present on the page. This LiveConnect script will accept commands and execute them according to the configuration passed along with them (e.g. what to resolve, privacy settings, callbacks, etc.).
The user ID module implementation will look like in the snippet below:
The text was updated successfully, but these errors were encountered: