Description Usage Arguments Value Author(s) Examples
View source: R/vkGetAdAccounts.R
Returns a list of available advertising spaces.
1 | vkGetAdAccounts(access_token = NULL, api_version = NULL)
|
access_token |
API access tokens obtained using vkAuth or vkGetToken functions |
api_version |
Vkontakte API version. |
Date frame with a list of advertising offices and their parameters with the following values:
account_id |
ID of the advertising account. |
account_type |
Type of advertising office. |
account_status |
The status of the advertising office. (1 - active, 0 - inactive) |
access_role |
User privileges in the advertising office. |
Alexey Seleznev
1 2 3 4 5 6 7 8 | ## Not run:
## Auth in VK
my_tok <- vkAuth(app_id = 1,
app_secret = "H2Pk8htyFD8024mZaPHm")
my_vk_acc <- vkGetAdAccounts(my_tok$access_token)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.