> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Metaads

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.

<Accordion title="Delete Ad Creative">
  Delete ad creative
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="Preview Ad Creative">
  Preview ad creative
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="Read Ad Sets">
  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.
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="Update Ad Creative">
  Update ad creative
</Accordion>

<Accordion title="Get Ad Creative">
  Get ad creative
</Accordion>

<Accordion title="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
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="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.
</Accordion>

<Accordion title="Create Campaign">
  Create a new advertising campaign using the meta marketing api. supports various campaign objectives, budgets, and bidding strategies.
</Accordion>

<Accordion title="Create Ad Set">
  Create a new ad set within a campaign using the meta marketing api. supports detailed targeting options, budgets, and optimization goals.
</Accordion>

<Accordion title="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.
</Accordion>
