Domanda

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 ?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top