GET_PAGE_POSTS_METRICS_FACEBOOK

Get metrics about posts of your Facebook pages by providing the post ID. List first your posts and then get metrics such as clicks, impressions, and reactions.

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

Parameter List

Syntax
GET_PAGE_POSTS_METRICS_FACEBOOK(username
[metrics]
[date_range]
)
username

The username from your Facebook page. For example: stripe.

[optional] metrics

One or more metrics to retrieve about the post. For example: "post_reactions_love_total,post_reactions_wow_total".

By default, it will return the number of engaged users, impressions, and reactions of your page.

Selected options:
angry (reactions)
care (reactions)
clicks
clicks (unique)
clicks by type
clicks by type (unique)
engaged fans
engaged users
feedback by type
feedback by type (unique)
fire (reactions)
haha (reactions)
hundred (reactions)
impressions
impressions (non-viral)
impressions (non-viral & unique)
impressions (organic)
impressions (organic & unique)
impressions (paid)
impressions (paid & unique)
impressions (unique)
impressions (viral)
impressions (viral & unique)
impressions by page fans
impressions by page fans (unique)
impressions by paid & non-paid
impressions by story type
impressions by story type (unique)
likes (reactions)
love (reactions)
negative feedback
negative feedback (unique)
none (reactions)
pride (reactions)
sad (reactions)
thankful (reactions)
wow (reactions)
[optional] date_range

The date range of the posts to be retrieved. Can be a period of up to 93 days.

For example: ">2020-11-01" or "[2019-01-01;2019-01-20]". By default, it gets the last 30 days.

Examples

GET_PAGE_POSTS_METRICS_FACEBOOK("nike", "post_impressions,LIKE", "[2024-01-01;2024-02-01]") returns the impressions and likes from posts from the nike Facebook page in January 2024.