fbins_ag: Get FB insights by age & gender.

Description Usage Arguments Examples

View source: R/functions.R View source: R/functions_dam.R View source: R/functions_dam.R

Description

This returns all available FB insights per day including age and gender breakdown to the specified report level, and place into a data frame. When reporting by age and gender the FB API can timeout when reporting on only a few days. This function allows you to pull one day at a time if needed.

Usage

1
fbins_ag(start_date, until_date, report_level, fb_access_token, account)

Arguments

start_date

The first full day to report, in the format "YYYY-MM-DD" .

until_date

The last full day to report, in the format "YYYY-MM-DD" .

report_level

One of "ad", "adset", "campaign" or "account" .

fb_access_token

This must be a valid access token with sufficient privileges. Visit the Facebook API Graph Explorer to acquire one.

account

This is the ad account, campaign, adset or ad ID to be queried.

Examples

1
2
fbins_ag("start_date", "until_date", "report_level", "fb_access_token", "account")
fbins_ag("2017-01-20", "2017-01-22", "ad", "ABCDEFG1234567890ABCDEFG", "act_12345678")

DamienCaillet/fbd documentation built on Nov. 14, 2019, 11:18 a.m.