facebook-ruby-ads-sdk icon indicating copy to clipboard operation
facebook-ruby-ads-sdk copied to clipboard

The Facebook Marketing API in Ruby.

Results 8 facebook-ruby-ads-sdk issues
Sort by recently updated
recently updated
newest added

Hi, How can I use breakdowns while using ad.ad_insights API?

Just tried to test the AdImages method: ``` this = FacebookAdsAPIClient.new('act_11456********') account = this.get_account ad_images = account.create_ad_images([ 'https://d38eepresuu519.cloudfront.net/485674b133dc2f1d66d20c9d52c62bec/original.jpg', 'https://d38eepresuu519.cloudfront.net/3977d2a47b584820969e2acf4d923e33/original.jpg' ]) ``` `account` variable return the right value, but the create_ad_images...

Question: Is it possible to use this to post to the Facebook Marketplace?

By having ```rb FacebookAds.access_token = '[YOUR_ACCESS_TOKEN]' ``` we aren't able to manage multiple accounts on behalf of our clients because the `.access_token` set its value as a global state, at...

All The AdSet methods are not working, RestClient::BadRequest: 400 Bad Request from /home/gaston/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/rest-client-2.0.2/lib/restclient/abstract_response.rb:223:in `exception_with_response' [34] pry(main)> ad.ad_set ----------------------------- Update: It works with version 3.0, but the default code in the...

Both campaigns and ads have an `ad_insights` method but the ad sets object does not.

There are some [optional parameters](https://developers.facebook.com/docs/marketing-api/reference/product-catalog/product_feeds/#Creating) when creating an AdProductFeed that would be useful to be able to pass in to override the defaults. Example: Currently only `name` and `schedule` are...

Is this gem still maintained or should people be directed to the [Facebook business sdk](https://github.com/facebook/facebook-ruby-business-sdk)? The [version on ruby gems ](https://rubygems.org/gems/facebook_ads/versions/0.6.0) seems somewhat old. I have seen some people getting...