Metaads
Learn how to use Metaads with Composio
Overview
Enum
METAADS
Description
Meta Ads Marketing API Integration
This tool provides access to Meta’s Marketing API for managing ad campaigns, ad sets, ads, and custom audiences, as well as retrieving insights and analytics.
Authentication Details
OAUTH2
API_KEY
Actions
METAADS_UPLOAD_AD_IMAGE
Upload an image for use in meta ad creatives using the marketing api. the image can later be referenced by its hash when creating ad creatives.
Action Parameters
Action Response
METAADS_CREATE_AD
Create a new ad within an ad set using the meta marketing api. supports various ad formats including image, video, carousel, and collection ads.
Action Parameters
Action Response
METAADS_GET_INSIGHTS
Get insights data for a meta ads object (ad account, campaign, ad set, or ad) using the meta marketing api. supports various metrics, breakdowns, and filtering options with flexible date ranges.
Action Parameters
Action Response
METAADS_CREATE_AD_SET
Create a new ad set within a campaign using the meta marketing api. supports detailed targeting options, budgets, and optimization goals.
Action Parameters
Action Response
METAADS_PREVIEW_AD_CREATIVE
Preview ad creative
Action Parameters
Action Response
METAADS_CREATE_CUSTOM_AUDIENCE
Create a new custom audience using the meta marketing api. supports various types of custom audiences including customer lists, website visitors, and app users.
Action Parameters
Action Response
METAADS_DELETE_AD_CREATIVE
Delete ad creative
Action Parameters
Action Response
METAADS_GET_AD_CREATIVE
Get ad creative
Action Parameters
Action Response
METAADS_READ_ADSETS
Retrieve ad sets from a meta ad account using the marketing api. returns information about the ad sets including their status, targeting, and other properties.
Action Parameters
Action Response
METAADS_PAUSE_CAMPAIGN
Pause an advertising campaign using the meta marketing api. this stops the campaign from delivering ads but allows it to be resumed later. all child ad sets and ads will also be paused with an effective status of campaign paused.
Action Parameters
Action Response
METAADS_CREATE_CAMPAIGN
Create a new advertising campaign using the meta marketing api. supports various campaign objectives, budgets, and bidding strategies.
Action Parameters
Action Response
METAADS_RESUME_CAMPAIGN
Resume a paused advertising campaign using the meta marketing api. this sets the campaign status to active so it can deliver ads again. note that child ad sets and ads that were previously active will also resume delivery, but those that were individually paused will remain paused.
Action Parameters
Action Response
METAADS_UPDATE_CAMPAIGN
Update an existing advertising campaign using the meta marketing api. allows modification of campaign properties like name, status, budget, and bidding strategy. only the fields that need to be updated should be included in the request.
Action Parameters
Action Response
METAADS_DELETE_CAMPAIGN
Delete an advertising campaign using the meta marketing api. this marks the campaign as deleted, which prevents it from delivering ads. note that deleted campaigns are not permanently removed from meta’s systems and can still be viewed in reports.
Action Parameters
Action Response
METAADS_CREATE_AD_CREATIVE
Create a new ad creative using the meta marketing api. ad creatives are reusable visual and interactive elements that define how your ad looks and behaves: - can be used in multiple ads - support various formats (image, video, carousel) - include text, media, and call-to-action buttons - must follow meta’s ad policies
Action Parameters
Action Response
METAADS_UPDATE_AD_CREATIVE
Update ad creative
Action Parameters
Action Response