-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BeOp Adapter doc: Access storage explained
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,27 @@ The BeOp bidder adaptor needs an account id that you can find as a publisher, a | |
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-------------|---------|----------| | ||
| `accountId` or `networkId` | required | Your BeOp account ID | `'5a8af500c9e77c00017e4cad'` | `string` | | ||
| `networkPartnerId` | optional | Your own partner ID if you are a network | `'MY-WEBSITE-123'` | `string` | | ||
| `currency` | optional | Your currency | `'EUR'` (default) or `'USD'` | `string` | | ||
|
||
## Why BeOp Requires Storage Access in Prebid.js | ||
|
||
At BeOp, we prioritize transparency and respect for user privacy. Here’s why we request storage access: | ||
|
||
### 1. Usage of First-Party Cookies: | ||
Check failure on line 34 in dev-docs/bidders/beop.md GitHub Actions / run markdownlintTrailing punctuation in heading
|
||
|
||
We use the first-party cookie beopid exclusively. This allows us to manage session and user preferences without relying on third-party cookies, ensuring compliance with privacy standards like GDPR. | ||
|
||
### 2. Capping Features for Publishers: | ||
Check failure on line 38 in dev-docs/bidders/beop.md GitHub Actions / run markdownlintTrailing punctuation in heading
|
||
|
||
Storage access helps us enforce capping mechanisms directly on the publisher’s domain, ensuring a better user experience by limiting the frequency of ad displays. | ||
|
||
### 3. Enhanced User Interaction: | ||
Check failure on line 42 in dev-docs/bidders/beop.md GitHub Actions / run markdownlintTrailing punctuation in heading
|
||
|
||
We provide engaging voting experiences on BeOp formats. By using storage, we enable features such as resuming a voting session where the user last left off, making the interaction seamless and user-friendly. | ||
|
||
### 4. Revenue Optimization in Compliance with GDPR: | ||
Check failure on line 46 in dev-docs/bidders/beop.md GitHub Actions / run markdownlintTrailing punctuation in heading
|
||
|
||
Storage access helps us improve bidding performance by aligning with GDPR consents. This ensures that external bidders can leverage compliant data to drive better revenue outcomes for publishers. | ||
|
||
By granting storage access, publishers empower us to provide these features while respecting user privacy and enhancing the overall experience. |