The event is used to share the user profile with the other extension. This event will be generated by the User Profile extension when the user profile is updated and persistently stored.
Key | Value Type | Optional | Description |
---|
Map | Map | No |
A map of all the user profile attributes and the attribute values. This map will contain all the user profile attributes (the most updated copy). The consumers of this data may replace the existing user profile copy that they may have with this copy. |
---|
{
EventName : "UserProfile Response Event"
EventType : "com.adobe.eventType.userProfile",
EventSource : "com.adobe.eventSource.responseProfile",
EventData: {
"userName": "John Doe"
"creditPoints": 255,
"isPaidUser": true
}
}