List down the ad accounts and their names associated with your Facebook account
Get details of a specific ad account as per the fields provided Args: act_id: The act ID of the ad account, example: act_1234567890 fields: The fields to get from the ad account. If None, defaults are used. Available fields include: name, business_name, age, account_status, balance, amount_spent, attribution_spec, account_id, business, business_city, brand_safety_content_filter_levels, currency, created_time, id. Returns: A dictionary containing the details of the ad account
Retrieves performance insights for a specified Facebook ad account. This tool interfaces with the Facebook Graph API's Insights edge to fetch comprehensive performance data, such as impressions, reach, cost, conversions, and more. It supports various options for filtering, time breakdowns, and attribution settings....
Retrieves performance insights for a specific Facebook ad campaign. Fetches statistics for a given campaign ID, allowing analysis of metrics like impressions, clicks, conversions, spend, etc. Supports time range definitions, breakdowns, and attribution settings....
Retrieves performance insights for a specific Facebook ad set. Provides advertising performance statistics for an ad set, allowing for analysis of metrics across its child ads. Supports time range definitions, breakdowns, filtering, sorting, and attribution settings....
Retrieves detailed performance insights for a specific Facebook ad. Fetches performance metrics for an individual ad (ad group), such as impressions, clicks, conversions, engagement, video views, etc. Allows for customization via time periods, breakdowns, filtering, sorting, and attribution settings....
Fetch data from a Facebook Graph API pagination URL Use this to get the next/previous page of results from an insights API call. Args: url: The complete pagination URL (e.g....
Retrieves detailed information about a specific Facebook ad creative. This tool interfaces with the Facebook Graph API to fetch comprehensive details about an ad creative, such as its name, status, specifications, engagement metrics, and associated objects (like images, videos, and pages). Args: creative_id (str): The ID of the ad creative to retrieve....
Retrieves the ad creatives associated with a specific Facebook ad. This function accesses the Facebook Graph API to retrieve the creative objects used by a specific ad, including details about the creative content, media, and specifications. Args: ad_id (str): The ID of the ad to retrieve creatives for....
Retrieves detailed information about a specific Facebook ad by its ID. This function accesses the Facebook Graph API to retrieve information about a single ad object, including details about its status, targeting, creative, budget, and performance metrics. Args: ad_id (str): The ID of the ad to retrieve information for....
Retrieves ads from a specific Facebook ad account. This function allows querying all ads belonging to a specific ad account with various filtering options, pagination, and field selection. Args: act_id (str): The ID of the ad account to retrieve ads from, prefixed with 'act_', e....
Retrieves ads associated with a specific Facebook campaign. This function allows querying all ads belonging to a specific campaign, with filtering options, pagination, and field selection. Args: campaign_id (str): The ID of the campaign to retrieve ads from....
Retrieves ads associated with a specific Facebook ad set. This function allows querying all ads belonging to a specific ad set, with filtering options, pagination, and field selection. Args: adset_id (str): The ID of the ad set to retrieve ads from....
Retrieves detailed information about a specific Facebook ad set by its ID. This function accesses the Facebook Graph API to retrieve information about a single ad set, including details about its targeting, budget, scheduling, and status. Args: adset_id (str): The ID of the ad set to retrieve information for....
Retrieves detailed information about multiple Facebook ad sets by their IDs. This function allows batch retrieval of multiple ad sets in a single API call, improving efficiency when you need data for several ad sets. Args: adset_ids (List[str]): A list of ad set IDs to retrieve information for....
Retrieves ad sets from a specific Facebook ad account. This function allows querying all ad sets belonging to a specific ad account with various filtering options, pagination, and field selection. Args: act_id (str): The ID of the ad account to retrieve ad sets from, prefixed with 'act_', e....
Retrieves ad sets associated with a specific Facebook campaign. This function allows querying all ad sets belonging to a specific campaign, with filtering options, pagination, and field selection. Args: campaign_id (str): The ID of the campaign to retrieve ad sets from....
Retrieves detailed information about a specific Facebook ad campaign by its ID. This function accesses the Facebook Graph API to retrieve information about a single campaign, including details about its objective, status, budget settings, and other campaign-level configurations. Args: campaign_id (str): The ID of the campaign to retrieve information for....
Retrieves campaigns from a specific Facebook ad account. This function allows querying all campaigns belonging to a specific ad account with various filtering options, pagination, and field selection. Args: act_id (str): The ID of the ad account to retrieve campaigns from, prefixed with 'act_', e....
Retrieves activities for a Facebook ad account. This function accesses the Facebook Graph API to retrieve information about key updates to an ad account and ad objects associated with it. By default, this API returns one week's data....
Retrieves activities for a Facebook ad set. This function accesses the Facebook Graph API to retrieve information about key updates to an ad set. By default, this API returns one week's data....
Facebook Access Token to be used with the server.