1

キャンペーンをターゲットにして、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": [

      ]
   }
}
4

1 に答える 1

0

私たちも同じ問題を抱えていますが、「targeted_entities」を送信していないことに気付きました。あなたの場合、これが問題である可能性があります。'targeting={ "countries": ["US"],"targeted_entities":[194699337231859, 5281959998],"page_types":["typeahead"]}'

于 2012-12-14T20:20:39.550 に答える