Skip to content

Commit

Permalink
Merge pull request #747 from IABTechLab/gwh-APIDOCS-2634-05-uid2-mino…
Browse files Browse the repository at this point in the history
…r-edits

minor edits from EUID parity on ref-info docs
  • Loading branch information
genwhittTTD authored Oct 23, 2024
2 parents 0984808 + c4dbe9d commit 8358ca8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/guides/operator-guide-aws-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ The following table includes some additional commands that might help you manage
| Action | Command |
| :--- | :--- |
| Provides a detailed explanation of what will be rotated. | `sudo logrotate -f /etc/logrotate.conf --debug` |
| Runs one iteration of `logrotate` manually, without changing the scheduled interval. | `sudo logrotate -f /etc/logrotate.conf --force` |
| Reloads `syslog-ng`. | `sudo /usr/sbin/syslog-ng-ctl reload` |
| Runs one iteration of `logrotate` manually, without changing the scheduled interval. | `sudo logrotate -f /etc/logrotate.conf --force` |
| Reloads `syslog-ng`. | `sudo /usr/sbin/syslog-ng-ctl reload` |

## Technical Support

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/operator-private-gcp-confidential-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Provide values for the input parameters, as needed, in the `terraform.tfvars` fi
| `network_name` | `string` | `uid-operator` | no | The VPC resource name (also used for rules/ instance tags). |
| `min_replicas` | `number` | `1` | no | Indicates the minimum number of replicas you want to deploy. |
| `max_replicas` | `number` | `5` | no | Indicates the maximum number of replicas you want to deploy. |
| `uid_operator_key_secret_name` | `string` | `"secret-operator-key"` | no | The name that you specify for your operator key secret. The Terraform template creates a secret in the GCP Secret Manager to hold the `uid_operator_key` value. You can define the name; for example, `uid2-operator-operator-key-secret-integ`. |
| `uid_operator_key_secret_name` | `string` | `"secret-operator-key"` | no | The name that you specify for your operator key secret. The Terraform template creates a secret in the GCP Secret Manager to hold the `uid_operator_key` value. You can define the name; for example, `uid2-operator-operator-key-secret-integ`. |
| `debug_mode` | `bool` | `false` | no | Do not set to `true` unless you are working with the UID2 team to debug an issue. In any other circumstances, if you set this flag to `true`, attestation will fail. |

#### Run Terraform
Expand Down
20 changes: 10 additions & 10 deletions docs/ref-info/glossary-uid.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import Link from '@docusaurus/Link';
**N**
<a href="#gl-normalize">Normalize</a>
**O**
**O**
<a href="#gl-open-operator">Open Operator</a> |
<a href="#gl-operator">Operator</a> |
<a href="#gl-operator-key">Operator key</a> |
Expand Down Expand Up @@ -124,8 +124,8 @@ import Link from '@docusaurus/Link';
<dd>Advertising token is another term for a <a href="#gl-uid2-token">UID2 token</a>.</dd>

<dt><MdxJumpAnchor id="gl-api-key"><a href="#gl-api-key">API key</a></MdxJumpAnchor></dt>
<dd>Each UID2 <a href="/docs/intro#participants">participant</a> using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the client secret (API secret). The client secret is known only to the participant and the UID2 service.</dd>
<dd>For details, see <a href="/docs/getting-started/gs-credentials">UID2 Credentials</a>.</dd>
<dd>Each UID2 <a href="../intro#participants">participant</a> using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the client secret (API secret). The client secret is known only to the participant and the UID2 service.</dd>
<dd>For details, see <a href="../getting-started/gs-credentials">UID2 Credentials</a>.</dd>

<dt><MdxJumpAnchor id="gl-api-secret"><a href="#gl-api-secret">API secret</a></MdxJumpAnchor></dt>
<dd>See <a href="#gl-client-secret">client secret</a>.</dd>
Expand Down Expand Up @@ -164,19 +164,19 @@ import Link from '@docusaurus/Link';
<dd>For details, see <a href="../getting-started/gs-credentials#subscription-id-and-public-key">Subscription ID and Public Key</a>.</dd>

