{% extends 'base.html' %} {% block title %}Performance{% endblock %} {% block page_title %}Post Performance{% endblock %} {% block content %}
View static reach and engagement for your published pages
Please select a Facebook page from the dropdown above to view its analytics and performance metrics.
| Published Date | Page | Post Content | Reach | Engagements | Clicks | Actions |
|---|---|---|---|---|---|---|
| {{ info.log.executed_at.strftime('%Y-%m-%d %H:%M') }} |
{% if info.page.picture_url %}
{{ info.page.page_name }}
|
{{ "{:,}".format(info.reach) }}
|
{{ "{:,}".format(info.engagements) }}
{% if info.reach > 0 %}
{{ "%.1f"|format(info.engagements / info.reach * 100) }}% rate
{% else %}
0.0% rate
{% endif %}
|
{{ "{:,}".format(info.clicks) }}
|
View on FB | |
|
No published posts with valid Facebook IDs found. |
||||||