class FacebookAds::AdInsight
Ad
insights exist for ad accounts, ad campaigns, ad sets, and ads. A lot more can be done here. developers.facebook.com/docs/marketing-api/insights/overview developers.facebook.com/docs/marketing-api/insights/parameters
Constants
- FIELDS
Public Class Methods
find(_id)
click to toggle source
# File lib/facebook_ads/ad_insight.rb, line 12 def find(_id) raise NotImplementedError end
Public Instance Methods
destroy()
click to toggle source
# File lib/facebook_ads/ad_insight.rb, line 21 def destroy raise NotImplementedError end
update(_data)
click to toggle source
# File lib/facebook_ads/ad_insight.rb, line 17 def update(_data) raise NotImplementedError end