What changed for an advertiser
diff_advertiserCompare an advertiser's ads against the last snapshot to identify newly started and stopped ads. First call records a baseline; subsequent calls reveal what changed.
Instructions
Compare an advertiser's ads now against the last time this server looked, and report what they started and stopped running. The first call on a Page records a baseline and reports nothing changed, which is expected: call it again later to see movement. This is the only tool here that answers 'what changed' rather than 'what is running'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many ads to pull for the comparison. Keep it consistent between calls. | |
| country | No | Two-letter country code. Default US. | |
| page_id | Yes | Advertiser Page ID to compare. Get it from list_advertisers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page_id | Yes | ||
| running_now | No | ||
| tracked_now | No | ||
| no_longer_seen | No | ||
| started_running | No | ||
| baseline_created | Yes | ||
| previously_tracked | No |