Session data
You can capture session data in an event that is triggered in the session, for example, a VIEW event or an ADD event. To pass session data in a custom-made deep link, place the deep link in the object.
| Attribute | Type | Description | Example | Required/optional |
|---|---|---|---|---|
session_data | JSON object | JSON Object An object of arbitrary session data. | N/A | Required |
session_data.attribute | Any of the following:
| One or many name/value pair attributes for custom session data. | "is_logged_in":true | Optional |
Example 35. Session data
If you have suggestions for improving this article, let us know!