# Event log

Last updated: May 14, 2025

The event log allows you to easily keep track of all actions associated with a customer’s subscription.&#x20;

<figure><img src="/files/VRFYkDVKgnQwaDOZKE2V" alt=""><figcaption></figcaption></figure>

There are four possible “actors” that can make edits to a subscription:&#x20;

1. **Smartrr** – Automatic process by Smartrr
2. **Admin** – Merchant admin&#x20;
3. **Script** – Any merchant-configured scripts in subscription program
4. **API** – External partner (Integrations, migrations, etc.)&#x20;

The following actions are currently recorded in the events timeline:&#x20;

* Subscription Order Processed
* Frequency Changed
* Subscription Paused
* Subscription Cancelled
* Subscription Reactivated
* Subscription Skipped
* Subscription Unskipped
* Item Price Changed
* Shipping Price Changed
* Discount Successful
* Discount Failed&#x20;
* Discount Removed
* Address Changed
* Item Added-On
* Item Removed
* Sequential Subscription Updated
* Change Order Date
* Successful Billing Attempt
* Failed Billing Attempt
* Undo Gift
* Swap Line Item (From Member Portal)
* Update Line Item
* Create Transaction

<figure><img src="/files/0apNn4a6TlO8puvwNxAA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smartrr.com/docs/support/admin-portal/event-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
