create_rf_prediction
Create reach and frequency predictions for Meta Ads by providing targeting, budget, and scheduling details to estimate campaign performance.
Instructions
Create a new reach & frequency prediction. Provide targeting spec as JSON string, budget in cents, and scheduling info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | Yes | Budget in account currency cents | |
| stop_time | Yes | Prediction stop time (ISO 8601 or Unix timestamp) | |
| start_time | Yes | Prediction start time (ISO 8601 or Unix timestamp) | |
| target_spec | Yes | JSON string of targeting specification | |
| frequency_cap | Yes | Maximum frequency cap per user | |
| destination_id | Yes | Destination ID (e.g. Facebook Page ID) |