powered by
Returns a list of available advertising spaces.
vkGetAdAccounts(access_token = NULL, api_version = NULL)
API access tokens obtained using vkAuth or vkGetToken functions
Vkontakte API version.
Date frame with a list of advertising offices and their parameters with the following values:
ID of the advertising account.
Type of advertising office.
The status of the advertising office. (1 - active, 0 - inactive)
User privileges in the advertising office.
# NOT RUN { ## Auth in VK my_tok <- vkAuth(app_id = 1, app_secret = "H2Pk8htyFD8024mZaPHm") my_vk_acc <- vkGetAdAccounts(my_tok$access_token) # }
Run the code above in your browser using DataLab