> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/any-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/any-x/analytics/event-calendar.md).

# Event Calendar

The AnyX Event Calendar allows you to add events to your specific e-commerce channels connected to your store. This would include any promotional and marketing events (like mega sales days, store campaigns etc.) for specific store channels where you would like to input a target on Total Revenue for the duration of this initiative.&#x20;

Through adding these target revenue amounts for promotional and marketing events, AnyX helps to automate the comparison of the actual performance against the campaign targets. This helps teams to analyse pacing of on-going activations, providing the capability to optimise and make adjustments, or to be used as learnings for future planning.

### Indexes and metric detail explained

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

<table><thead><tr><th width="211">Indexes</th><th>Calculation Method</th></tr></thead><tbody><tr><td>Target</td><td>Projected Daily Sales Estimation* + sum total of target revenues inputted across all events in the calendar.</td></tr><tr><td>Daily Sales Estimation*</td><td><p>The is defined as an estimate of total amount of revenue for the month that is expected to be made WITHOUT any special events or campaigns. So to speak, it's an estimate on “organic“ sales made without any promotional campaigns. It is called "Daily Sales Estimation" as it is a sales estimation taking into account actual daily revenue from the previous month.</p><p></p><p>How this is calculated is by taking:</p><p><strong>Total Revenue from the Previous Month - Sum of Daily Revenue from the previous month that is equal to or larger than the 3rd quartile of daily revenue in the data set.*</strong></p><p></p><p><strong>*For example:</strong></p><p>Computing this for the month of March 2023</p><p></p><p>Data set of Daily Revenue from February 2023, assuming we only had 6 days of sales for the month:</p><p>Day 1 - 1000</p><p>Day 2 - 1200</p><p>Day 3 - 1300</p><p>Day 4 - 1800</p><p>Day 5 - 1500</p><p>Day 6 - 1700</p><p></p><p>Calculating the 3rd quartile value = 1700 (<a href="https://www.calculatorsoup.com/calculators/statistics/quartile-calculator.php">https://www.calculatorsoup.com/calculators/statistics/quartile-calculator.php</a>). This means that the revenues on Day 4 and Day 6 - are equal to or larger than the 3rd quartile value.</p><p></p><p>Therefore the formula for calculating this estimate:</p><p><strong>Total Revenue from the Previous Month</strong> (1000 + 1200 +1300 + 1800 + 1500 + 1700) - <strong>Sum of Daily Revenue from the previous month that is equal to or larger than the 3rd quartile of daily revenue in the data set</strong> (1700+1800) = 5000</p><p></p><p>5000 is the estimated revenue forecast without any additional special events or campaigns for the month of March 2023.</p></td></tr><tr><td>Actual</td><td>Total actual gross revenue to date</td></tr><tr><td>Forecast</td><td>Total actual gross revenue to date + total Daily Sales Estimation* + total revenue targets of upcoming events</td></tr></tbody></table>

### How to add an event

1. **Click the "Add Event" button**

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

2. **Enter the details of the event and Target Revenue**

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

3. **Click Save**

### Editing existing Events

{% hint style="info" %}
You can only edit the Total Revenue targets for previously added events. All events added to the calendar are unique.
{% endhint %}

1. **Select the corresponding event in the calendar**

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

2. **Change the Target Revenue amount**

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

3. **Click Save**

### Checking and measuring the Target Revenue against Actual Revenue in the Sales Channel Analytics report

In the Analytics module for **Sales Channel** **Analytics** report (including the Store and Marketplace tabs) you are able to check the pacing of your actual revenue against the sum of target amounts inputted in the calendar by e-commerce channel.

The total revenue targets to be achieved are displayed as a blue dotted line in the chart visualisation. Hovering over specific dates allows you to check details around actual revenue against targets by channel.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://anymind-group.gitbook.io/any-x/analytics/event-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
