OneGraph / onegraph-changelog

Product Changelog for OneGraph using Persisted Queries

Home Page:https://onegraph.com/changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Business API updated to version 5.0

dwwoelfel opened this issue · comments

The Facebook Business API has been updated to version 5.0.

It comes with support for a new ads volume field, so you can determine the volume of ads for your ad account.

query AdsVolume {
  facebookBusiness {
    me {
      adAccounts {
        nodes {
          adsVolume {
            nodes {
              adsRunningOrInReviewCount
              currentAccountAdsRunningOrInReviewCount
            }
          }
        }
      }
    }
  }
}

Try it out at OneGraph.

Hop into our Spectrum channel if you have any questions or a use case that's not supported.