Method | Description | |
---|---|---|
ArchiveBanners ( int campaignId, int bannerIds ) : bool | ||
CreateNewForecast ( string phrases, int geoIds = null, int categoryIds = null ) : int | ||
CreateNewReport ( |
||
DeleteBanners ( int campaignId, int bannerIds ) : bool | ||
DeleteForecastReport ( int forecastReportId ) : void | ||
DeleteReport ( int reportId ) : void | ||
GetClientLogins ( ) : List |
||
GetClientsUnits ( ) : Yandex.Direct.ClientUnitInfo[] | ||
GetForecast ( int forecastId ) : |
||
GetForecastList ( ) : List |
||
GetReportList ( ) : List |
||
GetStatGoals ( int campaignId ) : List |
||
ModerateBanners ( int campaignId, int bannerIds ) : bool | ||
PingApi ( ) : int | ||
ResumeBanners ( int campaignId, int bannerIds ) : bool | ||
StopBanners ( int campaignId, int bannerIds ) : bool | ||
TestApiConnection ( ) : void | ||
TransferMoney ( |
||
UnArchiveBanners ( int campaignId, int bannerIds ) : bool | ||
YandexDirectService ( ) : System | ||
YandexDirectService ( IYandexApiAuthProvider authProvider ) : System | ||
YandexDirectService ( IYandexApiAuthProvider authProvider, YandexApiLanguage language ) : System | ||
YandexDirectService ( YandexDirectConfiguration configuration ) : System |
public ArchiveBanners ( int campaignId, int bannerIds ) : bool | ||
campaignId | int | |
bannerIds | int | |
return | bool |
public CreateNewForecast ( string phrases, int geoIds = null, int categoryIds = null ) : int | ||
phrases | string | |
geoIds | int | |
categoryIds | int | |
return | int |
public CreateNewReport ( |
||
reportInfo | ||
return | int |
public DeleteBanners ( int campaignId, int bannerIds ) : bool | ||
campaignId | int | |
bannerIds | int | |
return | bool |
public DeleteForecastReport ( int forecastReportId ) : void | ||
forecastReportId | int | |
return | void |
public GetClientsUnits ( ) : Yandex.Direct.ClientUnitInfo[] | ||
return | Yandex.Direct.ClientUnitInfo[] |
public GetForecast ( int forecastId ) : |
||
forecastId | int | |
return |
public GetStatGoals ( int campaignId ) : List |
||
campaignId | int | |
return | List |
public ModerateBanners ( int campaignId, int bannerIds ) : bool | ||
campaignId | int | |
bannerIds | int | |
return | bool |
public ResumeBanners ( int campaignId, int bannerIds ) : bool | ||
campaignId | int | |
bannerIds | int | |
return | bool |
public StopBanners ( int campaignId, int bannerIds ) : bool | ||
campaignId | int | |
bannerIds | int | |
return | bool |
public TransferMoney ( |
||
from | ||
to | ||
return | void |
public UnArchiveBanners ( int campaignId, int bannerIds ) : bool | ||
campaignId | int | |
bannerIds | int | |
return | bool |
public YandexDirectService ( IYandexApiAuthProvider authProvider ) : System | ||
authProvider | IYandexApiAuthProvider | |
return | System |
public YandexDirectService ( IYandexApiAuthProvider authProvider, YandexApiLanguage language ) : System | ||
authProvider | IYandexApiAuthProvider | |
language | YandexApiLanguage | |
return | System |
public YandexDirectService ( YandexDirectConfiguration configuration ) : System | ||
configuration | YandexDirectConfiguration | |
return | System |