meta_get_ad_activity
Retrieve ad account activity logs to audit changes to ads, ad sets, and campaigns, including who performed each action and when.
Instructions
Read ad account activity logs from /{ad_account_id}/activities with object, event, actor, timestamp, and extra_data fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | Optional start time accepted by Graph API, usually YYYY-MM-DD or Unix seconds. | |
| until | No | Optional end time accepted by Graph API, usually YYYY-MM-DD or Unix seconds. | |
| cursor | No | Pagination cursor from previous response | |
| adAccountId | Yes | Ad account ID (e.g., act_123456789) |