<dt><MdxJumpAnchor id="gl-client-secret"><a href="#gl-client-secret">Client secret</a></MdxJumpAnchor></dt>
<dd>Each UID2 <a href="/docs/intro#participants">participant</a> using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the client secret (API secret). The client secret is known only to the participant and the UID2 service.</dd>
<dd>For details, see <a href="/docs/getting-started/gs-credentials">UID2 Credentials</a>.</dd>
<dd>Each UID2 <a href="../intro#participants">participant</a> using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the client secret (API secret). The client secret is known only to the participant and the UID2 service.</dd>
<dd>For details, see <a href="../getting-started/gs-credentials">UID2 Credentials</a>.</dd>

<dt><MdxJumpAnchor id="gl-client-server"><a href="#gl-client-server">Client-server integration</a></MdxJumpAnchor></dt>
<dd>One of the UID2 <a href="#gl-integration-approaches">integration approaches</a> is to integrate partially on the client side and partially on the server side (client-server).</dd>
<dd>For example, in a client-server integration for a publisher, the UID2 token is generated on the server side and refreshed on the client side.</dd>
<dd>Examples of documentation for publisher client-server integrations: <a href="../guides/integration-prebid-client-server">UID2 Client-Server Integration Guide for Prebid.js</a>, <a href="../guides/integration-javascript-client-server">Client-Server Integration Guide for JavaScript</a>, <a href="../guides/integration-mobile-client-server">UID2 Client-Server Integration Guide for Mobile</a>.</dd>
<dd>Examples of documentation for publisher client-server integrations:<br/>- <a href="../guides/integration-prebid-client-server">UID2 Client-Server Integration Guide for Prebid.js</a><br/>- <a href="../guides/integration-javascript-client-server">Client-Server Integration Guide for JavaScript</a><br/>- <a href="../guides/integration-mobile-client-server">UID2 Client-Server Integration Guide for Mobile</a></dd>

<dt><MdxJumpAnchor id="gl-client-side"><a href="#gl-client-side">Client-side integration</a></MdxJumpAnchor></dt>
<dd>One of the UID2 <a href="#gl-integration-approaches">integration approaches</a> is to integrate entirely on the client side.</dd>
<dd>In a client-side integration, UID2 tokens are generated and refreshed on the client side.</dd>
<dd>For example, in a client-side integration, advertisers generate UID2 tokens on the client side for tracking pixels, and publishers generate UID2 tokens on the client side for bidstream use, as well as refreshing the tokens.</dd>
<dd>Examples of documentation for publisher client-side integrations: <a href="../guides/integration-prebid-client-side">UID2 Client-Side Integration Guide for Prebid.js</a>, <a href="../guides/integration-javascript-client-side">Client-Side Integration Guide for JavaScript</a>, <a href="../guides/integration-mobile-client-side">UID2 Client-Side Integration Guide for Mobile</a>.</dd>
<dd>Examples of documentation for publisher client-side integrations:<br/>- <a href="../guides/integration-prebid-client-side">UID2 Client-Side Integration Guide for Prebid.js</a><br/>- <a href="../guides/integration-javascript-client-side">Client-Side Integration Guide for JavaScript</a><br/>- <a href="../guides/integration-mobile-client-side">UID2 Client-Side Integration Guide for Mobile</a></dd>

<dt><MdxJumpAnchor id="gl-closed-operator"><a href="#gl-closed-operator">Closed Operator</a></MdxJumpAnchor></dt>
<dd>Closed Operator is another term for a <a href="#gl-private-operator">Private Operator</a>.</dd>
Expand All @@ -200,7 +200,7 @@ import Link from '@docusaurus/Link';

<dt><MdxJumpAnchor id="gl-core-service"><a href="#gl-core-service">Core Service</a></MdxJumpAnchor></dt>
<dd>The UID2 Core Service is a centralized service that manages access to <a href="#gl-salt">salts</a>, encryption keys, and other relevant data in the UID2 ecosystem.</dd>
<dd>For an overview of all the UID2 services, see <a href="/docs/intro#components">Components</a>.</dd>
<dd>For an overview of all the UID2 services, see <a href="../intro#components">Components</a>.</dd>

