-
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_…
-
[FacebookAds\Http\Exception\AuthorizationException](#100) Tried accessing nonexisting field (campaign_group_status) on node type (AdCampaign)
Using campaign_status in AdCampaignFields did work.
-
Backtrace:
```
File ".../facebookads/api.py", line 117, in error
self.body()
File ".../facebookads/exceptions.py", line 99, in __init__
KeyError: 'path'
```
Looks like the error is located [here](ht…
m-vdb updated
9 years ago
-
I am trying to update AdGroup::name.
$adgroup = new FacebookAds\Object\AdGroup('## here i set adgroup id ##');
$adgroup->{\FacebookAds\Object\Fields\AdGroupFields::NAME} = 'new name';
$adgroup->updat…
-
Accessing to a field can throw exception like `"actions is not a field of FacebookAds\\Object\\Insights"`.
This is wrong: actions is a field of Insights, it's accessible for several objects, but, whe…
-
SDK version: 2.4
This flow works fine with Website Click Objective, however with the objective MOBILE_APP_INSTALLS fails. Please help me to locate the problem as error is not helping much to find the…
-
Using your own example code and only that, I get:
```
2015-08-01 04:15:30.337 MyApp[27775:223365] [FBAudienceNetworkLog/FBAdProvider:137 ] Ad request error: Error Domain=com.facebook.ads.sdk Code=200…
-
HI,
I TRIED TO FETCH STATES OF CAMPAIGNS.
BUT I GET ERROR
Fatal error: Call to undefined method FacebookAds\Object\AdCampaign::getStats()
MYCODE IS
$fields = array(
'start_time','actions','spent…
-
pip install facebookads
Successfully installed facebookads-2.4.0
Traceback (most recent call last):
File "demo_cpa.py", line 6, in
from facebookads import FacebookSession
File "/Library/Pyth…
-
I got an "Undefined class constant 'RETENTION_SECONDS'" error using the following code:
$audience = new ProductAudience(null, 'act_');
$audience->setData(array(
ProductAudienceFields::NAME => 'Pro…