> For the complete documentation index, see [llms.txt](https://docs.relevant-digital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevant-digital.com/general-platform/user-management/sales-users-and-sales-portfolios.md).

# Sales Users and Sales Portfolios

This article explains how to set up sales users in Relevant Yield and assign them specific sales portfolios. It covers how to create the user, manage portfolios and edit access rights.

### Sales User Role

A **Sales user** is an external user role, similar to a [**Publisher user**](/general-platform/user-management/publisher-users.md). Sales users can filter advertisers assigned to them, allowing them to track how well those advertisers are performing within their area of responsibility.

This can be particularly useful for reporting on revenue channels such as deals, OpenRTB, or direct campaigns, broken down by website, for example. Sales users can also combine advertiser reporting with trend reporting to analyse advertiser performance and identify potential new leads based on OpenRTB spend across different websites.

### Setting Up Sales Users Across Multiple Publisher Accounts

A **Sales user** is a special type of external user with access to one or more Publisher accounts.

{% stepper %}
{% step %}

## Create a Publisher account

Create a [**Publisher account**](/general-platform/inventory-management/adding-a-new-publisher-account.md) called Sales, which includes users but no websites.
{% endstep %}

{% step %}

## Add Sales users

Once created, add Sales users in the same way as [Publisher users](/general-platform/user-management/publisher-users.md). When setting up the user, you can choose to grant them access to all the relevant Publisher accounts.

![Näyttökuva 2025-07-16 kello 12.54.39](/files/abd7e8e4b8dd312d75bf6b772bb41105b60de5a0)
{% endstep %}

{% step %}

## Define accessible dimensions and metrics

Remember to define under the Sales Publisher account which dimensions and metrics the Sales users should be able to access in their reports.

![Näyttökuva 2025-07-16 kello 12.58.25](/files/d76975d33487f67d3382fc1b82837c1ba638b915)
{% endstep %}
{% endstepper %}

### Build Sales Users' Portfolios

Once a Sales user has been created, you can build their portfolio by going to **Global Settings → Users and Portfolios**.

![Näyttökuva 2025-07-16 kello 12.07.15](/files/302804259c64e608d23f8c49fcd5011bc18b58d4)

To add advertisers for Sales users, click the pencil icon next to the user. A new window will open. In the left-hand side, you can search for advertisers by name. Click **Add** to include them in the list on the right-hand side.

When adding an advertiser to the portfolio, you can choose whether the advertiser should be assigned to the Sales user for a specific time period or remain permanently linked. On the right-hand side, you can view the Sales user’s previous, current, and future advertisers, and you also have the option to move or remove advertisers from their portfolio.

![Näyttökuva 2025-07-16 kello 12.40.28](/files/62b25635a6c4841fa0a7a3333e7f97893f97199e)

### Reporting on a Sales Portfolio

To see how a specific Sales user is performing, you can add the **Sales rep.** dimension to your report. By ticking the box **Filter by my advertisers** at the top of the report settings, you can filter the data based on your own sales portfolio.

![Näyttökuva 2025-07-16 kello 12.46.52](/files/c6d24a0014703ff127ab85bd137bd8d754f46539)


---

# 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://docs.relevant-digital.com/general-platform/user-management/sales-users-and-sales-portfolios.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.
