-
status is not a field of FacebookAds\Object\Campaign
facebook/php-ads-sdk version "2.5.0"
when trying to update Campaign
use FacebookAds\Object\Campaign;
$campaign = new Campaign($ad['fb_campaign_id'…
-
I'm not sure what parameter is invalid here. it doesnt really give exact field of issue.
$targeting = array(
'geo_locations' => array(
'countries' => array('US'),
),
'interests' => …
-
AdSet status can be changed only by adding "status" key to the adset obj but this field was **replaced** by configured_status in version 2.5.
changing the configured_status does not update the adset s…
-
Trying to set 'instagram_actor_id' on AdCreative throws exception `Exception: instagram_actor_id is not a field of FacebookAds\Object\AdCreative`
https://github.com/facebook/facebook-php-ads-sdk/comm…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item) by [Persons Name](link/to/person)
```
skial updated
9 years ago
-
Another issue against the v2.5 sdk, and version 2.5.0 of this...
The documentation (https://developers.facebook.com/docs/marketing-api/reference/ad-campaign#Reading) for reading an ad set gives me er…
fdask updated
9 years ago
-
The docs for v2.5 on Facebook (https://developers.facebook.com/docs/marketing-api/reference/ad-campaign-group) references a CampaignFields::STATUS constant, but in the latest 2.5.0 code, I'm not seein…
fdask updated
9 years ago
-
Hey, I've been using your facebook plugin in my builds with no problem. But you seem to have added this plugin as a dependency. Now my builds fail: (It gives me a whole lot of lines, and then crashes
…
-
Is native supported? I see a sample of a native ad on the readme but i cant make it to work.
-
When I get my ad accounts, it throw a exceptions "AttributeError: 'unicode' object has no attribute 'get'".
File "/app/services/ads/facebook.py", line 1016, in
FacebookAPI = FacebookAds(my_app_…