From fcb1aaf1991c685564734498c5f30428d8503b44 Mon Sep 17 00:00:00 2001 From: ecdrsvc <82906140+ecdrsvc@users.noreply.github.com> Date: Thu, 2 May 2024 10:43:59 -0400 Subject: [PATCH] Add lmpid initial documentation (#5292) Co-authored-by: Antoine Niek --- dev-docs/modules/userid-submodules/lmpid.md | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dev-docs/modules/userid-submodules/lmpid.md diff --git a/dev-docs/modules/userid-submodules/lmpid.md b/dev-docs/modules/userid-submodules/lmpid.md new file mode 100644 index 0000000000..233eb0a430 --- /dev/null +++ b/dev-docs/modules/userid-submodules/lmpid.md @@ -0,0 +1,32 @@ +--- +layout: userid +title: LMPID +description: LMPID User ID sub-module +useridmodule: lmpIdSystem +--- + +The Loblaw Media Private ID (LMPID) is the Loblaw Advance identity solution deployed by its media partners. LMPID leverages encrypted user registration information to provide a privacy-conscious, secure, and reliable identifier to power Loblaw Advance's digital advertising ecosystem. + +## LMPID Registration + +If you're a media company looking to partner with Loblaw Advance, please reach out to us through our [Contact page](https://www.loblawadvance.ca/contact-us) + +## LMPID Configuration + +First, make sure to add the LMPID submodule to your Prebid.js package with: + +```bash +gulp build --modules=lmpIdSystem,userId +``` + +The following configuration parameters are available: + +```javascript +pbjs.setConfig({ + userSync: { + userIds: [{ + name: 'lmpid' + }] + } +}); +```