Skip to content
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
2 changes: 1 addition & 1 deletion dev-docs/publisher-api-reference/setConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ pbjs.setConfig({
});
```

More examples [here](/dev-docs/modules/instreamTracking.html#example-with-urlpattern).
More examples can be found in [the instream tracking module documentation](/dev-docs/modules/instreamTracking.html#example-with-urlpattern).

<a name="setConfig-site"></a>

Expand Down
2 changes: 1 addition & 1 deletion policies/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ In addition, if you are a resident of the European Economic Area, you have the f

* You may object to processing of your personal information, ask us to restrict processing of your personal information or request portability or correction of your personal information. Again, you can exercise these rights by contacting us using the contact details provided under the ["How to contact us"](#contact) heading below.
* If we have collected and processed your personal information with your consent, then you can withdraw your consent at any time. Withdrawing your consent will not affect the lawfulness of any processing we conducted prior to your withdrawal, nor will it affect processing of your personal information conducted in reliance on lawful processing grounds other than consent.
* You have the right to complain to a data protection authority about our collection and use of your personal information. For more information, please contact your local data protection authority. Contact details for data protection authorities in the European Economic Area are available [here](https://ec.europa.eu/justice/data-protection/article-29/structure/data-protection-authorities/index_en.htm).
* You have the right to complain to a data protection authority about our collection and use of your personal information. For more information, please contact your local data protection authority. Contact details for data protection authorities in the European Economic Area are available on [the EU data protection authorities website](https://ec.europa.eu/justice/data-protection/article-29/structure/data-protection-authorities/index_en.htm).

Everyone has the right to opt-out of marketing communications we send you
at any time. You can exercise this right by clicking on the "unsubscribe" or
Expand Down
2 changes: 1 addition & 1 deletion prebid-video/video-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you already have a Prebid integration for banner, you don’t need to do anyt

Your first step to implementing header bidding for video is to [download Prebid.js](/download.html). Before downloading, select the adapters you want to include. (You can add more adapters later.)

- Include at least one bid adapter that supports video. Find a list of eligible adapters [here](/dev-docs/bidders.html#bidder-video-native).
- Include at least one bid adapter that supports video. Find a list of eligible adapters in [the video bidders table](/dev-docs/bidders.html#bidder-video-native).
- If Google Ad Manager is your ad server, you must include the [Google Ad Manager Video module](/dev-docs/publisher-api-reference/adServers.dfp.buildVideoUrl.html).
- If you’ll be integrating with Prebid Server, be sure to include “Prebid Server” in the list of adapters.

Expand Down
2 changes: 1 addition & 1 deletion prebid-video/video-long-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To implement header bidding for long-form video start by [downloading Prebid.js]

Before downloading, select the adapters you want to include. (You can add more adapters later.)

- Include at least one video adapter. Find a list of available video adapters [here](/dev-docs/bidders.html#bidder-video-native).
- Include at least one video adapter. Find a list of available video adapters in [the video bidders table](/dev-docs/bidders.html#bidder-video-native).
- Include the [FreeWheel](/dev-docs/modules/freewheel.html) Ad Server module.
- Include the [Category Translation](/dev-docs/modules/categoryTranslation.html) module.
- If you’ll be integrating with Prebid Server, be sure to include “Prebid Server” in the list of adapters.
Expand Down
2 changes: 1 addition & 1 deletion prebid/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebarType: 0
{: .table .table-bordered .table-striped }
| <b>Title:</b> | How to Make Prebid the Supply Path Buyers Choose |
| <b>Date:</b> | Aug 27, 2020 |
| <b>Registration:</b> | [link](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE&regTag=&sourcepage=register) |
| <b>Registration:</b> | [event registration link](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE&regTag=&sourcepage=register) |

## Past Events

Expand Down
5 changes: 4 additions & 1 deletion prebid/native-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ This table summarizes how the 3 approaches work:
**Table 1: Native Implementation Approaches**

{: .table .table-bordered .table-striped }

| Component | AdServer-Defined Creative Scenario | AdUnit-Defined Creative Scenario | Custom Renderer Scenario |
| --- | --- |--- | --- |
| Prebid.js | mediaTypes. native.ortb | mediaTypes. native.ortb and mediaTypes.native.adTemplate contains ##macros## | mediaTypes. native.ortb and mediaTypes.native.rendererUrl |
Expand All @@ -77,11 +78,12 @@ The Prebid.js AdUnit needs to define a native mediatype object to tell bidders w
**Table 2: Prebid.js AdUnit Native MediaType Options**

{: .table .table-bordered .table-striped }

| Attribute | Scope | Description | Example | Type |
| --- | --- | --- | --- | --- |
| adTemplate | optional | Used in the ‘AdUnit-Defined Creative Scenario’, this value will contain the Native template right in the page. | See [example](#42-implementing-an-adunit-defined-template) below. | escaped ES5 string |
| rendererUrl | optional | Used in the ‘Custom Renderer Scenario’, this points to javascript code that will produce the Native template. | `'https://host/path.js'` | string |
| ortb | recommended | OpenRTB configuration of the Native assets. The Native 1.2 specification can be found [here](https://www.iab.com/wp-content/uploads/2018/03/OpenRTB-Native-Ads-Specification-Final-1.2.pdf) | { assets: [], eventtrackers: [] } | object |
| ortb | recommended | OpenRTB configuration of the Native assets. The Native 1.2 specification can be found [the OpenRTB Native Ads Specification](https://www.iab.com/wp-content/uploads/2018/03/OpenRTB-Native-Ads-Specification-Final-1.2.pdf) | { assets: [], eventtrackers: [] } | object |
| sendTargetingKeys | deprecated | (**NOTE**: not supported in 9.0 and later). Defines whether or not to send the hb_native_ASSET targeting keys to the ad server. Defaults to `false`. | `false` | boolean |

### 3.1. Prebid.js and the ORTB asset fields
Expand Down Expand Up @@ -157,6 +159,7 @@ Here's an example:
For reference, this is the table that specifies all data types:

{: .table .table-bordered .table-striped }

| Type ID | Name |
| ------- | ---- |
| 1 | sponsored |
Expand Down
3 changes: 3 additions & 0 deletions support/privacy-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Prebid Server reads the HTTP header set by Chrome and copies the value to the Op
This table may be useful to publishers trying to decide which version of Prebid.js to use to support Privacy Sandbox.

{: .table .table-bordered .table-striped }

| Prebid.js Version | Notes |
|-------------------|-------|
| 8.22| Makes Prebid FPD available to the PAAPI generateBid, scoreAds, and reportResult functions |
Expand All @@ -133,11 +134,13 @@ This table may be useful to publishers trying to decide which version of Prebid.
#### Prebid Server Versions Supporting Privacy Sandbox

{: .table .table-bordered .table-striped }

| PBS-Go Version | Notes |
|-------------------|-------|
| 0.239.0 | Basic passthrough support |

{: .table .table-bordered .table-striped }

| PBS-Java Version | Notes |
|-------------------|-------|
| 2.11| Topics and Test Labels |
Expand Down
26 changes: 13 additions & 13 deletions tools/line-item-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This tool uses a base (default) configuration as a starting point to create line
line_item_manager show config
```

