Function reference
-
get_fb_parameter_ids()
- Get Facebook Parameter IDs
-
get_fb_suggested_radius()
- Get Suggested Radius
-
get_location_coords()
- Get Coordinates/Geometries for Valid Location Keys
-
map_param()
- Map Parameters within
query_fb_marketing_api()
Groups input into amap_param
object. When amap_param
object is entered as a parameter inquery_fb_marketing_api()
,query_fb_marketing_api()
makes a separate API query for each item withinmap_param
. Amap_param
object is structured as a list, where themap_param
class triggers thequery_fb_marketing_api
function to make a separate API query for each item in the list.
-
map_param_vec()
- Map Parameters over Vector
Converts a vector into a
map_param
object. When amap_param
object is entered as a parameter inquery_fb_marketing_api()
,query_fb_marketing_api()
makes a separate API query for each item withinmap_param
(ie, for each item in the original vector entered intomap_param
). Amap_param
object is structured as a list, where themap_param
class triggers thequery_fb_marketing_api
function to make a separate API query for each item in the list.
-
query_fb_marketing_api()
- Query 'Facebook Marketing' API