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 a
                        'map_param' object. When a 'map_param' object
                        is entered as a parameter in
                        'query_fb_marketing_api()',
                        'query_fb_marketing_api()' makes a separate API
                        query for each item within 'map_param'. A
                        'map_param' object is structured as a list,
                        where the 'map_param' class triggers the
                        'query_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 a 'map_param'
                        object is entered as a parameter in
                        'query_fb_marketing_api()',
                        'query_fb_marketing_api()' makes a separate API
                        query for each item within 'map_param' (ie, for
                        each item in the original vector entered into
                        'map_param'). A 'map_param' object is
                        structured as a list, where the 'map_param'
                        class triggers the 'query_fb_marketing_api'
                        function to make a separate API query for each
                        item in the list.
query_fb_marketing_api
                        Query 'Facebook Marketing' API
