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