fbRads (version 0.2)

fbad_get_search: FB Search API Querying

Description

FB Search API Querying

Usage

fbad_get_search(fbacc, q, type = c("adeducationschool", "adeducationmajor",
  "adgeolocation", "adcountry", "adzipcode", "adgeolocationmeta",
  "adradiussuggestion", "adinterest", "adinterestsuggestion", "adinterestvalid",
  "adlocale", "adTargetingCategory", "adworkemployer"), ...)

Value

data.frame containing results

Arguments

fbacc

(optional) FB_Ad_account object, which defaults to the last returned object of fbad_init.

q

string that is being searched for

type

describes the type of search eg: adinterest, adeducationmajor etc

...

other optional parameters accepted by the endpoint as key = value pairs eg: limit = 5000.

References

https://developers.facebook.com/docs/marketing-api/targeting-search/v2.5

Examples

Run this code
if (FALSE) {
fbad_get_search(q = 'r programming language', type = 'adinterest')
fbad_get_search(q = c('dog', 'cat'), type = 'adinterestvalid')
}

Run the code above in your browser using DataCamp Workspace