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

removing references to cookieSet #994

Merged
merged 1 commit into from
Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
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: 0 additions & 1 deletion dev-docs/bidders/prebidServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ Configuration options
| `timeout` | Number | | Bidder timeout, in milliseconds; default: `1000`. |
| `syncEndpoint` | String | | Configures the user-sync endpoint. Highly recommended. |
| `adapter` | String | | Adapter code; default: `"prebidServer"`. |
| `cookieSet` | Boolean | | Set to `false` to opt out of cookieset/link rewriting. |
| `secure` | Integer | | Override Prebid Server's determination of whether the request needs secure assets. Set to `1` to force secure assets on the response, or `0` for non-secure assets. |
2 changes: 0 additions & 2 deletions dev-docs/publisher-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,6 @@ Additional information of these properties:
| `adapter` | Required | String | Adapter code for S2S. Defaults to 'prebidServer' |
| `endpoint` | Required | URL | Defines the auction endpoint for the Prebid Server cluster |
| `syncEndpoint` | Required | URL | Defines the cookie_sync endpoint for the Prebid Server cluster |
| `cookieSet` | Optional | Boolean | Defaults to `false`. If set to `true`, Prebid.js will overwrite all links on page to redirect through a persistent cookie URL and will display a footer message on Safari indicating that cookies will be placed on browsers that block 3rd party cookies. |
| `cookieSetUrl` | Optional | URL | Cluster-specific script for Safari link-rewriting |

*Currently supported vendors are: appnexus & rubicon
*Note - When using defaultVendor option, accountId and bidders properties still need to be defined.
Expand Down