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
12 changes: 7 additions & 5 deletions _includes/default-keyword-targeting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Default Keyword Targeting

{: .table .table-bordered .table-striped }
| Default Key | Scope | Description | Example |
| :---- |:---- | :---- | :---- |
| `hb_pb` | Required | The price bucket. Used by the line item to target. | `2.10` |
| `hb_adid` | Required | The ad Id. Used by the ad server creative to render ad. | `234234` |
| `hb_bidder` | Required | The bidder code. Used for logging and reporting to learn which bidder has higher fill rate/CPM. | `rubicon` |

| Default Key | Scope | Description | Example |
| :---- |:---- | :---- | :---- |
| `hb_pb` | Required | The price bucket. Used by the line item to target. | `2.10` |
| `hb_adid` | Required | The ad Id. Used by the ad server creative to render ad. | `234234` |
| `hb_bidder` | Required | The bidder code. Used for logging and reporting to learn which bidder has higher fill rate/CPM. | `rubicon` |
11 changes: 7 additions & 4 deletions _includes/send-all-bids-keyword-targeting.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Send-All-Bids Keyword Targeting

**Important:** Google Ad Manager has a key-value key character [limit](https://support.google.com/dfp_premium/answer/1628457?hl=en#Key-values) of up to **20 characters**. Some of the keys without truncation will exceed 20 chars. Prebid.js automatically truncates the key length to 20 characters. For example, `hb_adid_longBidderName` is truncated to `hb_adid_longBidderNa` (`me` is truncated). Note that the key is case-sensitive. To get the exact key-value keys for each bidder, find them at [Bidder Params](/dev-docs/bidders.html).

{: .table .table-bordered .table-striped }
| Default Key | Scope | Description | Example |
| :---- |:---- | :---- | :---- |
| `hb_pb_BIDDERCODE` | Required | The price bucket. Used by the line item to target. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_pb_rubicon` = `2.10` |
| `hb_adid_BIDDERCODE` | Required | The ad Id. Used by the ad server creative to render ad. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_adid_longBidderNa` = `234234` |

| Default Key | Scope | Description | Example |
| :---- | :---- | :---- | :---- |
| `hb_pb_BIDDERCODE` | Required | The price bucket. Used by the line item to target. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_pb_rubicon` = `2.10` |
| `hb_adid_BIDDERCODE` | Required | The ad Id. Used by the ad server creative to render ad. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_adid_longBidderNa` = `234234` |
| `hb_size_BIDDERCODE` | Optional | This is not required for adops. Case sensitive and truncated to 20 chars. | `hb_size_appnexus` = `300x250` |
6 changes: 3 additions & 3 deletions adops/setting-up-prebidjs-with-Smart-Ad-Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Proceed as follows:
- Make sure you specify the timeout; the timeout is the maximum time to wait until the Smart AdServer ad call is executed - even if some partners have not responded yet.
- Implement the Prebid.js file on the site.

This step is also documented [here](https://support.smartadserver.com/s/article/Holistic-Setup#implement-wrapper).
This step is also documented [Smart AdServer setup documentation](https://support.smartadserver.com/s/article/Holistic-Setup#implement-wrapper).

### Step 2 - Implement Smart AdServer’s tag

Smart AdServer’s OneCall tagging is strongly recommended. With OneCall, you can set header bidding data per `tagId`. The `tagId` is the Id of the container (`<div>`), where the ad will be displayed. The `tagId` format is `sas_<formatId>`. e.g. `sas_1234`.

Make sure you use Smart AdServer’s **new OneCall tagging**, which uses POST requests with all the necessary information in the request body; simply check if you see the `formats` array in your tag. If you see `formatId`, you are still dealing with an old tag - in this case, get back to your service contact at Smart AdServer.

For samples of both the new and legacy OneCall as well as a full implementation example, read [here](https://support.smartadserver.com/s/article/Holistic-Setup#onecall).
For samples of both the new and legacy OneCall as well as a full implementation example, read [OneCall documentation](https://support.smartadserver.com/s/article/Holistic-Setup#onecall).

**Additional resources**:

Expand All @@ -63,7 +63,7 @@ Things to keep in mind for the Setup in [Smart AdServer’s UI](https://manage.s
- The Holistic+ feature must be enabled on the network.
- You must use the official and Holistic RTB+ script templates in the insertions.

For more details, read [here](https://support.smartadserver.com/s/article/Holistic-Setup#setup-ui).
For more details, read [setup instructions](https://support.smartadserver.com/s/article/Holistic-Setup#setup-ui).

### Step 4 - Get reporting

Expand Down
2 changes: 1 addition & 1 deletion faq/prebid-server-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ The supply chain is meant to track financial arrangements, and PBS is basically

Generally, people and companies will work on features and bug fixes that directly affect them. The process is:

1. If there's not already an issue tracking the work, create an issue in the PBS-Go repo [here](https://github.com/prebid/prebid-server/issues/new). Note: we track enhancement requests in the PBS-Go repo. If it's a bug that affects PBS-Java only, then you can open the issue [here](https://github.com/prebid/prebid-server-java/issues/new).
1. If there's not already an issue tracking the work, create an issue in the PBS-Go repo [the PBS-Go issue tracker](https://github.com/prebid/prebid-server/issues/new). Note: we track enhancement requests in the PBS-Go repo. If it's a bug that affects PBS-Java only, then you can open the issue [the PBS-Java issue tracker](https://github.com/prebid/prebid-server-java/issues/new).
2. The issue should describe what you're planning to build/fix. We'll want to review any interfaces, config options, or metrics for consistency.
3. After getting approval (if needed), you'll make a Pull Request against the appropriate repo, whether PBS-Go or PBS-Java. Be sure to have read the contribution guidelines for [PBS-Go](https://github.com/prebid/prebid-server/tree/master/docs/developers) or [PBS-Java](https://github.com/prebid/prebid-server-java/tree/master/docs/developers).
4. The core team will review your PR.
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> | [event registration 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](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE&regTag=&sourcepage=register) |

## Past Events

Expand Down