# Activity log

The Activity Log is a unified list of your messaging activity from both the dashboard and the API. Unicast messages and messages created using Automation and Sequences are not included.

Go to **Messages**, then **Activity Log**. By default, the activity log shows message activity for the last seven days, newest messages first. To change the viewable range, select **Last 7 Days**, and then select a new time period.

To export data, click **Download CSV of Current View**. Export is limited to what appears in the displayed list. If **Show More** is present, select until the desired number of entries are listed.

You can also access activity data using the API. See [Activity Log Report](https://www.airship.com/docs/developer/rest-api/ua/operations/reports/#getactivitylogreport) in the API reference.

> **Note:** Unicast pushes are not included in the activity because they could theoretically make the log unmanageable. For example, a large app could send millions of unicast pushes in a single day, causing the activity log to be flooded with these messages and obscuring any other useful information.


The following information is available in the activity log:

| Data | Definition |
| --- | --- |
| **Message** | The name of the message. |
| **Sent** | The date, time, and time zone when the message was sent. |
| **Delivery Type** | *Experiments* are groups of messages that are part of an A/B Test. All other messages are *Engagement*. |
| **Channels** | The channels selected for delivery. |
| **Audience** | The audience selected for delivery. Click *Details* to see its value. |
| **App Notification Sends** | The number of notifications containing user-alerting elements (text, badge, sound) sent to users opted in to push. |
| **Direct App Opens** | <ul><li>Rate — A percentage calculated as *Direct App Opens* / *App Notification Sends* x 100.</li><li>Count — The number of app opens that directly resulted from this notification. Includes Landing Pages, Deep Links, URLs, and Event Tags.</li></ul> |
| **Influenced App Opens**<sup>1</sup> | <ul><li>Rate — A percentage calculated as *Influenced App Opens* / *App Notification Sends* x 100.</li><li>Count — The number of app opens that directly or indirectly resulted from your notification. See the [Push Influence Primer](https://www.airship.com/docs/guides/reports/engagement/#push-influence-primer).</li></ul> |
| **Web Sends** | The total number of web notifications sent to all devices. |
| **Web Clicks** | <ul><li>Rate — A percentage calculated as *Web Clicks* / *Web Sends* x 100.</li><li>Count — The total number of web notifications clicked on by a user.</li></ul> |
| **Rich Page Sends**<sup>1</sup> | The number of Message Center Rich Pages sent to all devices. |
| **Rich Page Views**<sup>1</sup> | <ul><li>Rate — A percentage calculated as *Rich Page Views* / *Rich Page Sends* x 100.</li><li>Count — The number of users who viewed this Message Center Rich Page at least once.</li></ul> |
<sup>1. Not applicable to web push notifications.</sup>
