GET_POST_METRICS_INSTAGRAM

Get metrics about posts of your Instagram accounts by providing the media ID. List first your posts and then get metrics such as engagement, impressions, and reach.

icon of InstagramInstagram
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_POST_METRICS_INSTAGRAM(media_id
[post_metrics]
)
media_id

The Media ID of the post. For example: "1234566333".

[optional] post_metrics

The metrics to retrieve about the post, separated by commas. For example: "reach,video_views". By default it will return the impressions, and reach metrics.

For a complete list of possible metrics, see the Instagram Insights API documentation.

Selected options:
Impressions
Reach
Saved
Video views
Plays (Reels)
Comments (Reels)
Likes (Reels)
Total interactions (Reels)

Examples

GET_POST_METRICS_INSTAGRAM("17870162542660426", "engagement") returns the list of engagement metrics available for the "17870162542660426" media ID.