# Orders

An Order belongs to an Advertiser, and can contain multiple Line Items as its children. To understand the organization of advertising objects, [see here](/adnuntius-advertising/admin-ui/advertising.md).&#x20;

## Creating an Order

To create a new order, [go to Orders under the Advertising section](https://admin.adnuntius.com/orders), and then click "New" in the upper right corner.

![](/files/OhNX4u8xlcIvmZNttxDS)

Start by giving your Order a **name** of your choice.&#x20;

Specify a **team** that this Order should belong to. The team determines which users in Adnuntius will be able to view this Order, while their roles determine if they can make changes to it. [Read more about teams and roles here](https://docs.adnuntius.com/adnuntius-advertising/admin-ui/users).

Specify the **Advertiser** to which this Order should belong.

If a **salesperson** is responsible for the Order then you can assign it to that user. After you've done that, you can create reports showing how much revenue they have earned, their development over time, and more. You will also find the responsible salesperson for each Order in the Order overview found here: <https://admin.adnuntius.com/orders>

If you have an **ad ops** function in your company then you can add that person to it. When you have done this you can easily keep overview of who has the responsibility for which orders.

![Overview of orders, containing among other salespeople and ad ops users](/files/-LRhkg-DKkfBsOGaneSG)

**Labels** can be added to structure reporting. Let's say you add the label "September" to a set of Orders, and then want to run a report only for this group of Orders. You can then run a report which filters on these specifically. [Read more about reports.](/adnuntius-advertising/admin-ui/queries/advertising-queries.md) Labels will also be visible in the global search results on the top center of the screen.

**Objectives** can be used to set goals for multiple Line Items collectively. Here are examples on how to use Order objectives, and how Adnuntius will behave.&#x20;

* If you have an Order with three line items, and set an Order objective of 1,000,000 viewable impressions, then all line items will stop delivering when they collectively have reached 1,000,000 viewable impressions. This can mean that each line item has delivered 333,333 viewables each, or that one line item has delivered all 1,000,000 (rules can be set on each line item to control delivery).&#x20;
* If you have an Order with three line items, and set Order objectives of 1,000,000 impressions and 1,000 clicks, then all line items will stop delivering when they collectively have reached 1,000,000 viewable impressions OR 1,000 clicks, whatever objective is reached first.&#x20;
* If you set an Order objective of 1,000,000 impressions and then a line item objective of 800,000 on one of the line items, then that line item will try to deliver 800,000 impressions while the remaining 200,000 is divided across the two other line items.&#x20;

The **objective start and end dates** determine the earliest start date and the latest end date for all line items under the Order. These rules apply:

* When you set start/end dates on an Order and then create a line item, then the Order start/end dates are applied by default to the line item.&#x20;
* The Order start/end dates will always take precedence over line item start/end dates. If you on a line item set a start date earlier than that on the Order, and/or an end date later than that on the Order, then the Order start/end dates will take precedence and cap the start/end of the line item.&#x20;

The **rate limits** can be applied to limit the number of impressions, viewable impressions or clicks each user will see per hour, day, week, month, or over the lifetime of the Order. For example, if you set an Order rate limit to 3 impressions per day, and one of two line items show 3 impressions, then the remaining line item cannot show any impressions until the next day.&#x20;

## When an Order is Created

When an Order is created you will be able to see the following tabs.

### Line Items

The line item overview gives you a list of line items created under this Order. Here you can also quickly create a new line item to reserve inventory, and create notes that can be shared with other users with access to the Order.

![Overview of line items belonging to the Order](/files/4MumYefp2h4YaFNkXWtG)

### **Order Charts**

Order charts provide you with insights into the Order's delivery. The numbers presented are the aggregated numbers across all line items belonging to that Order. You can specify the period you want to look at, the metrics important to you, and how you want the data visualized. Once you have the data interesting to you, you can also download it as an Excel file.

![Order chart example](/files/cLqfLfg5uKgx7L4hfYVE)

### **Line Item Charts**

Line item charts give you insights into the delivery of line items which are part of this Order. You can specify the period you want to look at, the metrics important to you, and how you want the data visualized. Once you have the data interesting to you, you can also download it as an Excel file.

![Example of line item overview from the Order page](/files/ImdXjR1cNQbypK02b5UA)

### Reports

Reports lets you create a report based on a [report template](/adnuntius-advertising/admin-ui/reports/reports-templates-and-schedules.md), that can be shared with others as a link. You can also schedule reports to be created regularly, and whoever should receive the reports. Once you have created a scheduled report and added a recipient, Adnuntius will automatically send reports to recipients, containing the data you have decided on using in the [report template](/adnuntius-advertising/admin-ui/reports/reports-templates-and-schedules.md).

![Screenshot showing how a scheduled report can be created](/files/hzYIUvYppSIV4l4Ptb0r)

### Traffic

The traffic tab shows you the delivery of impressions, clicks, viewables and visible impressions across the line items belonging to this order.

![Traffic stats example from the Order page.](/files/2xsPTSjzit7ARV04s8ei)

### Location

The location tab gives you the traffic to the Order broken down by country.&#x20;

![Location stats example from an Order](/files/Lv83NCjltRIcZeaxPEWK)


---

# 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://docs.adnuntius.com/adnuntius-marketplace/getting-started/abn-for-buyers/advertising/orders.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.
