API Reference

Meta Ads / API Reference

meta_ads_campaign_change_history

Meta Ads tool. Retrieve the full change history of a Meta Ads campaign. Shows who changed what and when — budget, status, name, bids, and more. Uses the account-level /activities endpoint (correct for API v22+) filtered by campaign ID and object_type=CAMPAIGN. Args: campaign_id: The campaign ID to inspect (required). account_id: Ad account ID (e.g. act_123456 or just 123456). Leave blank to use the default account from env. start_date: Start date YYYY-MM-DD. Default: 30 days ago. end_date: End date YYYY-MM-DD. Default: today. Returns JSON with campaign_name and changes list sorted newest-first. Each change: date, user, action, from, to, object_name.

This is a read-only tool: it returns campaign change history for your Meta Ads account. It changes nothing.

Ask Claude

You do not call this tool yourself. Ask for the outcome and the client picks the tool:

Campaign change history in my Meta Ads account for [campaign id].

It takes 1 required and 3 optional parameters.

Parameters

ParameterTypeRequiredDescription
campaign_idstringYesCampaign Id
account_idstringNoAccount Id
start_datestringNoStart Date
end_datestringNoEnd Date

Related Meta Ads tools

Before you can call it

This tool needs a connected Meta Ads account. The Meta Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.

Workflows that use this

Rather than calling tools one at a time, these skills run a whole procedure against the same account:

Start using MCP Ads