Created
July 12, 2022 19:33
-
-
Save micheleberardi/bd572230b37d9b1a10356d42ff79dce9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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