IdentifierMetadataResponse
ODP Node SDK / ODP / IdentifierMetadataResponse
Interface: IdentifierMetadataResponse
Defined in: src/Api/Types/Identifiers.ts:46
Properties
identifier_field_name
identifier_field_name:
string
Defined in: src/Api/Types/Identifiers.ts:54
The identifier value requested, such as a customer's email address
identifier_value
identifier_value:
string
Defined in: src/Api/Types/Identifiers.ts:50
The name of the identifier field, e.g., email
metadata
metadata:
IdentifierMetadata
Defined in: src/Api/Types/Identifiers.ts:58
An object representing the metadata associated with this identifier value
metadata_update_ts
metadata_update_ts:
null
|number
Defined in: src/Api/Types/Identifiers.ts:63
The time the metadata was last updated. Time expressed as seconds since the unix epoch.
Convert to a date with new Date(metadata_update_ts * 1000)
.
Updated 4 days ago