2012-07-29 47 views
1

有沒有獲取Facebook廣告狀態(adgroup_status & ad_status)而未獲取所有定位和廣告素材信息的方法。從文檔中,似乎只有在進行以下致電/ {adgroup-id}時才能獲得狀態,這會返回有關廣告的所有元數據。在沒有其他元數據的情況下獲取廣告狀態

以上調用返回以下數據

{ 
    "id":"6004196911039", 
    "data":{ 
     "adgroups":{ 
     "6004196911039":{ 
      "adgroup_id":6004196911039, 
      "ad_id":6004196911039, 
      "campaign_id":6003417011234, 
      "name":"test", 
      "ad_status":4, 
      "adgroup_status":4, 
      "bid_type":1, 
      "max_bid":"30", 
      "bid_info":{ 
       "1":"30" 
      }, 
      "account_id":368811234, 
      "id":"6004196911039", 
      "creative_ids":[ 
       6004196615439 
      ], 
      "targeting":{ 
       "countries":[ 
        "US" 
       ], 
       "friends_of_connections":[ 
        { 
        "id":"6004008089439", 
        "name":null 
        } 
       ] 
      }, 
      "start_time":null, 
      "end_time":null, 
      "updated_time":1328021899 
     } 
     }, 
     "creatives":{ 
     "6004196615439":{ 
      "type":25, 
      "action_spec":"{'action.type':'like', 'post':10150420410887685}", 
      "related_fan_page":1, 
      "cluster_id":6004008089439, 
      "name":"Sponsored story #6004196615439", 
      "run_status":1, 
      "preview_url":"http:\/\/www.facebook.com\/ads\/api\/creative_preview.php?cid=6004196615439", 
      "count_current_adgroups":2, 
      "id":"6004196615439", 
      "creative_id":"6004196615439" 
     } 
     } 
    } 
} 

獲得公正地位的將是一組廣告成本更低。

回答

0

回答可能正在尋找答案的其他人。

是的,你可以通過提供要查詢爲您呼叫的一部分特定領域做到這一點,例如,你可以把這段您的來電:?

欄= ADGROUP_STATUS,ad_status

而圖形API將只返回特定的字段。

相關問題