fbGetAdVideos: Get videos list from ad accounts

View source: R/fbGetAdVideos.R

fbGetAdVideosR 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)


rfacebookstat documentation built on May 31, 2023, 7:27 p.m.