Facebook Ads Api issues with CPC as bid_type parameter when creating ad groups -


does have idea isn't working here , if noticed exception i'm seeing? wanted prepare october changes announced fb , seems when creating ad groups 1 need use cpc/cpm bid types, need define max bid differently etc.

here's call:

curl  -f "campaign_id=xxxxxxxx" -f "bid_type=cpc" -f "bid_info={'clicks':111}" -f "name=test" -f "adgroup_status=1" -f "targeting={'countries':['us']}" -f "creative={'title':'test','body':'test','image_hash':'cf689a9aed4769fc4c8192569fda9f5e','link_url':'http://mylink.com/','type':1}" -f "redownload=1" -f "https://graph.facebook.com/act_xxxxxxxx/adgroups?access_token=token"` 

and here's response fb api:

[error] => stdclass object     (         [type] => exception         [message] => please specify locations on facebook want show ad impressions.         [code] => 1487027     ) 

this not happen when use 1 bid_type.

what think?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -