キャンペーンをターゲットにして、page_type='typeahed' を選択すると、リーチの見積もりが表示されますが、コスト (CPM & CPC) は 0
です。
なぜ私は費用を取得しないのですか?
呼び出しの例:
https://graph.facebook.com/act_MY_AD_ACCOUNT_ID\/reachestimate?currency=USD&targeting_spec={"countries":["CA"],"page_types":["typeahead"]}&access_token=MY_ACCESS_TOKEN
応答の例:
{
"users": 20,
"bid_estimations": [
{
"location": 3,
"cpc_min": 0,
"cpc_median": 0,
"cpc_max": 0,
"cpm_min": 0,
"cpm_median": 0,
"cpm_max": 0
}
],
"imp_estimates": [
],
"data": {
"users": 20,
"bid_estimations": [
{
"location": 3,
"cpc_min": 0,
"cpc_median": 0,
"cpc_max": 0,
"cpm_min": 0,
"cpm_median": 0,
"cpm_max": 0
}
],
"imp_estimates": [
]
}
}