1

我正在尝试获得以下范围的估算值:

"geo_locations" => array("geo_markets" => array("name"=>"Norfolk")),
"age_min" => 18,
"age_max" => 18,

这会产生如下所示的结果:

    Array
(
    [users] => 23000
    [bid_estimations] => Array
        (
            [0] => Array
                (
                    [unsupported] => 
                    [location] => 3
                    [reach_min] => 0
                    [reach_max] => 0
                    [cpm_curve_data] => 
                    [cpc_curve_data] => 
                    [cpa_curve_data] => 
                    [dedup_winning_rate] => 0
                    [dedup_status] => 0
                    [pacing_status] => 0
                    [account_budget] => 150000
                    [estimate_DAU] => 0
                    [bid_amount_min] => 104
                    [bid_amount_median] => 261
                    [bid_amount_max] => 411
                )

        )

    [estimate_ready] => 1
)

这些出价金额看起来非常高。这些是美元还是美分?

4

1 回答 1

1

These amounts (account_budget,bid_amount_min,bid_amount_median,bid_amount_max) are in cents

You can read out more about Facebook currencies

Facebook currencies

于 2016-04-12T06:56:24.373 回答