Skip to content

Commit

Permalink
feat: add yandex id system docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chernodub committed Apr 21, 2024
1 parent 8bac533 commit 938a797
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev-docs/modules/userid-submodules/yandex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: userid
title: Yandex ID
description: Yandex User ID sub-module
useridmodule: yandexIdSystem
---

Yandex ID module is designed to improve the personalization of ads for publishers' users. This documentation provides information about the Yandex User ID module, and instructions to install it.

## Step 1. Add Yandex ID to Prebid.js package

Add the module to your Prebid.js package:

{: .alert.alert-info :}
gulp build --modules=yandexIdSystem

## Step 2. Enable Yandex ID

Include the following call to `setConfig` in your Prebid.js code:

```javascript
pbjs.setConfig({
userSync: {
userIds: [{
name: 'yandex',
bidders: ['yandex'],
}]
}
});
```

0 comments on commit 938a797

Please sign in to comment.