You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`email`| string array |Optional*| The list of email addresses to be mapped. |
62
-
|`email_hash`| string array |Optional*| The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#email-address-normalization) email addresses to be mapped. |
63
-
|`phone`| string array |Optional*| The list of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
64
-
|`phone_hash`| string array |Optional*| 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. |
65
-
<b>* At least one of these fields must be provided</b>
59
+
| Body Parameter | Data Type | Attribute | Description |
|`email`| string array |Conditionally Required| The list of email addresses to be mapped. |
62
+
|`email_hash`| string array |Conditionally Required| The list of [Base64-encoded SHA-256](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding) hashes of [normalized](../getting-started/gs-normalization-encoding.md#email-address-normalization) email addresses to be mapped. |
63
+
|`phone`| string array |Conditionally Required| The list of [normalized](../getting-started/gs-normalization-encoding.md#phone-number-normalization) phone numbers to be mapped. |
64
+
|`phone_hash`| string array |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. |
65
+
66
66
67
67
### Request Examples
68
68
@@ -141,12 +141,12 @@ Identifiers that cannot be mapped to an advertising ID are mapped to an error ob
141
141
142
142
### Response Body Properties
143
143
144
-
| Body Parameter | Data Type |Attribute |Description |
|`email`| array of mapped DII objects |Conditionally Required |The list of mapped DII objects corresponding to the list of emails in the request. |
147
-
|`email_hash`| array of mapped DII objects | Conditionally Required| The list of mapped DII objects corresponding to the list of email hashes in the request. |
148
-
|`phone`| array of mapped DII objects |Conditionally Required |The list of mapped DII objects corresponding to the list of phone numbers in the request. |
149
-
|`phone_hash`| array of mapped DII objects |Conditionally Required |The list of mapped DII objects corresponding to the list of phone number hashes in the request. |
0 commit comments