GuaranteedSimulationPredictionResults
Retrieve details of prediction result of the guaranteed campaign. The columns values set read-only false can be inserted in the parent table using Temp tables.
Table Specific Information
Select
The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The AccountId is required to make a request and the rest of the filter is executed client-side within the 本製品.
- AccountId supports the '='.
- GuaranteedSimulationId supports the '=,IN'.
For example:
SELECT * FROM GuaranteedSimulationPredictionResults WHERE AccountId = '1002504155' SELECT * FROM GuaranteedSimulationPredictionResults WHERE AccountId = '1231002504' AND GuaranteedSimulationId = '45698'
Columns
| Name | Type | References | Description |
| AccountId | Int64 |
DisplayAdsAccounts.AccountId | Account ID. |
| GuaranteedSimulationId | Int64 | Simulation ID. | |
| LifetimeBudget | Int64 | Lifetime budget. | |
| Price | Int64 | Price. | |
| Reach | Int64 | Number of reaches. | |
| SovRate | String | SOV (0.0% to 100.0%). | |
| Vcpm | Int64 | VCPM. | |
| ViewableFrequency | String | Viewable frequency. | |
| VImps | Int64 | Viewable impressions. |