2012-07-29 3 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는 특정 필드 만 반환합니다.

관련 문제