Открытые члены | |
getExpenses ($accountId, Date $dateFrom=null, Date $dateTo=null) | |
getExpensesReport ($accountId, Date $dateFrom=null, Date $dateTo=null) | |
hasExpensesReport () | |
hasAccounts () | |
hasPublicPages () | |
updateAnalyticParams ($accountId, array $params, array $publicPageIds=[]) | |
getPublicPages ($accountId) | |
manageAdKeyword ($accountId, $groupId, $id, $active=true) | |
manageAdGroup ($accountId, $id, $active=true) | |
manageAdCampaign ($accountId, $id, $active=true) | |
Открытые члены унаследованные от Account | |
getProfileCached () | |
clearCache () | |
getList () | |
getProfile () | |
getRegionsList () | |
checkNewAuthInfo () | |
Открытые члены унаследованные от BaseApiObject | |
__construct () | |
getRequest () | |
setRequest (Request $request) | |
setService (IService $service) | |
Дополнительные унаследованные члены | |
Открытые статические члены унаследованные от BaseApiObject | |
static | normalizeListRow (array $row) |
static | create ($type, $parameters=null, IService $service=null) |
Открытые атрибуты унаследованные от Account | |
const | PROFILE_INFO_CACHE_TTL = 86400 |
Открытые атрибуты унаследованные от BaseApiObject | |
const | TYPE_CODE = '' |
Защищенные члены унаследованные от Account | |
getCacheId () | |
Защищенные данные унаследованные от BaseApiObject | |
$request | |
$service | |
Статические защищенные данные унаследованные от Account | |
static | $listRowMap |
Статические защищенные данные унаследованные от BaseApiObject | |
static | $listRowMap = array() |
См. определение в файле account.php строка 11
Get expenses.
$accountId | ||
Date | null | $dateFrom | |
Date | null | $dateTo |
Переопределяется в AccountFacebook, AccountGoogle, AccountVkads, AccountVkontakte и AccountYandex.
Get expenses report.
$accountId | ||
Date | null | $dateFrom | |
Date | null | $dateTo |
NotImplementedException |
Переопределяется в AccountFacebook и AccountGoogle.
См. определение в файле account.php строка 33
getPublicPages | ( | $accountId | ) |
Get public pages.
string | $accountId | Account ID. |
Переопределяется в AccountFacebook и AccountVkontakte.
См. определение в файле account.php строка 81
hasAccounts | ( | ) |
Return true if it has accounts.
Переопределяется в AccountYandex.
См. определение в файле account.php строка 54
hasExpensesReport | ( | ) |
Return true if it has expenses report.
Переопределяется в AccountFacebook и AccountGoogle.
См. определение в файле account.php строка 44
hasPublicPages | ( | ) |
Переопределяется в AccountFacebook, AccountInstagram и AccountVkontakte.
См. определение в файле account.php строка 62
manageAdCampaign | ( | $accountId, | |
$id, | |||
$active = true ) |
Manage activity of campaign.
string | $accountId | Account ID. |
string | $id | ID. |
bool | $active | Active. |
NotImplementedException |
См. определение в файле account.php строка 153
manageAdGroup | ( | $accountId, | |
$id, | |||
$active = true ) |
Manage activity of ad group.
string | $accountId | Account ID. |
string | $id | ID. |
bool | $active | Active. |
NotImplementedException |
См. определение в файле account.php строка 125
manageAdKeyword | ( | $accountId, | |
$groupId, | |||
$id, | |||
$active = true ) |
Manage activity of keyword.
string | $accountId | Account ID. |
string | $groupId | Group ID. |
string | $id | ID. |
bool | $active | Active. |
NotImplementedException |
См. определение в файле account.php строка 96
|
abstract |
$accountId | ||
array | $params | |
array | $publicPageIds |
Переопределяется в AccountFacebook, AccountGoogle, AccountVkads, AccountVkontakte и AccountYandex.