Skip to content

Commit fb32e80

Browse files
small fix
1 parent e1146d6 commit fb32e80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/endpoints/post-identity-map.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ You can include one or more of the following four parameters as a key-value pair
6363
| `phone` | array of DII objects | Conditionally Required | The list of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
6464
| `phone_hash` | array of DII objects | Conditionally Required | The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
6565

66-
#### DII Object
6766

6867
Each DII i.e. email address, email hash, phone or phone hash, is input as a DII object.
6968

@@ -116,6 +115,7 @@ The response is encrypted only if the HTTP status code is 200. Otherwise, the re
116115
:::
117116

118117
A successful decrypted response returns the raw UID2s for the specified email addresses, phone numbers, or their respective hashes in the same array order that was given.
118+
119119
Identifiers that cannot be mapped to an advertising ID are mapped to an error object with the reason for unsuccessful mapping. An unsuccessful mapping will occur if the identifier is considered invalid or if the identifier has opted out from the UID2 ecosystem. In these cases, the response status is still "success".
120120

121121
```json
@@ -154,7 +154,6 @@ Identifiers that cannot be mapped to an advertising ID are mapped to an error ob
154154
| `phone` | array of mapped DII objects | Conditionally Required | The list of mapped DII objects corresponding to the list of given phone numbers. |
155155
| `phone_hash` | array of mapped DII objects | Conditionally Required | The list of mapped DII objects corresponding to the list of given phone number hashes. |
156156

157-
#### Mapped DII Objects
158157

159158
For successfully mapped DIIs, the mapped object includes the properties shown in the following table.
160159

0 commit comments

Comments
 (0)