From 70d4f1d823b4fa7c5f3f58ad8961e3f712267ab3 Mon Sep 17 00:00:00 2001 From: Antoine Niek Date: Tue, 30 Apr 2024 09:40:58 -0400 Subject: [PATCH] Add lmpid initial documentation --- 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' + }] + } +}); +```