You can look at the full config [here](https://github.com/prebid/line-item-manager/blob/master/line_item_manager/conf.d/line_item_manager.yml). To save time and build on the default config, create a new config file of your own using the following command:
You can look at the full config in [the example configuration](https://github.com/prebid/line-item-manager/blob/master/line_item_manager/conf.d/line_item_manager.yml). To save time and build on the default config, create a new config file of your own using the following command:

```bash
line_item_manager show config > my_config.yml
Expand Down Expand Up @@ -153,24 +153,24 @@ The create function has certain modifiers that can be used to do dry runs and te
{: .table .table-bordered .table-striped }

| Modifier | Type | Description |
|----------|------|-------------|
|--network-code | INTEGER | GAM network code, must reconcile with the network name.|
--network-name |TEXT|GAM network name, must reconcile with the network code.|
|-k, --private-key-file |PATH |Path to json GAM credentials file. [default: gam_creds.json; required]
|-s, --single-order||Create a single set of orders instead of orders per bidder. [default: False]
-b, --bidder-code |TEXT |Bidder code may be used multiple times.
-t, --test-run||Execute a limited number of line_items for testing and manual review. Please ensure that you archive the orders so as not to clash with the actual production orders and line items you wish to create. [default: False]
-n, --dry-run||Print commands that would be executed, but do not execute them. [default: False]
-q, --quiet||Logging is limited to warnings and errors. [default: False]
-v, --verbose||Verbose logging; use multiple times to increase verbosity. [default: False]
--skip-auto-archive||Upon failure or interruption, do NOT auto-archive already created orders. [default:False]
| ----------|------|-------------|
| --network-code | INTEGER | GAM network code, must reconcile with the network name. |
| --network-name |TEXT|GAM network name, must reconcile with the network code. |
| -k, --private-key-file |PATH |Path to json GAM credentials file. [default: gam_creds.json; required] |
| -s, --single-order||Create a single set of orders instead of orders per bidder. [default: False] |
| -b, --bidder-code |TEXT |Bidder code may be used multiple times. |
| -t, --test-run||Execute a limited number of line_items for testing and manual review. Please ensure that you archive the orders so as not to clash with the actual production orders and line items you wish to create. [default: False] |
| -n, --dry-run||Print commands that would be executed, but do not execute them. [default: False] |
| -q, --quiet||Logging is limited to warnings and errors. [default: False] |
| -v, --verbose||Verbose logging; use multiple times to increase verbosity. [default: False] |
| --skip-auto-archive||Upon failure or interruption, do NOT auto-archive already created orders. [default:False] |

### Commands for _line_item_manager_

{: .table .table-bordered .table-striped }

| Modifier | Description |
|----------|-------------|
| ----------|-------------|
|create|Create line items|
|show|Show resources. Options: "config" or "bidders" |

Expand Down
1 change: 1 addition & 0 deletions troubleshooting/troubleshooting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ This will add two types of messages to your browser’s developer console:
"Prebid.js message log"){: height="50%" width="50%" :}

{: .table .table-bordered .table-striped }

| Message | Description |
| :---- |:--------|
| Calling bidder | When Prebid.js sends out bid requests, this message is logged |
Expand Down