Skip to content

Commit 706f7ca

Browse files
authored
Merge pull request #932 from IABTechLab/gdm-prevuid-hotfix
Updated PREV_UID description and Otherwise wording
2 parents de9ae42 + 62ef2db commit 706f7ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/endpoints/post-identity-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ For successfully mapped DII, the mapped object includes the properties shown in
175175
| Property | Data Type | Description |
176176
|:---------|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------|
177177
| `u` | string | The raw UID2 corresponding to the email or phone number provided in the request. |
178-
| `p` | string | One of the following:<ul><li>If the current raw UID2 has been rotated in the last 90 days: the previous value.</li><li>If the current raw UID2 is older than 90 days: `null`.</li></ul> |
178+
| `p` | string | One of the following:<ul><li>If the current raw UID2 was rotated in the last 90 days: the previous raw UID2.</li><li>Otherwise: `null`.</li></ul> |
179179
| `r` | number | The Unix timestamp (in milliseconds) that indicates when the raw UID2 might be refreshed. The raw UID2 is guaranteed to be valid until this timestamp. |
180180

181181
For unsuccessfully mapped input values, the mapped object includes the properties shown in the following table.

docs/guides/integration-snowflake.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ A successful query returns the following information for the specified DII.
156156

157157
| Column Name | Data Type | Description |
158158
|:---------------|:----------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
159-
| `UID` | TEXT | The value is one of the following:<ul><li>DII was successfully mapped: The UID2 associated with the DII.</li><li>DII was not successfully mapped: `NULL`.</li></ul> |
160-
| `PREV_UID` | TEXT | The value is one of the following:<ul><li>DII was successfully mapped and a previous UID2 exists: The previous UID2 for this DII. Previous UID2s are available for 90 days after rotation.</li><li>No previous UID2 exists or DII was not successfully mapped: `NULL`.</li></ul> |
161-
| `REFRESH_FROM` | TIMESTAMP | The value is one of the following:<ul><li>DII was successfully mapped: The timestamp (in epoch seconds) indicating when this UID2 should be refreshed.</li><li>DII was not successfully mapped: `NULL`.</li></ul> |
162-
| `UNMAPPED` | TEXT | The value is one of the following:<ul><li>DII was successfully mapped: `NULL`.</li><li>DII was not successfully mapped: The reason why the identifier was not mapped: `OPTOUT`, `INVALID IDENTIFIER`, or `INVALID INPUT TYPE`.<br/>For details, see [Values for the UNMAPPED Column](#values-for-the-unmapped-column).</li></ul> |
159+
| `UID` | TEXT | The value is one of the following:<ul><li>DII was successfully mapped: The UID2 associated with the DII.</li><li>Otherwise: `NULL`.</li></ul> |
160+
| `PREV_UID` | TEXT | The value is one of the following:<ul><li>DII was successfully mapped and the current raw UID2 was rotated in the last 90 days: the previous raw UID2.</li><li>Otherwise: `NULL`.</li></ul> |
161+
| `REFRESH_FROM` | TIMESTAMP | The value is one of the following:<ul><li>DII was successfully mapped: The timestamp (in epoch seconds) indicating when this UID2 should be refreshed.</li><li>Otherwise: `NULL`.</li></ul> |
162+
| `UNMAPPED` | TEXT | The value is one of the following:<ul><li>DII was successfully mapped: `NULL`.</li><li>Otherwise: The reason why the identifier was not mapped: `OPTOUT`, `INVALID IDENTIFIER`, or `INVALID INPUT TYPE`.<br/>For details, see [Values for the UNMAPPED Column](#values-for-the-unmapped-column).</li></ul> |
163163

164164
#### Values for the UNMAPPED Column
165165

0 commit comments

Comments
 (0)