forward3d / bing-ads-reporting

Gem for pulling reports from bing ads
MIT License
10 stars 14 forks source link

v3.0.0 gem not available #8

Open samlehman opened 5 years ago

samlehman commented 5 years ago

Hey, I was trying to use this gem in a project and kept seeing NameError: uninitialized constant BingAdsReporting::AdInsightService when I attempted to use either of the services.

It took me a quick minute to see why, but it seems the latest gem version available is 1.3.0.

https://rubygems.org/gems/bing-ads-reporting/versions/1.3.0

I suppose for the time being I'll try plopping the code into my project directly.

Lemme know any updates, thanks

Lewis-Clayton commented 5 years ago

You can get it directly from the repo.

Gemfile gem 'bing-ads-reporting', :git => 'https://github.com/forward3d/bing-ads-reporting.git'

samlehman commented 5 years ago

oh nice, thanks!