</dl>

Expand All @@ -210,7 +210,7 @@ import Link from '@docusaurus/Link';

<dt><MdxJumpAnchor id="gl-data-provider"><a href="#gl-data-provider">Data provider</a></MdxJumpAnchor></dt>
<dd>In the context of UID2, a data provider is any entity that provides data and measurement services relating to advertising, such as a data partner, measurement partner, or offline measurement provider.</dd>
<dd>For details, see <a href="/docs/intro#participants">participant</a> (Data Providers).</dd>
<dd>For details, see <a href="../intro#participants">participant</a> (Data Providers).</dd>

<dt><MdxJumpAnchor id="gl-demand-side-platform"><a href="#gl-demand-side-platform">Demand-side platform</a></MdxJumpAnchor></dt>
<dd>A demand-side platform (DSP) provides services to companies that want to buy digital advertising, such as advertisers, brands, and media agencies.</dd>
Expand Down Expand Up @@ -389,7 +389,7 @@ import Link from '@docusaurus/Link';
<dd>There are just over one million salt buckets, and each email address or phone number is assigned to a specific bucket in a deterministic manner. However, this assignment is not permanent; it might change when the bucket's current secret salt is rotated to a new value.</dd>

<dt><MdxJumpAnchor id="gl-salt-bucket-id"><a href="#gl-salt-bucket-id">Salt bucket ID</a></MdxJumpAnchor></dt>
<dd>A salt bucket ID is a unique string of characters that identifies a specific <a href="#gl-salt-bucket">Salt bucket</a>. The salt bucket ID can be used to check which salt buckets have recently had their salt values updated, indicating which emails or phone numbers need their raw UID2 values regenerated.</dd>
<dd>A salt bucket ID is a unique string of characters that identifies a specific <a href="#gl-salt-bucket">salt bucket</a>. The salt bucket ID can be used to check which salt buckets have recently had their salt values updated, indicating which emails or phone numbers need their raw UID2 values regenerated.</dd>
<dd>For an example of a salt bucket ID, see the response to the `POST /identity/buckets` endpoint: <a href="../endpoints/post-identity-buckets#decrypted-json-response-format">Decrypted JSON Response Format</a>.</dd>

<dt><MdxJumpAnchor id="gl-salted-hash"><a href="#gl-salted-hash">Salted hash</a></MdxJumpAnchor></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/summary-sdks.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following table summarizes the functionality available with each SDK.

&ast;Advertisers and Data Providers who need to generate raw UID2s from DII can also do this via Snowflake (see [Snowflake Integration Guide](../guides/snowflake_integration.md)) or by using the [POST&nbsp;/identity/map](../endpoints/post-identity-map.md) endpoint.

<!-- &#9989; = Supported | &#10060; = Not Supported | &#8212; = Not Supported -->
<!-- &#9989; = Supported | &#8212; = Not Supported -->

## SDK Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import Link from '@docusaurus/Link';
**N**
<a href="#gl-normalize">Normalize</a>
**O**
**O**
<a href="#gl-open-operator">Open Operator</a> |
<a href="#gl-operator">Operator</a> |
<a href="#gl-operator-key">Operator key</a> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SDK の機能を確認して使用する SDK を決定し、SDK の表をクリ

&ast;DII から raw UID2 を生成する必要がある広告主およびデータプロバイダは Snowflake ([Snowflake Integration Guide](../guides/snowflake_integration.md) を参照してください) または [POST&nbsp;/identity/map](../endpoints/post-identity-map.md) エンドポイントを使用することができます。

<!-- &#9989; = Supported | &#10060; = Not Supported | &#8212; = Not Supported -->
<!-- &#9989; = Supported | &#8212; = Not Supported -->

## SDK Documentation

Expand Down

0 comments on commit 8358ca8

Please sign in to comment.