Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GPP support to Beachfront doc #4728

Merged
merged 2 commits into from
Jul 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-docs/bidders/beachfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
fpd_supported: true
gdpr_supported: true
usp_supported: true
gpp_supported: true
userIds: unifiedId, identityLink, uid2, hadronId
schain_supported: true
prebid_member: true
Expand Down Expand Up @@ -88,7 +89,7 @@

Example first party data that's available to all bidders and all adunits:

```

Check failure on line 92 in dev-docs/bidders/beachfront.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Fenced code blocks should have a language specified

dev-docs/bidders/beachfront.md:92 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md040.md
pbjs.setConfig({
ortb2: {
site: {
Expand Down
Loading