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

LiveIntent Identity Module: Introduce First Party ID #41

Closed
wants to merge 4 commits into from

Conversation

3link
Copy link

@3link 3link commented Apr 26, 2024

Type of change

  • Feature

Description of change

LiveIntent user ID module will be able to expose first party identifiers as fpid. In the current stage, fpid is read from either cookie jar or local storage depending in the configuration. In a future release, it can be populated from the LI user id module cookie.

Configuration to enable fpid:

"params": {
    "fpid": {
      "strategy": "cookie", // or 'html5'
      "name": "foobar"
    },
    "requestedAttributesOverrides": {'fpid': true}
}

Other information

@3link 3link changed the base branch from cm-1091 to master April 29, 2024 07:24
@3link 3link changed the title CM-1091 - fpid LiveIntent Identity Module: Introduce First Party ID Apr 29, 2024
@wi101 wi101 closed this Aug 16, 2024
@wi101 wi101 deleted the cm-1091-fpid branch August 16, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants