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:
- 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.
- 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:
Updating old ad sending the name (as we always did) – doesn’t work:
adgroup_id=xxxxx, name=XX, max_bid=15
same ad, now without the name – works:
adgroup_id=xxxxxx, max_bid=15,
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!