문제

Looks like after October 2013 breaking changes ADS api is not working fine . Earlier call to url

https://graph.facebook.com/act_{act id}/adcampaigns?access_token={access token}

will return

Values like

{"id":"{value}","frequency_cap":0,"account_id":{value},"name":"{value}"}

But now the output returns like

{"id":"{value}"}

Can some one please confirm ?

도움이 되었습니까?

해결책

This is one of the changes made in the October 2013 breaking changes and is documented on the 'Completed Changes' part of the roadmap

Adcampaign endpoint

Removing campaign_id and include_budget_remaining flag. You must now specify query params when retrieving information about adgroups. The only field returned by default will be id. See docs for more detail.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top