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

podid: integer -> string #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions AdCOM v1.0 FINAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ This object signals that the placement may be a video placement and provides add
</tr>
<tr>
<td><code>podid</code></td>
<td>integer</td>
<td>string</td>
<td>Unique identifier indicating that an impression opportunity belongs to a video ad pod. If multiple impression opportunities within a bid request share the same podid, this indicates that those impression opportunities belong to the same video ad pod.</td>
</tr>
<tr>
Expand Down Expand Up @@ -1657,7 +1657,7 @@ This object signals that the placement may be an audio placement and provides ad
</tr>
<tr>
<td><code>podid</code></td>
<td>integer</td>
<td>string</td>
<td>Unique identifier indicating that an impression opportunity belongs to a video ad pod. If multiple impression opportunities within a bid request share the same podid, this indicates that those impression opportunities belong to the same video ad pod.</td>
</tr>
<tr>
Expand Down