---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.2
alternate:
  - https://yandex.com/dev/direct/doc/dg-v4/en/concepts/shared-account.md
  - https://yandex.com/dev/direct/doc/dg-v4/ru/concepts/shared-account.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/dg-v4/en/llms.txt

# Shared account (Account)
The Account object provides automatic distribution of funds between all of an advertiser's active campaigns.
If an advertiser has the shared account enabled, there is no need to add funds to each campaign separately and transfer funds between campaigns. Funds can only be added to the shared account. The cost of clicks for all active campaigns is deducted from the shared account, as well. For more information, see the section [Shared account](https://yandex.com/support/direct/payments/shared-account.html) in the Help for Yandex Direct.

## Parameters of the shared account {#params}

The shared account has an identifier, AccountID. It is returned when enabling the shared account using the [EnableSharedAccount (Live)](https://yandex.com/dev/direct/doc/dg-v4/en/live/EnableSharedAccount.md) method and getting parameters of the shared account using the [AccountManagement (Live)](*AccountManagement-(Live)) method ([Get](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Get.md) action).

The shared account contains information about the advertiser's available funds (the Amount and AmountAvailableForTransfer parameters), settings for notification of events related to the shared account, and a number of other parameters.

## Restrictions {#campaigns}

The shared account cannot be enabled if the advertiser does not have a single campaign.

## Related information

- [Working with the shared account](https://yandex.com/dev/direct/doc/dg-v4/en/concepts/shared-account-howto.md)


