emailAddress
Available from version | 1.8.0 |
---|---|
Necessity | required [alternative to code] |
Value type | text |
Description
The e-mail address of the user.
Alternatively, a placeholder e-mail address can be specified.
The e-mail address must match one of the registered domains of the message group.
Example
Android
JS
"managedProperty": [
{
"key": "emailAddress",
"valueString": "test.sample@company.com"
}
]
iOS
XML
<key>emailAddress</key>
<string>test.sample@company.com</string>