Skip to content

Commit

Permalink
Merge pull request #1 from Optable/add-lmpidsystem
Browse files Browse the repository at this point in the history
lmpIdSystem: Add initial documentation
  • Loading branch information
ecdrsvc committed May 1, 2024
2 parents 9b44053 + 70d4f1d commit 0773f30
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dev-docs/modules/userid-submodules/lmpid.md
Original file line number Diff line number Diff line change
@@ -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'
}]
}
});
```

0 comments on commit 0773f30

Please sign in to comment.