Closed Michael1969 closed 9 years ago
I'm having an issue with getting stats as well, specifically with the AdGroupStat object.
adgroup_stat = FbGraph::AdGroupStat.new('adgroup_id?fields=clicks,impressions')
I need more documentation on how to fetch stats
Hum, I'm not familiar with Ad APIs.
@micahwedemeyer, do you have any idea about FbGraph::InvalidRequest: GraphMethodException :: Unsupported get request
?
About @peyterkim's question, probably you should run
FbGraph::AdGroupStat.new('adgroup_id').fetch(fields: [: clicks, : impressions])'
Hi, how I get campaign stats?
I get FbGraph::InvalidRequest: GraphMethodException :: Unsupported get request.
Thanks, Michael