Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm are trying to update ads (the bid for example - on an ad group) through the ads api and for several hours now that I get the exception “Invalid Connection” when trying to do that. I checked the connections and I still have them.

This problem doesn’t seem to occur with new ads (that were created today), only with ads from before.

I ran some tests and I found the following:

  1. In order to update the bid of an ad I send the id and name of the ad, and also the new bid. -> This fails for an ad from yesterday but succeeds for an ad from today. This is the way our system works and we didn’t change anything and didnt have any problem until today.
  2. The same test but this time I send only the id of the ad and the new bid (not sending the ads name this time) -> This works.

Example:

  1. Updating old ad sending the name (as we always did) – doesn’t work:

    adgroup_id=xxxxx, name=XX, max_bid=15

  2. same ad, now without the name – works:

    adgroup_id=xxxxxx, max_bid=15,

  3. new ad (from today), sending it with the name – works!:

    adgroup_id=yyyyyyyy, name=YY, max_bid=15

I also noticed that for a few ‘old’ ads it does work, but besides updating the bid it also moves the ad to ‘pending review’ status.

Is that a change at Facebook’s end? I couldn’t find announcements of changes in the PMD group, but it used to work for us until now and we didn’t make any changes lately.

Any ideas? Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.