---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/direct/doc/en/concepts/glossary.md
  - https://yandex.com/dev/direct/doc/ru/concepts/glossary.md
  - href: en/concepts/glossary.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/dg/concepts/glossary.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/en/llms.txt

# List of terms

#### OAuth token{#oauth}

A code that grants the [application](#app) access to the [user's](#user) data.  The token is a string with encoded data: the username, the application ID, and the set of action permissions granted to the application.

The OAuth token must be specified in every request sent to the Yandex Direct API.

See the section [Access tokens](https://yandex.com/dev/direct/doc/en/concepts/auth-token.md).

#### Access token{#auth-token}

The same as an [OAuth token](#oauth).

#### Client{#client}

An advertiser or advertising agency.

Advertisers are divided into direct advertisers and agency clients.

The client identifier is `ClientId`.

See the [Client](https://yandex.com/dev/direct/doc/en/objects/client.md) section.

#### Master token{#master-token}

A code that the user obtained in the Yandex Direct web interface. It is used for generating [finance tokens](#finance-token)

See [Accessing finance methods](https://yandex.com/dev/direct/doc/dg-v4/concepts/finance-token.html) in the documentation for the API version 4 and Live 4.

#### Debugging token{#debug-token}

An [OAuth token](#oauth) that is obtained manually. It is normally used for debugging an application, but it does allow access to real user data.

#### Yandex Direct user{#user}

A user who has an account in Yandex Direct.

The [application](#app) sends requests to the Yandex Direct API on behalf of a Yandex Direct user.

The user's ID is their Yandex username.

#### Representative{#representative}

A Yandex Direct user who has one of the following roles:

- Chief representative of an advertiser.

- Representative of an advertiser.

- Chief representative of an agency.

- Representative of an agency.

- Agency client representative.

See the sections [Yandex Direct users and their roles](https://yandex.com/dev/direct/doc/en/objects/client.md#user) and [Roles and access of Yandex Direct users](https://yandex.com/dev/direct/doc/en/objects/roles.md).

#### Application{#app}

A program, mobile app, script, or web service that interacts with the Yandex Direct API.

#### Finance token{#finance-token}

A code that is used to increase the security of financial transactions: generating invoices, transferring funds, and making payments using credit or overdraft. The finance token must be specified in addition to the [OAuth token](#oauth) when calling finance methods.

See [Accessing finance methods](https://yandex.com/dev/direct/doc/dg-v4/concepts/finance-token.html) in the documentation for the API version 4 and Live 4.
