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

transaction and request ID clarifications #153

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 OpenRTB v3.0 FINAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ NOTE: Attributes `ds`, `dsmap`, `cert`, and `digest` support digitally signed b
<tr>
<td><code>tid</code></td>
<td>string; recommended</td>
<td>Transaction ID that must be common across all participants throughout the entire supply chain of this transaction. This also applies across all participating exchanges in a header bidding or similar publisher-centric broadcast scenario.</td>
<td>Transaction ID, generated by the publisher or agent originating an ad request for the end user, that must be common across all participants in this bid request (e.g., all exchanges participating in a header bidding or similar publisher-centric broadcast scenario). It should not be assumed that this ID uniquely identifies 1 biddable impression opportunity, unless that's all that exists on the bid request. Any podded audio/video bid request or multi-impression bid request may reflect multiple concurrent biddable impression opportunities. To uniquely identify those, consider using <a href="https://github.com/InteractiveAdvertisingBureau/openrtb/blob/master/extensions/community_extensions/per-imp-tids.md">per-impression transaction IDs</a>.</td>
</tr>
<tr>
<td><code>ts</code></td>
Expand Down
2 changes: 1 addition & 1 deletion supplychainobject.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This object is associated with a SupplyChain object as an array of nodes. These
<tr>
<td>rid</td>
<td>String; optional</td>
<td>The OpenRTB RequestId of the request as issued by this seller.</td>
<td>The OpenRTB RequestId of the bid request as issued by the advertising system associated with this Supply Chain Node.</td>
</tr>
<tr>
<td>name</td>
Expand Down