WarBoy
WarBoy

Reputation: 176

Instagram Graph API to views by region metrics

I'm trying to use the Instagram Graph API to GET Instagram metrics. But not able to find any metrics called views by region of Instagram videos. Actually I'm trying to find total views for each reason not not able to find any Returnable Fields. Is there any metrics i.e, view_by_region or location_based_views_count or ?

Please Let me know if the question is not clear enough.

Upvotes: 1

Views: 696

Answers (2)

Ananya Joarder
Ananya Joarder

Reputation: 29

There’s no filter like that available in graph Api.

Upvotes: 1

mjlambie
mjlambie

Reputation: 126

Prophet. unfortunately there are no filters to use with the API to get views by region on Instagram.

Here is the exhaustive list of Insights metrics you can get for a Media Object: https://developers.facebook.com/docs/instagram-api/reference/media/insights#insights-2

Here is the exhaustive list of Insights metrics you can get for a User Object: https://developers.facebook.com/docs/instagram-api/reference/media/insights#insights-2

Note on a user object, it aggregates a metric across all your content in a given range.

Also note, that while you can get lifetime metrics for a followers audience geography using the User object on the Insights endpoint. You can retrieve Country, City, & Locale.

/GET {ig-user-id}/insights?metric=audience_locale&period=lifetime

Upvotes: 1

Related Questions