-
Trying to get Facebook Ads to work and keep getting either “The SDK version in the ad request is no longer supported for new apps. Please upgrade to one of the latest versions of the SDK” or “Ad was r…
-
### Which SDK version are you using?
v 0.4.0.6
### What's the issue?
The example provided on the README for listing campaign names doesn't work. It returns a NoMethodError for #campaigns.
###…
-
I think https://github.com/facebook/facebook-ruby-ads-sdk/blob/master/lib/facebook_ads/field_types/datetime.rb has some troubles. For once, it should refer to the global namespace object "::DateTime" …
-
The gem in its current form is not compatible with frozen string literals as destructive methods like `gsub!` are used.
Here is an example:
```ruby
# frozen_string_literal: true
FacebookAds::A…
-
### Which SDK version are you using?
Latest
### What's the issue?
When editing an AdSet that is fetched from Facebook, this works.
```
adset = FacebookAds::AdSet.get(id)
adset.name = 'This…
-
Hey, I cannot get from a campagin the amount spend.
I tryed many fields ( dayli_spend, spend, amount spend etc.. ) :
undefined method `amount_spent' for #
Any ideas ?
Thanks :)
-
The error I got from console is:
FacebookAds::ClientError: (#2654) The specified engagement rule is invalid: Invalid subrule, subrule should be a json object: (fbtrace_id: C8drVEH1UbS)
Code is:…
-
`AdImage` IDs seem to consist of the account ID and the image hash with a colon as separator.
This leads to `URI::InvalidURIError` exceptions when trying to load the resource by its ID.
A minimum …
-
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…
-
Hello!
Looks like there is [some code](https://github.com/facebook/facebook-ruby-ads-sdk/blob/master/lib/facebook_ads.rb#L68) to autoload all of the classes in `facebook_ads/ad_objects/*`. However,…