I've read here and successfully getting report using Short Term User token. The problem is the token not lasting. So i tried using System User Token but getting error as below:
"message": "(#3000) Reading Insights of a Page/App/Domain/Event Source Group
not owned by the querying user or application",
I've set the permission via business manager to the user, and try to access directly without problem.
This is what i tried on graph api tool v3.0:
app_id/adnetworkanalytics/?metrics=['fb_ad_network_imp']
The objective is to make reporting available to employee's with only specific data view via website. For example:
Today Impressions: XXXX
Yesterday Impressions: XXXX
Can someone guide me on this?