-
Calling `FacebookAds::Ad.get(ad_id).leads.all` when there are more than `limit` results causes infinite loop,
since response doesn't include pagination data.
Only solution seems to be to place la…
-
Hi, maybe I'm not getting something here but when I get delivery estimate for adset I cannot read the responses `data`, almost all methods beside `to_yaml` return
`TypeError: no implicit conversio…
-
No matter what I put in `fields` I always get back image hash and url
I modified the example image_upload.rb file as follows:
```
images = ad_account.adimages.create({
logo1: File.open(File.…
-
Is this plugin able to show native ads and if so, is there an example that I can look at?
-
Hi! I am having issues making calls to the API using token for my main account. Things are working find when I push & fetch data using my sandbox credentials.
-
When creating a new AdAccount on business, end_advertiser should be provided in string format. However, it is defined as `object` as you can see below:
https://github.com/facebook/facebook-ruby-ads…
-
When I request `delivery_estimate` from edges of `ad_account`, it raised `TypeError`. `estimate_dau` and `estimate_mau` in `Ad Account Delivery Estimate` defined as `object` like below, but both field…
-
Trying to create a scheduled job to fetch insights from customer ad accounts but I need to constantly check the 'X-FB-Ads-Insights-Throttle' header in order to make sure Facebook doesn't limit me.
…
-
I ma using facebookadsapi v'3.2' but every time I try to my pages, I get the api depreciated error.
Here is how I am trying to get my pages and pageposts.
from facebookads.adobjects.user import Us…
-
When using the Facebook python business SDK (https://github.com/facebook/facebook-python-business-sdk) it requires the App ID in API calls. Is it possible to retrieve this using allauth?
Here is th…