2016-10-06 11 views
2

問題FacebookのADSETのAPI「あなたの予算が低すぎる」エラー

私は、次のようなJSONブロブで設定された広告を作成しようと、Facebookの広告設定APIへのリクエストをした、と私は受信したエラーは、「あなたのでした予算が低すぎます。この広告セットの最小予算は32.04ドルです。

広告セットはauto_bidと有効なlifetime_targetを使用するように設定されています。広告セットは31日間実行され、1日の最小予算は$ 1で、生涯予算は64ドルで十分です。

未遂ソリューション

  1. 私は、より高い生涯の予算を設定しようとしました:64〜1000 5000〜1000この場合には動作しますが、5000はやっていませんでした。

JSONブロブは、私は単純化のために標的に短縮

Array 
    (
     [account_id] => 
     [adset_schedule] => 
     [bid_amount] => 
     [billing_event] => IMPRESSIONS 
     [budget_remaining] => 
     [campaign_id] => 6054825216096 
     [created_time] => 
     [creative_sequence] => 
     [daily_budget] => 
     [end_time] => 2016-11-08T07:59:59+0000 
     [id] => 
     [is_autobid] => 1 
     [lifetime_budget] => 64 
     [lifetime_imps] => 
     [name] => Some-Test-Campaign 
     [optimization_goal] => LINK_CLICKS 
     [pacing_type] => 
     [recommendations] => 
     [rf_prediction_id] => 
     [start_time] => 2016-10-07T07:00:00+0000 
     [updated_time] => 
     [targeting] => FacebookAds\Object\TargetingSpecs Object 
      (
       [data:protected] => Array 
        (
         [genders] => 
         [age_min] => 
         [age_max] => 
         [geo_locations] => Array 
          (
           [zips] => Array 
            (
             [0] => Array 
              (
               [key] => US:98004 
              ) 

             [1] => Array 
              (
               [key] => US:98005 
              ) 

             [2] => Array 
              (
               [key] => US:98006 
              ) 

             [3] => Array 
              (
               [key] => US:98007 
              ) 

             [4] => Array 
              (
               [key] => US:98008 
              ) 

             [5] => Array 
              (
               [key] => US:98009 
              ) 

             [6] => Array 
              (
               [key] => US:98011 
              ) 

             [7] => Array 
              (
               [key] => US:98014 
              ) 

             [8] => Array 
              (
               [key] => US:98015 
              ) 

             [9] => Array 
              (
               [key] => US:98019 
              ) 

             [10] => Array 
              (
               [key] => US:98021 
              ) 
            ) 

          ) 

         [geo_markets] => 
         [excluded_geo_locations] => Array 
          (
           [countries] => Array 
            (
            ) 

          ) 

         [exclusions] => 
         [user_adclusters] => 
         [interests] => 
         [user_os] => 
         [user_device] => 
         [wireless_carrier] => 
         [page_types] => Array 
          (
           [0] => desktopfeed 
           [1] => mobilefeed 
           [2] => mobileexternal 
           [3] => rightcolumn 
          ) 

         [connections] => 
         [excluded_connections] => 
         [family_statuses] => 
         [friends_of_connections] => 
         [flexible_spec] => Array 
          (
           [0] => Array 
            (
             [interests] => Array 
              (
               [0] => Array 
                (
                 [id] => 6003277229371 
                ) 

              ) 

             [behaviors] => Array 
              (
               [0] => Array 
                (
                 [id] => 6017447625983 
                ) 

              ) 

            ) 

          ) 

         [behaviors] => 
         [relationship_statuses] => 
         [interested_in] => 
         [life_events] => 
         [location_types] => 
         [politics] => 
         [markets] => 
         [industries] => 
         [income] => 
         [net_worth] => 
         [home_type] => 
         [home_ownership] => 
         [home_value] => 
         [ethnic_affinity] => 
         [generation] => 
         [household_composition] => 
         [moms] => 
         [office_type] => 
         [education_schools] => 
         [education_statuses] => 
         [college_years] => 
         [education_majors] => 
         [work_employers] => 
         [work_positions] => 
         [locales] => 
         [zips] => 
         [custom_audiences] => 
         [custom_locations] => 
         [excluded_custom_audiences] => 
         [dynamic_audience_ids] => 
         [product_audience_specs] => 
         [excluded_product_audience_specs] => 
        ) 

      ) 

     [promoted_object] => 
     [adlabels] => 
     [product_ad_behavior] => 
     [execution_options] => 
     [configured_status] => 
     [effective_status] => 
    ) 

を使用しますが、targetdている100以上の郵便番号があります。ここ

答えて

2

ソリューションはlifetime_budgetはセントで表記されているので、$ 64が、これは彼らが望むものであるクリアしないその、ここに6400

+0

救命答えなければならないことです。 – putonspectacles

関連する問題