Skip to content

Commit

Permalink
Update renderUrl -> renderURL capitalization (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
lusayaa authored Jan 16, 2025
1 parent 2e026aa commit 2cfc38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FLEDGE_Key_Value_Server_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keys needed from request query strings and prevent potential key collision, even
though the keys may be unique across namespaces in today’s use cases.

* For a DSP, there are: `keys` and `interestGroupNames`.
* For an SSP, there are `renderUrls` and `adComponentRenderUrls`.
* For an SSP, there are `renderURLs` and `adComponentRenderURLs`.

The
[Protected Audience explainer](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#31-fetching-real-time-data-from-a-trusted-server)
Expand Down Expand Up @@ -256,13 +256,13 @@ In the request, one major difference from V1/BYOS is that the keys are now group
</td>
</tr>
<tr>
<td>renderUrls
<td>renderURLs
</td>
<td rowspan="2"><em>Similarly, sellers may want to fetch information about a specific creative, e.g. the results of some out-of-band ad scanning system. This works in much the same way, with the base URL coming from the trustedScoringSignalsUrl property of the seller's auction configuration object.</em>
</td>
</tr>
<tr>
<td>adComponentRenderUrls
<td>adComponentRenderURLs
</td>
</tr>
</table>
Expand Down

0 comments on commit 2cfc38f

Please sign in to comment.