Description Usage Arguments Author(s) Examples
View source: R/vkGetAdBudget.R
Returns the current balance of the advertising account Vkontakte.
1 2 | vkGetAdBudget(account_id = NULL, access_token = NULL,
api_version = NULL)
|
account_id |
Advertising account ID, a list of all available advertising accounts can be obtained using the function vkGetAdAccounts. |
access_token |
API access token, obtained using the functions vkAuth or vkGetToken |
api_version |
Vkontakte API version. |
Alexey Seleznev
1 2 3 4 5 6 7 8 9 10 | ## Not run:
## auth
my_tok <- vkAuth(app_id = 1,
app_secret = "H2Pk8htyFD8024mZaPHm")
# Receive the rest of means from an advertising office
vk_budget <- vkGetAdBudget(account_id = 1,
access_token = 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.