Description Usage Arguments Value Author(s) Examples
View source: R/vkGetAdClients.R
Returns a list of advertising agency clients.
1 2 | vkGetAdClients(account_id = NULL, api_version = NULL,
access_token = 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. |
Date frame with community statistics with the following values:
id |
client id. |
name |
customer name. |
day_limit |
client's daily limit in rubles. |
all_limit |
total customer limit in rubles. |
Alexey Seleznev
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
## auth
my_tok <- vkAuth(app_id = 1,
app_secret = "H2Pk8htyFD8024mZaPHm")
## We get a list of clients from the agent account
vk_clients <- vkGetAdClients(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.