Skip to content

Instantly share code, notes, and snippets.

@micheleberardi
Created July 12, 2022 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micheleberardi/bd572230b37d9b1a10356d42ff79dce9 to your computer and use it in GitHub Desktop.
Save micheleberardi/bd572230b37d9b1a10356d42ff79dce9 to your computer and use it in GitHub Desktop.
{
 'data': [
 {
 'name': 'impressions',
 'period': 'lifetime',
 'values': [
 {
 'value': 13
 }
 ],
 'title': 'Impressions',
 'description': 'Total number of times the media object has been seen',
 'id': '183063567072222/insights/impressions/lifetime'
 },
 {
 'name': 'engagement',
 'period': 'lifetime',
 'values': [
 {
 'value': 5
 }
 ],
 'title': 'Engagement',
 'description': 'Total number of likes and comments on the media object',
 'id': '183063567072222/insights/engagement/lifetime'
 },
 {
 'name': 'reach',
 'period': 'lifetime',
 'values': [
 {
 'value': 12
 }
 ],
 'title': 'Reach',
 'description': 'Total number of unique accounts that have seen the media object',
 'id': '183063567072222/insights/reach/lifetime'
 },
 {
 'name': 'saved',
 'period': 'lifetime',
 'values': [
 {
 'value': 0
 }
 ],
 'title': 'Saved',
 'description': 'Total number of unique accounts that have saved the media object',
 'id': '183063567072222/insights/saved/lifetime'
 }
 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment