fbGetAdVideos {rfacebookstat} | R Documentation |
Get videos list from ad accounts
Description
Load all videos from faceboob ad accounts.
Usage
fbGetAdVideos(accounts_id = getOption("rfacebookstat.accounts_id"),
api_version = getOption("rfacebookstat.api_version"),
username = getOption("rfacebookstat.username"),
token_path = fbTokenPath(),
access_token = getOption("rfacebookstat.access_token"))
Arguments
accounts_id |
Your account ID, for example 'act_11111111111111111'. |
api_version |
Current Facebook API version. |
username |
Your username on Facebook |
token_path |
Path to dir with credentials |
access_token |
Your facebook API token. |
Value
Data frame with video parameters list.
Author(s)
Alexey Seleznev
Examples
## Not run:
ads <- fbGetAdVideos()
## End(Not run)
[Package rfacebookstat version 2.11.0 Index]